THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/07/2007 at 12:11, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R10
Platform: Windows ;
Language(s) : C++ ;
---------
BaseContainer* bc = GetWorldPluginData( P406Exporter_NUMBER );
Real dT = bc->GetReal(1001); //from export.h
I have finally set up my preferenceresource file for my plugin and its almost working.
The problem I have is, that if I change values in the preferences tab they are not updated. GetReal always returns the old value, I have to restart Cinema to get the new value. What do I have to do to get the actual value?
Any help appreciated.