Zbuffer
@zbuffer
New Member
Joined: Feb 14, 2024
Topics: 28 / Replies: 300
Topic
Forum
Replies: 7
Views: 22
Reply
RE: Random selection between 3 or more set numbers

Hi, you could use an array to store your values and use a random index to get the value. something like that: ( Vals = #(50,100,150,200) Index = …

14 years ago
Forum
Reply
RE: .mse file error

hello, You cannot encrypt macros… You need to have the macro in clear text, and ‘filein’ your encrypted script. macroScript VPReset category: “_Pap…

14 years ago
Forum
Reply
RE: [Query] UVW Relax single axis

Hi, Search is your best friend

14 years ago
Forum
Topic
Forum
Replies: 0
Views: 13
Reply
RE: DotNet 4.0 in 3dsMax 2011

Hi James, Thx for the tip What are the benefits of upgrading to .Net 4.0 ?

14 years ago
Forum
Reply
RE: retrieving UV coords from selected verts in UVW editor

Hi, from the maxscript reference: <void><Unwrap_UVW>.[b]SetVertexPosition[/b] <time>time <integer>index <point3>pos a…

14 years ago
Forum
Reply
RE: checkbox enabled state

Hi, the rollout is created each time you display the CA’s UI, and you explicitely define the checkbox disabled. you need to store the enabled state in…

15 years ago
Forum
Reply
RE: Custom Save Dialog?

I’m a little confused about the difference between a macroscript and a normal maxscript. If I want to do x when someone clicks “file/save as…”, do I w…

15 years ago
Forum
Reply
RE: missing lib files

You need to install the 3dsmax SDK. Then in the project properties, modify the include and lib folder to where you installed the SDK.

15 years ago
Forum
Reply
RE: Missing DLL because of Custom Attribute?

that error is not dll related. It seams you are missing a maxscript file (.ms) that is a scripted plugin

15 years ago
Forum
Reply
RE: detachToElement does not work?

Hi, try this: select your object (Editable_poly) and run this script: ( obj = selection[1] if classof obj == editable_poly do ( while ob…

15 years ago
Forum
Reply
RE: Switch between 2 materials?

Hi, You can use scene states

15 years ago
Forum
Reply
RE: Max Script issue

type rctMakeRagdollUI() in the listener.

15 years ago
Forum
Reply
RE: CrazyMax_V2.0_For.3dsMax9.2009.2010. Release

Hi, THIS IS NOT CrazyRoad!!! It’s only rollouts with no event handlers. TOTALY USELESS !!!

15 years ago
Forum
Page 4 / 22