This reference page is linked to from the following overview topics: A camera plug-in.
Inheritance diagram for CameraObject:Static Public Attributes | |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
Static Public Attributes inherited from Object | |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
Static Public Attributes inherited from BaseObject | |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
Static Public Attributes inherited from ReferenceTarget | |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
Static Public Attributes inherited from ReferenceMaker | |
| tuple | NumRefs = _swig_property(GetNumRefs) |
| tuple | Refs = _swig_property(lambda self: (self.GetReference(i) for i in xrange(self.GetNumRefs()))) |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
Static Public Attributes inherited from Animatable | |
| tuple | AnimHandle = _swig_property(GetAnimHandle) |
| tuple | ClassID = _swig_property(GetClassID) |
| tuple | ClearFlagInAllAnimatables = staticmethod(ClearFlagInAllAnimatables) |
| tuple | GetAnimByHandle = staticmethod(GetAnimByHandle) |
| tuple | KeyTimes = _swig_property(lambda self: (self.GetKeyTime(i) for i in xrange(self.GetNumKeys()))) |
| tuple | NodeName = _swig_property(GetNodeName) |
| tuple | NumSubAnims = _swig_property(GetNumSubAnims) |
| tuple | ParameterBlock = _swig_property(GetParameterBlock) |
| tuple | SubAnimNames = _swig_property(lambda self: (self.GetSubAnimName(i) for i in xrange(self.GetNumSubAnims()))) |
| tuple | SubAnims = _swig_property(lambda self: (self.GetSubAnim(i) for i in xrange(self.GetNumSubAnims()))) |
| tuple | SuperClassID = _swig_property(GetSuperClassID) |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
Static Public Attributes inherited from InterfaceServer | |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
Static Public Attributes inherited from Wrapper | |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
| def EvalCameraState | ( | self, | |
| args | |||
| ) |
EvalCameraState(CameraObject self, TimeValue time, Interval valid, CameraState cs) -> RefResult
| def GetClipDist | ( | self, | |
| args | |||
| ) |
GetClipDist(CameraObject self, TimeValue t, int which, Interval valid=Autodesk::Max::Interval(0, 0)) -> float GetClipDist(CameraObject self, TimeValue t, int which) -> float
| def GetEnvDisplay | ( | self | ) |
GetEnvDisplay(CameraObject self) -> bool
| def GetEnvRange | ( | self, | |
| args | |||
| ) |
GetEnvRange(CameraObject self, TimeValue t, int which, Interval valid=Autodesk::Max::Interval(0, 0)) -> float GetEnvRange(CameraObject self, TimeValue t, int which) -> float
| def GetFOV | ( | self, | |
| args | |||
| ) |
GetFOV(CameraObject self, TimeValue t=Autodesk::Max::Now(), Interval valid=Autodesk::Max::Interval(0, 0)) -> float GetFOV(CameraObject self, TimeValue t=Autodesk::Max::Now()) -> float GetFOV(CameraObject self) -> float
| def GetManualClip | ( | self | ) |
GetManualClip(CameraObject self) -> bool
| def GetMultiPassCameraEffect | ( | self | ) |
GetMultiPassCameraEffect(CameraObject self) -> IMultiPassCameraEffect
| def GetMultiPassEffectEnabled | ( | self, | |
| args | |||
| ) |
GetMultiPassEffectEnabled(CameraObject self, TimeValue t, Interval valid) -> bool
| def GetMultiPassEffectPerPass | ( | self | ) |
GetMultiPassEffectPerPass(CameraObject self) -> bool
| def GetTDist | ( | self, | |
| args | |||
| ) |
GetTDist(CameraObject self, TimeValue t=Autodesk::Max::Now(), Interval valid=Autodesk::Max::Interval(0, 0)) -> float GetTDist(CameraObject self, TimeValue t=Autodesk::Max::Now()) -> float GetTDist(CameraObject self) -> float
| def IsOrtho | ( | self | ) |
IsOrtho(CameraObject self) -> bool
| def RenderApertureChanged | ( | self, | |
| args | |||
| ) |
RenderApertureChanged(CameraObject self, TimeValue t)
| def SetClipDist | ( | self, | |
| args | |||
| ) |
SetClipDist(CameraObject self, TimeValue t, int which, float val)
| def SetEnvDisplay | ( | self, | |
| args | |||
| ) |
SetEnvDisplay(CameraObject self, bool b, bool notify=TRUE) SetEnvDisplay(CameraObject self, bool b)
| def SetEnvRange | ( | self, | |
| args | |||
| ) |
SetEnvRange(CameraObject self, TimeValue time, int which, float f)
| def SetFOV | ( | self, | |
| args | |||
| ) |
SetFOV(CameraObject self, float f, TimeValue t=Autodesk::Max::Now()) SetFOV(CameraObject self, float f)
| def SetManualClip | ( | self, | |
| args | |||
| ) |
SetManualClip(CameraObject self, bool onOff)
| def SetMultiPassCameraEffect | ( | self, | |
| args | |||
| ) |
SetMultiPassCameraEffect(CameraObject self, IMultiPassCameraEffect effect) -> bool
| def SetMultiPassEffectEnabled | ( | self, | |
| args | |||
| ) |
SetMultiPassEffectEnabled(CameraObject self, TimeValue t, bool enabled)
| def SetMultiPassEffectPerPass | ( | self, | |
| args | |||
| ) |
SetMultiPassEffectPerPass(CameraObject self, bool enabled)
| def SetOrtho | ( | self, | |
| args | |||
| ) |
SetOrtho(CameraObject self, bool b)
| def SetTDist | ( | self, | |
| args | |||
| ) |
SetTDist(CameraObject self, float f, TimeValue t=Autodesk::Max::Now()) SetTDist(CameraObject self, float f)
| def UpdateTargDistance | ( | self, | |
| args | |||
| ) |
UpdateTargDistance(CameraObject self, TimeValue t, INode inode)