sanostol
Nov. 18, 2025 04:05:14
Hello,
I have a TransformObject and want only one axis of rotation be animated is there a way to do this and if the object already exist, is there a way to unpromote parameters?
thanks
Martin
Umang_Raj
Nov. 18, 2025 11:12:29
First, easiest, reccomended way to achive this is by using the apex configure controls node, you can set transform limits on control on that node, by creating a configuration from the multiparm, select the controls you want to affect, turn on use limits, and then specify the parameter names which you want to set limits on (for example 'r') and you can set the a hard limit using min and max lock, for example, if you don't want y rotation, keep min and max lock for that on 0 and 0, others to , i don't remember, i think it goes from -360 to 360, so set it on that.
Second way to do it, from the graph, if the transformobject controls a skeleton joint, take its output transform matrix before it goes to the pointtransform node, use the transform explode node and then a vec3 to float, then connect it with a float to vec3, omit the connections for the axis you don't want to use, and then put the transform into a transform build, the axis will still be modifiable in the anim state, but it won't modify the joints hopefully.
The first, configure controls way is the best way, because it will remove that control from the anim state too.
Thank you!
william_harley
Nov. 21, 2025 02:09:07
The configure controls can also now completely unpromote unwanted controls, cleaning up the channels.
jerry7
Nov. 21, 2025 02:19:40
william_harley
igure controls can also now completely unpromote unwanted controls, cleaning up the ch
But it only can unpromote t r s, not rx ry rz or so.
william_harley
Nov. 24, 2025 02:05:06
Yes, that is not possible at the moment.
sanostol
Dec. 6, 2025 08:12:24
the configureControls allows me to completle block one axis, that is great, but it does not prevent keying this axis. is there a way to define what channels are keyable? it would be great to not store that keys
it would be great if the configure controls would be able to set this keyabilty as well