インスタンスとかのメモ


InstanceMgr.GetInstances $ &instancees
4

apropos “SJ”

resetMaxFile #noPrompt

s1 = sphere()

s2 = sphere pos:[100,0,0]

s3 = instance s1

s3.pos = [-100,0,0]
resetMaxFile #noPrompt

s1 = sphere()

s2 = sphere pos:[100,0,0]

s3 = instance s1

s3.pos = [-100,0,0]

tvps=getClassInstances sphere asTrackViewPick:true

for tvp in tvps do

(

print tvp.anim

print tvp.client

print tvp.subNum

print tvp.name

print tvp.client[tvp.subNum]

)