tySelect and Maxscript
#5
MAXScript access was actually added a long time ago Smile

Here's an example of taking an object and adding a tySelect modifier to it, and changing the selection mode:

Code:
addmodifier $ (tySelect())
tySel = $.modifiers[1]

tySel.removeSelector 0 --remove the default selector
tySel.addSelector() --add a new selector
tySel.gizmo__box.selectionMode = 8 --access a selector (by name) and change its mode (in this case, to 'random' selection mode)
  Reply


Messages In This Thread
tySelect and Maxscript - by Davdi Zaagsma - 09-16-2020, 02:04 PM
RE: tySelect and Maxscript - by tyFlow - 09-16-2020, 04:35 PM
RE: tySelect and Maxscript - by Davdi Zaagsma - 09-16-2020, 05:24 PM
RE: tySelect and Maxscript - by amckay - 07-12-2023, 03:39 AM
RE: tySelect and Maxscript - by tyFlow - 07-19-2023, 02:50 PM

Forum Jump: