Insanto
@insanto
New Member
Joined: Feb 14, 2024
Topics: 17 / Replies: 139
Reply
15 years ago
Forum
Reply
RE: How to calculate one rotation order to another

$.transform.rotation as eulerangles returns by default in the order of x y z

15 years ago
Forum
Reply
RE: dotNet listview node select

yes they should be lv for you its compared to the args.Button.left.value__, dont worry it works also it doesnt print anything because your .tag prop…

15 years ago
Forum
Reply
RE: dotNet listview node select

… on dv MouseClick sender args do ( local leftClick = false ; local rightClick = false if args.button.value__ == args…

15 years ago
Forum
Reply
RE: imgtag bitmap opacity

if the opacity val don’t work its because your on an NT system, im afraid the bitmap UI Item is (appart from dotNet) your only choice for gradual over…

15 years ago
Forum
Reply
15 years ago
Forum
Reply
RE: adding maxscripts into a menu?

or you could use something along these lines:

15 years ago
Forum
Reply
RE: Get local vertex position in edit poly modifier

localPos = worldPos * (inverse obj.transform) or localPos = getVert obj.mesh 1

15 years ago
Forum
Reply
RE: Toggle Show Map in Viewport for Multi-Sub?

( fn viewportmaps sel val= ( for s in sel do ( try (showTextureMap s.material val) catch() if s.material != undefined AND cla…

15 years ago
Forum
Reply
RE: Maxscript bitmap help!

ok, this looks like a custom material of some sort when you click on the bitmap’s name/path in the UI of it does it open a window to select a bitmap o…

15 years ago
Forum
Reply
RE: Maxscript bitmap help!

the example was for a standardMaterial meditmaterials[1] – the standardMaterial .diffuseMap – the property by wich you can access the diffuseMap slot …

15 years ago
Forum
Reply
RE: Maxscript bitmap help!

<Bitmaptexture>.reload() ie: if classOf meditmaterials[1].diffusemap == bitmapTexture do meditmaterials[1].diffusemap.reload()

15 years ago
Forum
Reply
RE: pasteBitmap maskColor broken?

hmm, in that case your only choice is to use the getPixels and setPixels functions wich will be a lot slower

15 years ago
Forum
Reply
RE: pasteBitmap maskColor broken?

Available in 3ds Max 2008 and higher

15 years ago
Forum
Reply
RE: pasteBitmap maskColor broken?

fn compfn c1 p1 c2 p2 = ( local maskColor = green if c1 == maskColor then c2 else c1 ) pasteBitmap greenGrid newBg [25,25] [25,50] type:#f…

15 years ago
Forum
Page 5 / 11