blenderproc.python.modules.loader.ReplicaLoaderModule module¶
- 
class blenderproc.python.modules.loader.ReplicaLoaderModule.ReplicaLoaderModule(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 - data_path - The path to the data folder, where all rooms are saved. - string - data_set_name - Name of the room (for example: apartment_0). - string - use_smooth_shading - Enable smooth shading on all surfaces, instead of flat shading. Default: False. - bool