lanimal
@lanimal
New Member
Joined: Feb 15, 2024
Topics: 8 / Replies: 61
Reply
RE: after action done, close dialog // DestroyDialog rollout

I should have replace all code. It sounded natural for me to put my separate line beetween parenthesis. At least you will remenber it forever because …

12 years ago
Forum
Reply
RE: after action done, close dialog // DestroyDialog rollout

here’s your error, remove red part or replace it by rotate $rim (angleaxis 180 [0,0,1]); DestroyDialog modalRollout chechinkg that $rim exist before…

12 years ago
Forum
Reply
RE: Auto-Skin-Weight Approach

Originally Posted by martinez Again I’ll compare to UV Mapping. When I UV map I’m only creating UVs for the vertices, yet all components are available…

12 years ago
Forum
Reply
RE: Auto-Skin-Weight Approach

I don’t skin every day but the basic component selection with convert beetween poly/edge/vertices are pretty much all you need. Maybe mirror selection…

12 years ago
Forum
Reply
RE: Auto-Skin-Weight Approach

Ok thanks for the answer. It’s perfectly clear now why skinops is so slow. I’ll stick to maxscript and disabling redraw since the C++/sdk is still a l…

12 years ago
Forum
Reply
RE: Auto-Skin-Weight Approach

In case of the skinops interface. You use sdk functions to avoid the problem if i understand well. Is it as fast to forbid ui refreshing? With hwnd st…

12 years ago
Forum
Reply
RE: obj.controller = copy obj.controller

I tried this and it immediatly update I’m using an old max 9 $Sphere02.transform.controller = copy $Sphere01.transform.controller

12 years ago
Forum
Reply
RE: Save and Load transforms to a File

You have to get transformation in parent space. locaMatrix = obj.transform * inverse (obj.parent.transform) Assuming that when you reload transform …

12 years ago
Forum
Reply
RE: Save and Load transforms to a File

I add the missing part for reading the values back. I don’t know if that’s what you”re looking for. rollout PS “Save/Load freezed Position” width:2…

12 years ago
Forum
Reply
RE: Rotate object to spline knot

Since you seem to use straight line, try this. delete $spline_* spline = $Line01 for s = 1 to (numSplines spline) do ( splineKnotCount = numKn…

13 years ago
Forum
Reply
RE: MaxSharp Source Code Available

Nice news, I will not have to learn C++ Thanks to share!

13 years ago
Forum
Reply
RE: Multiple custom attributes on multiple objects?

I didn’t read well yout post, sorry! Looks like you answered your own question… you have to delete the instanced CA and create a new one. you get cust…

13 years ago
Forum
Reply
RE: Multiple custom attributes on multiple objects?

Here is what you looking for! delete $Box* Def = attributes “test” ( ) boxes = for i in 1 to 2 collect (Box width:10 height:10 length:10 pos:[i*15,…

13 years ago
Forum
Reply
RE: when write a big script…

Little question for DenisT in his nested struct example. I don’t understand this line local _sk = if _sk != undefined do _sk After rollout definit…

13 years ago
Forum
Reply
RE: dotnet EventHandler problem

not really, I will just need to make it look like my other controls. I will start from Trackbar and override onPaint method. It don’t have time to do …

13 years ago
Forum
Page 3 / 5