RappyBMX
@rappybmx
New Member
Joined: Feb 15, 2024
Topics: 9 / Replies: 110
Reply
RE: Searching for an old maxscript – MapThief

i also have an account on that forum…

11 years ago
Forum
Reply
RE: Make planar spline verts?

Old habit i guess global planarKnots try destroyDialog planarKnots catch () rollout planarKnots “PlanarKnots” width:179 height:82 ( check…

11 years ago
Forum
Reply
RE: Make planar spline verts?

done… but it will close the dialog after each run :wavey: @denisT 😮 $800 :bounce:

11 years ago
Forum
Reply
RE: Maxscript Tool Wishlist

i would like to point out a few things first… guess people forgot about that was a cool project :buttrock:… especially the PSD to MS – Rapid UI devel…

12 years ago
Forum
Reply
RE: Maxscript Tool Wishlist

( try MaxRibbon.ShowRibbon False catch() — old max ViewCubeOps.Visibility = False ComponentManager = (dotnetclass “Autodesk.Windows.ComponentManag…

12 years ago
Forum
Reply
RE: Weight and Crease Key for TurboSmooth

hi alex here ya go assign a button or shortcut and you are good to go click and drag inside the view to change the crease value. best, remus

12 years ago
Forum
Reply
RE: MAC Address compare Help

I haven’t made scriptms to block hackers, since i know they can easily decrypt the .mse and remove the license part… I did it because I wanted a stor…

12 years ago
Forum
Reply
RE: MAC Address compare Help

Is there an alternative to the mac address !? that will work for max 9-2013. (i also have issues with clients that constantly change their mac address…

12 years ago
Forum
Reply
RE: Another Mini Script Challenge

i actually tried this a while back… not perfect but does the job !? delete obj obj = convertToPoly (Box length:50 width:50 height:50 lengthsegs:5…

13 years ago
Forum
Reply
RE: Undo on… RenderWidth/RenderHeight Changes…

why not just set the render resolution back after !? testSizeRatio = 0.1 — store old resolution origRenderWidth = renderWidth origRenderHeight = re…

13 years ago
Forum
Reply
RE: Collect all Lights in Dropdownlist

camthing = #(“——Select Camera——“) sceneCam = for o in cameras where classof o != TargetObject collect o sceneCamNames = camthing + (for o …

13 years ago
Forum
Reply
RE: Max SDK/Function Publishing : default arguments/variable number of arguments possible

fn somecall width:200 height:200 = ( format (” The width is:”+(width as string)+”, and height is:”+(height as string)+”. “) ) somecall wi…

13 years ago
Forum
Reply
RE: loop/quadrify all objects

for o in $* do (select o; PolyToolsModeling.Quadrify false false) — cursel = getcurrentselection() for o in cursel do (select o; PolyToolsModeling.Q…

13 years ago
Forum
Reply
RE: ini files, saving spinner and radiobutton info help

try setIniSetting (“$plugcfg\\settings.ini”) “Settings” “BigSpn” ( daBigSpn.value as string ) Catch() ——– bigspnv = execute (getIniSetting (“$p…

13 years ago
Forum
Reply
RE: Reloading scripts?

well to reload a script: fileIn (getSourceFileName())

14 years ago
Forum
Page 2 / 8