Groups > Design > Autodesk MotionBuilder Python > Re: Camera Switcher




Re: Camera Switcher

Re: Camera Switcher
Tue, 8 Jan 2008 22:34:30 +0000
or you could do this to to narrow it down to the camera:

from pyfbsdk import *


for lComp in FBSystem().Scene.Components: 
	if lComp != None and lComp.Is(FBCamera_TypeInfo()):
		if lComp.Name == 'Camera Switcher':
			print lComp.Name
Post Reply
about | contact