MotionBuilder Forum
Welcome to Autodesk’s MotionBuilder Forums. Share your knowledge, ask questions, and explore popular MotionBuilder topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

adding property to UI spreadsheet cell

0 REPLIES 0
Reply
Message 1 of 1
Anonymous
227 Views, 0 Replies

adding property to UI spreadsheet cell

I want to be able to manipulate an object's property from a cell in FBSpread, but having trouble adding the property. For instance, the play speed of a video clip:

double* lValue;
lClip->PropertyList.Find( "PlaySpeed" )->GetData( &lValue, sizeof(lValue));

Now to add that value to the spread cell and have the functionality to alter the value from within the spread is whats eluding me. Do I need to set the cell to actually be an instance of FBEditProperty first then reference the property I want from there?
0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report