aaandres
@aaandres
New Member
Joined: Feb 14, 2024
Topics: 52 / Replies: 726
Reply
RE: algorithmic brain teaser

Can’t understand this sentence, sorry.

8 years ago
Forum
Reply
RE: MaxSQL

Perhaps you can take some ideas from here:

8 years ago
Forum
Reply
RE: Create a submenu in a submenu

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 …

8 years ago
Forum
Reply
8 years ago
Forum
Reply
Reply
RE: Position_Constraint() <<< Problem when Child object snap to parent object, need help

Just assign the controller first: s = Sphere pos:[20,20,20] b = Box pos:[-20,-20,-20] posCtrl = Position_Constraint() s.position.controller = posCtr…

8 years ago
Forum
Reply
RE: NURBS Curve – Make fit (Smooth) using MaxScript?

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…

8 years ago
Forum
Reply
RE: animated hide&unhide work on viewport but not on render

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…

8 years ago
Forum
Reply
RE: Dotnet style TabControl color/sytle question

You should create it inside a “MaxCustomControls.MaxForm”, not inside a standar Max rollout. For example, in a structured way: —————–…

8 years ago
Forum
Reply
RE: setFocus by current Axis

Impressive, Sergey! You are getting really nice tools and they show the way for other challenges. Thanks!

8 years ago
Forum
Reply
RE: dynamic object creation

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…

8 years ago
Forum
Reply
RE: dynamic object creation

Try this: rollout testSpin “test Spinner” width:205 height:130 ( local Sph=#() local SphCount = 0 spinner ‘spn1’ “nombre de Spheres” pos:[3…

8 years ago
Forum
Reply
RE: How To Encode String To Number And Decode Number To String

Really a strange need… Here you go: fn decodeString str = ( encodingString = “abcdefghijklmnopqrstuvwxyz1234567890” decodedString = “” char…

8 years ago
Forum
Reply
RE: Scripted Geometry – reference problem

har1sf0x: Any ideas about the weak reference? What is your goal? I mean, what are you missing in your plugin?

8 years ago
Forum
Reply
RE: Scripted Geometry – reference problem

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…

8 years ago
Forum
Page 18 / 52