cgt139746852
@cgt139746852
New Member
Joined: Feb 14, 2024
Topics: 0 / Replies: 196
Reply
RE: Open an .ms file with Edit()

edit (getFilenamePath “your file path” + filenameFromPath “your file path” )

5 years ago
Forum
Reply
RE: Open an .ms file with Edit()

fn getrealpath string = ( pathsel = #(#userScripts) subpathsel = #(“/Folder/”) realpath = “” for i in pathsel do ( i = getdir i for j in su…

5 years ago
Forum
Reply
RE: Open an .ms file with Edit()

define a function to convert to real path

5 years ago
Forum
Reply
RE: How to dynamically change the number of modifier parameter blocks for each object?

ensure your modifier has property of the editbox , change the value in loop expression

5 years ago
Forum
Reply
RE: How to Add Remove objects for SelectionSet

if need more efficiency , use bwlow nodearray = for o in selectionSets[#Characters] collect o selectionSets[#Characters] = deleteItem nodearray (find…

5 years ago
Forum
Reply
RE: How to Add Remove objects for SelectionSet

selectionSets[#Characters] = deleteItem (for o in selectionSets[#Characters] collect o) (findItem (for o in selectionSets[#Characters] collect o) $Tea…

5 years ago
Forum
Reply
RE: How to Add Remove objects for SelectionSet

selectionSets[#Characters] = ((for o in selectionSets[#Characters] collect o) + #($Teapot001))

5 years ago
Forum
Reply
RE: Fast way to set smoothing groups on Edit_Poly modifier?

select Method must in the correct sub level , but setSelection needn’t . there is a bug with setSelection Method , so lots of mxser didn’t know how…

5 years ago
Forum
Reply
5 years ago
Forum
Reply
Reply
RE: Color + png file on button?

the parameter is e if only 1 parameter , 1st parameter if have 2 parameters is s , 2cd is e s means sender in vs , the control you need

5 years ago
Forum
Reply
RE: Color + png file on button?

it can , but use VS to rewrite is better , mxs is low efficiency to do this and may appear mistake mxs’s standard Syntax is definite the function fi…

5 years ago
Forum
Reply
RE: Color + png file on button?

this is static method below is dynamic method dotNet.addEventHandler <dotNetControl> <EventNameString> <function> dotNet.addEventH…

5 years ago
Forum
Reply
RE: Color + png file on button?

you can put them everywhere legal it’s the only content of my toolbar’s rollout , all functions definited out

5 years ago
Forum
Reply
RE: Color + png file on button?

you need distinguish global / local , they are relative and absolute state by different location

5 years ago
Forum
Page 10 / 14