You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
301 B
Plaintext
13 lines
301 B
Plaintext
-------------------------Limited Edge Loop---------------------------
|
|
if CryModelling == undefined then
|
|
(
|
|
FileIn (BuildPathFull_crytools + "Tools\\maxscript\\CryModelling.ms")
|
|
)
|
|
|
|
case subobjectLevel of
|
|
(
|
|
1: CryModelling.SelVertLoop()
|
|
2: CryModelling.SelLimELoop ()
|
|
4: CryModelling.SelPolyLoop()
|
|
)
|