Class ThemeSpace


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

    Class Documentation

    Blender Source Code

    try to put them all in one, if needed a special struct can be created as well for example later on, when we introduce wire colors for ob types or so...

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Field Documentation

        Blender Source Code

        main window colors

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__back);
         CPointer<CArrayFacade<Byte>> p_back = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__back_grad);
         CPointer<CArrayFacade<Byte>> p_back_grad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__show_back_grad);
         CPointer<Byte> p_show_back_grad = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'show_back_grad'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD___pad0

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD___pad0);
         CPointer<CArrayFacade<Byte>> p__pad0 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: '_pad0'
        • Signature: 'char[3]'
        • Actual Size (32bit/64bit): 3/3
      • __DNA__FIELD__title

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

        Field Documentation

        Blender Source Code

        Panel title.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__title);
         CPointer<CArrayFacade<Byte>> p_title = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__text);
         CPointer<CArrayFacade<Byte>> p_text = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__text_hi);
         CPointer<CArrayFacade<Byte>> p_text_hi = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        header colors Region background.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__header);
         CPointer<CArrayFacade<Byte>> p_header = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Unused.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__header_title);
         CPointer<CArrayFacade<Byte>> p_header_title = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__header_text);
         CPointer<CArrayFacade<Byte>> p_header_text = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__header_text_hi);
         CPointer<CArrayFacade<Byte>> p_header_text_hi = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        region tabs

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__tab_active);
         CPointer<CArrayFacade<Byte>> p_tab_active = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__tab_inactive);
         CPointer<CArrayFacade<Byte>> p_tab_inactive = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__tab_back);
         CPointer<CArrayFacade<Byte>> p_tab_back = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__tab_outline);
         CPointer<CArrayFacade<Byte>> p_tab_outline = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        button/tool regions Region background.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__button);
         CPointer<CArrayFacade<Byte>> p_button = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Panel title.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__button_title);
         CPointer<CArrayFacade<Byte>> p_button_title = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__button_text);
         CPointer<CArrayFacade<Byte>> p_button_text = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__button_text_hi);
         CPointer<CArrayFacade<Byte>> p_button_text_hi = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        listview regions Region background.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__list);
         CPointer<CArrayFacade<Byte>> p_list = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Panel title.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__list_title);
         CPointer<CArrayFacade<Byte>> p_list_title = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__list_text);
         CPointer<CArrayFacade<Byte>> p_list_text = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__list_text_hi);
         CPointer<CArrayFacade<Byte>> p_list_text_hi = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        navigation bar regions Region background.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__navigation_bar);
         CPointer<CArrayFacade<Byte>> p_navigation_bar = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Region background.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__execution_buts);
         CPointer<CArrayFacade<Byte>> p_execution_buts = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        note, cannot use name 'panel' because of DNA mapping old files

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__panelcolors);
         CPointer<uiPanelColors> p_panelcolors = p.cast(new Class[]{uiPanelColors.class});
         

        Metadata

        • Field: 'panelcolors'
        • Signature: 'uiPanelColors'
        • Actual Size (32bit/64bit): 16/16
      • __DNA__FIELD__shade1

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__shade1);
         CPointer<CArrayFacade<Byte>> p_shade1 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__shade2);
         CPointer<CArrayFacade<Byte>> p_shade2 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__hilite);
         CPointer<CArrayFacade<Byte>> p_hilite = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__grid);
         CPointer<CArrayFacade<Byte>> p_grid = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__view_overlay);
         CPointer<CArrayFacade<Byte>> p_view_overlay = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__wire);
         CPointer<CArrayFacade<Byte>> p_wire = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__wire_edit);
         CPointer<CArrayFacade<Byte>> p_wire_edit = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__select);
         CPointer<CArrayFacade<Byte>> p_select = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__lamp);
         CPointer<CArrayFacade<Byte>> p_lamp = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__speaker);
         CPointer<CArrayFacade<Byte>> p_speaker = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__empty);
         CPointer<CArrayFacade<Byte>> p_empty = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__camera);
         CPointer<CArrayFacade<Byte>> p_camera = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__active);
         CPointer<CArrayFacade<Byte>> p_active = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__group);
         CPointer<CArrayFacade<Byte>> p_group = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__group_active);
         CPointer<CArrayFacade<Byte>> p_group_active = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__transform);
         CPointer<CArrayFacade<Byte>> p_transform = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__vertex);
         CPointer<CArrayFacade<Byte>> p_vertex = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__vertex_select);
         CPointer<CArrayFacade<Byte>> p_vertex_select = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__vertex_bevel);
         CPointer<CArrayFacade<Byte>> p_vertex_bevel = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__vertex_unreferenced);
         CPointer<CArrayFacade<Byte>> p_vertex_unreferenced = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__edge);
         CPointer<CArrayFacade<Byte>> p_edge = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__edge_select);
         CPointer<CArrayFacade<Byte>> p_edge_select = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__edge_seam);
         CPointer<CArrayFacade<Byte>> p_edge_seam = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__edge_sharp);
         CPointer<CArrayFacade<Byte>> p_edge_sharp = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__edge_facesel);
         CPointer<CArrayFacade<Byte>> p_edge_facesel = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__edge_crease);
         CPointer<CArrayFacade<Byte>> p_edge_crease = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__edge_bevel);
         CPointer<CArrayFacade<Byte>> p_edge_bevel = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Solid faces.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__face);
         CPointer<CArrayFacade<Byte>> p_face = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__face_select);
         CPointer<CArrayFacade<Byte>> p_face_select = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__face_back);
         CPointer<CArrayFacade<Byte>> p_face_back = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__face_front);
         CPointer<CArrayFacade<Byte>> p_face_front = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        selected color.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__face_dot);
         CPointer<CArrayFacade<Byte>> p_face_dot = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__extra_edge_len);
         CPointer<CArrayFacade<Byte>> p_extra_edge_len = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__extra_edge_angle);
         CPointer<CArrayFacade<Byte>> p_extra_edge_angle = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__extra_face_angle);
         CPointer<CArrayFacade<Byte>> p_extra_face_angle = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__extra_face_area);
         CPointer<CArrayFacade<Byte>> p_extra_face_area = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__normal);
         CPointer<CArrayFacade<Byte>> p_normal = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__vertex_normal);
         CPointer<CArrayFacade<Byte>> p_vertex_normal = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__loop_normal);
         CPointer<CArrayFacade<Byte>> p_loop_normal = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__bone_solid);
         CPointer<CArrayFacade<Byte>> p_bone_solid = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__bone_pose);
         CPointer<CArrayFacade<Byte>> p_bone_pose = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__bone_pose_active);
         CPointer<CArrayFacade<Byte>> p_bone_pose_active = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__bone_locked_weight);
         CPointer<CArrayFacade<Byte>> p_bone_locked_weight = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__strip);
         CPointer<CArrayFacade<Byte>> p_strip = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__strip_select);
         CPointer<CArrayFacade<Byte>> p_strip_select = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__cframe);
         CPointer<CArrayFacade<Byte>> p_cframe = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__time_keyframe);
         CPointer<CArrayFacade<Byte>> p_time_keyframe = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__time_gp_keyframe);
         CPointer<CArrayFacade<Byte>> p_time_gp_keyframe = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__freestyle_edge_mark);
         CPointer<CArrayFacade<Byte>> p_freestyle_edge_mark = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__freestyle_face_mark);
         CPointer<CArrayFacade<Byte>> p_freestyle_face_mark = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__scrubbing_background);
         CPointer<CArrayFacade<Byte>> p_scrubbing_background = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__time_marker_line);
         CPointer<CArrayFacade<Byte>> p_time_marker_line = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__time_marker_line_selected);
         CPointer<CArrayFacade<Byte>> p_time_marker_line_selected = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__nurb_uline);
         CPointer<CArrayFacade<Byte>> p_nurb_uline = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__nurb_vline);
         CPointer<CArrayFacade<Byte>> p_nurb_vline = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__act_spline);
         CPointer<CArrayFacade<Byte>> p_act_spline = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__nurb_sel_uline);
         CPointer<CArrayFacade<Byte>> p_nurb_sel_uline = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__nurb_sel_vline);
         CPointer<CArrayFacade<Byte>> p_nurb_sel_vline = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__lastsel_point);
         CPointer<CArrayFacade<Byte>> p_lastsel_point = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__handle_free);
         CPointer<CArrayFacade<Byte>> p_handle_free = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__handle_auto);
         CPointer<CArrayFacade<Byte>> p_handle_auto = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__handle_vect);
         CPointer<CArrayFacade<Byte>> p_handle_vect = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__handle_align);
         CPointer<CArrayFacade<Byte>> p_handle_align = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__handle_auto_clamped);
         CPointer<CArrayFacade<Byte>> p_handle_auto_clamped = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__handle_sel_free);
         CPointer<CArrayFacade<Byte>> p_handle_sel_free = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__handle_sel_auto);
         CPointer<CArrayFacade<Byte>> p_handle_sel_auto = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__handle_sel_vect);
         CPointer<CArrayFacade<Byte>> p_handle_sel_vect = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__handle_sel_align);
         CPointer<CArrayFacade<Byte>> p_handle_sel_align = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__handle_sel_auto_clamped);
         CPointer<CArrayFacade<Byte>> p_handle_sel_auto_clamped = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Dopesheet.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__ds_channel);
         CPointer<CArrayFacade<Byte>> p_ds_channel = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__ds_subchannel);
         CPointer<CArrayFacade<Byte>> p_ds_subchannel = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__ds_ipoline);
         CPointer<CArrayFacade<Byte>> p_ds_ipoline = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Keytypes.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__keytype_keyframe);
         CPointer<CArrayFacade<Byte>> p_keytype_keyframe = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__keytype_extreme);
         CPointer<CArrayFacade<Byte>> p_keytype_extreme = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__keytype_breakdown);
         CPointer<CArrayFacade<Byte>> p_keytype_breakdown = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__keytype_jitter);
         CPointer<CArrayFacade<Byte>> p_keytype_jitter = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__keytype_movehold);
         CPointer<CArrayFacade<Byte>> p_keytype_movehold = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Keytypes.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__keytype_keyframe_select);
         CPointer<CArrayFacade<Byte>> p_keytype_keyframe_select = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__keytype_extreme_select);
         CPointer<CArrayFacade<Byte>> p_keytype_extreme_select = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__keytype_breakdown_select);
         CPointer<CArrayFacade<Byte>> p_keytype_breakdown_select = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__keytype_jitter_select);
         CPointer<CArrayFacade<Byte>> p_keytype_jitter_select = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__keytype_movehold_select);
         CPointer<CArrayFacade<Byte>> p_keytype_movehold_select = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__keyborder);
         CPointer<CArrayFacade<Byte>> p_keyborder = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__keyborder_select);
         CPointer<CArrayFacade<Byte>> p_keyborder_select = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD___pad4);
         CPointer<CArrayFacade<Byte>> p__pad4 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: '_pad4'
        • Signature: 'char[3]'
        • Actual Size (32bit/64bit): 3/3
      • __DNA__FIELD__console_output

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__console_output);
         CPointer<CArrayFacade<Byte>> p_console_output = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__console_input);
         CPointer<CArrayFacade<Byte>> p_console_input = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__console_info);
         CPointer<CArrayFacade<Byte>> p_console_info = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__console_error);
         CPointer<CArrayFacade<Byte>> p_console_error = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__console_cursor);
         CPointer<CArrayFacade<Byte>> p_console_cursor = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__console_select);
         CPointer<CArrayFacade<Byte>> p_console_select = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__vertex_size);
         CPointer<Byte> p_vertex_size = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'vertex_size'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__outline_width

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__outline_width);
         CPointer<Byte> p_outline_width = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'outline_width'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__obcenter_dia

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__obcenter_dia);
         CPointer<Byte> p_obcenter_dia = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'obcenter_dia'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__facedot_size

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__facedot_size);
         CPointer<Byte> p_facedot_size = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'facedot_size'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__noodle_curving

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__noodle_curving);
         CPointer<Byte> p_noodle_curving = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'noodle_curving'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__grid_levels

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__grid_levels);
         CPointer<Byte> p_grid_levels = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'grid_levels'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__syntaxl

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

        Field Documentation

        Blender Source Code

        syntax for textwindow and nodes

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__syntaxl);
         CPointer<CArrayFacade<Byte>> p_syntaxl = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__syntaxs);
         CPointer<CArrayFacade<Byte>> p_syntaxs = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__syntaxb);
         CPointer<CArrayFacade<Byte>> p_syntaxb = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__syntaxn);
         CPointer<CArrayFacade<Byte>> p_syntaxn = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__syntaxv);
         CPointer<CArrayFacade<Byte>> p_syntaxv = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__syntaxc);
         CPointer<CArrayFacade<Byte>> p_syntaxc = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__syntaxd);
         CPointer<CArrayFacade<Byte>> p_syntaxd = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__syntaxr);
         CPointer<CArrayFacade<Byte>> p_syntaxr = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__line_numbers);
         CPointer<CArrayFacade<Byte>> p_line_numbers = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD___pad6);
         CPointer<CArrayFacade<Byte>> p__pad6 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: '_pad6'
        • Signature: 'char[7]'
        • Actual Size (32bit/64bit): 7/7
      • __DNA__FIELD__nodeclass_output

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__nodeclass_output);
         CPointer<CArrayFacade<Byte>> p_nodeclass_output = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__nodeclass_filter);
         CPointer<CArrayFacade<Byte>> p_nodeclass_filter = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__nodeclass_vector);
         CPointer<CArrayFacade<Byte>> p_nodeclass_vector = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__nodeclass_texture);
         CPointer<CArrayFacade<Byte>> p_nodeclass_texture = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__nodeclass_shader);
         CPointer<CArrayFacade<Byte>> p_nodeclass_shader = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__nodeclass_script);
         CPointer<CArrayFacade<Byte>> p_nodeclass_script = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__nodeclass_pattern);
         CPointer<CArrayFacade<Byte>> p_nodeclass_pattern = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__nodeclass_layout);
         CPointer<CArrayFacade<Byte>> p_nodeclass_layout = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        For sequence editor.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__movie);
         CPointer<CArrayFacade<Byte>> p_movie = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__movieclip);
         CPointer<CArrayFacade<Byte>> p_movieclip = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__mask);
         CPointer<CArrayFacade<Byte>> p_mask = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__image);
         CPointer<CArrayFacade<Byte>> p_image = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__scene);
         CPointer<CArrayFacade<Byte>> p_scene = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__audio);
         CPointer<CArrayFacade<Byte>> p_audio = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__effect);
         CPointer<CArrayFacade<Byte>> p_effect = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__transition);
         CPointer<CArrayFacade<Byte>> p_transition = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__meta);
         CPointer<CArrayFacade<Byte>> p_meta = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__text_strip);
         CPointer<CArrayFacade<Byte>> p_text_strip = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__color_strip);
         CPointer<CArrayFacade<Byte>> p_color_strip = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__active_strip);
         CPointer<CArrayFacade<Byte>> p_active_strip = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__selected_strip);
         CPointer<CArrayFacade<Byte>> p_selected_strip = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        For dopesheet - scale factor for size of keyframes (i.e. height of channels).

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__keyframe_scale_fac);
         CPointer<Float> p_keyframe_scale_fac = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'keyframe_scale_fac'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__editmesh_active

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__editmesh_active);
         CPointer<CArrayFacade<Byte>> p_editmesh_active = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__handle_vertex);
         CPointer<CArrayFacade<Byte>> p_handle_vertex = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__handle_vertex_select);
         CPointer<CArrayFacade<Byte>> p_handle_vertex_select = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__handle_vertex_size);
         CPointer<Byte> p_handle_vertex_size = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'handle_vertex_size'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__clipping_border_3d

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__clipping_border_3d);
         CPointer<CArrayFacade<Byte>> p_clipping_border_3d = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__marker_outline);
         CPointer<CArrayFacade<Byte>> p_marker_outline = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__marker);
         CPointer<CArrayFacade<Byte>> p_marker = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__act_marker);
         CPointer<CArrayFacade<Byte>> p_act_marker = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__sel_marker);
         CPointer<CArrayFacade<Byte>> p_sel_marker = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__dis_marker);
         CPointer<CArrayFacade<Byte>> p_dis_marker = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__lock_marker);
         CPointer<CArrayFacade<Byte>> p_lock_marker = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__bundle_solid);
         CPointer<CArrayFacade<Byte>> p_bundle_solid = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__path_before);
         CPointer<CArrayFacade<Byte>> p_path_before = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__path_after);
         CPointer<CArrayFacade<Byte>> p_path_after = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__path_keyframe_before);
         CPointer<CArrayFacade<Byte>> p_path_keyframe_before = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__path_keyframe_after);
         CPointer<CArrayFacade<Byte>> p_path_keyframe_after = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__camera_path);
         CPointer<CArrayFacade<Byte>> p_camera_path = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'camera_path'
        • Signature: 'char[4]'
        • 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:

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

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__gp_vertex_size);
         CPointer<Byte> p_gp_vertex_size = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'gp_vertex_size'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__gp_vertex

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__gp_vertex);
         CPointer<CArrayFacade<Byte>> p_gp_vertex = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__gp_vertex_select);
         CPointer<CArrayFacade<Byte>> p_gp_vertex_select = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__preview_back);
         CPointer<CArrayFacade<Byte>> p_preview_back = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__preview_stitch_face);
         CPointer<CArrayFacade<Byte>> p_preview_stitch_face = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__preview_stitch_edge);
         CPointer<CArrayFacade<Byte>> p_preview_stitch_edge = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__preview_stitch_vert);
         CPointer<CArrayFacade<Byte>> p_preview_stitch_vert = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__preview_stitch_stitchable);
         CPointer<CArrayFacade<Byte>> p_preview_stitch_stitchable = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__preview_stitch_unstitchable);
         CPointer<CArrayFacade<Byte>> p_preview_stitch_unstitchable = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__preview_stitch_active);
         CPointer<CArrayFacade<Byte>> p_preview_stitch_active = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Two uses, for uvs with modifier applied on mesh and uvs during painting.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__uv_shadow);
         CPointer<CArrayFacade<Byte>> p_uv_shadow = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Uvs of other objects.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__uv_others);
         CPointer<CArrayFacade<Byte>> p_uv_others = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Outliner - filter match.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__match);
         CPointer<CArrayFacade<Byte>> p_match = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Outliner - selected item.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__selected_highlight);
         CPointer<CArrayFacade<Byte>> p_selected_highlight = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Outliner - selected object.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__selected_object);
         CPointer<CArrayFacade<Byte>> p_selected_object = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Outliner - active object.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__active_object);
         CPointer<CArrayFacade<Byte>> p_active_object = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Outliner - edited object.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__edited_object);
         CPointer<CArrayFacade<Byte>> p_edited_object = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Outliner - row color difference.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__row_alternate);
         CPointer<CArrayFacade<Byte>> p_row_alternate = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Skin modifier root color.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__skin_root);
         CPointer<CArrayFacade<Byte>> p_skin_root = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        NLA Active Action + Summary Channel.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__anim_active);
         CPointer<CArrayFacade<Byte>> p_anim_active = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Active Action = NULL.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__anim_non_active);
         CPointer<CArrayFacade<Byte>> p_anim_non_active = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Preview range overlay.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__anim_preview_range);
         CPointer<CArrayFacade<Byte>> p_anim_preview_range = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        NLA 'Tweaking' action/strip.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__nla_tweaking);
         CPointer<CArrayFacade<Byte>> p_nla_tweaking = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        NLA - warning color for duplicate instances of tweaking strip.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__nla_tweakdupli);
         CPointer<CArrayFacade<Byte>> p_nla_tweakdupli = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        NLA "Track"

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__nla_track);
         CPointer<CArrayFacade<Byte>> p_nla_track = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        NLA "Transition" strips.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__nla_transition);
         CPointer<CArrayFacade<Byte>> p_nla_transition = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__nla_transition_sel);
         CPointer<CArrayFacade<Byte>> p_nla_transition_sel = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        NLA "Meta" strips.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__nla_meta);
         CPointer<CArrayFacade<Byte>> p_nla_meta = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__nla_meta_sel);
         CPointer<CArrayFacade<Byte>> p_nla_meta_sel = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        NLA "Sound" strips.

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__nla_sound);
         CPointer<CArrayFacade<Byte>> p_nla_sound = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__nla_sound_sel);
         CPointer<CArrayFacade<Byte>> p_nla_sound_sel = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        info

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__info_selected);
         CPointer<CArrayFacade<Byte>> p_info_selected = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__info_selected_text);
         CPointer<CArrayFacade<Byte>> p_info_selected_text = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__info_error);
         CPointer<CArrayFacade<Byte>> p_info_error = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__info_error_text);
         CPointer<CArrayFacade<Byte>> p_info_error_text = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__info_warning);
         CPointer<CArrayFacade<Byte>> p_info_warning = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__info_warning_text);
         CPointer<CArrayFacade<Byte>> p_info_warning_text = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__info_info);
         CPointer<CArrayFacade<Byte>> p_info_info = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__info_info_text);
         CPointer<CArrayFacade<Byte>> p_info_info_text = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__info_debug);
         CPointer<CArrayFacade<Byte>> p_info_debug = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__info_debug_text);
         CPointer<CArrayFacade<Byte>> p_info_debug_text = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__info_property);
         CPointer<CArrayFacade<Byte>> p_info_property = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__info_property_text);
         CPointer<CArrayFacade<Byte>> p_info_property_text = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__info_operator);
         CPointer<CArrayFacade<Byte>> p_info_operator = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__info_operator_text);
         CPointer<CArrayFacade<Byte>> p_info_operator_text = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__info_report_error);
         CPointer<CArrayFacade<Byte>> p_info_report_error = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__info_report_warning);
         CPointer<CArrayFacade<Byte>> p_info_report_warning = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__info_report_info);
         CPointer<CArrayFacade<Byte>> p_info_report_info = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'info_report_info'
        • Signature: 'char[4]'
        • 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:

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__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__paint_curve_pivot

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__paint_curve_pivot);
         CPointer<CArrayFacade<Byte>> p_paint_curve_pivot = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__paint_curve_handle);
         CPointer<CArrayFacade<Byte>> p_paint_curve_handle = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__metadatabg);
         CPointer<CArrayFacade<Byte>> p_metadatabg = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         ThemeSpace themespace = ...;
         CPointer<Object> p = themespace.__dna__addressof(ThemeSpace.__DNA__FIELD__metadatatext);
         CPointer<CArrayFacade<Byte>> p_metadatatext = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'metadatatext'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
    • Constructor Detail

      • ThemeSpace

        public ThemeSpace​(long __address,
                          Block __block,
                          BlockTable __blockTable)
      • ThemeSpace

        protected ThemeSpace​(ThemeSpace that)
    • Method Detail

      • getBack

        public CArrayFacade<java.lang.Byte> getBack()
                                             throws java.io.IOException
        Get method for struct member 'back'.

        Field Documentation

        Blender Source Code

        main window colors

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__back
      • setBack

        public void setBack​(CArrayFacade<java.lang.Byte> back)
                     throws java.io.IOException
        Set method for struct member 'back'.

        Field Documentation

        Blender Source Code

        main window colors

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__back
      • getBack_grad

        public CArrayFacade<java.lang.Byte> getBack_grad()
                                                  throws java.io.IOException
        Get method for struct member 'back_grad'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__back_grad
      • setBack_grad

        public void setBack_grad​(CArrayFacade<java.lang.Byte> back_grad)
                          throws java.io.IOException
        Set method for struct member 'back_grad'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__back_grad
      • getShow_back_grad

        public byte getShow_back_grad()
                               throws java.io.IOException
        Get method for struct member 'show_back_grad'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__show_back_grad
      • setShow_back_grad

        public void setShow_back_grad​(byte show_back_grad)
                               throws java.io.IOException
        Set method for struct member 'show_back_grad'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__show_back_grad
      • get_pad0

        public CArrayFacade<java.lang.Byte> get_pad0()
                                              throws java.io.IOException
        Get method for struct member '_pad0'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad0
      • set_pad0

        public void set_pad0​(CArrayFacade<java.lang.Byte> _pad0)
                      throws java.io.IOException
        Set method for struct member '_pad0'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad0
      • getTitle

        public CArrayFacade<java.lang.Byte> getTitle()
                                              throws java.io.IOException
        Get method for struct member 'title'.

        Field Documentation

        Blender Source Code

        Panel title.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__title
      • setTitle

        public void setTitle​(CArrayFacade<java.lang.Byte> title)
                      throws java.io.IOException
        Set method for struct member 'title'.

        Field Documentation

        Blender Source Code

        Panel title.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__title
      • getText

        public CArrayFacade<java.lang.Byte> getText()
                                             throws java.io.IOException
        Get method for struct member 'text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__text
      • setText

        public void setText​(CArrayFacade<java.lang.Byte> text)
                     throws java.io.IOException
        Set method for struct member 'text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__text
      • getText_hi

        public CArrayFacade<java.lang.Byte> getText_hi()
                                                throws java.io.IOException
        Get method for struct member 'text_hi'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__text_hi
      • setText_hi

        public void setText_hi​(CArrayFacade<java.lang.Byte> text_hi)
                        throws java.io.IOException
        Set method for struct member 'text_hi'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__text_hi
      • getHeader

        public CArrayFacade<java.lang.Byte> getHeader()
                                               throws java.io.IOException
        Get method for struct member 'header'.

        Field Documentation

        Blender Source Code

        header colors Region background.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__header
      • setHeader

        public void setHeader​(CArrayFacade<java.lang.Byte> header)
                       throws java.io.IOException
        Set method for struct member 'header'.

        Field Documentation

        Blender Source Code

        header colors Region background.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__header
      • getHeader_title

        public CArrayFacade<java.lang.Byte> getHeader_title()
                                                     throws java.io.IOException
        Get method for struct member 'header_title'.

        Field Documentation

        Blender Source Code

        Unused.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__header_title
      • setHeader_title

        public void setHeader_title​(CArrayFacade<java.lang.Byte> header_title)
                             throws java.io.IOException
        Set method for struct member 'header_title'.

        Field Documentation

        Blender Source Code

        Unused.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__header_title
      • getHeader_text

        public CArrayFacade<java.lang.Byte> getHeader_text()
                                                    throws java.io.IOException
        Get method for struct member 'header_text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__header_text
      • setHeader_text

        public void setHeader_text​(CArrayFacade<java.lang.Byte> header_text)
                            throws java.io.IOException
        Set method for struct member 'header_text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__header_text
      • getHeader_text_hi

        public CArrayFacade<java.lang.Byte> getHeader_text_hi()
                                                       throws java.io.IOException
        Get method for struct member 'header_text_hi'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__header_text_hi
      • setHeader_text_hi

        public void setHeader_text_hi​(CArrayFacade<java.lang.Byte> header_text_hi)
                               throws java.io.IOException
        Set method for struct member 'header_text_hi'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__header_text_hi
      • getTab_active

        public CArrayFacade<java.lang.Byte> getTab_active()
                                                   throws java.io.IOException
        Get method for struct member 'tab_active'.

        Field Documentation

        Blender Source Code

        region tabs

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tab_active
      • setTab_active

        public void setTab_active​(CArrayFacade<java.lang.Byte> tab_active)
                           throws java.io.IOException
        Set method for struct member 'tab_active'.

        Field Documentation

        Blender Source Code

        region tabs

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tab_active
      • getTab_inactive

        public CArrayFacade<java.lang.Byte> getTab_inactive()
                                                     throws java.io.IOException
        Get method for struct member 'tab_inactive'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tab_inactive
      • setTab_inactive

        public void setTab_inactive​(CArrayFacade<java.lang.Byte> tab_inactive)
                             throws java.io.IOException
        Set method for struct member 'tab_inactive'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tab_inactive
      • getTab_back

        public CArrayFacade<java.lang.Byte> getTab_back()
                                                 throws java.io.IOException
        Get method for struct member 'tab_back'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tab_back
      • setTab_back

        public void setTab_back​(CArrayFacade<java.lang.Byte> tab_back)
                         throws java.io.IOException
        Set method for struct member 'tab_back'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tab_back
      • getTab_outline

        public CArrayFacade<java.lang.Byte> getTab_outline()
                                                    throws java.io.IOException
        Get method for struct member 'tab_outline'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tab_outline
      • setTab_outline

        public void setTab_outline​(CArrayFacade<java.lang.Byte> tab_outline)
                            throws java.io.IOException
        Set method for struct member 'tab_outline'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tab_outline
      • getButton

        public CArrayFacade<java.lang.Byte> getButton()
                                               throws java.io.IOException
        Get method for struct member 'button'.

        Field Documentation

        Blender Source Code

        button/tool regions Region background.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__button
      • setButton

        public void setButton​(CArrayFacade<java.lang.Byte> button)
                       throws java.io.IOException
        Set method for struct member 'button'.

        Field Documentation

        Blender Source Code

        button/tool regions Region background.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__button
      • getButton_title

        public CArrayFacade<java.lang.Byte> getButton_title()
                                                     throws java.io.IOException
        Get method for struct member 'button_title'.

        Field Documentation

        Blender Source Code

        Panel title.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__button_title
      • setButton_title

        public void setButton_title​(CArrayFacade<java.lang.Byte> button_title)
                             throws java.io.IOException
        Set method for struct member 'button_title'.

        Field Documentation

        Blender Source Code

        Panel title.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__button_title
      • getButton_text

        public CArrayFacade<java.lang.Byte> getButton_text()
                                                    throws java.io.IOException
        Get method for struct member 'button_text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__button_text
      • setButton_text

        public void setButton_text​(CArrayFacade<java.lang.Byte> button_text)
                            throws java.io.IOException
        Set method for struct member 'button_text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__button_text
      • getButton_text_hi

        public CArrayFacade<java.lang.Byte> getButton_text_hi()
                                                       throws java.io.IOException
        Get method for struct member 'button_text_hi'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__button_text_hi
      • setButton_text_hi

        public void setButton_text_hi​(CArrayFacade<java.lang.Byte> button_text_hi)
                               throws java.io.IOException
        Set method for struct member 'button_text_hi'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__button_text_hi
      • getList

        public CArrayFacade<java.lang.Byte> getList()
                                             throws java.io.IOException
        Get method for struct member 'list'.

        Field Documentation

        Blender Source Code

        listview regions Region background.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__list
      • setList

        public void setList​(CArrayFacade<java.lang.Byte> list)
                     throws java.io.IOException
        Set method for struct member 'list'.

        Field Documentation

        Blender Source Code

        listview regions Region background.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__list
      • getList_title

        public CArrayFacade<java.lang.Byte> getList_title()
                                                   throws java.io.IOException
        Get method for struct member 'list_title'.

        Field Documentation

        Blender Source Code

        Panel title.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__list_title
      • setList_title

        public void setList_title​(CArrayFacade<java.lang.Byte> list_title)
                           throws java.io.IOException
        Set method for struct member 'list_title'.

        Field Documentation

        Blender Source Code

        Panel title.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__list_title
      • getList_text

        public CArrayFacade<java.lang.Byte> getList_text()
                                                  throws java.io.IOException
        Get method for struct member 'list_text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__list_text
      • setList_text

        public void setList_text​(CArrayFacade<java.lang.Byte> list_text)
                          throws java.io.IOException
        Set method for struct member 'list_text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__list_text
      • getList_text_hi

        public CArrayFacade<java.lang.Byte> getList_text_hi()
                                                     throws java.io.IOException
        Get method for struct member 'list_text_hi'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__list_text_hi
      • setList_text_hi

        public void setList_text_hi​(CArrayFacade<java.lang.Byte> list_text_hi)
                             throws java.io.IOException
        Set method for struct member 'list_text_hi'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__list_text_hi
      • getNavigation_bar

        public CArrayFacade<java.lang.Byte> getNavigation_bar()
                                                       throws java.io.IOException
        Get method for struct member 'navigation_bar'.

        Field Documentation

        Blender Source Code

        navigation bar regions Region background.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__navigation_bar
      • setNavigation_bar

        public void setNavigation_bar​(CArrayFacade<java.lang.Byte> navigation_bar)
                               throws java.io.IOException
        Set method for struct member 'navigation_bar'.

        Field Documentation

        Blender Source Code

        navigation bar regions Region background.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__navigation_bar
      • getExecution_buts

        public CArrayFacade<java.lang.Byte> getExecution_buts()
                                                       throws java.io.IOException
        Get method for struct member 'execution_buts'.

        Field Documentation

        Blender Source Code

        Region background.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__execution_buts
      • setExecution_buts

        public void setExecution_buts​(CArrayFacade<java.lang.Byte> execution_buts)
                               throws java.io.IOException
        Set method for struct member 'execution_buts'.

        Field Documentation

        Blender Source Code

        Region background.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__execution_buts
      • getPanelcolors

        public uiPanelColors getPanelcolors()
                                     throws java.io.IOException
        Get method for struct member 'panelcolors'.

        Field Documentation

        Blender Source Code

        note, cannot use name 'panel' because of DNA mapping old files

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__panelcolors
      • setPanelcolors

        public void setPanelcolors​(uiPanelColors panelcolors)
                            throws java.io.IOException
        Set method for struct member 'panelcolors'.

        Field Documentation

        Blender Source Code

        note, cannot use name 'panel' because of DNA mapping old files

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__panelcolors
      • getShade1

        public CArrayFacade<java.lang.Byte> getShade1()
                                               throws java.io.IOException
        Get method for struct member 'shade1'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__shade1
      • setShade1

        public void setShade1​(CArrayFacade<java.lang.Byte> shade1)
                       throws java.io.IOException
        Set method for struct member 'shade1'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__shade1
      • getShade2

        public CArrayFacade<java.lang.Byte> getShade2()
                                               throws java.io.IOException
        Get method for struct member 'shade2'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__shade2
      • setShade2

        public void setShade2​(CArrayFacade<java.lang.Byte> shade2)
                       throws java.io.IOException
        Set method for struct member 'shade2'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__shade2
      • getHilite

        public CArrayFacade<java.lang.Byte> getHilite()
                                               throws java.io.IOException
        Get method for struct member 'hilite'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__hilite
      • setHilite

        public void setHilite​(CArrayFacade<java.lang.Byte> hilite)
                       throws java.io.IOException
        Set method for struct member 'hilite'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__hilite
      • getGrid

        public CArrayFacade<java.lang.Byte> getGrid()
                                             throws java.io.IOException
        Get method for struct member 'grid'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__grid
      • setGrid

        public void setGrid​(CArrayFacade<java.lang.Byte> grid)
                     throws java.io.IOException
        Set method for struct member 'grid'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__grid
      • getView_overlay

        public CArrayFacade<java.lang.Byte> getView_overlay()
                                                     throws java.io.IOException
        Get method for struct member 'view_overlay'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__view_overlay
      • setView_overlay

        public void setView_overlay​(CArrayFacade<java.lang.Byte> view_overlay)
                             throws java.io.IOException
        Set method for struct member 'view_overlay'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__view_overlay
      • getWire

        public CArrayFacade<java.lang.Byte> getWire()
                                             throws java.io.IOException
        Get method for struct member 'wire'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wire
      • setWire

        public void setWire​(CArrayFacade<java.lang.Byte> wire)
                     throws java.io.IOException
        Set method for struct member 'wire'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wire
      • getWire_edit

        public CArrayFacade<java.lang.Byte> getWire_edit()
                                                  throws java.io.IOException
        Get method for struct member 'wire_edit'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wire_edit
      • setWire_edit

        public void setWire_edit​(CArrayFacade<java.lang.Byte> wire_edit)
                          throws java.io.IOException
        Set method for struct member 'wire_edit'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wire_edit
      • getSelect

        public CArrayFacade<java.lang.Byte> getSelect()
                                               throws java.io.IOException
        Get method for struct member 'select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__select
      • setSelect

        public void setSelect​(CArrayFacade<java.lang.Byte> select)
                       throws java.io.IOException
        Set method for struct member 'select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__select
      • getLamp

        public CArrayFacade<java.lang.Byte> getLamp()
                                             throws java.io.IOException
        Get method for struct member 'lamp'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__lamp
      • setLamp

        public void setLamp​(CArrayFacade<java.lang.Byte> lamp)
                     throws java.io.IOException
        Set method for struct member 'lamp'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__lamp
      • getSpeaker

        public CArrayFacade<java.lang.Byte> getSpeaker()
                                                throws java.io.IOException
        Get method for struct member 'speaker'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__speaker
      • setSpeaker

        public void setSpeaker​(CArrayFacade<java.lang.Byte> speaker)
                        throws java.io.IOException
        Set method for struct member 'speaker'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__speaker
      • getEmpty

        public CArrayFacade<java.lang.Byte> getEmpty()
                                              throws java.io.IOException
        Get method for struct member 'empty'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__empty
      • setEmpty

        public void setEmpty​(CArrayFacade<java.lang.Byte> empty)
                      throws java.io.IOException
        Set method for struct member 'empty'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__empty
      • getCamera

        public CArrayFacade<java.lang.Byte> getCamera()
                                               throws java.io.IOException
        Get method for struct member 'camera'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__camera
      • setCamera

        public void setCamera​(CArrayFacade<java.lang.Byte> camera)
                       throws java.io.IOException
        Set method for struct member 'camera'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__camera
      • getActive

        public CArrayFacade<java.lang.Byte> getActive()
                                               throws java.io.IOException
        Get method for struct member 'active'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__active
      • setActive

        public void setActive​(CArrayFacade<java.lang.Byte> active)
                       throws java.io.IOException
        Set method for struct member 'active'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__active
      • getGroup

        public CArrayFacade<java.lang.Byte> getGroup()
                                              throws java.io.IOException
        Get method for struct member 'group'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__group
      • setGroup

        public void setGroup​(CArrayFacade<java.lang.Byte> group)
                      throws java.io.IOException
        Set method for struct member 'group'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__group
      • getGroup_active

        public CArrayFacade<java.lang.Byte> getGroup_active()
                                                     throws java.io.IOException
        Get method for struct member 'group_active'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__group_active
      • setGroup_active

        public void setGroup_active​(CArrayFacade<java.lang.Byte> group_active)
                             throws java.io.IOException
        Set method for struct member 'group_active'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__group_active
      • getTransform

        public CArrayFacade<java.lang.Byte> getTransform()
                                                  throws java.io.IOException
        Get method for struct member 'transform'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__transform
      • setTransform

        public void setTransform​(CArrayFacade<java.lang.Byte> transform)
                          throws java.io.IOException
        Set method for struct member 'transform'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__transform
      • getVertex

        public CArrayFacade<java.lang.Byte> getVertex()
                                               throws java.io.IOException
        Get method for struct member 'vertex'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vertex
      • setVertex

        public void setVertex​(CArrayFacade<java.lang.Byte> vertex)
                       throws java.io.IOException
        Set method for struct member 'vertex'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vertex
      • getVertex_select

        public CArrayFacade<java.lang.Byte> getVertex_select()
                                                      throws java.io.IOException
        Get method for struct member 'vertex_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vertex_select
      • setVertex_select

        public void setVertex_select​(CArrayFacade<java.lang.Byte> vertex_select)
                              throws java.io.IOException
        Set method for struct member 'vertex_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vertex_select
      • getVertex_bevel

        public CArrayFacade<java.lang.Byte> getVertex_bevel()
                                                     throws java.io.IOException
        Get method for struct member 'vertex_bevel'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vertex_bevel
      • setVertex_bevel

        public void setVertex_bevel​(CArrayFacade<java.lang.Byte> vertex_bevel)
                             throws java.io.IOException
        Set method for struct member 'vertex_bevel'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vertex_bevel
      • getVertex_unreferenced

        public CArrayFacade<java.lang.Byte> getVertex_unreferenced()
                                                            throws java.io.IOException
        Get method for struct member 'vertex_unreferenced'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vertex_unreferenced
      • setVertex_unreferenced

        public void setVertex_unreferenced​(CArrayFacade<java.lang.Byte> vertex_unreferenced)
                                    throws java.io.IOException
        Set method for struct member 'vertex_unreferenced'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vertex_unreferenced
      • getEdge

        public CArrayFacade<java.lang.Byte> getEdge()
                                             throws java.io.IOException
        Get method for struct member 'edge'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edge
      • setEdge

        public void setEdge​(CArrayFacade<java.lang.Byte> edge)
                     throws java.io.IOException
        Set method for struct member 'edge'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edge
      • getEdge_select

        public CArrayFacade<java.lang.Byte> getEdge_select()
                                                    throws java.io.IOException
        Get method for struct member 'edge_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edge_select
      • setEdge_select

        public void setEdge_select​(CArrayFacade<java.lang.Byte> edge_select)
                            throws java.io.IOException
        Set method for struct member 'edge_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edge_select
      • getEdge_seam

        public CArrayFacade<java.lang.Byte> getEdge_seam()
                                                  throws java.io.IOException
        Get method for struct member 'edge_seam'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edge_seam
      • setEdge_seam

        public void setEdge_seam​(CArrayFacade<java.lang.Byte> edge_seam)
                          throws java.io.IOException
        Set method for struct member 'edge_seam'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edge_seam
      • getEdge_sharp

        public CArrayFacade<java.lang.Byte> getEdge_sharp()
                                                   throws java.io.IOException
        Get method for struct member 'edge_sharp'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edge_sharp
      • setEdge_sharp

        public void setEdge_sharp​(CArrayFacade<java.lang.Byte> edge_sharp)
                           throws java.io.IOException
        Set method for struct member 'edge_sharp'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edge_sharp
      • getEdge_facesel

        public CArrayFacade<java.lang.Byte> getEdge_facesel()
                                                     throws java.io.IOException
        Get method for struct member 'edge_facesel'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edge_facesel
      • setEdge_facesel

        public void setEdge_facesel​(CArrayFacade<java.lang.Byte> edge_facesel)
                             throws java.io.IOException
        Set method for struct member 'edge_facesel'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edge_facesel
      • getEdge_crease

        public CArrayFacade<java.lang.Byte> getEdge_crease()
                                                    throws java.io.IOException
        Get method for struct member 'edge_crease'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edge_crease
      • setEdge_crease

        public void setEdge_crease​(CArrayFacade<java.lang.Byte> edge_crease)
                            throws java.io.IOException
        Set method for struct member 'edge_crease'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edge_crease
      • getEdge_bevel

        public CArrayFacade<java.lang.Byte> getEdge_bevel()
                                                   throws java.io.IOException
        Get method for struct member 'edge_bevel'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edge_bevel
      • setEdge_bevel

        public void setEdge_bevel​(CArrayFacade<java.lang.Byte> edge_bevel)
                           throws java.io.IOException
        Set method for struct member 'edge_bevel'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edge_bevel
      • getFace

        public CArrayFacade<java.lang.Byte> getFace()
                                             throws java.io.IOException
        Get method for struct member 'face'.

        Field Documentation

        Blender Source Code

        Solid faces.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__face
      • setFace

        public void setFace​(CArrayFacade<java.lang.Byte> face)
                     throws java.io.IOException
        Set method for struct member 'face'.

        Field Documentation

        Blender Source Code

        Solid faces.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__face
      • getFace_select

        public CArrayFacade<java.lang.Byte> getFace_select()
                                                    throws java.io.IOException
        Get method for struct member 'face_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__face_select
      • setFace_select

        public void setFace_select​(CArrayFacade<java.lang.Byte> face_select)
                            throws java.io.IOException
        Set method for struct member 'face_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__face_select
      • getFace_back

        public CArrayFacade<java.lang.Byte> getFace_back()
                                                  throws java.io.IOException
        Get method for struct member 'face_back'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__face_back
      • setFace_back

        public void setFace_back​(CArrayFacade<java.lang.Byte> face_back)
                          throws java.io.IOException
        Set method for struct member 'face_back'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__face_back
      • getFace_front

        public CArrayFacade<java.lang.Byte> getFace_front()
                                                   throws java.io.IOException
        Get method for struct member 'face_front'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__face_front
      • setFace_front

        public void setFace_front​(CArrayFacade<java.lang.Byte> face_front)
                           throws java.io.IOException
        Set method for struct member 'face_front'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__face_front
      • getFace_dot

        public CArrayFacade<java.lang.Byte> getFace_dot()
                                                 throws java.io.IOException
        Get method for struct member 'face_dot'.

        Field Documentation

        Blender Source Code

        selected color.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__face_dot
      • setFace_dot

        public void setFace_dot​(CArrayFacade<java.lang.Byte> face_dot)
                         throws java.io.IOException
        Set method for struct member 'face_dot'.

        Field Documentation

        Blender Source Code

        selected color.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__face_dot
      • getExtra_edge_len

        public CArrayFacade<java.lang.Byte> getExtra_edge_len()
                                                       throws java.io.IOException
        Get method for struct member 'extra_edge_len'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__extra_edge_len
      • setExtra_edge_len

        public void setExtra_edge_len​(CArrayFacade<java.lang.Byte> extra_edge_len)
                               throws java.io.IOException
        Set method for struct member 'extra_edge_len'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__extra_edge_len
      • getExtra_edge_angle

        public CArrayFacade<java.lang.Byte> getExtra_edge_angle()
                                                         throws java.io.IOException
        Get method for struct member 'extra_edge_angle'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__extra_edge_angle
      • setExtra_edge_angle

        public void setExtra_edge_angle​(CArrayFacade<java.lang.Byte> extra_edge_angle)
                                 throws java.io.IOException
        Set method for struct member 'extra_edge_angle'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__extra_edge_angle
      • getExtra_face_angle

        public CArrayFacade<java.lang.Byte> getExtra_face_angle()
                                                         throws java.io.IOException
        Get method for struct member 'extra_face_angle'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__extra_face_angle
      • setExtra_face_angle

        public void setExtra_face_angle​(CArrayFacade<java.lang.Byte> extra_face_angle)
                                 throws java.io.IOException
        Set method for struct member 'extra_face_angle'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__extra_face_angle
      • getExtra_face_area

        public CArrayFacade<java.lang.Byte> getExtra_face_area()
                                                        throws java.io.IOException
        Get method for struct member 'extra_face_area'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__extra_face_area
      • setExtra_face_area

        public void setExtra_face_area​(CArrayFacade<java.lang.Byte> extra_face_area)
                                throws java.io.IOException
        Set method for struct member 'extra_face_area'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__extra_face_area
      • getNormal

        public CArrayFacade<java.lang.Byte> getNormal()
                                               throws java.io.IOException
        Get method for struct member 'normal'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__normal
      • setNormal

        public void setNormal​(CArrayFacade<java.lang.Byte> normal)
                       throws java.io.IOException
        Set method for struct member 'normal'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__normal
      • getVertex_normal

        public CArrayFacade<java.lang.Byte> getVertex_normal()
                                                      throws java.io.IOException
        Get method for struct member 'vertex_normal'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vertex_normal
      • setVertex_normal

        public void setVertex_normal​(CArrayFacade<java.lang.Byte> vertex_normal)
                              throws java.io.IOException
        Set method for struct member 'vertex_normal'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vertex_normal
      • getLoop_normal

        public CArrayFacade<java.lang.Byte> getLoop_normal()
                                                    throws java.io.IOException
        Get method for struct member 'loop_normal'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__loop_normal
      • setLoop_normal

        public void setLoop_normal​(CArrayFacade<java.lang.Byte> loop_normal)
                            throws java.io.IOException
        Set method for struct member 'loop_normal'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__loop_normal
      • getBone_solid

        public CArrayFacade<java.lang.Byte> getBone_solid()
                                                   throws java.io.IOException
        Get method for struct member 'bone_solid'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bone_solid
      • setBone_solid

        public void setBone_solid​(CArrayFacade<java.lang.Byte> bone_solid)
                           throws java.io.IOException
        Set method for struct member 'bone_solid'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bone_solid
      • getBone_pose

        public CArrayFacade<java.lang.Byte> getBone_pose()
                                                  throws java.io.IOException
        Get method for struct member 'bone_pose'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bone_pose
      • setBone_pose

        public void setBone_pose​(CArrayFacade<java.lang.Byte> bone_pose)
                          throws java.io.IOException
        Set method for struct member 'bone_pose'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bone_pose
      • getBone_pose_active

        public CArrayFacade<java.lang.Byte> getBone_pose_active()
                                                         throws java.io.IOException
        Get method for struct member 'bone_pose_active'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bone_pose_active
      • setBone_pose_active

        public void setBone_pose_active​(CArrayFacade<java.lang.Byte> bone_pose_active)
                                 throws java.io.IOException
        Set method for struct member 'bone_pose_active'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bone_pose_active
      • getBone_locked_weight

        public CArrayFacade<java.lang.Byte> getBone_locked_weight()
                                                           throws java.io.IOException
        Get method for struct member 'bone_locked_weight'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bone_locked_weight
      • setBone_locked_weight

        public void setBone_locked_weight​(CArrayFacade<java.lang.Byte> bone_locked_weight)
                                   throws java.io.IOException
        Set method for struct member 'bone_locked_weight'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bone_locked_weight
      • getStrip

        public CArrayFacade<java.lang.Byte> getStrip()
                                              throws java.io.IOException
        Get method for struct member 'strip'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__strip
      • setStrip

        public void setStrip​(CArrayFacade<java.lang.Byte> strip)
                      throws java.io.IOException
        Set method for struct member 'strip'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__strip
      • getStrip_select

        public CArrayFacade<java.lang.Byte> getStrip_select()
                                                     throws java.io.IOException
        Get method for struct member 'strip_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__strip_select
      • setStrip_select

        public void setStrip_select​(CArrayFacade<java.lang.Byte> strip_select)
                             throws java.io.IOException
        Set method for struct member 'strip_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__strip_select
      • getCframe

        public CArrayFacade<java.lang.Byte> getCframe()
                                               throws java.io.IOException
        Get method for struct member 'cframe'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__cframe
      • setCframe

        public void setCframe​(CArrayFacade<java.lang.Byte> cframe)
                       throws java.io.IOException
        Set method for struct member 'cframe'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__cframe
      • getTime_keyframe

        public CArrayFacade<java.lang.Byte> getTime_keyframe()
                                                      throws java.io.IOException
        Get method for struct member 'time_keyframe'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__time_keyframe
      • setTime_keyframe

        public void setTime_keyframe​(CArrayFacade<java.lang.Byte> time_keyframe)
                              throws java.io.IOException
        Set method for struct member 'time_keyframe'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__time_keyframe
      • getTime_gp_keyframe

        public CArrayFacade<java.lang.Byte> getTime_gp_keyframe()
                                                         throws java.io.IOException
        Get method for struct member 'time_gp_keyframe'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__time_gp_keyframe
      • setTime_gp_keyframe

        public void setTime_gp_keyframe​(CArrayFacade<java.lang.Byte> time_gp_keyframe)
                                 throws java.io.IOException
        Set method for struct member 'time_gp_keyframe'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__time_gp_keyframe
      • getFreestyle_edge_mark

        public CArrayFacade<java.lang.Byte> getFreestyle_edge_mark()
                                                            throws java.io.IOException
        Get method for struct member 'freestyle_edge_mark'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__freestyle_edge_mark
      • setFreestyle_edge_mark

        public void setFreestyle_edge_mark​(CArrayFacade<java.lang.Byte> freestyle_edge_mark)
                                    throws java.io.IOException
        Set method for struct member 'freestyle_edge_mark'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__freestyle_edge_mark
      • getFreestyle_face_mark

        public CArrayFacade<java.lang.Byte> getFreestyle_face_mark()
                                                            throws java.io.IOException
        Get method for struct member 'freestyle_face_mark'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__freestyle_face_mark
      • setFreestyle_face_mark

        public void setFreestyle_face_mark​(CArrayFacade<java.lang.Byte> freestyle_face_mark)
                                    throws java.io.IOException
        Set method for struct member 'freestyle_face_mark'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__freestyle_face_mark
      • getScrubbing_background

        public CArrayFacade<java.lang.Byte> getScrubbing_background()
                                                             throws java.io.IOException
        Get method for struct member 'scrubbing_background'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__scrubbing_background
      • setScrubbing_background

        public void setScrubbing_background​(CArrayFacade<java.lang.Byte> scrubbing_background)
                                     throws java.io.IOException
        Set method for struct member 'scrubbing_background'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__scrubbing_background
      • getTime_marker_line

        public CArrayFacade<java.lang.Byte> getTime_marker_line()
                                                         throws java.io.IOException
        Get method for struct member 'time_marker_line'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__time_marker_line
      • setTime_marker_line

        public void setTime_marker_line​(CArrayFacade<java.lang.Byte> time_marker_line)
                                 throws java.io.IOException
        Set method for struct member 'time_marker_line'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__time_marker_line
      • getTime_marker_line_selected

        public CArrayFacade<java.lang.Byte> getTime_marker_line_selected()
                                                                  throws java.io.IOException
        Get method for struct member 'time_marker_line_selected'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__time_marker_line_selected
      • setTime_marker_line_selected

        public void setTime_marker_line_selected​(CArrayFacade<java.lang.Byte> time_marker_line_selected)
                                          throws java.io.IOException
        Set method for struct member 'time_marker_line_selected'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__time_marker_line_selected
      • getNurb_uline

        public CArrayFacade<java.lang.Byte> getNurb_uline()
                                                   throws java.io.IOException
        Get method for struct member 'nurb_uline'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nurb_uline
      • setNurb_uline

        public void setNurb_uline​(CArrayFacade<java.lang.Byte> nurb_uline)
                           throws java.io.IOException
        Set method for struct member 'nurb_uline'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nurb_uline
      • getNurb_vline

        public CArrayFacade<java.lang.Byte> getNurb_vline()
                                                   throws java.io.IOException
        Get method for struct member 'nurb_vline'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nurb_vline
      • setNurb_vline

        public void setNurb_vline​(CArrayFacade<java.lang.Byte> nurb_vline)
                           throws java.io.IOException
        Set method for struct member 'nurb_vline'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nurb_vline
      • getAct_spline

        public CArrayFacade<java.lang.Byte> getAct_spline()
                                                   throws java.io.IOException
        Get method for struct member 'act_spline'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__act_spline
      • setAct_spline

        public void setAct_spline​(CArrayFacade<java.lang.Byte> act_spline)
                           throws java.io.IOException
        Set method for struct member 'act_spline'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__act_spline
      • getNurb_sel_uline

        public CArrayFacade<java.lang.Byte> getNurb_sel_uline()
                                                       throws java.io.IOException
        Get method for struct member 'nurb_sel_uline'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nurb_sel_uline
      • setNurb_sel_uline

        public void setNurb_sel_uline​(CArrayFacade<java.lang.Byte> nurb_sel_uline)
                               throws java.io.IOException
        Set method for struct member 'nurb_sel_uline'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nurb_sel_uline
      • getNurb_sel_vline

        public CArrayFacade<java.lang.Byte> getNurb_sel_vline()
                                                       throws java.io.IOException
        Get method for struct member 'nurb_sel_vline'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nurb_sel_vline
      • setNurb_sel_vline

        public void setNurb_sel_vline​(CArrayFacade<java.lang.Byte> nurb_sel_vline)
                               throws java.io.IOException
        Set method for struct member 'nurb_sel_vline'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nurb_sel_vline
      • getLastsel_point

        public CArrayFacade<java.lang.Byte> getLastsel_point()
                                                      throws java.io.IOException
        Get method for struct member 'lastsel_point'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__lastsel_point
      • setLastsel_point

        public void setLastsel_point​(CArrayFacade<java.lang.Byte> lastsel_point)
                              throws java.io.IOException
        Set method for struct member 'lastsel_point'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__lastsel_point
      • getHandle_free

        public CArrayFacade<java.lang.Byte> getHandle_free()
                                                    throws java.io.IOException
        Get method for struct member 'handle_free'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_free
      • setHandle_free

        public void setHandle_free​(CArrayFacade<java.lang.Byte> handle_free)
                            throws java.io.IOException
        Set method for struct member 'handle_free'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_free
      • getHandle_auto

        public CArrayFacade<java.lang.Byte> getHandle_auto()
                                                    throws java.io.IOException
        Get method for struct member 'handle_auto'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_auto
      • setHandle_auto

        public void setHandle_auto​(CArrayFacade<java.lang.Byte> handle_auto)
                            throws java.io.IOException
        Set method for struct member 'handle_auto'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_auto
      • getHandle_vect

        public CArrayFacade<java.lang.Byte> getHandle_vect()
                                                    throws java.io.IOException
        Get method for struct member 'handle_vect'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_vect
      • setHandle_vect

        public void setHandle_vect​(CArrayFacade<java.lang.Byte> handle_vect)
                            throws java.io.IOException
        Set method for struct member 'handle_vect'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_vect
      • getHandle_align

        public CArrayFacade<java.lang.Byte> getHandle_align()
                                                     throws java.io.IOException
        Get method for struct member 'handle_align'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_align
      • setHandle_align

        public void setHandle_align​(CArrayFacade<java.lang.Byte> handle_align)
                             throws java.io.IOException
        Set method for struct member 'handle_align'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_align
      • getHandle_auto_clamped

        public CArrayFacade<java.lang.Byte> getHandle_auto_clamped()
                                                            throws java.io.IOException
        Get method for struct member 'handle_auto_clamped'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_auto_clamped
      • setHandle_auto_clamped

        public void setHandle_auto_clamped​(CArrayFacade<java.lang.Byte> handle_auto_clamped)
                                    throws java.io.IOException
        Set method for struct member 'handle_auto_clamped'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_auto_clamped
      • getHandle_sel_free

        public CArrayFacade<java.lang.Byte> getHandle_sel_free()
                                                        throws java.io.IOException
        Get method for struct member 'handle_sel_free'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_sel_free
      • setHandle_sel_free

        public void setHandle_sel_free​(CArrayFacade<java.lang.Byte> handle_sel_free)
                                throws java.io.IOException
        Set method for struct member 'handle_sel_free'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_sel_free
      • getHandle_sel_auto

        public CArrayFacade<java.lang.Byte> getHandle_sel_auto()
                                                        throws java.io.IOException
        Get method for struct member 'handle_sel_auto'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_sel_auto
      • setHandle_sel_auto

        public void setHandle_sel_auto​(CArrayFacade<java.lang.Byte> handle_sel_auto)
                                throws java.io.IOException
        Set method for struct member 'handle_sel_auto'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_sel_auto
      • getHandle_sel_vect

        public CArrayFacade<java.lang.Byte> getHandle_sel_vect()
                                                        throws java.io.IOException
        Get method for struct member 'handle_sel_vect'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_sel_vect
      • setHandle_sel_vect

        public void setHandle_sel_vect​(CArrayFacade<java.lang.Byte> handle_sel_vect)
                                throws java.io.IOException
        Set method for struct member 'handle_sel_vect'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_sel_vect
      • getHandle_sel_align

        public CArrayFacade<java.lang.Byte> getHandle_sel_align()
                                                         throws java.io.IOException
        Get method for struct member 'handle_sel_align'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_sel_align
      • setHandle_sel_align

        public void setHandle_sel_align​(CArrayFacade<java.lang.Byte> handle_sel_align)
                                 throws java.io.IOException
        Set method for struct member 'handle_sel_align'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_sel_align
      • getHandle_sel_auto_clamped

        public CArrayFacade<java.lang.Byte> getHandle_sel_auto_clamped()
                                                                throws java.io.IOException
        Get method for struct member 'handle_sel_auto_clamped'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_sel_auto_clamped
      • setHandle_sel_auto_clamped

        public void setHandle_sel_auto_clamped​(CArrayFacade<java.lang.Byte> handle_sel_auto_clamped)
                                        throws java.io.IOException
        Set method for struct member 'handle_sel_auto_clamped'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_sel_auto_clamped
      • getDs_channel

        public CArrayFacade<java.lang.Byte> getDs_channel()
                                                   throws java.io.IOException
        Get method for struct member 'ds_channel'.

        Field Documentation

        Blender Source Code

        Dopesheet.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ds_channel
      • setDs_channel

        public void setDs_channel​(CArrayFacade<java.lang.Byte> ds_channel)
                           throws java.io.IOException
        Set method for struct member 'ds_channel'.

        Field Documentation

        Blender Source Code

        Dopesheet.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ds_channel
      • getDs_subchannel

        public CArrayFacade<java.lang.Byte> getDs_subchannel()
                                                      throws java.io.IOException
        Get method for struct member 'ds_subchannel'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ds_subchannel
      • setDs_subchannel

        public void setDs_subchannel​(CArrayFacade<java.lang.Byte> ds_subchannel)
                              throws java.io.IOException
        Set method for struct member 'ds_subchannel'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ds_subchannel
      • getDs_ipoline

        public CArrayFacade<java.lang.Byte> getDs_ipoline()
                                                   throws java.io.IOException
        Get method for struct member 'ds_ipoline'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ds_ipoline
      • setDs_ipoline

        public void setDs_ipoline​(CArrayFacade<java.lang.Byte> ds_ipoline)
                           throws java.io.IOException
        Set method for struct member 'ds_ipoline'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ds_ipoline
      • getKeytype_keyframe

        public CArrayFacade<java.lang.Byte> getKeytype_keyframe()
                                                         throws java.io.IOException
        Get method for struct member 'keytype_keyframe'.

        Field Documentation

        Blender Source Code

        Keytypes.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keytype_keyframe
      • setKeytype_keyframe

        public void setKeytype_keyframe​(CArrayFacade<java.lang.Byte> keytype_keyframe)
                                 throws java.io.IOException
        Set method for struct member 'keytype_keyframe'.

        Field Documentation

        Blender Source Code

        Keytypes.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keytype_keyframe
      • getKeytype_extreme

        public CArrayFacade<java.lang.Byte> getKeytype_extreme()
                                                        throws java.io.IOException
        Get method for struct member 'keytype_extreme'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keytype_extreme
      • setKeytype_extreme

        public void setKeytype_extreme​(CArrayFacade<java.lang.Byte> keytype_extreme)
                                throws java.io.IOException
        Set method for struct member 'keytype_extreme'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keytype_extreme
      • getKeytype_breakdown

        public CArrayFacade<java.lang.Byte> getKeytype_breakdown()
                                                          throws java.io.IOException
        Get method for struct member 'keytype_breakdown'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keytype_breakdown
      • setKeytype_breakdown

        public void setKeytype_breakdown​(CArrayFacade<java.lang.Byte> keytype_breakdown)
                                  throws java.io.IOException
        Set method for struct member 'keytype_breakdown'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keytype_breakdown
      • getKeytype_jitter

        public CArrayFacade<java.lang.Byte> getKeytype_jitter()
                                                       throws java.io.IOException
        Get method for struct member 'keytype_jitter'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keytype_jitter
      • setKeytype_jitter

        public void setKeytype_jitter​(CArrayFacade<java.lang.Byte> keytype_jitter)
                               throws java.io.IOException
        Set method for struct member 'keytype_jitter'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keytype_jitter
      • getKeytype_movehold

        public CArrayFacade<java.lang.Byte> getKeytype_movehold()
                                                         throws java.io.IOException
        Get method for struct member 'keytype_movehold'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keytype_movehold
      • setKeytype_movehold

        public void setKeytype_movehold​(CArrayFacade<java.lang.Byte> keytype_movehold)
                                 throws java.io.IOException
        Set method for struct member 'keytype_movehold'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keytype_movehold
      • getKeytype_keyframe_select

        public CArrayFacade<java.lang.Byte> getKeytype_keyframe_select()
                                                                throws java.io.IOException
        Get method for struct member 'keytype_keyframe_select'.

        Field Documentation

        Blender Source Code

        Keytypes.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keytype_keyframe_select
      • setKeytype_keyframe_select

        public void setKeytype_keyframe_select​(CArrayFacade<java.lang.Byte> keytype_keyframe_select)
                                        throws java.io.IOException
        Set method for struct member 'keytype_keyframe_select'.

        Field Documentation

        Blender Source Code

        Keytypes.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keytype_keyframe_select
      • getKeytype_extreme_select

        public CArrayFacade<java.lang.Byte> getKeytype_extreme_select()
                                                               throws java.io.IOException
        Get method for struct member 'keytype_extreme_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keytype_extreme_select
      • setKeytype_extreme_select

        public void setKeytype_extreme_select​(CArrayFacade<java.lang.Byte> keytype_extreme_select)
                                       throws java.io.IOException
        Set method for struct member 'keytype_extreme_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keytype_extreme_select
      • getKeytype_breakdown_select

        public CArrayFacade<java.lang.Byte> getKeytype_breakdown_select()
                                                                 throws java.io.IOException
        Get method for struct member 'keytype_breakdown_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keytype_breakdown_select
      • setKeytype_breakdown_select

        public void setKeytype_breakdown_select​(CArrayFacade<java.lang.Byte> keytype_breakdown_select)
                                         throws java.io.IOException
        Set method for struct member 'keytype_breakdown_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keytype_breakdown_select
      • getKeytype_jitter_select

        public CArrayFacade<java.lang.Byte> getKeytype_jitter_select()
                                                              throws java.io.IOException
        Get method for struct member 'keytype_jitter_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keytype_jitter_select
      • setKeytype_jitter_select

        public void setKeytype_jitter_select​(CArrayFacade<java.lang.Byte> keytype_jitter_select)
                                      throws java.io.IOException
        Set method for struct member 'keytype_jitter_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keytype_jitter_select
      • getKeytype_movehold_select

        public CArrayFacade<java.lang.Byte> getKeytype_movehold_select()
                                                                throws java.io.IOException
        Get method for struct member 'keytype_movehold_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keytype_movehold_select
      • setKeytype_movehold_select

        public void setKeytype_movehold_select​(CArrayFacade<java.lang.Byte> keytype_movehold_select)
                                        throws java.io.IOException
        Set method for struct member 'keytype_movehold_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keytype_movehold_select
      • getKeyborder

        public CArrayFacade<java.lang.Byte> getKeyborder()
                                                  throws java.io.IOException
        Get method for struct member 'keyborder'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keyborder
      • setKeyborder

        public void setKeyborder​(CArrayFacade<java.lang.Byte> keyborder)
                          throws java.io.IOException
        Set method for struct member 'keyborder'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keyborder
      • getKeyborder_select

        public CArrayFacade<java.lang.Byte> getKeyborder_select()
                                                         throws java.io.IOException
        Get method for struct member 'keyborder_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keyborder_select
      • setKeyborder_select

        public void setKeyborder_select​(CArrayFacade<java.lang.Byte> keyborder_select)
                                 throws java.io.IOException
        Set method for struct member 'keyborder_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keyborder_select
      • get_pad4

        public CArrayFacade<java.lang.Byte> get_pad4()
                                              throws java.io.IOException
        Get method for struct member '_pad4'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad4
      • set_pad4

        public void set_pad4​(CArrayFacade<java.lang.Byte> _pad4)
                      throws java.io.IOException
        Set method for struct member '_pad4'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad4
      • getConsole_output

        public CArrayFacade<java.lang.Byte> getConsole_output()
                                                       throws java.io.IOException
        Get method for struct member 'console_output'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__console_output
      • setConsole_output

        public void setConsole_output​(CArrayFacade<java.lang.Byte> console_output)
                               throws java.io.IOException
        Set method for struct member 'console_output'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__console_output
      • getConsole_input

        public CArrayFacade<java.lang.Byte> getConsole_input()
                                                      throws java.io.IOException
        Get method for struct member 'console_input'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__console_input
      • setConsole_input

        public void setConsole_input​(CArrayFacade<java.lang.Byte> console_input)
                              throws java.io.IOException
        Set method for struct member 'console_input'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__console_input
      • getConsole_info

        public CArrayFacade<java.lang.Byte> getConsole_info()
                                                     throws java.io.IOException
        Get method for struct member 'console_info'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__console_info
      • setConsole_info

        public void setConsole_info​(CArrayFacade<java.lang.Byte> console_info)
                             throws java.io.IOException
        Set method for struct member 'console_info'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__console_info
      • getConsole_error

        public CArrayFacade<java.lang.Byte> getConsole_error()
                                                      throws java.io.IOException
        Get method for struct member 'console_error'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__console_error
      • setConsole_error

        public void setConsole_error​(CArrayFacade<java.lang.Byte> console_error)
                              throws java.io.IOException
        Set method for struct member 'console_error'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__console_error
      • getConsole_cursor

        public CArrayFacade<java.lang.Byte> getConsole_cursor()
                                                       throws java.io.IOException
        Get method for struct member 'console_cursor'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__console_cursor
      • setConsole_cursor

        public void setConsole_cursor​(CArrayFacade<java.lang.Byte> console_cursor)
                               throws java.io.IOException
        Set method for struct member 'console_cursor'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__console_cursor
      • getConsole_select

        public CArrayFacade<java.lang.Byte> getConsole_select()
                                                       throws java.io.IOException
        Get method for struct member 'console_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__console_select
      • setConsole_select

        public void setConsole_select​(CArrayFacade<java.lang.Byte> console_select)
                               throws java.io.IOException
        Set method for struct member 'console_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__console_select
      • getVertex_size

        public byte getVertex_size()
                            throws java.io.IOException
        Get method for struct member 'vertex_size'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vertex_size
      • setVertex_size

        public void setVertex_size​(byte vertex_size)
                            throws java.io.IOException
        Set method for struct member 'vertex_size'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vertex_size
      • getOutline_width

        public byte getOutline_width()
                              throws java.io.IOException
        Get method for struct member 'outline_width'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__outline_width
      • setOutline_width

        public void setOutline_width​(byte outline_width)
                              throws java.io.IOException
        Set method for struct member 'outline_width'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__outline_width
      • getObcenter_dia

        public byte getObcenter_dia()
                             throws java.io.IOException
        Get method for struct member 'obcenter_dia'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__obcenter_dia
      • setObcenter_dia

        public void setObcenter_dia​(byte obcenter_dia)
                             throws java.io.IOException
        Set method for struct member 'obcenter_dia'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__obcenter_dia
      • getFacedot_size

        public byte getFacedot_size()
                             throws java.io.IOException
        Get method for struct member 'facedot_size'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__facedot_size
      • setFacedot_size

        public void setFacedot_size​(byte facedot_size)
                             throws java.io.IOException
        Set method for struct member 'facedot_size'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__facedot_size
      • getNoodle_curving

        public byte getNoodle_curving()
                               throws java.io.IOException
        Get method for struct member 'noodle_curving'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__noodle_curving
      • setNoodle_curving

        public void setNoodle_curving​(byte noodle_curving)
                               throws java.io.IOException
        Set method for struct member 'noodle_curving'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__noodle_curving
      • getGrid_levels

        public byte getGrid_levels()
                            throws java.io.IOException
        Get method for struct member 'grid_levels'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__grid_levels
      • setGrid_levels

        public void setGrid_levels​(byte grid_levels)
                            throws java.io.IOException
        Set method for struct member 'grid_levels'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__grid_levels
      • getSyntaxl

        public CArrayFacade<java.lang.Byte> getSyntaxl()
                                                throws java.io.IOException
        Get method for struct member 'syntaxl'.

        Field Documentation

        Blender Source Code

        syntax for textwindow and nodes

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__syntaxl
      • setSyntaxl

        public void setSyntaxl​(CArrayFacade<java.lang.Byte> syntaxl)
                        throws java.io.IOException
        Set method for struct member 'syntaxl'.

        Field Documentation

        Blender Source Code

        syntax for textwindow and nodes

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__syntaxl
      • getSyntaxs

        public CArrayFacade<java.lang.Byte> getSyntaxs()
                                                throws java.io.IOException
        Get method for struct member 'syntaxs'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__syntaxs
      • setSyntaxs

        public void setSyntaxs​(CArrayFacade<java.lang.Byte> syntaxs)
                        throws java.io.IOException
        Set method for struct member 'syntaxs'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__syntaxs
      • getSyntaxb

        public CArrayFacade<java.lang.Byte> getSyntaxb()
                                                throws java.io.IOException
        Get method for struct member 'syntaxb'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__syntaxb
      • setSyntaxb

        public void setSyntaxb​(CArrayFacade<java.lang.Byte> syntaxb)
                        throws java.io.IOException
        Set method for struct member 'syntaxb'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__syntaxb
      • getSyntaxn

        public CArrayFacade<java.lang.Byte> getSyntaxn()
                                                throws java.io.IOException
        Get method for struct member 'syntaxn'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__syntaxn
      • setSyntaxn

        public void setSyntaxn​(CArrayFacade<java.lang.Byte> syntaxn)
                        throws java.io.IOException
        Set method for struct member 'syntaxn'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__syntaxn
      • getSyntaxv

        public CArrayFacade<java.lang.Byte> getSyntaxv()
                                                throws java.io.IOException
        Get method for struct member 'syntaxv'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__syntaxv
      • setSyntaxv

        public void setSyntaxv​(CArrayFacade<java.lang.Byte> syntaxv)
                        throws java.io.IOException
        Set method for struct member 'syntaxv'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__syntaxv
      • getSyntaxc

        public CArrayFacade<java.lang.Byte> getSyntaxc()
                                                throws java.io.IOException
        Get method for struct member 'syntaxc'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__syntaxc
      • setSyntaxc

        public void setSyntaxc​(CArrayFacade<java.lang.Byte> syntaxc)
                        throws java.io.IOException
        Set method for struct member 'syntaxc'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__syntaxc
      • getSyntaxd

        public CArrayFacade<java.lang.Byte> getSyntaxd()
                                                throws java.io.IOException
        Get method for struct member 'syntaxd'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__syntaxd
      • setSyntaxd

        public void setSyntaxd​(CArrayFacade<java.lang.Byte> syntaxd)
                        throws java.io.IOException
        Set method for struct member 'syntaxd'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__syntaxd
      • getSyntaxr

        public CArrayFacade<java.lang.Byte> getSyntaxr()
                                                throws java.io.IOException
        Get method for struct member 'syntaxr'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__syntaxr
      • setSyntaxr

        public void setSyntaxr​(CArrayFacade<java.lang.Byte> syntaxr)
                        throws java.io.IOException
        Set method for struct member 'syntaxr'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__syntaxr
      • getLine_numbers

        public CArrayFacade<java.lang.Byte> getLine_numbers()
                                                     throws java.io.IOException
        Get method for struct member 'line_numbers'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__line_numbers
      • setLine_numbers

        public void setLine_numbers​(CArrayFacade<java.lang.Byte> line_numbers)
                             throws java.io.IOException
        Set method for struct member 'line_numbers'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__line_numbers
      • get_pad6

        public CArrayFacade<java.lang.Byte> get_pad6()
                                              throws java.io.IOException
        Get method for struct member '_pad6'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad6
      • set_pad6

        public void set_pad6​(CArrayFacade<java.lang.Byte> _pad6)
                      throws java.io.IOException
        Set method for struct member '_pad6'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad6
      • getNodeclass_output

        public CArrayFacade<java.lang.Byte> getNodeclass_output()
                                                         throws java.io.IOException
        Get method for struct member 'nodeclass_output'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nodeclass_output
      • setNodeclass_output

        public void setNodeclass_output​(CArrayFacade<java.lang.Byte> nodeclass_output)
                                 throws java.io.IOException
        Set method for struct member 'nodeclass_output'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nodeclass_output
      • getNodeclass_filter

        public CArrayFacade<java.lang.Byte> getNodeclass_filter()
                                                         throws java.io.IOException
        Get method for struct member 'nodeclass_filter'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nodeclass_filter
      • setNodeclass_filter

        public void setNodeclass_filter​(CArrayFacade<java.lang.Byte> nodeclass_filter)
                                 throws java.io.IOException
        Set method for struct member 'nodeclass_filter'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nodeclass_filter
      • getNodeclass_vector

        public CArrayFacade<java.lang.Byte> getNodeclass_vector()
                                                         throws java.io.IOException
        Get method for struct member 'nodeclass_vector'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nodeclass_vector
      • setNodeclass_vector

        public void setNodeclass_vector​(CArrayFacade<java.lang.Byte> nodeclass_vector)
                                 throws java.io.IOException
        Set method for struct member 'nodeclass_vector'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nodeclass_vector
      • getNodeclass_texture

        public CArrayFacade<java.lang.Byte> getNodeclass_texture()
                                                          throws java.io.IOException
        Get method for struct member 'nodeclass_texture'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nodeclass_texture
      • setNodeclass_texture

        public void setNodeclass_texture​(CArrayFacade<java.lang.Byte> nodeclass_texture)
                                  throws java.io.IOException
        Set method for struct member 'nodeclass_texture'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nodeclass_texture
      • getNodeclass_shader

        public CArrayFacade<java.lang.Byte> getNodeclass_shader()
                                                         throws java.io.IOException
        Get method for struct member 'nodeclass_shader'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nodeclass_shader
      • setNodeclass_shader

        public void setNodeclass_shader​(CArrayFacade<java.lang.Byte> nodeclass_shader)
                                 throws java.io.IOException
        Set method for struct member 'nodeclass_shader'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nodeclass_shader
      • getNodeclass_script

        public CArrayFacade<java.lang.Byte> getNodeclass_script()
                                                         throws java.io.IOException
        Get method for struct member 'nodeclass_script'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nodeclass_script
      • setNodeclass_script

        public void setNodeclass_script​(CArrayFacade<java.lang.Byte> nodeclass_script)
                                 throws java.io.IOException
        Set method for struct member 'nodeclass_script'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nodeclass_script
      • getNodeclass_pattern

        public CArrayFacade<java.lang.Byte> getNodeclass_pattern()
                                                          throws java.io.IOException
        Get method for struct member 'nodeclass_pattern'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nodeclass_pattern
      • setNodeclass_pattern

        public void setNodeclass_pattern​(CArrayFacade<java.lang.Byte> nodeclass_pattern)
                                  throws java.io.IOException
        Set method for struct member 'nodeclass_pattern'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nodeclass_pattern
      • getNodeclass_layout

        public CArrayFacade<java.lang.Byte> getNodeclass_layout()
                                                         throws java.io.IOException
        Get method for struct member 'nodeclass_layout'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nodeclass_layout
      • setNodeclass_layout

        public void setNodeclass_layout​(CArrayFacade<java.lang.Byte> nodeclass_layout)
                                 throws java.io.IOException
        Set method for struct member 'nodeclass_layout'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nodeclass_layout
      • getMovie

        public CArrayFacade<java.lang.Byte> getMovie()
                                              throws java.io.IOException
        Get method for struct member 'movie'.

        Field Documentation

        Blender Source Code

        For sequence editor.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__movie
      • setMovie

        public void setMovie​(CArrayFacade<java.lang.Byte> movie)
                      throws java.io.IOException
        Set method for struct member 'movie'.

        Field Documentation

        Blender Source Code

        For sequence editor.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__movie
      • getMovieclip

        public CArrayFacade<java.lang.Byte> getMovieclip()
                                                  throws java.io.IOException
        Get method for struct member 'movieclip'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__movieclip
      • setMovieclip

        public void setMovieclip​(CArrayFacade<java.lang.Byte> movieclip)
                          throws java.io.IOException
        Set method for struct member 'movieclip'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__movieclip
      • getMask

        public CArrayFacade<java.lang.Byte> getMask()
                                             throws java.io.IOException
        Get method for struct member 'mask'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask
      • setMask

        public void setMask​(CArrayFacade<java.lang.Byte> mask)
                     throws java.io.IOException
        Set method for struct member 'mask'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask
      • getImage

        public CArrayFacade<java.lang.Byte> getImage()
                                              throws java.io.IOException
        Get method for struct member 'image'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__image
      • setImage

        public void setImage​(CArrayFacade<java.lang.Byte> image)
                      throws java.io.IOException
        Set method for struct member 'image'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__image
      • getScene

        public CArrayFacade<java.lang.Byte> getScene()
                                              throws java.io.IOException
        Get method for struct member 'scene'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__scene
      • setScene

        public void setScene​(CArrayFacade<java.lang.Byte> scene)
                      throws java.io.IOException
        Set method for struct member 'scene'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__scene
      • getAudio

        public CArrayFacade<java.lang.Byte> getAudio()
                                              throws java.io.IOException
        Get method for struct member 'audio'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__audio
      • setAudio

        public void setAudio​(CArrayFacade<java.lang.Byte> audio)
                      throws java.io.IOException
        Set method for struct member 'audio'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__audio
      • getEffect

        public CArrayFacade<java.lang.Byte> getEffect()
                                               throws java.io.IOException
        Get method for struct member 'effect'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__effect
      • setEffect

        public void setEffect​(CArrayFacade<java.lang.Byte> effect)
                       throws java.io.IOException
        Set method for struct member 'effect'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__effect
      • getTransition

        public CArrayFacade<java.lang.Byte> getTransition()
                                                   throws java.io.IOException
        Get method for struct member 'transition'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__transition
      • setTransition

        public void setTransition​(CArrayFacade<java.lang.Byte> transition)
                           throws java.io.IOException
        Set method for struct member 'transition'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__transition
      • getMeta

        public CArrayFacade<java.lang.Byte> getMeta()
                                             throws java.io.IOException
        Get method for struct member 'meta'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__meta
      • setMeta

        public void setMeta​(CArrayFacade<java.lang.Byte> meta)
                     throws java.io.IOException
        Set method for struct member 'meta'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__meta
      • getText_strip

        public CArrayFacade<java.lang.Byte> getText_strip()
                                                   throws java.io.IOException
        Get method for struct member 'text_strip'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__text_strip
      • setText_strip

        public void setText_strip​(CArrayFacade<java.lang.Byte> text_strip)
                           throws java.io.IOException
        Set method for struct member 'text_strip'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__text_strip
      • getColor_strip

        public CArrayFacade<java.lang.Byte> getColor_strip()
                                                    throws java.io.IOException
        Get method for struct member 'color_strip'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__color_strip
      • setColor_strip

        public void setColor_strip​(CArrayFacade<java.lang.Byte> color_strip)
                            throws java.io.IOException
        Set method for struct member 'color_strip'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__color_strip
      • getActive_strip

        public CArrayFacade<java.lang.Byte> getActive_strip()
                                                     throws java.io.IOException
        Get method for struct member 'active_strip'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__active_strip
      • setActive_strip

        public void setActive_strip​(CArrayFacade<java.lang.Byte> active_strip)
                             throws java.io.IOException
        Set method for struct member 'active_strip'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__active_strip
      • getSelected_strip

        public CArrayFacade<java.lang.Byte> getSelected_strip()
                                                       throws java.io.IOException
        Get method for struct member 'selected_strip'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__selected_strip
      • setSelected_strip

        public void setSelected_strip​(CArrayFacade<java.lang.Byte> selected_strip)
                               throws java.io.IOException
        Set method for struct member 'selected_strip'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__selected_strip
      • getKeyframe_scale_fac

        public float getKeyframe_scale_fac()
                                    throws java.io.IOException
        Get method for struct member 'keyframe_scale_fac'.

        Field Documentation

        Blender Source Code

        For dopesheet - scale factor for size of keyframes (i.e. height of channels).

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keyframe_scale_fac
      • setKeyframe_scale_fac

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

        Field Documentation

        Blender Source Code

        For dopesheet - scale factor for size of keyframes (i.e. height of channels).

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__keyframe_scale_fac
      • getEditmesh_active

        public CArrayFacade<java.lang.Byte> getEditmesh_active()
                                                        throws java.io.IOException
        Get method for struct member 'editmesh_active'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__editmesh_active
      • setEditmesh_active

        public void setEditmesh_active​(CArrayFacade<java.lang.Byte> editmesh_active)
                                throws java.io.IOException
        Set method for struct member 'editmesh_active'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__editmesh_active
      • getHandle_vertex

        public CArrayFacade<java.lang.Byte> getHandle_vertex()
                                                      throws java.io.IOException
        Get method for struct member 'handle_vertex'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_vertex
      • setHandle_vertex

        public void setHandle_vertex​(CArrayFacade<java.lang.Byte> handle_vertex)
                              throws java.io.IOException
        Set method for struct member 'handle_vertex'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_vertex
      • getHandle_vertex_select

        public CArrayFacade<java.lang.Byte> getHandle_vertex_select()
                                                             throws java.io.IOException
        Get method for struct member 'handle_vertex_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_vertex_select
      • setHandle_vertex_select

        public void setHandle_vertex_select​(CArrayFacade<java.lang.Byte> handle_vertex_select)
                                     throws java.io.IOException
        Set method for struct member 'handle_vertex_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_vertex_select
      • getHandle_vertex_size

        public byte getHandle_vertex_size()
                                   throws java.io.IOException
        Get method for struct member 'handle_vertex_size'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_vertex_size
      • setHandle_vertex_size

        public void setHandle_vertex_size​(byte handle_vertex_size)
                                   throws java.io.IOException
        Set method for struct member 'handle_vertex_size'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__handle_vertex_size
      • getClipping_border_3d

        public CArrayFacade<java.lang.Byte> getClipping_border_3d()
                                                           throws java.io.IOException
        Get method for struct member 'clipping_border_3d'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__clipping_border_3d
      • setClipping_border_3d

        public void setClipping_border_3d​(CArrayFacade<java.lang.Byte> clipping_border_3d)
                                   throws java.io.IOException
        Set method for struct member 'clipping_border_3d'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__clipping_border_3d
      • getMarker_outline

        public CArrayFacade<java.lang.Byte> getMarker_outline()
                                                       throws java.io.IOException
        Get method for struct member 'marker_outline'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__marker_outline
      • setMarker_outline

        public void setMarker_outline​(CArrayFacade<java.lang.Byte> marker_outline)
                               throws java.io.IOException
        Set method for struct member 'marker_outline'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__marker_outline
      • getMarker

        public CArrayFacade<java.lang.Byte> getMarker()
                                               throws java.io.IOException
        Get method for struct member 'marker'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__marker
      • setMarker

        public void setMarker​(CArrayFacade<java.lang.Byte> marker)
                       throws java.io.IOException
        Set method for struct member 'marker'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__marker
      • getAct_marker

        public CArrayFacade<java.lang.Byte> getAct_marker()
                                                   throws java.io.IOException
        Get method for struct member 'act_marker'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__act_marker
      • setAct_marker

        public void setAct_marker​(CArrayFacade<java.lang.Byte> act_marker)
                           throws java.io.IOException
        Set method for struct member 'act_marker'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__act_marker
      • getSel_marker

        public CArrayFacade<java.lang.Byte> getSel_marker()
                                                   throws java.io.IOException
        Get method for struct member 'sel_marker'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sel_marker
      • setSel_marker

        public void setSel_marker​(CArrayFacade<java.lang.Byte> sel_marker)
                           throws java.io.IOException
        Set method for struct member 'sel_marker'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sel_marker
      • getDis_marker

        public CArrayFacade<java.lang.Byte> getDis_marker()
                                                   throws java.io.IOException
        Get method for struct member 'dis_marker'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__dis_marker
      • setDis_marker

        public void setDis_marker​(CArrayFacade<java.lang.Byte> dis_marker)
                           throws java.io.IOException
        Set method for struct member 'dis_marker'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__dis_marker
      • getLock_marker

        public CArrayFacade<java.lang.Byte> getLock_marker()
                                                    throws java.io.IOException
        Get method for struct member 'lock_marker'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__lock_marker
      • setLock_marker

        public void setLock_marker​(CArrayFacade<java.lang.Byte> lock_marker)
                            throws java.io.IOException
        Set method for struct member 'lock_marker'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__lock_marker
      • getBundle_solid

        public CArrayFacade<java.lang.Byte> getBundle_solid()
                                                     throws java.io.IOException
        Get method for struct member 'bundle_solid'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bundle_solid
      • setBundle_solid

        public void setBundle_solid​(CArrayFacade<java.lang.Byte> bundle_solid)
                             throws java.io.IOException
        Set method for struct member 'bundle_solid'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bundle_solid
      • getPath_before

        public CArrayFacade<java.lang.Byte> getPath_before()
                                                    throws java.io.IOException
        Get method for struct member 'path_before'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__path_before
      • setPath_before

        public void setPath_before​(CArrayFacade<java.lang.Byte> path_before)
                            throws java.io.IOException
        Set method for struct member 'path_before'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__path_before
      • getPath_after

        public CArrayFacade<java.lang.Byte> getPath_after()
                                                   throws java.io.IOException
        Get method for struct member 'path_after'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__path_after
      • setPath_after

        public void setPath_after​(CArrayFacade<java.lang.Byte> path_after)
                           throws java.io.IOException
        Set method for struct member 'path_after'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__path_after
      • getPath_keyframe_before

        public CArrayFacade<java.lang.Byte> getPath_keyframe_before()
                                                             throws java.io.IOException
        Get method for struct member 'path_keyframe_before'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__path_keyframe_before
      • setPath_keyframe_before

        public void setPath_keyframe_before​(CArrayFacade<java.lang.Byte> path_keyframe_before)
                                     throws java.io.IOException
        Set method for struct member 'path_keyframe_before'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__path_keyframe_before
      • getPath_keyframe_after

        public CArrayFacade<java.lang.Byte> getPath_keyframe_after()
                                                            throws java.io.IOException
        Get method for struct member 'path_keyframe_after'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__path_keyframe_after
      • setPath_keyframe_after

        public void setPath_keyframe_after​(CArrayFacade<java.lang.Byte> path_keyframe_after)
                                    throws java.io.IOException
        Set method for struct member 'path_keyframe_after'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__path_keyframe_after
      • getCamera_path

        public CArrayFacade<java.lang.Byte> getCamera_path()
                                                    throws java.io.IOException
        Get method for struct member 'camera_path'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__camera_path
      • setCamera_path

        public void setCamera_path​(CArrayFacade<java.lang.Byte> camera_path)
                            throws java.io.IOException
        Set method for struct member 'camera_path'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__camera_path
      • 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
      • getGp_vertex_size

        public byte getGp_vertex_size()
                               throws java.io.IOException
        Get method for struct member 'gp_vertex_size'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gp_vertex_size
      • setGp_vertex_size

        public void setGp_vertex_size​(byte gp_vertex_size)
                               throws java.io.IOException
        Set method for struct member 'gp_vertex_size'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gp_vertex_size
      • getGp_vertex

        public CArrayFacade<java.lang.Byte> getGp_vertex()
                                                  throws java.io.IOException
        Get method for struct member 'gp_vertex'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gp_vertex
      • setGp_vertex

        public void setGp_vertex​(CArrayFacade<java.lang.Byte> gp_vertex)
                          throws java.io.IOException
        Set method for struct member 'gp_vertex'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gp_vertex
      • getGp_vertex_select

        public CArrayFacade<java.lang.Byte> getGp_vertex_select()
                                                         throws java.io.IOException
        Get method for struct member 'gp_vertex_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gp_vertex_select
      • setGp_vertex_select

        public void setGp_vertex_select​(CArrayFacade<java.lang.Byte> gp_vertex_select)
                                 throws java.io.IOException
        Set method for struct member 'gp_vertex_select'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gp_vertex_select
      • getPreview_back

        public CArrayFacade<java.lang.Byte> getPreview_back()
                                                     throws java.io.IOException
        Get method for struct member 'preview_back'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__preview_back
      • setPreview_back

        public void setPreview_back​(CArrayFacade<java.lang.Byte> preview_back)
                             throws java.io.IOException
        Set method for struct member 'preview_back'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__preview_back
      • getPreview_stitch_face

        public CArrayFacade<java.lang.Byte> getPreview_stitch_face()
                                                            throws java.io.IOException
        Get method for struct member 'preview_stitch_face'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__preview_stitch_face
      • setPreview_stitch_face

        public void setPreview_stitch_face​(CArrayFacade<java.lang.Byte> preview_stitch_face)
                                    throws java.io.IOException
        Set method for struct member 'preview_stitch_face'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__preview_stitch_face
      • getPreview_stitch_edge

        public CArrayFacade<java.lang.Byte> getPreview_stitch_edge()
                                                            throws java.io.IOException
        Get method for struct member 'preview_stitch_edge'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__preview_stitch_edge
      • setPreview_stitch_edge

        public void setPreview_stitch_edge​(CArrayFacade<java.lang.Byte> preview_stitch_edge)
                                    throws java.io.IOException
        Set method for struct member 'preview_stitch_edge'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__preview_stitch_edge
      • getPreview_stitch_vert

        public CArrayFacade<java.lang.Byte> getPreview_stitch_vert()
                                                            throws java.io.IOException
        Get method for struct member 'preview_stitch_vert'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__preview_stitch_vert
      • setPreview_stitch_vert

        public void setPreview_stitch_vert​(CArrayFacade<java.lang.Byte> preview_stitch_vert)
                                    throws java.io.IOException
        Set method for struct member 'preview_stitch_vert'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__preview_stitch_vert
      • getPreview_stitch_stitchable

        public CArrayFacade<java.lang.Byte> getPreview_stitch_stitchable()
                                                                  throws java.io.IOException
        Get method for struct member 'preview_stitch_stitchable'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__preview_stitch_stitchable
      • setPreview_stitch_stitchable

        public void setPreview_stitch_stitchable​(CArrayFacade<java.lang.Byte> preview_stitch_stitchable)
                                          throws java.io.IOException
        Set method for struct member 'preview_stitch_stitchable'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__preview_stitch_stitchable
      • getPreview_stitch_unstitchable

        public CArrayFacade<java.lang.Byte> getPreview_stitch_unstitchable()
                                                                    throws java.io.IOException
        Get method for struct member 'preview_stitch_unstitchable'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__preview_stitch_unstitchable
      • setPreview_stitch_unstitchable

        public void setPreview_stitch_unstitchable​(CArrayFacade<java.lang.Byte> preview_stitch_unstitchable)
                                            throws java.io.IOException
        Set method for struct member 'preview_stitch_unstitchable'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__preview_stitch_unstitchable
      • getPreview_stitch_active

        public CArrayFacade<java.lang.Byte> getPreview_stitch_active()
                                                              throws java.io.IOException
        Get method for struct member 'preview_stitch_active'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__preview_stitch_active
      • setPreview_stitch_active

        public void setPreview_stitch_active​(CArrayFacade<java.lang.Byte> preview_stitch_active)
                                      throws java.io.IOException
        Set method for struct member 'preview_stitch_active'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__preview_stitch_active
      • getUv_shadow

        public CArrayFacade<java.lang.Byte> getUv_shadow()
                                                  throws java.io.IOException
        Get method for struct member 'uv_shadow'.

        Field Documentation

        Blender Source Code

        Two uses, for uvs with modifier applied on mesh and uvs during painting.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__uv_shadow
      • setUv_shadow

        public void setUv_shadow​(CArrayFacade<java.lang.Byte> uv_shadow)
                          throws java.io.IOException
        Set method for struct member 'uv_shadow'.

        Field Documentation

        Blender Source Code

        Two uses, for uvs with modifier applied on mesh and uvs during painting.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__uv_shadow
      • getUv_others

        public CArrayFacade<java.lang.Byte> getUv_others()
                                                  throws java.io.IOException
        Get method for struct member 'uv_others'.

        Field Documentation

        Blender Source Code

        Uvs of other objects.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__uv_others
      • setUv_others

        public void setUv_others​(CArrayFacade<java.lang.Byte> uv_others)
                          throws java.io.IOException
        Set method for struct member 'uv_others'.

        Field Documentation

        Blender Source Code

        Uvs of other objects.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__uv_others
      • getMatch

        public CArrayFacade<java.lang.Byte> getMatch()
                                              throws java.io.IOException
        Get method for struct member 'match'.

        Field Documentation

        Blender Source Code

        Outliner - filter match.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__match
      • setMatch

        public void setMatch​(CArrayFacade<java.lang.Byte> match)
                      throws java.io.IOException
        Set method for struct member 'match'.

        Field Documentation

        Blender Source Code

        Outliner - filter match.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__match
      • getSelected_highlight

        public CArrayFacade<java.lang.Byte> getSelected_highlight()
                                                           throws java.io.IOException
        Get method for struct member 'selected_highlight'.

        Field Documentation

        Blender Source Code

        Outliner - selected item.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__selected_highlight
      • setSelected_highlight

        public void setSelected_highlight​(CArrayFacade<java.lang.Byte> selected_highlight)
                                   throws java.io.IOException
        Set method for struct member 'selected_highlight'.

        Field Documentation

        Blender Source Code

        Outliner - selected item.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__selected_highlight
      • getSelected_object

        public CArrayFacade<java.lang.Byte> getSelected_object()
                                                        throws java.io.IOException
        Get method for struct member 'selected_object'.

        Field Documentation

        Blender Source Code

        Outliner - selected object.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__selected_object
      • setSelected_object

        public void setSelected_object​(CArrayFacade<java.lang.Byte> selected_object)
                                throws java.io.IOException
        Set method for struct member 'selected_object'.

        Field Documentation

        Blender Source Code

        Outliner - selected object.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__selected_object
      • getActive_object

        public CArrayFacade<java.lang.Byte> getActive_object()
                                                      throws java.io.IOException
        Get method for struct member 'active_object'.

        Field Documentation

        Blender Source Code

        Outliner - active object.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__active_object
      • setActive_object

        public void setActive_object​(CArrayFacade<java.lang.Byte> active_object)
                              throws java.io.IOException
        Set method for struct member 'active_object'.

        Field Documentation

        Blender Source Code

        Outliner - active object.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__active_object
      • getEdited_object

        public CArrayFacade<java.lang.Byte> getEdited_object()
                                                      throws java.io.IOException
        Get method for struct member 'edited_object'.

        Field Documentation

        Blender Source Code

        Outliner - edited object.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edited_object
      • setEdited_object

        public void setEdited_object​(CArrayFacade<java.lang.Byte> edited_object)
                              throws java.io.IOException
        Set method for struct member 'edited_object'.

        Field Documentation

        Blender Source Code

        Outliner - edited object.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edited_object
      • getRow_alternate

        public CArrayFacade<java.lang.Byte> getRow_alternate()
                                                      throws java.io.IOException
        Get method for struct member 'row_alternate'.

        Field Documentation

        Blender Source Code

        Outliner - row color difference.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__row_alternate
      • setRow_alternate

        public void setRow_alternate​(CArrayFacade<java.lang.Byte> row_alternate)
                              throws java.io.IOException
        Set method for struct member 'row_alternate'.

        Field Documentation

        Blender Source Code

        Outliner - row color difference.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__row_alternate
      • getSkin_root

        public CArrayFacade<java.lang.Byte> getSkin_root()
                                                  throws java.io.IOException
        Get method for struct member 'skin_root'.

        Field Documentation

        Blender Source Code

        Skin modifier root color.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__skin_root
      • setSkin_root

        public void setSkin_root​(CArrayFacade<java.lang.Byte> skin_root)
                          throws java.io.IOException
        Set method for struct member 'skin_root'.

        Field Documentation

        Blender Source Code

        Skin modifier root color.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__skin_root
      • getAnim_active

        public CArrayFacade<java.lang.Byte> getAnim_active()
                                                    throws java.io.IOException
        Get method for struct member 'anim_active'.

        Field Documentation

        Blender Source Code

        NLA Active Action + Summary Channel.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__anim_active
      • setAnim_active

        public void setAnim_active​(CArrayFacade<java.lang.Byte> anim_active)
                            throws java.io.IOException
        Set method for struct member 'anim_active'.

        Field Documentation

        Blender Source Code

        NLA Active Action + Summary Channel.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__anim_active
      • getAnim_non_active

        public CArrayFacade<java.lang.Byte> getAnim_non_active()
                                                        throws java.io.IOException
        Get method for struct member 'anim_non_active'.

        Field Documentation

        Blender Source Code

        Active Action = NULL.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__anim_non_active
      • setAnim_non_active

        public void setAnim_non_active​(CArrayFacade<java.lang.Byte> anim_non_active)
                                throws java.io.IOException
        Set method for struct member 'anim_non_active'.

        Field Documentation

        Blender Source Code

        Active Action = NULL.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__anim_non_active
      • getAnim_preview_range

        public CArrayFacade<java.lang.Byte> getAnim_preview_range()
                                                           throws java.io.IOException
        Get method for struct member 'anim_preview_range'.

        Field Documentation

        Blender Source Code

        Preview range overlay.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__anim_preview_range
      • setAnim_preview_range

        public void setAnim_preview_range​(CArrayFacade<java.lang.Byte> anim_preview_range)
                                   throws java.io.IOException
        Set method for struct member 'anim_preview_range'.

        Field Documentation

        Blender Source Code

        Preview range overlay.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__anim_preview_range
      • getNla_tweaking

        public CArrayFacade<java.lang.Byte> getNla_tweaking()
                                                     throws java.io.IOException
        Get method for struct member 'nla_tweaking'.

        Field Documentation

        Blender Source Code

        NLA 'Tweaking' action/strip.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nla_tweaking
      • setNla_tweaking

        public void setNla_tweaking​(CArrayFacade<java.lang.Byte> nla_tweaking)
                             throws java.io.IOException
        Set method for struct member 'nla_tweaking'.

        Field Documentation

        Blender Source Code

        NLA 'Tweaking' action/strip.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nla_tweaking
      • getNla_tweakdupli

        public CArrayFacade<java.lang.Byte> getNla_tweakdupli()
                                                       throws java.io.IOException
        Get method for struct member 'nla_tweakdupli'.

        Field Documentation

        Blender Source Code

        NLA - warning color for duplicate instances of tweaking strip.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nla_tweakdupli
      • setNla_tweakdupli

        public void setNla_tweakdupli​(CArrayFacade<java.lang.Byte> nla_tweakdupli)
                               throws java.io.IOException
        Set method for struct member 'nla_tweakdupli'.

        Field Documentation

        Blender Source Code

        NLA - warning color for duplicate instances of tweaking strip.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nla_tweakdupli
      • getNla_track

        public CArrayFacade<java.lang.Byte> getNla_track()
                                                  throws java.io.IOException
        Get method for struct member 'nla_track'.

        Field Documentation

        Blender Source Code

        NLA "Track"

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nla_track
      • setNla_track

        public void setNla_track​(CArrayFacade<java.lang.Byte> nla_track)
                          throws java.io.IOException
        Set method for struct member 'nla_track'.

        Field Documentation

        Blender Source Code

        NLA "Track"

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nla_track
      • getNla_transition

        public CArrayFacade<java.lang.Byte> getNla_transition()
                                                       throws java.io.IOException
        Get method for struct member 'nla_transition'.

        Field Documentation

        Blender Source Code

        NLA "Transition" strips.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nla_transition
      • setNla_transition

        public void setNla_transition​(CArrayFacade<java.lang.Byte> nla_transition)
                               throws java.io.IOException
        Set method for struct member 'nla_transition'.

        Field Documentation

        Blender Source Code

        NLA "Transition" strips.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nla_transition
      • getNla_transition_sel

        public CArrayFacade<java.lang.Byte> getNla_transition_sel()
                                                           throws java.io.IOException
        Get method for struct member 'nla_transition_sel'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nla_transition_sel
      • setNla_transition_sel

        public void setNla_transition_sel​(CArrayFacade<java.lang.Byte> nla_transition_sel)
                                   throws java.io.IOException
        Set method for struct member 'nla_transition_sel'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nla_transition_sel
      • getNla_meta

        public CArrayFacade<java.lang.Byte> getNla_meta()
                                                 throws java.io.IOException
        Get method for struct member 'nla_meta'.

        Field Documentation

        Blender Source Code

        NLA "Meta" strips.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nla_meta
      • setNla_meta

        public void setNla_meta​(CArrayFacade<java.lang.Byte> nla_meta)
                         throws java.io.IOException
        Set method for struct member 'nla_meta'.

        Field Documentation

        Blender Source Code

        NLA "Meta" strips.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nla_meta
      • getNla_meta_sel

        public CArrayFacade<java.lang.Byte> getNla_meta_sel()
                                                     throws java.io.IOException
        Get method for struct member 'nla_meta_sel'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nla_meta_sel
      • setNla_meta_sel

        public void setNla_meta_sel​(CArrayFacade<java.lang.Byte> nla_meta_sel)
                             throws java.io.IOException
        Set method for struct member 'nla_meta_sel'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nla_meta_sel
      • getNla_sound

        public CArrayFacade<java.lang.Byte> getNla_sound()
                                                  throws java.io.IOException
        Get method for struct member 'nla_sound'.

        Field Documentation

        Blender Source Code

        NLA "Sound" strips.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nla_sound
      • setNla_sound

        public void setNla_sound​(CArrayFacade<java.lang.Byte> nla_sound)
                          throws java.io.IOException
        Set method for struct member 'nla_sound'.

        Field Documentation

        Blender Source Code

        NLA "Sound" strips.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nla_sound
      • getNla_sound_sel

        public CArrayFacade<java.lang.Byte> getNla_sound_sel()
                                                      throws java.io.IOException
        Get method for struct member 'nla_sound_sel'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nla_sound_sel
      • setNla_sound_sel

        public void setNla_sound_sel​(CArrayFacade<java.lang.Byte> nla_sound_sel)
                              throws java.io.IOException
        Set method for struct member 'nla_sound_sel'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nla_sound_sel
      • getInfo_selected

        public CArrayFacade<java.lang.Byte> getInfo_selected()
                                                      throws java.io.IOException
        Get method for struct member 'info_selected'.

        Field Documentation

        Blender Source Code

        info

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_selected
      • setInfo_selected

        public void setInfo_selected​(CArrayFacade<java.lang.Byte> info_selected)
                              throws java.io.IOException
        Set method for struct member 'info_selected'.

        Field Documentation

        Blender Source Code

        info

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_selected
      • getInfo_selected_text

        public CArrayFacade<java.lang.Byte> getInfo_selected_text()
                                                           throws java.io.IOException
        Get method for struct member 'info_selected_text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_selected_text
      • setInfo_selected_text

        public void setInfo_selected_text​(CArrayFacade<java.lang.Byte> info_selected_text)
                                   throws java.io.IOException
        Set method for struct member 'info_selected_text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_selected_text
      • getInfo_error

        public CArrayFacade<java.lang.Byte> getInfo_error()
                                                   throws java.io.IOException
        Get method for struct member 'info_error'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_error
      • setInfo_error

        public void setInfo_error​(CArrayFacade<java.lang.Byte> info_error)
                           throws java.io.IOException
        Set method for struct member 'info_error'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_error
      • getInfo_error_text

        public CArrayFacade<java.lang.Byte> getInfo_error_text()
                                                        throws java.io.IOException
        Get method for struct member 'info_error_text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_error_text
      • setInfo_error_text

        public void setInfo_error_text​(CArrayFacade<java.lang.Byte> info_error_text)
                                throws java.io.IOException
        Set method for struct member 'info_error_text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_error_text
      • getInfo_warning

        public CArrayFacade<java.lang.Byte> getInfo_warning()
                                                     throws java.io.IOException
        Get method for struct member 'info_warning'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_warning
      • setInfo_warning

        public void setInfo_warning​(CArrayFacade<java.lang.Byte> info_warning)
                             throws java.io.IOException
        Set method for struct member 'info_warning'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_warning
      • getInfo_warning_text

        public CArrayFacade<java.lang.Byte> getInfo_warning_text()
                                                          throws java.io.IOException
        Get method for struct member 'info_warning_text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_warning_text
      • setInfo_warning_text

        public void setInfo_warning_text​(CArrayFacade<java.lang.Byte> info_warning_text)
                                  throws java.io.IOException
        Set method for struct member 'info_warning_text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_warning_text
      • getInfo_info

        public CArrayFacade<java.lang.Byte> getInfo_info()
                                                  throws java.io.IOException
        Get method for struct member 'info_info'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_info
      • setInfo_info

        public void setInfo_info​(CArrayFacade<java.lang.Byte> info_info)
                          throws java.io.IOException
        Set method for struct member 'info_info'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_info
      • getInfo_info_text

        public CArrayFacade<java.lang.Byte> getInfo_info_text()
                                                       throws java.io.IOException
        Get method for struct member 'info_info_text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_info_text
      • setInfo_info_text

        public void setInfo_info_text​(CArrayFacade<java.lang.Byte> info_info_text)
                               throws java.io.IOException
        Set method for struct member 'info_info_text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_info_text
      • getInfo_debug

        public CArrayFacade<java.lang.Byte> getInfo_debug()
                                                   throws java.io.IOException
        Get method for struct member 'info_debug'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_debug
      • setInfo_debug

        public void setInfo_debug​(CArrayFacade<java.lang.Byte> info_debug)
                           throws java.io.IOException
        Set method for struct member 'info_debug'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_debug
      • getInfo_debug_text

        public CArrayFacade<java.lang.Byte> getInfo_debug_text()
                                                        throws java.io.IOException
        Get method for struct member 'info_debug_text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_debug_text
      • setInfo_debug_text

        public void setInfo_debug_text​(CArrayFacade<java.lang.Byte> info_debug_text)
                                throws java.io.IOException
        Set method for struct member 'info_debug_text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_debug_text
      • getInfo_property

        public CArrayFacade<java.lang.Byte> getInfo_property()
                                                      throws java.io.IOException
        Get method for struct member 'info_property'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_property
      • setInfo_property

        public void setInfo_property​(CArrayFacade<java.lang.Byte> info_property)
                              throws java.io.IOException
        Set method for struct member 'info_property'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_property
      • getInfo_property_text

        public CArrayFacade<java.lang.Byte> getInfo_property_text()
                                                           throws java.io.IOException
        Get method for struct member 'info_property_text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_property_text
      • setInfo_property_text

        public void setInfo_property_text​(CArrayFacade<java.lang.Byte> info_property_text)
                                   throws java.io.IOException
        Set method for struct member 'info_property_text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_property_text
      • getInfo_operator

        public CArrayFacade<java.lang.Byte> getInfo_operator()
                                                      throws java.io.IOException
        Get method for struct member 'info_operator'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_operator
      • setInfo_operator

        public void setInfo_operator​(CArrayFacade<java.lang.Byte> info_operator)
                              throws java.io.IOException
        Set method for struct member 'info_operator'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_operator
      • getInfo_operator_text

        public CArrayFacade<java.lang.Byte> getInfo_operator_text()
                                                           throws java.io.IOException
        Get method for struct member 'info_operator_text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_operator_text
      • setInfo_operator_text

        public void setInfo_operator_text​(CArrayFacade<java.lang.Byte> info_operator_text)
                                   throws java.io.IOException
        Set method for struct member 'info_operator_text'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_operator_text
      • getInfo_report_error

        public CArrayFacade<java.lang.Byte> getInfo_report_error()
                                                          throws java.io.IOException
        Get method for struct member 'info_report_error'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_report_error
      • setInfo_report_error

        public void setInfo_report_error​(CArrayFacade<java.lang.Byte> info_report_error)
                                  throws java.io.IOException
        Set method for struct member 'info_report_error'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_report_error
      • getInfo_report_warning

        public CArrayFacade<java.lang.Byte> getInfo_report_warning()
                                                            throws java.io.IOException
        Get method for struct member 'info_report_warning'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_report_warning
      • setInfo_report_warning

        public void setInfo_report_warning​(CArrayFacade<java.lang.Byte> info_report_warning)
                                    throws java.io.IOException
        Set method for struct member 'info_report_warning'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_report_warning
      • getInfo_report_info

        public CArrayFacade<java.lang.Byte> getInfo_report_info()
                                                         throws java.io.IOException
        Get method for struct member 'info_report_info'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_report_info
      • setInfo_report_info

        public void setInfo_report_info​(CArrayFacade<java.lang.Byte> info_report_info)
                                 throws java.io.IOException
        Set method for struct member 'info_report_info'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__info_report_info
      • 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
      • getPaint_curve_pivot

        public CArrayFacade<java.lang.Byte> getPaint_curve_pivot()
                                                          throws java.io.IOException
        Get method for struct member 'paint_curve_pivot'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__paint_curve_pivot
      • setPaint_curve_pivot

        public void setPaint_curve_pivot​(CArrayFacade<java.lang.Byte> paint_curve_pivot)
                                  throws java.io.IOException
        Set method for struct member 'paint_curve_pivot'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__paint_curve_pivot
      • getPaint_curve_handle

        public CArrayFacade<java.lang.Byte> getPaint_curve_handle()
                                                           throws java.io.IOException
        Get method for struct member 'paint_curve_handle'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__paint_curve_handle
      • setPaint_curve_handle

        public void setPaint_curve_handle​(CArrayFacade<java.lang.Byte> paint_curve_handle)
                                   throws java.io.IOException
        Set method for struct member 'paint_curve_handle'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__paint_curve_handle
      • getMetadatabg

        public CArrayFacade<java.lang.Byte> getMetadatabg()
                                                   throws java.io.IOException
        Get method for struct member 'metadatabg'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__metadatabg
      • setMetadatabg

        public void setMetadatabg​(CArrayFacade<java.lang.Byte> metadatabg)
                           throws java.io.IOException
        Set method for struct member 'metadatabg'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__metadatabg
      • getMetadatatext

        public CArrayFacade<java.lang.Byte> getMetadatatext()
                                                     throws java.io.IOException
        Get method for struct member 'metadatatext'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__metadatatext
      • setMetadatatext

        public void setMetadatatext​(CArrayFacade<java.lang.Byte> metadatatext)
                             throws java.io.IOException
        Set method for struct member 'metadatatext'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__metadatatext
      • __io__addressof

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