denisT
@denist
New Member
Joined: Feb 14, 2024
Topics: 218 / Replies: 11426
Reply
RE: Copying keys between Controllers

I think it can be easier to copy whole controller if you need to copy all keys. Just take this option in the mind. delete objects b = box() seed 0 w…

2 years ago
Forum
Reply
RE: Copying keys between Controllers

deletekeys newcontroller for k in oldcontroler.keys do appendkey newcontroller.keys k

2 years ago
Forum
Reply
RE: How to associate a modifier to a string stored in an array?

Because you only collect and display modifiers from one (selected) node and do not sort the list, the index of the selected item directly corresponds …

2 years ago
Forum
Reply
RE: MAXScript+ newscript() method

I suspect this is all related to the Scintilla document, but I don’t know how to get to it yet.

2 years ago
Forum
Reply
RE: MAXScript+ newscript() method

Forgot to say… The reading of the window caption is not a solution to get an associated file.

2 years ago
Forum
Reply
RE: MAXScript+ newscript() method

image.png897x1165 245 KB there is a log parameter, and it can be set to FileStream. And Using CharStream methods I can set and get filename. Also, …

2 years ago
Forum
Topic
Forum
Replies: 3
Views: 84
Reply
RE: Strange unknown window that pops up when MAX is loading

I found who is causing that pop-up dialog box … as I expected – some Autodesk’s abomination … ADPClientService.exe

2 years ago
Forum
Topic
Reply
RE: Intersect bug in max

Ha ha ha… believe it or not, noise seems to do wonders. Life takes a turn for the better

2 years ago
Forum
Reply
RE: Intersect bug in max

I don’t think we should expect any improvements in this area… you just have to learn to live with these shortcomings

2 years ago
Forum
Reply
RE: Intersect bug in max

I wrote my own intersection… built-in was too slow for some of my tasks

2 years ago
Forum
Reply
RE: Intersect bug in max

of course it has to be done automatically by the system … but who knows? maybe they forgot or missed something? as I remember in version something …

2 years ago
Forum
Reply
RE: Intersect bug in max

Klvnk: there are situations where this happens with the new geometry can be intersected but the original geometry can’t. My guess is theres a fault …

2 years ago
Forum
Reply
RE: Intersect bug in max

if you shift newly extruded faces out in ray direction it will work too. the issue is that new faces overlap the original and faced backward to the ra…

2 years ago
Forum
Page 3 / 777