rdb 17 лет назад
Родитель
Сommit
82fccf788d
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      direct/src/showbase/Loader.py

+ 1 - 0
direct/src/showbase/Loader.py

@@ -223,6 +223,7 @@ class Loader(DirectObject):
 
 
     def loadModelCopy(self, modelPath, loaderOptions = None):
     def loadModelCopy(self, modelPath, loaderOptions = None):
         """loadModelCopy(self, string)
         """loadModelCopy(self, string)
+        NOTE: This method is deprecated and should not be used.
         Attempt to load a model from modelPool, if not present
         Attempt to load a model from modelPool, if not present
         then attempt to load it from disk. Return a nodepath to
         then attempt to load it from disk. Return a nodepath to
         a copy of the model if successful or None otherwise
         a copy of the model if successful or None otherwise