gazybara
@gazybara
New Member
Joined: Feb 14, 2024
Topics: 36 / Replies: 998
Reply
RE: fileName without Path

Also you can filter only objects which have assigned material. BTW shapes, proxy etc. types can have material also. So… fn filterMat material &ma…

11 years ago
Forum
Reply
RE: Recursive functions to find property

denisT: this doesn’t work. absolutely. try again Ok. You are right. fn findProperty node prop:#bend = ( local found = off for p in getPropNa…

11 years ago
Forum
Reply
RE: Recursive functions to find property

We can utilisez node var fn findProperty node prop:#bend = ( local found = off for p in getPropNames node while found where (found = (p ==…

11 years ago
Forum
Reply
RE: Recursive functions to find property

Like this fn findProperty node prop:#bend = ( local found = off, result for p in getPropNames node while found where (found = (p == prop)) do resul…

11 years ago
Forum
Reply
RE: filter string for version number

fn getVersion str = ( local cnt = 0,idx = 0 while cnt != 2 or idx == undefined do ( idx = findString str “_” ; cnt += 1 str = if cnt == 1 then …

11 years ago
Forum
Reply
RE: filter string for version number

str = “_”+(filterstring “donut_Violin_v005_cool25” “_”)[3]+”_”

11 years ago
Forum
Reply
RE: What kind of plugin to add an additional rollout to materials, etc?

This is the one of meny concepts for the start –CA definition –CA definition materialNote = attributes mtlNote ( parameters notesParm rollout:notes…

11 years ago
Forum
Reply
RE: Align Pivot to Minimum Z?

I already gave you an answer here

11 years ago
Forum
Reply
RE: Align Pivot to Z minimum?

selectin: very exactly! Are you live in HongKong? May I be your friend? My e-mail is neural_network@163.com. I am looking forward to receiving your …

11 years ago
Forum
Reply
RE: Align Pivot to Z minimum?

BTW Did I wrote symbols right or wrong?

11 years ago
Forum
Reply
RE: Align Pivot to Z minimum?

You are right. This is good macroScript Object_Buttom_up ( if selection.count == 0 then MessageBox “请选择一个对象” title:”警告” beep:off else ( se…

11 years ago
Forum
Reply
RE: Point_cache

First you need to look in maxscrip help document about Point Cache modifier Anyway this is your script. I not have time to test this try(DestroyDialo…

11 years ago
Forum
Reply
RE: position controller for objects in array?

metamesh: that maks total sense, is just the first value [3] that I don’t see what it is: $[3][1][1].track mean Selection [Transform] [Position] […

11 years ago
Forum
Reply
RE: position controller for objects in array?

Also you can select an object and open track view. In tree list on the left side you can see the order of tracks.

11 years ago
Forum
Reply
RE: position controller for objects in array?

metamesh: hey thanks a lot! that seemed to work, although i’m not too sure what the ” node[3][1][3].track” means? thanks a lot for the help $[3][…

11 years ago
Forum
Page 9 / 69