LoneRobot
@lonerobot
New Member
Joined: Feb 14, 2024
Topics: 66 / Replies: 1075
Reply
RE: video metadata

Oops, absolutely right, I’m in nuke python mode still. My Bad. I’ve edited my original post to avoid confusion. Thanks for spotting that. This code i…

12 years ago
Forum
Reply
RE: video metadata

the @ is a verbatim string literal, it just means it doesn’t count the backward slash as an escape charater like or . They were added in max 2008 s…

12 years ago
Forum
Reply
RE: video metadata

Not hacky at all! I use commandline all the time on our pipeline as I consider it to be much cleaner than having to find/deploy custom dotnet assembli…

12 years ago
Forum
Reply
RE: New here, want learn Maxscript

Hello, and welcome. try these videos for starters, should give a good overview of the basics.

12 years ago
Forum
Reply
RE: Maxscript transformation buttons

Here is a basic snippet for you to look at. rollout transRollout “” width:259 height:73 ( mapped fn applyTransform obj axis val = ( — includes a…

12 years ago
Forum
Reply
RE: copy edit poly modifier to another

I’m showing my age but I remember when you asked it Paul. I have always used either the morpher approach or copy/paste verts in Graphite tools to ge…

12 years ago
Forum
Reply
RE: dotNetObject "toolStripTextBox"

Hey Paul, if you use a maxcustomcontols.maxtextbox dotnetobject instead of a winforms one it should handle the keyboard focus for you automatically.

12 years ago
Forum
Reply
RE: FlowLayoutPanel control padding?

this code works in 2013 and 2010, although I am not on XP, Denis. Padding looks to be a strange one, is it that it needs a new instance of the padding…

12 years ago
Forum
Reply
RE: FlowLayoutPanel control padding?

Hey Paul, You should never code while attempting to beat a child at Risk. It’s in the max help. Left and top values are how I set the padding in Hit…

12 years ago
Forum
Reply
RE: FlowLayoutPanel control padding?

when I wrote Hitchhiker I managed to set a property to control the space between buttons, and it was just setting the control margin when populating. …

12 years ago
Forum
Reply
RE: using string tab

You can save an xml document of the array/struct into a string tab too. That works nicely.

12 years ago
Forum
Reply
RE: Animated object hooked up to a dummy, how to find transform

if you took your scene as a literal example, where the point parent has only transformation applied as an offset, you could also add a list controller…

12 years ago
Forum
Reply
RE: Just have looked at new features…

aiiieeeeeeeee, my eyes! :surprised

12 years ago
Forum
Reply
RE: Creating A Drop Down

Here you go, try this! try (destroydialog test_button) catch () rollout test_button “Reset Max” ( — store the classes you want to make into an arra…

12 years ago
Forum
Reply
RE: Check state of rollout in Render Setup Dialog

Hello Rotem, does this not accomplish the same? renderSceneDialog.isopen()

12 years ago
Forum
Page 13 / 77