On 18/07/2018 at 14:13, xxxxxxxx wrote:
Hello PluginCafe,
I have been working a lot with VDBs recently and implemented a way to save and load them in Cinema4D.
Appart from an ObjectPlugin I made a SceneLoaderPlugin to load the VDBs.
Now to my problem:
I have two options when loading a VDB. It is either a mesh or a point cloud.
Importing the mesh through the SceneLoaderPlugin works fine but I face a problem when loading the point cloud.
I am using the ThinkinParticles module to visualize the point cloud. But The VDBs often have more points than the Max Particles setting. And I can't find a method in the docs to change this setting. This would not be an problem when working with an ObjectPlugin, since the user can change it, however when I try to load it using the SceneLoaderPlugin the whole load-process fails. It does also not load when I change the Max Particles setting manually.
Tl;Dr: Is there a way to change the Max Particles setting of the Thinking Particles module?
Thanks in advance,
Florian