LoneRobot
@lonerobot
New Member
Joined: Feb 14, 2024
Topics: 66 / Replies: 1075
Reply
RE: Custom Attribute Parameter Default value access?

Hi Richard, I would probably add a floatTab as an additional parameter, this could be populated with the default values (or even a hardcoded array as…

12 years ago
Forum
Reply
RE: case wildcard problems

Hi Dave, No problem! Sounds like you’re doing it right, if you are getting this from the dwg import there’s no real way apart from using the string i…

12 years ago
Forum
Reply
RE: case wildcard problems

Hi Dave, May I ask what the purpose of your pattern matching is for? If it is something that is identifiying objects for a smooth/subdivision operati…

12 years ago
Forum
Reply
RE: AVI Codec

There are a couple of ways that I’ve implemented this process on our pipeline. Post render script that sends a commandline script to FFMpeg, compil…

12 years ago
Forum
Reply
RE: biped.copyPosture not working well?

Here’s an example, but seriously – DON’T BOTHER. As the saying goes, biped script access is like turning up to a sh*t fight armed with a fart.

12 years ago
Forum
Reply
RE: biped.copyPosture not working well?

From what I remember with my ill-fated foray into biped scripting, it doesn’t store the hip position correctly, so is pretty much useless.

12 years ago
Forum
Reply
RE: Viewport Icons on dotnet Buttons.

maxcustomcontrols is an autodesk dotnet library, It has a few classes (most notably maxform) that allow easier integration of dotnet into max. For exa…

12 years ago
Forum
Reply
RE: Dotnet max colorpicker code problem

Ullo Patrick The mcp object has a .currentcolor property, that’s where it is storing the last picked color. you can use that or cast into a maxscript…

12 years ago
Forum
Reply
RE: Funny max scripting

if ways > 1 then addmodifier CAT (skin())

12 years ago
Forum
Reply
RE: Funny max scripting

it could be made to work, but you get the gist…

12 years ago
Forum
Reply
RE: dotnet get datasource key from sorted datagridview

Hey Patrick, I hope you are well. I haven’t found a good way of doing is this other that lo’s suggestion. Most of the time I find that the auto-sort…

12 years ago
Forum
Reply
RE: trajectory of an object when parented

why not script a simple bake script that creates a new camera with the old camera’s properties? Then collect the old camera’s world transform into an …

12 years ago
Forum
Reply
RE: Save and Load UVs

here’s a little snippet from my “scripts I wrote and then said, hmm done that, I’ll never use that again” drive It will copy various channels, includ…

12 years ago
Forum
Reply
RE: exposing parameters for dotnet objects

You can extract a whole load of information without even having to go to a help file, but If you are struggling with this, it wouldn’t hurt. A simple …

12 years ago
Forum
Reply
RE: How To Detect A Specific Hotfix installation ?

We use this to detect version differences between machines on startup (useful for the render farm too) versinfo = dotnetclass “System.Diagnostics.Fil…

12 years ago
Forum
Page 14 / 77