blenderproc.python.modules.loader.ObjectLoaderModule module¶
-
class
blenderproc.python.modules.loader.ObjectLoaderModule.
ObjectLoaderModule
(config)[source]¶ Bases:
blenderproc.python.modules.loader.LoaderInterface.LoaderInterface
Just imports the objects for the given file path
The import will load all materials into cycle nodes.
Configuration:
Parameter Description Type path The path to the 3D data file to load. Can be either path or paths not both. string paths A list of paths of 3D data files to load. Can be either path or paths not both. list