DaveWortley
@davewortley
New Member
Joined: Feb 14, 2024
Topics: 195 / Replies: 934
Reply
RE: Undo delete objects

undo “myScript – Delete Objects” on ( delete objects )

11 years ago
Forum
Reply
RE: Nearest vertex near point

You could potentially start by looking at which elements are closest to the point, then by face and that may reduce the amount of vertices you actuall…

11 years ago
Forum
Reply
RE: Nearest vertex near point

Simple Example, not the most efficient, but hopefully quite clear to understand. ( –start our test distance to be massive local dist = 1e9 –declare…

11 years ago
Forum
Reply
RE: Execute maxscript safely from external program

“Anything devised by a human mind can be solved by a lesser or equal mind” – Sherlock Holmes

11 years ago
Forum
Reply
RE: get selected mtl from Slate Material Editor

Max 2013 #(<MixinInterface:Node>, <MixinInterface:Node>)

11 years ago
Forum
Reply
11 years ago
Forum
Reply
RE: get selected mtl from Slate Material Editor

You can get the Material which is in the editor (has been doubled clicked on) SME.GetMtlinParamEditor()

11 years ago
Forum
Reply
RE: Stuck creating a box?!@#! it so basic…

Have a look on the lessons on my blog… davewortley.wordpress.com

11 years ago
Forum
Reply
RE: Save file copy as

Look in the help and you will find… <bool>saveMaxFile <filename_string> \ [saveAsVersion:<integer>] [clearNeedSaveFlag:<bool&g…

11 years ago
Forum
Reply
RE: Script to convert a script to a script that makes the original script?

I have a script which writes a script, which in turn rights another script, it’s like inception, does my head in sometimes!

11 years ago
Forum
Topic
Forum
Replies: 0
Views: 9
Reply
RE: XRef_Material

This is one of my major bug-bears with XRef Materials, the fact that it needs an XRef Object entry makes it slow… I wrote a replacement material refer…

11 years ago
Forum
Reply
RE: Viewport Label

It’s easily possible to nudge a camera if you middle-click in an inactive camera viewport, happens all the time. I’ve tried a few approaches in the pa…

11 years ago
Forum
Reply
RE: Viewport Label

This is what I’ve been doing with this… I’ve made a script which adds a label to the viewport to indicate whether the camera is locked or not, which h…

11 years ago
Forum
Reply
RE: Viewport Label

Hmm that gets me a nice label, and if you pan the viewport with your mouse over the label it picks up, but I’m not sure it’ll give me a click event… N…

11 years ago
Forum
Page 30 / 76