Class 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 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_range

        public static final long[] __DNA__FIELD__path_range
        Field descriptor (offset) for struct member 'path_range'.

        Field Documentation

        Blender Source Code

        eMotionPath_Ranges .

        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_range);
         CPointer<Short> p_path_range = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'path_range'
        • 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[4]'
        • Actual Size (32bit/64bit): 4/4
      • __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)
    • 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_range

        public short getPath_range()
                            throws java.io.IOException
        Get method for struct member 'path_range'.

        Field Documentation

        Blender Source Code

        eMotionPath_Ranges .

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__path_range
      • setPath_range

        public void setPath_range​(short path_range)
                           throws java.io.IOException
        Set method for struct member 'path_range'.

        Field Documentation

        Blender Source Code

        eMotionPath_Ranges .

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__path_range
      • 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