Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
if I create integerBox in Relation Constraint, how do I set some value into input 'a' ?
lAbsDampFacBox = lConstraintRelation.CreateFunctionBox( 'Number', 'Integer' )
lConstraintRelation.SetBoxPosition( lAbsDampFacBox, -250, -50 )
I was trying ...
lAbsDampFacBoxIn = FindAnimationNode( lAbsDampFacBox.AnimationNodeInGet(), 'a' )
lAbsDampFacBoxIn.Add = int(80)
and many others approaches, but no success. 😞
Zbynek
Solved! Go to Solution.