Fabiomussarela
@fabiomussarela
New Member
Joined: Feb 14, 2024
Topics: 11 / Replies: 62
Reply
RE: Mapping Align with Unwrap modifier

Hi Kinten, take a look in the maxScript help, under the “frequently asked questions”, there´s an topic called: “How do I align the UVW modifier´s giz…

18 years ago
Forum
Reply
RE: How to display changing text on surfaces?

Hi again When I tested this script, I made a box with a grey material with 100% self ilumination, and the x,y,z coords above it About the scale scri…

18 years ago
Forum
Reply
RE: How to display changing text on surfaces?

Hi I don´t know if I understood your question, but I think this may help. create 3 spline Texts in your scene and name it X , Y , Z the splin…

18 years ago
Forum
Reply
RE: Retrieve scripted modifier 'parent'

Hi Tom, I think this may help you. –grab the modifier from an object xMod = $.modifiers[1] –Will show you an array with all nodes that the modifier…

18 years ago
Forum
Reply
RE: "Hot" material boolean property?

Hi Michele try to use the “refs.dependents” on your material, it will return an array of the nodes your material dependsOn. If your material is ass…

18 years ago
Forum
Reply
RE: Viewport

Hi Hobbs I´ve got and idea reading your post. You can replicate the viewport on a rollout, but you can´t control the viewport from the rollout. un…

18 years ago
Forum
Reply
RE: Set animation range via spinner/button?

Hi IceMan take a look at “Interval” values in the maxScript help To change the timeline range try this: myInterval = interval 50 100 animationRang…

18 years ago
Forum
Reply
RE: Custom attribute keys delay?

Yeah, pretty annoying. I think its a bug since max 8 ! Actualy I have to move the range of the trackbar to update the visibility of some keys! With …

18 years ago
Forum
Reply
RE: HELP. I can't delete faces or attach object.

Hi Mathew, I´ve tried something similar here at home and it seems some edit mesh commands doesn´t work with the edit_mesh modifier! I don´t know if it…

18 years ago
Forum
Reply
RE: per face data for meshes

Hi brow, I´m not sure if this will help you but, take a look at “Get by Flag” Editable poly methods in the max script help.

18 years ago
Forum
Reply
RE: animation tracks

I don´t know for sure but I think it is Paul Neale´s code! By the way, could someone explain me that “recursive function” stuff I´ve never got to u…

18 years ago
Forum
Reply
RE: How to get all the texture name of DirectX shader

Hi CarDirectX_9_Shader ??? is this a plugin shader ? The .tex0 property is exclusive for DirectXShaders. I don´t think it´s a native shader that c…

18 years ago
Forum
Reply
RE: How to get all the texture name of DirectX shader

Hi brow Do you mean the name of the file in the “Base texture” field? select an object with the directX shader on it and run $.material.tex0 …

18 years ago
Forum
Reply
RE: Problem using skinOps.setVertexWeights

Hi try to use the “ClassOf obj” , it´s a “hacky” way to force the stack update ! I saw something about this sometime ago! Go and search for old…

18 years ago
Forum
Reply
RE: circular dependency in script controller

Hi Alex which max version are you using? I made this in max 9 and it worked fine. Just a Plane ($ground) and a Cylinder ($Cyl) simulanting a wheel….

18 years ago
Forum
Page 4 / 5