miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: How to pick a group object?

Just a shot in the darkness Ok. Good night to both of you.

12 years ago
Forum
Reply
RE: How to pick a group object?

? fn getRootGroupHead node = if isGroupMember node do

12 years ago
Forum
Reply
RE: How to pick a group object?

Last attempt and I will leave you: fn getRootGroupHead node = if isValidNode node do ( while node.parent != undefined and (isgrouphead node.pare…

12 years ago
Forum
Reply
RE: How to pick a group object?

He got this temperature 1,5 h ago.

12 years ago
Forum
Reply
RE: How to pick a group object?

My son have 39.5 deg body temperature. I don’t have much time, but Denis, can you tell me(us) when this will not works? while obj.parent != undefined…

12 years ago
Forum
Reply
RE: How to pick a group object?

Is this correct? ( obj = $Box001 while obj.parent != undefined and (isGroupHead obj.parent) do obj = obj.parent print obj )

12 years ago
Forum
Reply
RE: How to pick a group object?

Return the correct result. Denis have to say how close it is to his solution. Mine is far far away.

12 years ago
Forum
Reply
RE: How to pick a group object?

Denis have one line solution, I have 100 lines solution – ugly, but I hope my solution to works properly no matter of how big the code is. ( loca…

12 years ago
Forum
Reply
RE: How to pick a group object?

Branko, this is infinite while loop. The obj never changes, so its parent never changes and the max continue to execute the while loop. The function …

12 years ago
Forum
Reply
RE: Checking if you have a face selected or not

The problem with your code is that the polyop.getFaceSelection requires one more parametter – you commented it. Why? Also, the selectedFaces variable …

12 years ago
Forum
Reply
RE: a discussion about a delicate matter…

I think that the porblem with controls alignment is… the Windows is the problem. The same monitor on Windows XP,7,8 – I have a script whose controls a…

12 years ago
Forum
Reply
RE: Multiple copy like in Revit

I have a script that allows you to set the distance between clones. You can see how it works here.

12 years ago
Forum
Reply
RE: Multiple copy like in Revit

You can try to do it yourself. Check maxscript help file for “Scripted Mouse Tools” and start writhig.

12 years ago
Forum
Reply
RE: a discussion about a delicate matter…

Can we rearrange the radiobutons? try(destroydialog a) catch() rollout a “Bad” width:200 ( group “Normal Map: ” ( label space_lb “Space:” align:…

12 years ago
Forum
Reply
RE: a discussion about a delicate matter…

try(destroydialog a) catch() rollout a “Bad” width:200 ( group “Normal Map: ” ( label space_lb “Space:” across:2 align:#right offset:[-50,1]…

12 years ago
Forum
Page 62 / 83