cgt139746852
@cgt139746852
New Member
Joined: Feb 14, 2024
Topics: 0 / Replies: 196
Reply
RE: Bsearch to replace finditem with huge array?

i’m afraid it’s difficult to do with besearch , the function just search the first element matched If i need to do this , I will use regular expressio…

4 years ago
Forum
Reply
RE: UV Link

it’s a reference not a solution , you’r an excellent developer,why always poor performance if you need need need to pin to the circle , use oObj.tr…

4 years ago
Forum
Reply
RE: UV Link

He means you need transform the world space transforms to UVW Map’s space transforms , other object space modifiers are same . you should use matrix m…

4 years ago
Forum
Reply
RE: Need help for simple code

local treePos = (intersectRay surf treeRay) this is ray , not a point3 , like before , use ray.pos

4 years ago
Forum
Reply
RE: Need help for simple code

JackHumpyy: theNewTree.pos = [(random -200 200), (random -200 200), 1000] pos in 1st different from 2cd 1st treePos = (intersectRay surf treeRa…

4 years ago
Forum
Reply
RE: Need help for simple code

JackHumpyy: local treePos = (intersectRay surf treeRay).pos, where is ‘treeRay’

4 years ago
Forum
Reply
RE: How do you deduct from a slider.value?

note the space in the script length:BoxLength.value-47 == length:(BoxLength.value – 47) != length:BoxLength.value – 47 length:BoxLength.value-47 …

4 years ago
Forum
Reply
RE: [Solved] How can I add my script to a toolbar with a custom icon in 3dsMax?

your code pattern may be wrong , you can compare with existing mcr if you really can’t fix it , use AEI ToolBar may be better

4 years ago
Forum
Reply
RE: [Solved] How can I add my script to a toolbar with a custom icon in 3dsMax?

why you put it in a temp path? all icons load in UI_ln folder

4 years ago
Forum
Reply
RE: [Solved] How can I add my script to a toolbar with a custom icon in 3dsMax?

when mouse on the button , a title appear, that’s tooltip icon#(<string>, <index>) ,this is an array , 1 element is the path of the bmp…

4 years ago
Forum
Reply
RE: [Solved] How can I add my script to a toolbar with a custom icon in 3dsMax?

you need use mcr to definite it macroScript <name> [category:<string>] [buttonText:<string>] [toolTip:<string>] [icon:#(&…

4 years ago
Forum
Reply
RE: Is that possible to add a button to the System.Windows.Forms.ListView with maxscript?

every column of DataGridView can be a type of control , if you want add anything in any cell , you need use panel to design your list

5 years ago
Forum
Reply
RE: Is that possible to add a button to the System.Windows.Forms.ListView with maxscript?

listview is a control for text , you can use DataGridView to add controls

5 years ago
Forum
Reply
RE: There is a way to dock the floater rollout after restar 3dsMax

you need add dock code cui.DockDialogBar <RolloutFloater_or_Rollout> <dockflag> and you need know , if you dock it where already docked …

5 years ago
Forum
Reply
RE: What are name values in maxscript?

no need to create a name , unless you need calculate strings as name mostly , name can be replace as string or class , you can understand it as an…

5 years ago
Forum
Page 5 / 14