JsnB
@jsnb
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 37
Reply
RE: Get texture absolute path?

I’ve never used this before – but it doesn’t appear to work for custom shaders. And it converts relative paths to oddly formed absolute paths for sta…

10 years ago
Forum
Reply
RE: Get texture absolute path?

This might be helpful: <bool>[i]ATSOps.ResolveSelectionToAbsolute/i Converts the paths of one or more assets selected in the Asse…

10 years ago
Forum
Reply
RE: Fixing obsolete files in 'Missing External Files'

Using denisT’s earlier work this will do what Mambo4 described. It doesn’t have DenisT’s elegance but someone else may find it of use. Output sh…

11 years ago
Forum
Reply
RE: Maxscripters: check your script for Max 2014 compatibility

In Max 2013/2014 the following causes a system exception. It works in prior versions: ( — collect the data into an array and ensure files are ab…

12 years ago
Forum
Reply
RE: maxscript challenge 'Screw"

So points #4 and #5 are pretty straightforward – but I”m having a hard time figuring out how to get that helix cleanly integrated into the mesh. Once…

12 years ago
Forum
Reply
RE: Can max script install buttons on the main toolbar?

Denis, What’s your preferred solution?

12 years ago
Forum
Reply
RE: include() fails on first try, succeeds on second?

I just tried the syntax you have used and it doesn’t work on my max2012. This works –> filein “whateverfilename.ms” This works –> include “wh…

12 years ago
Forum
Reply
RE: Find Bone in Skin.

So this provides the correct information: fn getnodesBySkinBone bone = ( local nodes = #() for sk in (getclassinstances Skin) where refs.Dep…

12 years ago
Forum
Reply
RE: Find Bone in Skin.

I don’t usually work with rigging – but found this function interesting so I tested it, but got some results I wasn’t expecting at first. After creat…

12 years ago
Forum
Reply
RE: macroscripts inside a structure

This is an interesting problem. I usually provide two scripts as you said you did many years ago. One script is the tool itself while the other gene…

12 years ago
Forum
Reply
RE: dotNet listview like multilistbox

PePeTD: lv.HideSelection = off lv.BackColor = (dotnetclass “System.Drawing.SystemColors”).Menu This should work, It came from Denis! That work…

12 years ago
Forum
Reply
RE: dotNet listview like multilistbox

Looks like I missed a line in my original post (its the last line in the drawitem func) to help you with #2: Also I don’t know how to over-ride the he…

12 years ago
Forum
Reply
RE: dotNet listview like multilistbox

For #2: This might be overkill – but I had to override the draw method. You can mostly likely find this or similar info in the dotnet thread – it hel…

12 years ago
Forum
Reply
RE: get complete hierarchy

Sorry to backtrack a bit – but why does this work? Why does the node become a collection of the parent and its children? I wouldn’t expect this. I…

12 years ago
Forum
Reply
RE: Is it possible to override Right Click menu for bitmap slot?

OK. Thanks for the feedback – I had a feeling that the chances were low. I have some alternative solutions, just not as elegant.

12 years ago
Forum
Page 1 / 3