Transform control with MaxScript.

Transform control with MaxScript.
I controlled the transform of the object.
Position = point3
Rotation = Quat
Scale = point3
This worked correctly.
However, if a child exists in the object, the child moves strangely.
For example
Parent Position: 0,0,0
Child's position: 0,0,1
In this situation, if you use the viewport control and move the parent to 1, 0, 0, the children are in positions 1, 0, 1
However, when I move using the script, the child's position is 1,0,0.
What is the problem?

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
pixamoon's picture

`

Hi,

Can you post your code to check what is wrong ? Specially part which moves children ?

Best,
Pixamoon

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.