public class UserDef_Experimental extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__SANITIZE_AFTER_HERE
Field descriptor (offset) for struct member 'SANITIZE_AFTER_HERE'.
|
static long[] |
__DNA__FIELD__use_cycles_debug
Field descriptor (offset) for struct member 'use_cycles_debug'.
|
static long[] |
__DNA__FIELD__use_new_geometry_nodes
Field descriptor (offset) for struct member 'use_new_geometry_nodes'.
|
static long[] |
__DNA__FIELD__use_new_hair_type
Field descriptor (offset) for struct member 'use_new_hair_type'.
|
static long[] |
__DNA__FIELD__use_new_point_cloud_type
Field descriptor (offset) for struct member 'use_new_point_cloud_type'.
|
static long[] |
__DNA__FIELD__use_sculpt_tools_tilt
Field descriptor (offset) for struct member 'use_sculpt_tools_tilt'.
|
static long[] |
__DNA__FIELD__use_sculpt_vertex_colors
Field descriptor (offset) for struct member 'use_sculpt_vertex_colors'.
|
static long[] |
__DNA__FIELD__use_switch_object_operator
Field descriptor (offset) for struct member 'use_switch_object_operator'.
|
static long[] |
__DNA__FIELD__use_undo_legacy
Field descriptor (offset) for struct member 'use_undo_legacy'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct UserDef_Experimental.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
UserDef_Experimental(long __address,
Block __block,
BlockTable __blockTable) |
protected |
UserDef_Experimental(UserDef_Experimental that) |
Modifier and Type | Method and Description |
---|---|
CPointer<UserDef_Experimental> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
byte |
getSANITIZE_AFTER_HERE()
Get method for struct member 'SANITIZE_AFTER_HERE'.
|
byte |
getUse_cycles_debug()
Get method for struct member 'use_cycles_debug'.
|
byte |
getUse_new_geometry_nodes()
Get method for struct member 'use_new_geometry_nodes'.
|
byte |
getUse_new_hair_type()
Get method for struct member 'use_new_hair_type'.
|
byte |
getUse_new_point_cloud_type()
Get method for struct member 'use_new_point_cloud_type'.
|
byte |
getUse_sculpt_tools_tilt()
Get method for struct member 'use_sculpt_tools_tilt'.
|
byte |
getUse_sculpt_vertex_colors()
Get method for struct member 'use_sculpt_vertex_colors'.
|
byte |
getUse_switch_object_operator()
Get method for struct member 'use_switch_object_operator'.
|
byte |
getUse_undo_legacy()
Get method for struct member 'use_undo_legacy'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setSANITIZE_AFTER_HERE(byte SANITIZE_AFTER_HERE)
Set method for struct member 'SANITIZE_AFTER_HERE'.
|
void |
setUse_cycles_debug(byte use_cycles_debug)
Set method for struct member 'use_cycles_debug'.
|
void |
setUse_new_geometry_nodes(byte use_new_geometry_nodes)
Set method for struct member 'use_new_geometry_nodes'.
|
void |
setUse_new_hair_type(byte use_new_hair_type)
Set method for struct member 'use_new_hair_type'.
|
void |
setUse_new_point_cloud_type(byte use_new_point_cloud_type)
Set method for struct member 'use_new_point_cloud_type'.
|
void |
setUse_sculpt_tools_tilt(byte use_sculpt_tools_tilt)
Set method for struct member 'use_sculpt_tools_tilt'.
|
void |
setUse_sculpt_vertex_colors(byte use_sculpt_vertex_colors)
Set method for struct member 'use_sculpt_vertex_colors'.
|
void |
setUse_switch_object_operator(byte use_switch_object_operator)
Set method for struct member 'use_switch_object_operator'.
|
void |
setUse_undo_legacy(byte use_undo_legacy)
Set method for struct member 'use_undo_legacy'.
|
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for UserDef_Experimental.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__use_undo_legacy
Debug options, always available.
This is how you get a reference on the corresponding field in the struct:
UserDef_Experimental userdef_experimental = ...; CPointer<Object> p = userdef_experimental.__dna__addressof(UserDef_Experimental.__DNA__FIELD__use_undo_legacy); CPointer<Byte> p_use_undo_legacy = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__use_cycles_debug
This is how you get a reference on the corresponding field in the struct:
UserDef_Experimental userdef_experimental = ...; CPointer<Object> p = userdef_experimental.__dna__addressof(UserDef_Experimental.__DNA__FIELD__use_cycles_debug); CPointer<Byte> p_use_cycles_debug = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__SANITIZE_AFTER_HERE
This is how you get a reference on the corresponding field in the struct:
UserDef_Experimental userdef_experimental = ...; CPointer<Object> p = userdef_experimental.__dna__addressof(UserDef_Experimental.__DNA__FIELD__SANITIZE_AFTER_HERE); CPointer<Byte> p_SANITIZE_AFTER_HERE = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__use_new_geometry_nodes
The following options are automatically sanitized (set to 0) when the release cycle is not alpha.
This is how you get a reference on the corresponding field in the struct:
UserDef_Experimental userdef_experimental = ...; CPointer<Object> p = userdef_experimental.__dna__addressof(UserDef_Experimental.__DNA__FIELD__use_new_geometry_nodes); CPointer<Byte> p_use_new_geometry_nodes = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__use_new_hair_type
This is how you get a reference on the corresponding field in the struct:
UserDef_Experimental userdef_experimental = ...; CPointer<Object> p = userdef_experimental.__dna__addressof(UserDef_Experimental.__DNA__FIELD__use_new_hair_type); CPointer<Byte> p_use_new_hair_type = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__use_new_point_cloud_type
This is how you get a reference on the corresponding field in the struct:
UserDef_Experimental userdef_experimental = ...; CPointer<Object> p = userdef_experimental.__dna__addressof(UserDef_Experimental.__DNA__FIELD__use_new_point_cloud_type); CPointer<Byte> p_use_new_point_cloud_type = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__use_sculpt_vertex_colors
This is how you get a reference on the corresponding field in the struct:
UserDef_Experimental userdef_experimental = ...; CPointer<Object> p = userdef_experimental.__dna__addressof(UserDef_Experimental.__DNA__FIELD__use_sculpt_vertex_colors); CPointer<Byte> p_use_sculpt_vertex_colors = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__use_switch_object_operator
This is how you get a reference on the corresponding field in the struct:
UserDef_Experimental userdef_experimental = ...; CPointer<Object> p = userdef_experimental.__dna__addressof(UserDef_Experimental.__DNA__FIELD__use_switch_object_operator); CPointer<Byte> p_use_switch_object_operator = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__use_sculpt_tools_tilt
This is how you get a reference on the corresponding field in the struct:
UserDef_Experimental userdef_experimental = ...; CPointer<Object> p = userdef_experimental.__dna__addressof(UserDef_Experimental.__DNA__FIELD__use_sculpt_tools_tilt); CPointer<Byte> p_use_sculpt_tools_tilt = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
UserDef_Experimental userdef_experimental = ...; CPointer<Object> p = userdef_experimental.__dna__addressof(UserDef_Experimental.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public UserDef_Experimental(long __address, Block __block, BlockTable __blockTable)
protected UserDef_Experimental(UserDef_Experimental that)
public byte getUse_undo_legacy() throws java.io.IOException
Debug options, always available.
java.io.IOException
__DNA__FIELD__use_undo_legacy
public void setUse_undo_legacy(byte use_undo_legacy) throws java.io.IOException
Debug options, always available.
java.io.IOException
__DNA__FIELD__use_undo_legacy
public byte getUse_cycles_debug() throws java.io.IOException
java.io.IOException
__DNA__FIELD__use_cycles_debug
public void setUse_cycles_debug(byte use_cycles_debug) throws java.io.IOException
java.io.IOException
__DNA__FIELD__use_cycles_debug
public byte getSANITIZE_AFTER_HERE() throws java.io.IOException
java.io.IOException
__DNA__FIELD__SANITIZE_AFTER_HERE
public void setSANITIZE_AFTER_HERE(byte SANITIZE_AFTER_HERE) throws java.io.IOException
java.io.IOException
__DNA__FIELD__SANITIZE_AFTER_HERE
public byte getUse_new_geometry_nodes() throws java.io.IOException
The following options are automatically sanitized (set to 0) when the release cycle is not alpha.
java.io.IOException
__DNA__FIELD__use_new_geometry_nodes
public void setUse_new_geometry_nodes(byte use_new_geometry_nodes) throws java.io.IOException
The following options are automatically sanitized (set to 0) when the release cycle is not alpha.
java.io.IOException
__DNA__FIELD__use_new_geometry_nodes
public byte getUse_new_hair_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__use_new_hair_type
public void setUse_new_hair_type(byte use_new_hair_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__use_new_hair_type
public byte getUse_new_point_cloud_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__use_new_point_cloud_type
public void setUse_new_point_cloud_type(byte use_new_point_cloud_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__use_new_point_cloud_type
public byte getUse_sculpt_vertex_colors() throws java.io.IOException
java.io.IOException
__DNA__FIELD__use_sculpt_vertex_colors
public void setUse_sculpt_vertex_colors(byte use_sculpt_vertex_colors) throws java.io.IOException
java.io.IOException
__DNA__FIELD__use_sculpt_vertex_colors
public byte getUse_switch_object_operator() throws java.io.IOException
java.io.IOException
__DNA__FIELD__use_switch_object_operator
public void setUse_switch_object_operator(byte use_switch_object_operator) throws java.io.IOException
java.io.IOException
__DNA__FIELD__use_switch_object_operator
public byte getUse_sculpt_tools_tilt() throws java.io.IOException
java.io.IOException
__DNA__FIELD__use_sculpt_tools_tilt
public void setUse_sculpt_tools_tilt(byte use_sculpt_tools_tilt) throws java.io.IOException
java.io.IOException
__DNA__FIELD__use_sculpt_tools_tilt
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public CPointer<UserDef_Experimental> __io__addressof()