Class SequencerToolSettings


  • public class SequencerToolSettings
    extends CFacade
    Generated facet for DNA struct type 'SequencerToolSettings'.

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

        public static final int __DNA__SDNA_INDEX
        This is the sdna index of the struct SequencerToolSettings.

        It is required when allocating a new block to store data for SequencerToolSettings.

        See Also:
        StructDNA, BlockTable, Constant Field Values
      • __DNA__FIELD__fit_method

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

        Field Documentation

        Blender Python API

        Scale fit method

        Blender Source Code

        eSeqImageFitMethod

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SequencerToolSettings sequencertoolsettings = ...;
         CPointer<Object> p = sequencertoolsettings.__dna__addressof(SequencerToolSettings.__DNA__FIELD__fit_method);
         CPointer<Integer> p_fit_method = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'fit_method'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__snap_mode

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

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SequencerToolSettings sequencertoolsettings = ...;
         CPointer<Object> p = sequencertoolsettings.__dna__addressof(SequencerToolSettings.__DNA__FIELD__snap_mode);
         CPointer<Short> p_snap_mode = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'snap_mode'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__snap_flag

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

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SequencerToolSettings sequencertoolsettings = ...;
         CPointer<Object> p = sequencertoolsettings.__dna__addressof(SequencerToolSettings.__DNA__FIELD__snap_flag);
         CPointer<Short> p_snap_flag = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'snap_flag'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__overlap_mode

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

        Field Documentation

        Blender Python API

        How to resolve overlap after transformation

        Blender Source Code

        eSeqOverlapMode

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SequencerToolSettings sequencertoolsettings = ...;
         CPointer<Object> p = sequencertoolsettings.__dna__addressof(SequencerToolSettings.__DNA__FIELD__overlap_mode);
         CPointer<Integer> p_overlap_mode = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'overlap_mode'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__snap_distance

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

        Field Documentation

        Blender Python API

        Maximum distance for snapping in pixels

        Blender Source Code

        When there are many snap points, 0-1 range corresponds to resolution from bound-box to all possible snap points.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SequencerToolSettings sequencertoolsettings = ...;
         CPointer<Object> p = sequencertoolsettings.__dna__addressof(SequencerToolSettings.__DNA__FIELD__snap_distance);
         CPointer<Integer> p_snap_distance = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'snap_distance'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__pivot_point

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

        Field Documentation

        Blender Python API

        Rotation or scaling pivot point

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SequencerToolSettings sequencertoolsettings = ...;
         CPointer<Object> p = sequencertoolsettings.__dna__addressof(SequencerToolSettings.__DNA__FIELD__pivot_point);
         CPointer<Integer> p_pivot_point = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'pivot_point'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
    • Constructor Detail

      • SequencerToolSettings

        public SequencerToolSettings​(long __address,
                                     Block __block,
                                     BlockTable __blockTable)
    • Method Detail

      • getFit_method

        public int getFit_method()
                          throws java.io.IOException
        Get method for struct member 'fit_method'.

        Field Documentation

        Blender Python API

        Scale fit method

        Blender Source Code

        eSeqImageFitMethod

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__fit_method
      • setFit_method

        public void setFit_method​(int fit_method)
                           throws java.io.IOException
        Set method for struct member 'fit_method'.

        Field Documentation

        Blender Python API

        Scale fit method

        Blender Source Code

        eSeqImageFitMethod

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__fit_method
      • getSnap_mode

        public short getSnap_mode()
                           throws java.io.IOException
        Get method for struct member 'snap_mode'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__snap_mode
      • setSnap_mode

        public void setSnap_mode​(short snap_mode)
                          throws java.io.IOException
        Set method for struct member 'snap_mode'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__snap_mode
      • getSnap_flag

        public short getSnap_flag()
                           throws java.io.IOException
        Get method for struct member 'snap_flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__snap_flag
      • setSnap_flag

        public void setSnap_flag​(short snap_flag)
                          throws java.io.IOException
        Set method for struct member 'snap_flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__snap_flag
      • getOverlap_mode

        public int getOverlap_mode()
                            throws java.io.IOException
        Get method for struct member 'overlap_mode'.

        Field Documentation

        Blender Python API

        How to resolve overlap after transformation

        Blender Source Code

        eSeqOverlapMode

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__overlap_mode
      • setOverlap_mode

        public void setOverlap_mode​(int overlap_mode)
                             throws java.io.IOException
        Set method for struct member 'overlap_mode'.

        Field Documentation

        Blender Python API

        How to resolve overlap after transformation

        Blender Source Code

        eSeqOverlapMode

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__overlap_mode
      • getSnap_distance

        public int getSnap_distance()
                             throws java.io.IOException
        Get method for struct member 'snap_distance'.

        Field Documentation

        Blender Python API

        Maximum distance for snapping in pixels

        Blender Source Code

        When there are many snap points, 0-1 range corresponds to resolution from bound-box to all possible snap points.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__snap_distance
      • setSnap_distance

        public void setSnap_distance​(int snap_distance)
                              throws java.io.IOException
        Set method for struct member 'snap_distance'.

        Field Documentation

        Blender Python API

        Maximum distance for snapping in pixels

        Blender Source Code

        When there are many snap points, 0-1 range corresponds to resolution from bound-box to all possible snap points.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__snap_distance
      • getPivot_point

        public int getPivot_point()
                           throws java.io.IOException
        Get method for struct member 'pivot_point'.

        Field Documentation

        Blender Python API

        Rotation or scaling pivot point
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__pivot_point
      • setPivot_point

        public void setPivot_point​(int pivot_point)
                            throws java.io.IOException
        Set method for struct member 'pivot_point'.

        Field Documentation

        Blender Python API

        Rotation or scaling pivot point
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__pivot_point