cgrant3d
@cgrant3d
New Member
Joined: Feb 15, 2024
Topics: 2 / Replies: 17
Reply
RE: XML-RPC tips anyone?

I haven’t done anything with Python / Max yet so I was hoping to not dive into that too… However – examples are always useful. If it’s not too much tr…

14 years ago
Forum
Reply
RE: XML-RPC tips anyone?

Kameleon: Quote from : So I’m guessing that you wont have any luck with .Net at least… Python is not my thing Ahh… That explains why I wasn’t f…

14 years ago
Forum
Topic
Forum
Replies: 5
Views: 21
Reply
RE: Distributing scripted tools and updates – Best practice?

I posted a similar question at tech-artists.org …

15 years ago
Forum
Reply
RE: Advanced Painter script (Scriptspot)

ETCHA-SKETCH: I was looking to locate this script for use with Max 2008 x32 and for 2009×64. After reading trough the comments in scriptspot I saw…

16 years ago
Forum
Reply
RE: ProCutter madness

I’m not in front of 3ds Max right now so I can’t check this myself… What if you were to put the procutter object into a group, then delete the group? …

17 years ago
Forum
Reply
RE: MAX Scripts needed urgently

To detach elements into objects I use Neil Blevins’ script objectDetacher (I’d suggest you look at all the scripts in his set – they’re really useful!…

17 years ago
Forum
Reply
RE: delete all objects with word in name

If you want to just select them first, you can use wildcards with maxscript, so: select $anim which translates into “select any object that has “ani…

17 years ago
Forum
Reply
RE: max script Installer

Check out Jeff Hanna’s tutorial on ScriptSpot where he details how to create an installer using NSIS (the free NullSoft Installer System)

18 years ago
Forum
Reply
RE: converting procedural maps

nomed: I’m asking lots of questions these days, I know. I have (again) a problem. When I export my scenes to virtools, I often recognize too late …

18 years ago
Forum
Reply
RE: Viewport Control Like Luxology's Modo

Umm, maybe I’m totally misunderstanding you, but did you know you can hold down the middle mouse button for pan/rotation? If you press the middle mous…

19 years ago
Forum
Reply
RE: Get Bitmap Info

g8ff: Is there a way to access the bitmap info held in the diffuse slot to apply to your current object selected? I’m trying to get at this info so …

19 years ago
Forum
Reply
RE: Grid by Name script..

Vsai: i’d welcome suggestions or comments before i fire it off to the ‘spot’ LOL… I had almost clicked the button to add the script when my eye …

20 years ago
Forum
Reply
RE: How to WADs and maxscript extensions work?

Extensions are just regular ol’ max plugins (compiled msvc++), but instead of being materials or object plugins they add functionality to maxscript. O…

20 years ago
Forum
Reply
RE: How do you find the size of an object?

EDIT: I should have tried first… My recommendation is in world space… I think what you’re looking for is the .max and .min properties… Those give you…

20 years ago
Forum
Page 1 / 2