miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: help me understand this undefined error

Your error is on line 13: newMat = BSLightingFX() Ther is no BSLightingFX() function in the code.

7 years ago
Forum
Reply
RE: problem in max script

( function hasTurboSmooth theNode = ( result = false local modifiresCount = theNode.modifiers….

7 years ago
Forum
Reply
RE: Set MAXScript Listener window position

( function GetWinClass = ( source = “” source += “using System; ” source += “using System.Runtime.InteropServices; ” …

7 years ago
Forum
Reply
RE: Set MAXScript Listener window position

Tested on Max 2014 ( for child in (windows.getChildrenHWND 0 parent:#max) where (child[5] == “MAXScript Listener”) do ( …

7 years ago
Forum
Reply
RE: Find rollout HWND is too slow in 3ds Max 2018.

The MatID rollout have to be moved when a maxscript rollout is moved.

7 years ago
Forum
Reply
RE: Find rollout HWND is too slow in 3ds Max 2018.

It works and the time is between 0.001-0.009 sec in Max 2018. But from where to get those values: 0x92779 0x634020 – epoly 0x405e217d 0x49c2abc – ep…

7 years ago
Forum
Reply
RE: Find rollout HWND is too slow in 3ds Max 2018.

I think I found a solution: ( delete objects select (convertToPoly (Box())) max modify mode curMod = modPanel.getCurrentObject() …

7 years ago
Forum
Reply
RE: Find rollout HWND is too slow in 3ds Max 2018.

I know that using the windows.getChildHWND #max is faster instead of windows.getChildHWND 0 , but windows.getChildHWND #max not provides the pro…

7 years ago
Forum
Topic
Forum
Replies: 9
Views: 33
Reply
RE: Displaying unicode character on a rollout label?

How to put an image in the titlebar of the rollout?

7 years ago
Forum
Reply
7 years ago
Forum
Reply
RE: UVW_Map_Gizmo real Position

( $.modifiers[1].gizmo.position * (inverse (getModContextTM $ $.modifiers[1])) * $.objectTransform )

7 years ago
Forum
Reply
RE: setFocus by current Axis

Have you tried with timer(dotnet or mxs)?

7 years ago
Forum
Reply
RE: MAX 2016 crashes after adding and removing XRef Scene

I don’t have the same problem. What i did: References – XRef Scene – Add… – pick a max file and it is loaded properly References- XRef Scene – Remov…

7 years ago
Forum
Page 35 / 83