Class bAnimVizSettings
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.bAnimVizSettings
-
public class bAnimVizSettings extends CFacade
Generated facet for DNA struct type 'bAnimVizSettings'.Class Documentation
Blender Source Code
Visualization General ------------------------
for Objects or Poses (but NOT PoseChannels) Animation Visualization Settings (avs)
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.static long[]
__DNA__FIELD__path_ac
Field descriptor (offset) for struct member 'path_ac'.static long[]
__DNA__FIELD__path_bakeflag
Field descriptor (offset) for struct member 'path_bakeflag'.static long[]
__DNA__FIELD__path_bc
Field descriptor (offset) for struct member 'path_bc'.static long[]
__DNA__FIELD__path_ef
Field descriptor (offset) for struct member 'path_ef'.static long[]
__DNA__FIELD__path_sf
Field descriptor (offset) for struct member 'path_sf'.static long[]
__DNA__FIELD__path_step
Field descriptor (offset) for struct member 'path_step'.static long[]
__DNA__FIELD__path_type
Field descriptor (offset) for struct member 'path_type'.static long[]
__DNA__FIELD__path_viewflag
Field descriptor (offset) for struct member 'path_viewflag'.static long[]
__DNA__FIELD__recalc
Field descriptor (offset) for struct member 'recalc'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct bAnimVizSettings.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description bAnimVizSettings(long __address, Block __block, BlockTable __blockTable)
protected
bAnimVizSettings(bAnimVizSettings that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<bAnimVizSettings>
__io__addressof()
Instantiates a pointer on this instance.CArrayFacade<java.lang.Byte>
get_pad()
Get method for struct member '_pad'.int
getPath_ac()
Get method for struct member 'path_ac'.short
getPath_bakeflag()
Get method for struct member 'path_bakeflag'.int
getPath_bc()
Get method for struct member 'path_bc'.int
getPath_ef()
Get method for struct member 'path_ef'.int
getPath_sf()
Get method for struct member 'path_sf'.short
getPath_step()
Get method for struct member 'path_step'.short
getPath_type()
Get method for struct member 'path_type'.short
getPath_viewflag()
Get method for struct member 'path_viewflag'.short
getRecalc()
Get method for struct member 'recalc'.void
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.void
setPath_ac(int path_ac)
Set method for struct member 'path_ac'.void
setPath_bakeflag(short path_bakeflag)
Set method for struct member 'path_bakeflag'.void
setPath_bc(int path_bc)
Set method for struct member 'path_bc'.void
setPath_ef(int path_ef)
Set method for struct member 'path_ef'.void
setPath_sf(int path_sf)
Set method for struct member 'path_sf'.void
setPath_step(short path_step)
Set method for struct member 'path_step'.void
setPath_type(short path_type)
Set method for struct member 'path_type'.void
setPath_viewflag(short path_viewflag)
Set method for struct member 'path_viewflag'.void
setRecalc(short recalc)
Set method for struct member 'recalc'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct bAnimVizSettings.It is required when allocating a new block to store data for bAnimVizSettings.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__recalc
public static final long[] __DNA__FIELD__recalc
Field descriptor (offset) for struct member 'recalc'.Field Documentation
Blender Source Code
General Settings ---------------------
eAnimViz_RecalcFlags . Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__recalc); CPointer<Short> p_recalc = p.cast(new Class[]{Short.class});
Metadata
- Field: 'recalc'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__path_type
public static final long[] __DNA__FIELD__path_type
Field descriptor (offset) for struct member 'path_type'.Field Documentation
Blender Source Code
Motion Path Settings ----------------
eMotionPath_Types . Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_type); CPointer<Short> p_path_type = p.cast(new Class[]{Short.class});
Metadata
- Field: 'path_type'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__path_step
public static final long[] __DNA__FIELD__path_step
Field descriptor (offset) for struct member 'path_step'.Field Documentation
Blender Source Code
Number of frames between points indicated on the paths.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_step); CPointer<Short> p_path_step = p.cast(new Class[]{Short.class});
Metadata
- Field: 'path_step'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__path_viewflag
public static final long[] __DNA__FIELD__path_viewflag
Field descriptor (offset) for struct member 'path_viewflag'.Field Documentation
Blender Source Code
eMotionPaths_ViewFlag .
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_viewflag); CPointer<Short> p_path_viewflag = p.cast(new Class[]{Short.class});
Metadata
- Field: 'path_viewflag'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__path_bakeflag
public static final long[] __DNA__FIELD__path_bakeflag
Field descriptor (offset) for struct member 'path_bakeflag'.Field Documentation
Blender Source Code
eMotionPaths_BakeFlag .
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_bakeflag); CPointer<Short> p_path_bakeflag = p.cast(new Class[]{Short.class});
Metadata
- Field: 'path_bakeflag'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD___pad
public static final long[] __DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: '_pad'
- Signature: 'char[6]'
- Actual Size (32bit/64bit): 6/6
-
__DNA__FIELD__path_sf
public static final long[] __DNA__FIELD__path_sf
Field descriptor (offset) for struct member 'path_sf'.Field Documentation
Blender Source Code
Start and end frames of path-calculation range.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_sf); CPointer<Integer> p_path_sf = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'path_sf'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__path_ef
public static final long[] __DNA__FIELD__path_ef
Field descriptor (offset) for struct member 'path_ef'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_ef); CPointer<Integer> p_path_ef = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'path_ef'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__path_bc
public static final long[] __DNA__FIELD__path_bc
Field descriptor (offset) for struct member 'path_bc'.Field Documentation
Blender Source Code
Number of frames before/after current frame to show.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_bc); CPointer<Integer> p_path_bc = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'path_bc'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__path_ac
public static final long[] __DNA__FIELD__path_ac
Field descriptor (offset) for struct member 'path_ac'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_ac); CPointer<Integer> p_path_ac = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'path_ac'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
-
Constructor Detail
-
bAnimVizSettings
public bAnimVizSettings(long __address, Block __block, BlockTable __blockTable)
-
bAnimVizSettings
protected bAnimVizSettings(bAnimVizSettings that)
-
-
Method Detail
-
getRecalc
public short getRecalc() throws java.io.IOException
Get method for struct member 'recalc'.Field Documentation
Blender Source Code
General Settings ---------------------
eAnimViz_RecalcFlags . - Throws:
java.io.IOException
- See Also:
__DNA__FIELD__recalc
-
setRecalc
public void setRecalc(short recalc) throws java.io.IOException
Set method for struct member 'recalc'.Field Documentation
Blender Source Code
General Settings ---------------------
eAnimViz_RecalcFlags . - Throws:
java.io.IOException
- See Also:
__DNA__FIELD__recalc
-
getPath_type
public short getPath_type() throws java.io.IOException
Get method for struct member 'path_type'.Field Documentation
Blender Source Code
Motion Path Settings ----------------
eMotionPath_Types . - Throws:
java.io.IOException
- See Also:
__DNA__FIELD__path_type
-
setPath_type
public void setPath_type(short path_type) throws java.io.IOException
Set method for struct member 'path_type'.Field Documentation
Blender Source Code
Motion Path Settings ----------------
eMotionPath_Types . - Throws:
java.io.IOException
- See Also:
__DNA__FIELD__path_type
-
getPath_step
public short getPath_step() throws java.io.IOException
Get method for struct member 'path_step'.Field Documentation
Blender Source Code
Number of frames between points indicated on the paths.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__path_step
-
setPath_step
public void setPath_step(short path_step) throws java.io.IOException
Set method for struct member 'path_step'.Field Documentation
Blender Source Code
Number of frames between points indicated on the paths.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__path_step
-
getPath_viewflag
public short getPath_viewflag() throws java.io.IOException
Get method for struct member 'path_viewflag'.Field Documentation
Blender Source Code
eMotionPaths_ViewFlag .
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__path_viewflag
-
setPath_viewflag
public void setPath_viewflag(short path_viewflag) throws java.io.IOException
Set method for struct member 'path_viewflag'.Field Documentation
Blender Source Code
eMotionPaths_ViewFlag .
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__path_viewflag
-
getPath_bakeflag
public short getPath_bakeflag() throws java.io.IOException
Get method for struct member 'path_bakeflag'.Field Documentation
Blender Source Code
eMotionPaths_BakeFlag .
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__path_bakeflag
-
setPath_bakeflag
public void setPath_bakeflag(short path_bakeflag) throws java.io.IOException
Set method for struct member 'path_bakeflag'.Field Documentation
Blender Source Code
eMotionPaths_BakeFlag .
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__path_bakeflag
-
get_pad
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
Get method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
set_pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
Set method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
getPath_sf
public int getPath_sf() throws java.io.IOException
Get method for struct member 'path_sf'.Field Documentation
Blender Source Code
Start and end frames of path-calculation range.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__path_sf
-
setPath_sf
public void setPath_sf(int path_sf) throws java.io.IOException
Set method for struct member 'path_sf'.Field Documentation
Blender Source Code
Start and end frames of path-calculation range.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__path_sf
-
getPath_ef
public int getPath_ef() throws java.io.IOException
Get method for struct member 'path_ef'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__path_ef
-
setPath_ef
public void setPath_ef(int path_ef) throws java.io.IOException
Set method for struct member 'path_ef'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__path_ef
-
getPath_bc
public int getPath_bc() throws java.io.IOException
Get method for struct member 'path_bc'.Field Documentation
Blender Source Code
Number of frames before/after current frame to show.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__path_bc
-
setPath_bc
public void setPath_bc(int path_bc) throws java.io.IOException
Set method for struct member 'path_bc'.Field Documentation
Blender Source Code
Number of frames before/after current frame to show.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__path_bc
-
getPath_ac
public int getPath_ac() throws java.io.IOException
Get method for struct member 'path_ac'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__path_ac
-
setPath_ac
public void setPath_ac(int path_ac) throws java.io.IOException
Set method for struct member 'path_ac'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__path_ac
-
__io__addressof
public CPointer<bAnimVizSettings> __io__addressof()
Instantiates a pointer on this instance.
-
-