Class View3DOverlay


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

    Class Documentation

    Blender Source Code

    3D Viewport Overlay settings.

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__flag);
         CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'flag'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__edit_flag

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

        Field Documentation

        Blender Source Code

        Edit mode settings.

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__edit_flag);
         CPointer<Integer> p_edit_flag = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'edit_flag'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__normals_length

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

        Field Documentation

        Blender Python API

        Display size for normals in the 3D view

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__normals_length);
         CPointer<Float> p_normals_length = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'normals_length'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__normals_constant_screen_size

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

        Field Documentation

        Blender Python API

        Screen size for normals in the 3D view

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__normals_constant_screen_size);
         CPointer<Float> p_normals_constant_screen_size = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'normals_constant_screen_size'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__backwire_opacity

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

        Field Documentation

        Blender Python API

        Opacity when rendering transparent wires

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__backwire_opacity);
         CPointer<Float> p_backwire_opacity = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'backwire_opacity'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__paint_flag

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

        Field Documentation

        Blender Source Code

        Paint mode settings.

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__paint_flag);
         CPointer<Integer> p_paint_flag = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'paint_flag'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__wpaint_flag

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

        Field Documentation

        Blender Source Code

        Weight paint mode settings.

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__wpaint_flag);
         CPointer<Integer> p_wpaint_flag = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'wpaint_flag'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__texture_paint_mode_opacity

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

        Field Documentation

        Blender Python API

        Opacity of the texture paint mode stencil mask overlay

        Blender Source Code

        Alpha for texture, weight, vertex paint overlay.

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__texture_paint_mode_opacity);
         CPointer<Float> p_texture_paint_mode_opacity = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'texture_paint_mode_opacity'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__vertex_paint_mode_opacity

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

        Field Documentation

        Blender Python API

        Opacity of the texture paint mode stencil mask overlay

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__vertex_paint_mode_opacity);
         CPointer<Float> p_vertex_paint_mode_opacity = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'vertex_paint_mode_opacity'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__weight_paint_mode_opacity

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

        Field Documentation

        Blender Python API

        Opacity of the weight paint mode overlay

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__weight_paint_mode_opacity);
         CPointer<Float> p_weight_paint_mode_opacity = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'weight_paint_mode_opacity'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__sculpt_mode_mask_opacity

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

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__sculpt_mode_mask_opacity);
         CPointer<Float> p_sculpt_mode_mask_opacity = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'sculpt_mode_mask_opacity'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__sculpt_mode_face_sets_opacity

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

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__sculpt_mode_face_sets_opacity);
         CPointer<Float> p_sculpt_mode_face_sets_opacity = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'sculpt_mode_face_sets_opacity'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__xray_alpha_bone

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

        Field Documentation

        Blender Python API

        Opacity to use for bone selection

        Blender Source Code

        Armature edit/pose mode settings.

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__xray_alpha_bone);
         CPointer<Float> p_xray_alpha_bone = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'xray_alpha_bone'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__bone_wire_alpha

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

        Field Documentation

        Blender Python API

        Maximum opacity of bones in wireframe display mode

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__bone_wire_alpha);
         CPointer<Float> p_bone_wire_alpha = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'bone_wire_alpha'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD___pad1

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

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD___pad1);
         CPointer<CArrayFacade<Byte>> p__pad1 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: '_pad1'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__fade_alpha

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

        Field Documentation

        Blender Source Code

        Darken Inactive.

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__fade_alpha);
         CPointer<Float> p_fade_alpha = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'fade_alpha'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__wireframe_threshold

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

        Field Documentation

        Blender Python API

        Adjust the angle threshold for displaying edges (1.0 for all)

        Blender Source Code

        Other settings.

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__wireframe_threshold);
         CPointer<Float> p_wireframe_threshold = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'wireframe_threshold'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__wireframe_opacity

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

        Field Documentation

        Blender Python API

        Opacity of the displayed edges (1.0 for opaque)

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__wireframe_opacity);
         CPointer<Float> p_wireframe_opacity = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'wireframe_opacity'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__gpencil_paper_opacity

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

        Field Documentation

        Blender Source Code

        Grease pencil settings.

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__gpencil_paper_opacity);
         CPointer<Float> p_gpencil_paper_opacity = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'gpencil_paper_opacity'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__gpencil_grid_opacity

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

        Field Documentation

        Blender Python API

        Canvas grid opacity

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__gpencil_grid_opacity);
         CPointer<Float> p_gpencil_grid_opacity = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'gpencil_grid_opacity'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__gpencil_fade_layer

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

        Field Documentation

        Blender Python API

        Fade layer opacity for Grease Pencil layers except the active one

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__gpencil_fade_layer);
         CPointer<Float> p_gpencil_fade_layer = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'gpencil_fade_layer'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__gpencil_vertex_paint_opacity

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

        Field Documentation

        Blender Python API

        Vertex Paint mix factor

        Blender Source Code

        Factor for mixing vertex paint with original color

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__gpencil_vertex_paint_opacity);
         CPointer<Float> p_gpencil_vertex_paint_opacity = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'gpencil_vertex_paint_opacity'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__handle_display

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

        Field Documentation

        Blender Source Code

        Handles display type for curves.

        Pointer Arithmetics

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

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__DNA__FIELD__handle_display);
         CPointer<Integer> p_handle_display = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'handle_display'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __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:

         View3DOverlay view3doverlay = ...;
         CPointer<Object> p = view3doverlay.__dna__addressof(View3DOverlay.__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
    • Constructor Detail

      • View3DOverlay

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

      • getFlag

        public int getFlag()
                    throws java.io.IOException
        Get method for struct member 'flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • setFlag

        public void setFlag​(int flag)
                     throws java.io.IOException
        Set method for struct member 'flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • getEdit_flag

        public int getEdit_flag()
                         throws java.io.IOException
        Get method for struct member 'edit_flag'.

        Field Documentation

        Blender Source Code

        Edit mode settings.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edit_flag
      • setEdit_flag

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

        Field Documentation

        Blender Source Code

        Edit mode settings.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edit_flag
      • getNormals_length

        public float getNormals_length()
                                throws java.io.IOException
        Get method for struct member 'normals_length'.

        Field Documentation

        Blender Python API

        Display size for normals in the 3D view
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__normals_length
      • setNormals_length

        public void setNormals_length​(float normals_length)
                               throws java.io.IOException
        Set method for struct member 'normals_length'.

        Field Documentation

        Blender Python API

        Display size for normals in the 3D view
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__normals_length
      • getNormals_constant_screen_size

        public float getNormals_constant_screen_size()
                                              throws java.io.IOException
        Get method for struct member 'normals_constant_screen_size'.

        Field Documentation

        Blender Python API

        Screen size for normals in the 3D view
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__normals_constant_screen_size
      • setNormals_constant_screen_size

        public void setNormals_constant_screen_size​(float normals_constant_screen_size)
                                             throws java.io.IOException
        Set method for struct member 'normals_constant_screen_size'.

        Field Documentation

        Blender Python API

        Screen size for normals in the 3D view
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__normals_constant_screen_size
      • getBackwire_opacity

        public float getBackwire_opacity()
                                  throws java.io.IOException
        Get method for struct member 'backwire_opacity'.

        Field Documentation

        Blender Python API

        Opacity when rendering transparent wires
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__backwire_opacity
      • setBackwire_opacity

        public void setBackwire_opacity​(float backwire_opacity)
                                 throws java.io.IOException
        Set method for struct member 'backwire_opacity'.

        Field Documentation

        Blender Python API

        Opacity when rendering transparent wires
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__backwire_opacity
      • getPaint_flag

        public int getPaint_flag()
                          throws java.io.IOException
        Get method for struct member 'paint_flag'.

        Field Documentation

        Blender Source Code

        Paint mode settings.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__paint_flag
      • setPaint_flag

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

        Field Documentation

        Blender Source Code

        Paint mode settings.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__paint_flag
      • getWpaint_flag

        public int getWpaint_flag()
                           throws java.io.IOException
        Get method for struct member 'wpaint_flag'.

        Field Documentation

        Blender Source Code

        Weight paint mode settings.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wpaint_flag
      • setWpaint_flag

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

        Field Documentation

        Blender Source Code

        Weight paint mode settings.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wpaint_flag
      • getTexture_paint_mode_opacity

        public float getTexture_paint_mode_opacity()
                                            throws java.io.IOException
        Get method for struct member 'texture_paint_mode_opacity'.

        Field Documentation

        Blender Python API

        Opacity of the texture paint mode stencil mask overlay

        Blender Source Code

        Alpha for texture, weight, vertex paint overlay.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__texture_paint_mode_opacity
      • setTexture_paint_mode_opacity

        public void setTexture_paint_mode_opacity​(float texture_paint_mode_opacity)
                                           throws java.io.IOException
        Set method for struct member 'texture_paint_mode_opacity'.

        Field Documentation

        Blender Python API

        Opacity of the texture paint mode stencil mask overlay

        Blender Source Code

        Alpha for texture, weight, vertex paint overlay.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__texture_paint_mode_opacity
      • getVertex_paint_mode_opacity

        public float getVertex_paint_mode_opacity()
                                           throws java.io.IOException
        Get method for struct member 'vertex_paint_mode_opacity'.

        Field Documentation

        Blender Python API

        Opacity of the texture paint mode stencil mask overlay
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vertex_paint_mode_opacity
      • setVertex_paint_mode_opacity

        public void setVertex_paint_mode_opacity​(float vertex_paint_mode_opacity)
                                          throws java.io.IOException
        Set method for struct member 'vertex_paint_mode_opacity'.

        Field Documentation

        Blender Python API

        Opacity of the texture paint mode stencil mask overlay
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vertex_paint_mode_opacity
      • getWeight_paint_mode_opacity

        public float getWeight_paint_mode_opacity()
                                           throws java.io.IOException
        Get method for struct member 'weight_paint_mode_opacity'.

        Field Documentation

        Blender Python API

        Opacity of the weight paint mode overlay
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__weight_paint_mode_opacity
      • setWeight_paint_mode_opacity

        public void setWeight_paint_mode_opacity​(float weight_paint_mode_opacity)
                                          throws java.io.IOException
        Set method for struct member 'weight_paint_mode_opacity'.

        Field Documentation

        Blender Python API

        Opacity of the weight paint mode overlay
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__weight_paint_mode_opacity
      • getSculpt_mode_mask_opacity

        public float getSculpt_mode_mask_opacity()
                                          throws java.io.IOException
        Get method for struct member 'sculpt_mode_mask_opacity'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sculpt_mode_mask_opacity
      • setSculpt_mode_mask_opacity

        public void setSculpt_mode_mask_opacity​(float sculpt_mode_mask_opacity)
                                         throws java.io.IOException
        Set method for struct member 'sculpt_mode_mask_opacity'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sculpt_mode_mask_opacity
      • getSculpt_mode_face_sets_opacity

        public float getSculpt_mode_face_sets_opacity()
                                               throws java.io.IOException
        Get method for struct member 'sculpt_mode_face_sets_opacity'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sculpt_mode_face_sets_opacity
      • setSculpt_mode_face_sets_opacity

        public void setSculpt_mode_face_sets_opacity​(float sculpt_mode_face_sets_opacity)
                                              throws java.io.IOException
        Set method for struct member 'sculpt_mode_face_sets_opacity'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sculpt_mode_face_sets_opacity
      • getXray_alpha_bone

        public float getXray_alpha_bone()
                                 throws java.io.IOException
        Get method for struct member 'xray_alpha_bone'.

        Field Documentation

        Blender Python API

        Opacity to use for bone selection

        Blender Source Code

        Armature edit/pose mode settings.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__xray_alpha_bone
      • setXray_alpha_bone

        public void setXray_alpha_bone​(float xray_alpha_bone)
                                throws java.io.IOException
        Set method for struct member 'xray_alpha_bone'.

        Field Documentation

        Blender Python API

        Opacity to use for bone selection

        Blender Source Code

        Armature edit/pose mode settings.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__xray_alpha_bone
      • getBone_wire_alpha

        public float getBone_wire_alpha()
                                 throws java.io.IOException
        Get method for struct member 'bone_wire_alpha'.

        Field Documentation

        Blender Python API

        Maximum opacity of bones in wireframe display mode
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bone_wire_alpha
      • setBone_wire_alpha

        public void setBone_wire_alpha​(float bone_wire_alpha)
                                throws java.io.IOException
        Set method for struct member 'bone_wire_alpha'.

        Field Documentation

        Blender Python API

        Maximum opacity of bones in wireframe display mode
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bone_wire_alpha
      • get_pad1

        public CArrayFacade<java.lang.Byte> get_pad1()
                                              throws java.io.IOException
        Get method for struct member '_pad1'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad1
      • set_pad1

        public void set_pad1​(CArrayFacade<java.lang.Byte> _pad1)
                      throws java.io.IOException
        Set method for struct member '_pad1'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad1
      • getFade_alpha

        public float getFade_alpha()
                            throws java.io.IOException
        Get method for struct member 'fade_alpha'.

        Field Documentation

        Blender Source Code

        Darken Inactive.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__fade_alpha
      • setFade_alpha

        public void setFade_alpha​(float fade_alpha)
                           throws java.io.IOException
        Set method for struct member 'fade_alpha'.

        Field Documentation

        Blender Source Code

        Darken Inactive.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__fade_alpha
      • getWireframe_threshold

        public float getWireframe_threshold()
                                     throws java.io.IOException
        Get method for struct member 'wireframe_threshold'.

        Field Documentation

        Blender Python API

        Adjust the angle threshold for displaying edges (1.0 for all)

        Blender Source Code

        Other settings.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wireframe_threshold
      • setWireframe_threshold

        public void setWireframe_threshold​(float wireframe_threshold)
                                    throws java.io.IOException
        Set method for struct member 'wireframe_threshold'.

        Field Documentation

        Blender Python API

        Adjust the angle threshold for displaying edges (1.0 for all)

        Blender Source Code

        Other settings.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wireframe_threshold
      • getWireframe_opacity

        public float getWireframe_opacity()
                                   throws java.io.IOException
        Get method for struct member 'wireframe_opacity'.

        Field Documentation

        Blender Python API

        Opacity of the displayed edges (1.0 for opaque)
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wireframe_opacity
      • setWireframe_opacity

        public void setWireframe_opacity​(float wireframe_opacity)
                                  throws java.io.IOException
        Set method for struct member 'wireframe_opacity'.

        Field Documentation

        Blender Python API

        Opacity of the displayed edges (1.0 for opaque)
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wireframe_opacity
      • getGpencil_paper_opacity

        public float getGpencil_paper_opacity()
                                       throws java.io.IOException
        Get method for struct member 'gpencil_paper_opacity'.

        Field Documentation

        Blender Source Code

        Grease pencil settings.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gpencil_paper_opacity
      • setGpencil_paper_opacity

        public void setGpencil_paper_opacity​(float gpencil_paper_opacity)
                                      throws java.io.IOException
        Set method for struct member 'gpencil_paper_opacity'.

        Field Documentation

        Blender Source Code

        Grease pencil settings.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gpencil_paper_opacity
      • getGpencil_grid_opacity

        public float getGpencil_grid_opacity()
                                      throws java.io.IOException
        Get method for struct member 'gpencil_grid_opacity'.

        Field Documentation

        Blender Python API

        Canvas grid opacity
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gpencil_grid_opacity
      • setGpencil_grid_opacity

        public void setGpencil_grid_opacity​(float gpencil_grid_opacity)
                                     throws java.io.IOException
        Set method for struct member 'gpencil_grid_opacity'.

        Field Documentation

        Blender Python API

        Canvas grid opacity
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gpencil_grid_opacity
      • getGpencil_fade_layer

        public float getGpencil_fade_layer()
                                    throws java.io.IOException
        Get method for struct member 'gpencil_fade_layer'.

        Field Documentation

        Blender Python API

        Fade layer opacity for Grease Pencil layers except the active one
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gpencil_fade_layer
      • setGpencil_fade_layer

        public void setGpencil_fade_layer​(float gpencil_fade_layer)
                                   throws java.io.IOException
        Set method for struct member 'gpencil_fade_layer'.

        Field Documentation

        Blender Python API

        Fade layer opacity for Grease Pencil layers except the active one
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gpencil_fade_layer
      • getGpencil_vertex_paint_opacity

        public float getGpencil_vertex_paint_opacity()
                                              throws java.io.IOException
        Get method for struct member 'gpencil_vertex_paint_opacity'.

        Field Documentation

        Blender Python API

        Vertex Paint mix factor

        Blender Source Code

        Factor for mixing vertex paint with original color

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gpencil_vertex_paint_opacity
      • setGpencil_vertex_paint_opacity

        public void setGpencil_vertex_paint_opacity​(float gpencil_vertex_paint_opacity)
                                             throws java.io.IOException
        Set method for struct member 'gpencil_vertex_paint_opacity'.

        Field Documentation

        Blender Python API

        Vertex Paint mix factor

        Blender Source Code

        Factor for mixing vertex paint with original color

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gpencil_vertex_paint_opacity
      • getHandle_display

        public int getHandle_display()
                              throws java.io.IOException
        Get method for struct member 'handle_display'.

        Field Documentation

        Blender Source Code

        Handles display type for curves.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_display
      • setHandle_display

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

        Field Documentation

        Blender Source Code

        Handles display type for curves.

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

        public CPointer<View3DOverlay> __io__addressof()
        Instantiates a pointer on this instance.