1111
@1111
New Member
Joined: Feb 15, 2024
Topics: 2 / Replies: 19
Reply
RE: How to add text in a inside a multiline string

you have to brake the string first (substring) and then concatenate three parts – the first one, a new one, and the second part of the original string…

19 years ago
Forum
Reply
RE: Edit Poly modifier – insert vertex?

as far as i know edit_poly modifier has very few features implemented in maxscript.

19 years ago
Forum
Reply
RE: Mouse Clicks Catch?

please check this, it will print clicks 3dsmax can catch with mouse tool tool foo ( on mousePoint clickno do (print clickno) ) startTool foo

19 years ago
Forum
Reply
RE: Mouse Clicks Catch?

as far as know – NO in mouse tool, max catches only mouse_up event (and the first mouse_down). why? i do not know.

19 years ago
Forum
Reply
RE: Saveing 16bit tiff

put this before rendering to a file tif.itifio.setType(#logLUV) 32-bit tiff files can be opened with photoshopCS2

19 years ago
Forum
Reply
RE: Any script to automate render for different max files ?

look at this script. it does just a perspective render of max files in a folder (and subfolders). in fact, you need to add several lines of code to re…

19 years ago
Forum
Page 2 / 2