Can’t understand this sentence, sorry.
Perhaps you can take some ideas from here:
It’s clear that Menu items are not clear! That’s how I do it. Hope it helps. — Creation of a Main Menu Item — Creates a main item with NON …
units.decodeValue “1cm”
Just assign the controller first: s = Sphere pos:[20,20,20] b = Box pos:[-20,-20,-20] posCtrl = Position_Constraint() s.position.controller = posCtr…
I know nothing about nurbs, but perhaps this can help you to refine a selected CV Curve: s = getnurbsset $ #relational — s holds the nurb obj = get…
The hidden property is not animatable. For render, you should use the visibility property. It’s not easy to combine both in the same script as when y…
You should create it inside a “MaxCustomControls.MaxForm”, not inside a standar Max rollout. For example, in a structured way: —————–…
Impressive, Sergey! You are getting really nice tools and they show the way for other challenges. Thanks!
cmauceri3d: Hi, Thanks andres, this is it ! I have a few questions as I am a maxscript noob, but I try to health me… inthe line : “for sp = (SphC…
Try this: rollout testSpin “test Spinner” width:205 height:130 ( local Sph=#() local SphCount = 0 spinner ‘spn1’ “nombre de Spheres” pos:[3…
Really a strange need… Here you go: fn decodeString str = ( encodingString = “abcdefghijklmnopqrstuvwxyz1234567890” decodedString = “” char…
har1sf0x: Any ideas about the weak reference? What is your goal? I mean, what are you missing in your plugin?
har1sf0x: Here is the code of the updated version (the pickbutton .text still is not being stored, even though i used a parameter): You just have…