Uses of Class
org.blender.dna.Ipo
-
Packages that use Ipo Package Description org.blender.dna org.blender.utils -
-
Uses of Ipo in org.blender.dna
Methods in org.blender.dna that return types with arguments of type Ipo Modifier and Type Method Description CPointer<Ipo>
Ipo. __io__addressof()
Instantiates a pointer on this instance.CPointer<Ipo>
bActionChannel. getIpo()
Get method for struct member 'ipo'.CPointer<Ipo>
bActionStrip. getIpo()
Get method for struct member 'ipo'.CPointer<Ipo>
bConstraint. getIpo()
Deprecated.DeprecatedCPointer<Ipo>
bConstraintChannel. getIpo()
Get method for struct member 'ipo'.CPointer<Ipo>
BlenderObject. getIpo()
Deprecated.DeprecatedCPointer<Ipo>
bSound. getIpo()
Get method for struct member 'ipo'.CPointer<Ipo>
Camera. getIpo()
Deprecated.DeprecatedCPointer<Ipo>
Curve. getIpo()
Deprecated.DeprecatedCPointer<Ipo>
FluidsimSettings. getIpo()
Get method for struct member 'ipo'.CPointer<Ipo>
Key. getIpo()
Deprecated.DeprecatedCPointer<Ipo>
Lamp. getIpo()
Get method for struct member 'ipo'.CPointer<Ipo>
Lattice. getIpo()
Deprecated.DeprecatedCPointer<Ipo>
Material. getIpo()
Deprecated.DeprecatedCPointer<Ipo>
Mesh. getIpo()
Deprecated.DeprecatedCPointer<Ipo>
MetaBall. getIpo()
Deprecated.DeprecatedCPointer<Ipo>
ParticleSettings. getIpo()
Deprecated.DeprecatedCPointer<Ipo>
Sequence. getIpo()
Deprecated.DeprecatedCPointer<Ipo>
Tex. getIpo()
Deprecated.DeprecatedCPointer<Ipo>
World. getIpo()
Deprecated.DeprecatedMethod parameters in org.blender.dna with type arguments of type Ipo Modifier and Type Method Description void
bActionChannel. setIpo(CPointer<Ipo> ipo)
Set method for struct member 'ipo'.void
bActionStrip. setIpo(CPointer<Ipo> ipo)
Set method for struct member 'ipo'.void
bConstraint. setIpo(CPointer<Ipo> ipo)
Deprecated.Deprecatedvoid
bConstraintChannel. setIpo(CPointer<Ipo> ipo)
Set method for struct member 'ipo'.void
BlenderObject. setIpo(CPointer<Ipo> ipo)
Deprecated.Deprecatedvoid
bSound. setIpo(CPointer<Ipo> ipo)
Set method for struct member 'ipo'.void
Camera. setIpo(CPointer<Ipo> ipo)
Deprecated.Deprecatedvoid
Curve. setIpo(CPointer<Ipo> ipo)
Deprecated.Deprecatedvoid
FluidsimSettings. setIpo(CPointer<Ipo> ipo)
Set method for struct member 'ipo'.void
Key. setIpo(CPointer<Ipo> ipo)
Deprecated.Deprecatedvoid
Lamp. setIpo(CPointer<Ipo> ipo)
Set method for struct member 'ipo'.void
Lattice. setIpo(CPointer<Ipo> ipo)
Deprecated.Deprecatedvoid
Material. setIpo(CPointer<Ipo> ipo)
Deprecated.Deprecatedvoid
Mesh. setIpo(CPointer<Ipo> ipo)
Deprecated.Deprecatedvoid
MetaBall. setIpo(CPointer<Ipo> ipo)
Deprecated.Deprecatedvoid
ParticleSettings. setIpo(CPointer<Ipo> ipo)
Deprecated.Deprecatedvoid
Sequence. setIpo(CPointer<Ipo> ipo)
Deprecated.Deprecatedvoid
Tex. setIpo(CPointer<Ipo> ipo)
Deprecated.Deprecatedvoid
World. setIpo(CPointer<Ipo> ipo)
Deprecated.DeprecatedConstructors in org.blender.dna with parameters of type Ipo Constructor Description Ipo(Ipo that)
-
Uses of Ipo in org.blender.utils
Methods in org.blender.utils that return Ipo Modifier and Type Method Description Ipo
MainLib. getIpo()
SeeIpo
for documentation.Methods in org.blender.utils with parameters of type Ipo Modifier and Type Method Description void
MainLib. setIpo(Ipo ipo)
SeeIpo
for documentation.
-