Message 1 of 1
[Question mark]UVWMAP.gizmo the processing question?
Not applicable
01-01-2009
01:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
several questions as following i would like to ask for answers, please.
01.
I have to transfer the selection value into the variable,
What should i do?
Although it may made "for A in selection do" ,
it seemed that probably led in the circle.
But if i use "selectionSets = selection",
it can be saved,
But actually increased group of data.
02.Although the execution of, completed smoothly,
"UVWMAP" increase and ".gizmo" coordinate migration.
Why the Screen picture flashed with high speed…
Is there method, to execution?
03.
How to judge the selection geometry,
Once used " instance" Or " uvwmap" ?
04.
How can i know, the now system units default ?
05.
How many grammar compilation other has, whether correctly?
pt_0 = --Such correct ?
max modify mode --Open the editing pattern, does it need ?
obj.UVW_Mapping.gizmo.position = pt_3
-- Are the "position" and "pos" the same ?
06.
How to delete the "UVWMAP" ?
07.
Is there any difference between world coordinate and
use coordinate of MAXSCRIPT ?
Code:
01.
I have to transfer the selection value into the variable,
What should i do?
Although it may made "for A in selection do" ,
it seemed that probably led in the circle.
But if i use "selectionSets = selection",
it can be saved,
But actually increased group of data.
02.Although the execution of, completed smoothly,
"UVWMAP" increase and ".gizmo" coordinate migration.
Why the Screen picture flashed with high speed…
Is there method, to execution?
03.
How to judge the selection geometry,
Once used " instance" Or " uvwmap" ?
04.
How can i know, the now system units default ?
05.
How many grammar compilation other has, whether correctly?
pt_0 = --Such correct ?
max modify mode --Open the editing pattern, does it need ?
obj.UVW_Mapping.gizmo.position = pt_3
-- Are the "position" and "pos" the same ?
06.
How to delete the "UVWMAP" ?
07.
Is there any difference between world coordinate and
use coordinate of MAXSCRIPT ?
Code:
selectionSets = selection
nss = selectionSets
nss.name
smct = nss.count
(for i in 1 to nss.count do
(select nss
obj = nss
pt_0 =
pt_1 = obj.center
--The beginning reduces the central point computation differential value
pt_x = pt_0 - pt_1
pt_y = pt_0 - pt_1
pt_z = pt_0 - pt_1
pt_3 =
addmodifier obj (uvwmap ())
obj.modifiers.maptype = 4
obj.modifiers.utile = 1
obj.modifiers.vtile = 1
obj.modifiers.length = 1
obj.modifiers.width = 1
obj.modifiers.height = 1
obj.modifiers.realWorldMapSize = off
obj.modifiers.utile = 1
obj.modifiers.vtile = 1
obj.modifiers.wtile = 1
obj.modifiers.length = 25.0
obj.modifiers.width = 25.0
obj.modifiers.height = 25.0
max modify mode --Opening editing pattern
subobjectLevel = 1
obj.UVW_Mapping.gizmo.position = pt_3
subobjectLevel = 0
)
)
deleteItem selectionSets nss
clearSelection()
Questions Above this.
Thanks for all the masters to, show the answers !!!