Hi,
I've started playing with vray standalone plugin examples and have a few questions to begin with.
1. Is there any way to std::cout to the same console vray standalone is running? So far I couldn't get it to work and have a feeling vray is doing something behind the scenes.
2. I'm getting a warning: "Duplicate plugin IDs." Is this something I need to worry about? I've already have different name for the new plugin (which is a modified version of GeomBox). Is it possible that whenever the warning shows up the original GeomBox is used in place of the new plugin? That would explain why the changes in the plugin don't take place....
3. What strategy should I pick when selecting a new ID for the plugin? Are you using a date as ID?
more to come
Thank you,
kuba
I've started playing with vray standalone plugin examples and have a few questions to begin with.
1. Is there any way to std::cout to the same console vray standalone is running? So far I couldn't get it to work and have a feeling vray is doing something behind the scenes.
2. I'm getting a warning: "Duplicate plugin IDs." Is this something I need to worry about? I've already have different name for the new plugin (which is a modified version of GeomBox). Is it possible that whenever the warning shows up the original GeomBox is used in place of the new plugin? That would explain why the changes in the plugin don't take place....
3. What strategy should I pick when selecting a new ID for the plugin? Are you using a date as ID?
more to come
Thank you,
kuba
Comment