SoLiTuDe
@solitude
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 146
Reply
RE: The MCG Thread: Post Tools, Compounds and questions here!

PI3c3: ICE and VEX is designed for particle simulation. That’s not remotely true at all. VEX was originally used as the shading language in Houdi…

10 years ago
Forum
Reply
RE: Make .classes and getClassInstances faster?

Hey Jordan, this isn’t useful at all – but turning off printing generally makes things a lot faster.

13 years ago
Forum
Reply
RE: Python for .NET

I don’t think so, but I don’t know for sure. It sounds similar to IronPython, and it’s more for using python code to access and run .net libraries, th…

13 years ago
Forum
Reply
RE: Way to tokenize a name like with Mel?

foo = filterstring “pig_Neutral_RunCycle1_4_0611” “_” foo[1]

13 years ago
Forum
Reply
RE: Selecting every other object

Isn’t that what you’re doing already? Every even one rotates forward, every odd rotates back…

14 years ago
Forum
Reply
RE: Beginner Maxscript help

“delete all of the geometry in my scene” delete geometry keep in mind that some things are in the geometry class that you might not think of “I n…

14 years ago
Forum
Reply
RE: Need a VERY simple script

It’s because of the \ Use \ instead, or use an @ in front of the string

14 years ago
Forum
Reply
RE: For loop with materials

Yeah, that’s pretty easy on a basic setup… this should get you started …oh you should look up meditMaterials and also whatever kind of material …

14 years ago
Forum
Reply
RE: How do you clear a Listbox?

listbox.items = #() ?

14 years ago
Forum
Reply
RE: Randomize Scale – Scripting-noob has questions

From the max help file on spinner control: range:[min,max,val] so what’s happing with your range:[0.9,1.1,0] is that the min value allowed (the va…

14 years ago
Forum
Reply
RE: Deleting plugin DLLs

A decent solution I think would be to use the [include] options of the plugin.ini to point to a new version of your plugin, which would free up your p…

14 years ago
Forum
Reply
RE: Auto Pick Script

You could also do this with a mouse tool probably… just active the tool, and then start clicking objects, should be pretty straightforward to have it …

14 years ago
Forum
Reply
RE: simple layer list problem

pretty sure all you need to do is switch: ” for o in objects where layerNames.name == myDropDownList.selected collect o ” with ” for o in objects…

14 years ago
Forum
Reply
RE: Some newbie questions

Designer: thanks, that clears some things. If I understood correctly, although inheriting from geometryclass the object does not necessarily have to…

14 years ago
Forum
Reply
RE: Some newbie questions

It’s an object, superclass is GeometryClass even. In max you have your objects, let’s say a sphere, and then you have the paramaters for that object, …

14 years ago
Forum
Page 1 / 10