ZeBoxx2
@zeboxx2
New Member
Joined: Feb 14, 2024
Topics: 7 / Replies: 1402
Reply
RE: intersects function in local space

you mean the bounding box intersection bits? you’d have to write one

16 years ago
Forum
Reply
RE: Scripted Render Elements ?

Well, excuse you if you thought we labeled you an idiot when we suggested some possible solutions and pitfalls to those solutions (and we didn’t reali…

16 years ago
Forum
Reply
RE: Scripted Render Elements ?

that’s the way most people go… there’s a few similar-ish scripts up on scriptspot.com… I swear there was one on our forums as well but the search term…

16 years ago
Forum
Reply
RE: Scripted Render Elements ?

That… is more like a post-render effect, no? In fact… the File Output render effect already has a z-depth output option… if that’s all that was neede…

16 years ago
Forum
Reply
RE: Show map in viewport ON/OFF script?

it would need support in the material/map itself to work with that command, I believe one other thing you could do is open the material/map in medit,…

16 years ago
Forum
Reply
RE: viewport stats: only toggle – no direct control?

spacefrog: found it via macrorecorder gah – only shows when I use the keyboard shortcut (not via the viewport right-click menu)… go figure.

16 years ago
Forum
Reply
RE: viewport stats: only toggle – no direct control?

weird… doesn’t seem to be in the docs… certainly not when searching for e.g. “show NEAR statistics”, and not in the Max Commands main topic either… A…

16 years ago
Forum
Reply
RE: viewport stats: only toggle – no direct control?

for the life of me I can’t even find the toggling code – so you’re a step ahead already That said – you could toggle it on/off explicitly via the vi…

16 years ago
Forum
Reply
RE: mathsurf

near’s I know, mathsurf is just a scripted plugin: and there’s no reason you shouldn’t be able to interact with it like any other plugin if you want…

16 years ago
Forum
Reply
RE: Include issues

depends on whether or not your code is context dependent… if it’s a ‘library’, though, essentially inserting it into your code with ‘include’ is proba…

16 years ago
Forum
Reply
RE: Update Text

I’ll elaborate The example given in the MaxScript documentation – and which includes the warning that you should use a controller – is for when rend…

16 years ago
Forum
Reply
RE: Update Text

the example should be fine, actually – that warning is only when you’re trying to render an animation (which is not really appropriate in this case as…

16 years ago
Forum
Reply
RE: Update Text

Oh goodness, I hope not – Bobo’s our best hope as far as the documentation goes That said… the example referred to still uses ‘dependsOn’ ;\

16 years ago
Forum
Reply
RE: Update Text

well, the very basics would look something a little like this, perhaps… rollout roll_test “test” ( local obj_text, obj_cam, f_in, f_out pickbutton…

16 years ago
Forum
Reply
RE: Update Text

yes. An Extruded Text shape: myTextObj = Text() select myTextObj addModifier myTextObj (extrude()) If you already have the Extruded Text shap…

16 years ago
Forum
Page 20 / 94