toxis
@toxis
New Member
Joined: Feb 15, 2024
Topics: 3 / Replies: 14
Reply
RE: pausing maxscript execution without UI lock

@Gumtoo that was what I was searching for… I put together a small dirty sample which is creating a box, hanging in the do while loop until the conti…

10 years ago
Forum
Reply
RE: pausing maxscript execution without UI lock

again to much simplification from my side… my f1 contains a loop… fn process = ( –manipulate scene a = box() for k in children do ( …

10 years ago
Forum
Reply
RE: pausing maxscript execution without UI lock

Hi lo, I tried the code (I guess the ‘::’ was not intendet) and it’s definitvely an interesting solution. Unfortunately it’s not working for me that …

10 years ago
Forum
Reply
RE: pausing maxscript execution without UI lock

hi dennis, I tried a .net backgroundworker in the meantime which is executing ManagedServices.MaxscriptSDK.ExecuteMaxscriptCommand(“Box()”); Thre…

10 years ago
Forum
Topic
Forum
Replies: 28
Views: 63
Reply
RE: DotNet eventhandler broke after file reset

Thanks Gravey, the dotNet.setLifeTimeControl was the solution i searched for! Regards, Stefan

13 years ago
Forum
Topic
Forum
Replies: 4
Views: 18
Reply
RE: maxscripting Realflow start time

why don’t you duplicate your simulation file? this is easy with scripting… i made some tests with modifying render geometry while rendering – it’s a …

14 years ago
Forum
Reply
RE: pivot change

select sphere01 and then type in $.pivot = [10,10,10]

14 years ago
Forum
Reply
RE: obtain "materials and colors" values in "gamma and LUT" by maxscript

there is a new interface in max 2010 called IDisplayGamma which provides this functionality…but not in max 2008

14 years ago
Forum
Reply
RE: mirror faces/polygons local !?

another possibility would be – in case you do want to flip it on local x for i = 1 to getnumverts $ do( local IPos = getvert $ i IPos[1] = $.positi…

14 years ago
Forum
Reply
RE: mirror faces/polygons local !?

you can multiply the obj.scale by [-1,1,1] to mirror on x in local space…

14 years ago
Forum
Reply
RE: Maxscript : How to switch off output to Listener?

the “print” or “format” function usually generates output in the listener – simply remove these in your code…

14 years ago
Forum
Reply
RE: MAXScript: References + Modifier Stack

there is a simpler way to convert instanced/referenced objects: select one instance add a editmesh modifier on top rightclick on the added modifier a…

14 years ago
Forum
Reply
RE: Matrix Offset/Difference between 2 Matrices

in case you have 2 objects o1 and o2 – they have both an uvw_map modifier as the only modificator the math for aligning the gizmo of the first to the…

14 years ago
Forum
Page 1 / 2