Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: Select spline vertex inside of a volume or object?

these are for profiling execution time and memory consumption. you may remove these lines along with format “Time…

8 years ago
Forum
Reply
RE: Select spline vertex inside of a volume or object?

( delete objects max create mode shp = star radius1:50 radius2:20 numpoints:42 addModifier shp (Normalize_Spline length:5) convertToSplineShape…

8 years ago
Forum
Reply
RE: Trying to create my first "hello world" plugin. Got stuck.

Nah, no luck. I’ve seen it the last time I attempted the same :). No progress since then

8 years ago
Forum
Reply
RE: Trying to create my first "hello world" plugin. Got stuck.

I’m trying to create sample project using pluginwizard in vs2010express SP1 but it fails with this error. Could someone point me in the right directi…

8 years ago
Forum
Reply
RE: Sorting array on multiple value possible ? Can't find a way…

Is it correct? ( arrayA = #(#(“C”,”3″,”FALSE”,”4″),#(“M”,”4″,”FALSE”,”4″),#(“F”,”3″,”TRUE”,”4″),#(“M”,”3″,”FALSE”,”2″),#(“B”,”3″,”TRUE”,”4″)) …

8 years ago
Forum
Reply
RE: Create shape of an object just like max default section

Indeed it doesn’t work even in my max. There was a wrong variable name, I’ve edited my previous post you may check it again. Now it should work. Scrip…

8 years ago
Forum
Reply
RE: Create shape of an object just like max default section

What if you switch it to Section Boundary mode? Or you can slice object as you like and then create shape from the resulting edges. Check if it works…

8 years ago
Forum
Reply
RE: callback for renderer parameter change?

That’s for the renderer settings. But have no idea of how to check render elements settings change, anyone? ( fn getRenderSettings props = ( fo…

8 years ago
Forum
Reply
RE: Is it possible to count grids where vertices are found?

something like that? g = (objects.max – objects.min) / (getGridSpacing()) gg = [ceil g.x, ceil g.y, ceil g.z ] ggg = [int g.x, int g.y, int g.z ]

8 years ago
Forum
Reply
RE: rolloutCreator addHandler question

“.enabled = true” see the difference?

8 years ago
Forum
Reply
RE: Last bit?

cool. almost twise as fast as my first suggestion. collective coding makes miracles

8 years ago
Forum
Reply
RE: Last bit?

and it’s 20% faster also

8 years ago
Forum
Reply
RE: Last bit?

( fn lastbit0 bits = ( n for k in bits do n = k n ) fn lastbit1 bits = ( arr = bits as array arr[arr.count] ) fn lastbit2 bits = ( str = bit…

8 years ago
Forum
Reply
RE: Last bit?

fn lastBit3 ba step:1000 = ( bb = copy ba sub = #{1..10} do ( bc = copy bb bc -= sub if (ba * bc).numberset == 0 do exit bb …

8 years ago
Forum
Reply
RE: Mini-challenge. Get ordered poly edge loops

Shape from edges behaves very weird with the intersecting edgeloops You can compare to what I have fn growEdge obj index edges = ( edg = #{ index …

8 years ago
Forum
Page 69 / 84