miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: Using TAB to switch between .NET controls in rollout

Branko, thank you! I need this for max9, but, unfortunately, max9 do not want to work with your code. The problem is: — Runtime error: Cannot resolv…

12 years ago
Forum
Topic
Forum
Replies: 31
Views: 88
Reply
RE: How to remove position_script()?

I meaned TransformLockFlags. It is a kind of manipulator. I started with scriptedManipulators, but with no success.

12 years ago
Forum
Reply
RE: How to remove position_script()?

Thank you, Denis. This makes the code shorter and works as I want. I have some more questions can I use position constraint achive the result fro…

12 years ago
Forum
Reply
RE: How to remove position_script()?

Thank you for this solution. I learned a lot from you in this thread. My script still not work as I want. The script: ( global rol_test try(de…

12 years ago
Forum
Reply
RE: How to remove position_script()?

All objects are rotated at arbitrary angle. With when cosntruct the objects are moved correctly – they follow the selected object using its local X ax…

12 years ago
Forum
Reply
RE: How to remove position_script()?

Is it possible position_xyz()/float_script() to work in local coordinates of the objects? The example below work only with world coordinates. If I rot…

12 years ago
Forum
Reply
Reply
RE: How to remove position_script()?

If I want to constraint on XY axis the float_script() does not work, or I do not know how to use it.

12 years ago
Forum
Reply
RE: How to remove position_script()?

Is this correct? ( global rol_test try(destroyDialog rol_test)catch() rollout rol_test “” ( local pXplus = undefined local pXminus = undefine…

12 years ago
Forum
Reply
RE: How to remove position_script()?

Adding this seems to solve the problem(for now) posScript.addConstant “centerObjPosY” (centerObj.pos.y) posScript.addConstant “centerObjPosZ” (cen…

12 years ago
Forum
Reply
RE: How to remove position_script()?

Another question. Why this code not work? ( global rol_test try(destroyDialog rol_test)catch() rollout rol_test “” ( local pXplus = undefi…

12 years ago
Forum
Reply
RE: How to remove position_script()?

Denis, I will not use animation. I need to move one object and other to stay in the proper position depending of the movement. I tried with when trans…

12 years ago
Forum
Reply
RE: How to remove position_script()?

lo, Denis, thank you. About this: I found in the forum that position_script() cannot be removed, once it is added to the Track The thread.

12 years ago
Forum
Topic
Forum
Replies: 27
Views: 58
Page 69 / 83