eugine-m
@eugine-m
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 20
Reply
RE: Linking Problem

You can just aplly this type of controller to your object and Animate pivot when you need by click on Sub-Object button on Motion panel

2 years ago
Forum
Reply
RE: Linking Problem

its not PRS controller. its CATHDPIVOTTrans controller

2 years ago
Forum
Reply
RE: Linking Problem

pivot_test.gif2126x1160 6.81 MB

2 years ago
Forum
Reply
RE: Linking Problem

P1=Point pos:[0,0,0] D1=Dummy pos:[-100,0,50] D1.parent = P1 offset_ = D1.transform * inverse P1.transform D1.transform = P1.transform D1.objectOffset…

2 years ago
Forum
Reply
2 years ago
Forum
Reply
RE: Maxscript access to Sub-Object in motion panel

I have poor knowlege in UI at all. so for me that was totally mind blowing)

2 years ago
Forum
Reply
RE: Maxscript access to Sub-Object in motion panel

Thnx so much!!! python method works perfect!!!

2 years ago
Forum
Reply
RE: Maxscript access to Sub-Object in motion panel

hwnd_get = GetCommandPanelHWND() dialog = windows.getChildrenHWND hwnd_get UIAccessor.PressButton dialog[n][1]; print dialog[n][1] i was try to brut…

2 years ago
Forum
Reply
RE: Maxscript access to Sub-Object in motion panel

** Unknown property: “QWIdget” in <module ‘PySide2.QtWidgets’ ** on this row —-> app = qt.QWIdget.find (pymxs.runtime.windows.getMAXHWND()…

2 years ago
Forum
Reply
RE: Maxscript access to Sub-Object in motion panel

tmp = Point name:“pn01” isSelected:true tmp.controller = CATHDPivotTrans ()

2 years ago
Forum
Reply
RE: Maxscript access to Sub-Object in motion panel

Something wrong. I use hwnd viewer to find hwnd of button. And after that try click on it. But nothing happens If i do same things with modify pannel …

2 years ago
Forum
Reply
2 years ago
Forum
Reply
RE: Maxscript access to Sub-Object in motion panel

Its CAT IKTarget In properties, methods and interfaces of IKTarget i can just get controller of this Pivot. But I need functionality just like click o…

2 years ago
Forum
Topic
Forum
Replies: 20
Views: 65
Reply
RE: Get vertices affected by soft selection

Maybe it will be usefull for someone. So i put code here fn f_GetAffectedBySoftSelection mesh_obj treshhold:0.0 onlyNum:false =( local getVData = ca…

3 years ago
Forum
Page 1 / 2