THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/07/2008 at 06:10, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10
Platform: Windows ;
Language(s) : C++ ;
---------
Hi.
Can somebody please tell me, how I can change the values in the attribut manager programmatically?
This doesn't work:
BaseContainer *data = node->GetDocument()->GetDataInstance();
data->SetReal(ASTANSATZ,0);
node->Message(MSG_UPDATE);