public class Sculpt extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__constant_detail
Field descriptor (offset) for struct member 'constant_detail'.
|
static long[] |
__DNA__FIELD__detail_percent
Field descriptor (offset) for struct member 'detail_percent'.
|
static long[] |
__DNA__FIELD__detail_size
Field descriptor (offset) for struct member 'detail_size'.
|
static long[] |
__DNA__FIELD__flags
Field descriptor (offset) for struct member 'flags'.
|
static long[] |
__DNA__FIELD__gravity_factor
Field descriptor (offset) for struct member 'gravity_factor'.
|
static long[] |
__DNA__FIELD__gravity_object
Field descriptor (offset) for struct member 'gravity_object'.
|
static long[] |
__DNA__FIELD__paint
Field descriptor (offset) for struct member 'paint'.
|
static long[] |
__DNA__FIELD__radial_symm
Field descriptor (offset) for struct member 'radial_symm'.
|
static long[] |
__DNA__FIELD__symmetrize_direction
Field descriptor (offset) for struct member 'symmetrize_direction'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct Sculpt.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
Sculpt(long __address,
Block __block,
BlockTable __blockTable) |
protected |
Sculpt(Sculpt that) |
Modifier and Type | Method and Description |
---|---|
CPointer<Sculpt> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
float |
getConstant_detail()
Get method for struct member 'constant_detail'.
|
float |
getDetail_percent()
Get method for struct member 'detail_percent'.
|
float |
getDetail_size()
Get method for struct member 'detail_size'.
|
int |
getFlags()
Get method for struct member 'flags'.
|
float |
getGravity_factor()
Get method for struct member 'gravity_factor'.
|
CPointer<BlenderObject> |
getGravity_object()
Get method for struct member 'gravity_object'.
|
Paint |
getPaint()
Get method for struct member 'paint'.
|
CArrayFacade<java.lang.Integer> |
getRadial_symm()
Get method for struct member 'radial_symm'.
|
int |
getSymmetrize_direction()
Get method for struct member 'symmetrize_direction'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setConstant_detail(float constant_detail)
Set method for struct member 'constant_detail'.
|
void |
setDetail_percent(float detail_percent)
Set method for struct member 'detail_percent'.
|
void |
setDetail_size(float detail_size)
Set method for struct member 'detail_size'.
|
void |
setFlags(int flags)
Set method for struct member 'flags'.
|
void |
setGravity_factor(float gravity_factor)
Set method for struct member 'gravity_factor'.
|
void |
setGravity_object(CPointer<BlenderObject> gravity_object)
Set method for struct member 'gravity_object'.
|
void |
setPaint(Paint paint)
Set method for struct member 'paint'.
|
void |
setRadial_symm(CArrayFacade<java.lang.Integer> radial_symm)
Set method for struct member 'radial_symm'.
|
void |
setSymmetrize_direction(int symmetrize_direction)
Set method for struct member 'symmetrize_direction'.
|
__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 Sculpt.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__paint
This is how you get a reference on the corresponding field in the struct:
Sculpt sculpt = ...; CPointer<Object> p = sculpt.__dna__addressof(Sculpt.__DNA__FIELD__paint); CPointer<Paint> p_paint = p.cast(new Class[]{Paint.class});
public static final long[] __DNA__FIELD__flags
float pivot[3]; XXX not used?
For rotating around a pivot point
This is how you get a reference on the corresponding field in the struct:
Sculpt sculpt = ...; CPointer<Object> p = sculpt.__dna__addressof(Sculpt.__DNA__FIELD__flags); CPointer<Integer> p_flags = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__radial_symm
char tablet_size, tablet_strength; XXX not used?
Control tablet input
This is how you get a reference on the corresponding field in the struct:
Sculpt sculpt = ...; CPointer<Object> p = sculpt.__dna__addressof(Sculpt.__DNA__FIELD__radial_symm); CPointer<CArrayFacade<Integer>> p_radial_symm = p.cast(new Class[]{CArrayFacade.class, Integer.class});
public static final long[] __DNA__FIELD__detail_size
Maximum edge length for dynamic topology sculpting (in pixels)
This is how you get a reference on the corresponding field in the struct:
Sculpt sculpt = ...; CPointer<Object> p = sculpt.__dna__addressof(Sculpt.__DNA__FIELD__detail_size); CPointer<Float> p_detail_size = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__symmetrize_direction
Direction used for SCULPT_OT_symmetrize operator
This is how you get a reference on the corresponding field in the struct:
Sculpt sculpt = ...; CPointer<Object> p = sculpt.__dna__addressof(Sculpt.__DNA__FIELD__symmetrize_direction); CPointer<Integer> p_symmetrize_direction = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__gravity_factor
gravity factor for sculpting
This is how you get a reference on the corresponding field in the struct:
Sculpt sculpt = ...; CPointer<Object> p = sculpt.__dna__addressof(Sculpt.__DNA__FIELD__gravity_factor); CPointer<Float> p_gravity_factor = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__constant_detail
scale for constant detail size Constant detail resolution (Blender unit / constant_detail).
This is how you get a reference on the corresponding field in the struct:
Sculpt sculpt = ...; CPointer<Object> p = sculpt.__dna__addressof(Sculpt.__DNA__FIELD__constant_detail); CPointer<Float> p_constant_detail = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__detail_percent
This is how you get a reference on the corresponding field in the struct:
Sculpt sculpt = ...; CPointer<Object> p = sculpt.__dna__addressof(Sculpt.__DNA__FIELD__detail_percent); CPointer<Float> p_detail_percent = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
Sculpt sculpt = ...; CPointer<Object> p = sculpt.__dna__addressof(Sculpt.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__gravity_object
This is how you get a reference on the corresponding field in the struct:
Sculpt sculpt = ...; CPointer<Object> p = sculpt.__dna__addressof(Sculpt.__DNA__FIELD__gravity_object); CPointer<CPointer<BlenderObject>> p_gravity_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public Sculpt(long __address, Block __block, BlockTable __blockTable)
protected Sculpt(Sculpt that)
public Paint getPaint() throws java.io.IOException
java.io.IOException
__DNA__FIELD__paint
public void setPaint(Paint paint) throws java.io.IOException
java.io.IOException
__DNA__FIELD__paint
public int getFlags() throws java.io.IOException
float pivot[3]; XXX not used?
For rotating around a pivot point
java.io.IOException
__DNA__FIELD__flags
public void setFlags(int flags) throws java.io.IOException
float pivot[3]; XXX not used?
For rotating around a pivot point
java.io.IOException
__DNA__FIELD__flags
public CArrayFacade<java.lang.Integer> getRadial_symm() throws java.io.IOException
char tablet_size, tablet_strength; XXX not used?
Control tablet input
java.io.IOException
__DNA__FIELD__radial_symm
public void setRadial_symm(CArrayFacade<java.lang.Integer> radial_symm) throws java.io.IOException
char tablet_size, tablet_strength; XXX not used?
Control tablet input
java.io.IOException
__DNA__FIELD__radial_symm
public float getDetail_size() throws java.io.IOException
Maximum edge length for dynamic topology sculpting (in pixels)
java.io.IOException
__DNA__FIELD__detail_size
public void setDetail_size(float detail_size) throws java.io.IOException
Maximum edge length for dynamic topology sculpting (in pixels)
java.io.IOException
__DNA__FIELD__detail_size
public int getSymmetrize_direction() throws java.io.IOException
Direction used for SCULPT_OT_symmetrize operator
java.io.IOException
__DNA__FIELD__symmetrize_direction
public void setSymmetrize_direction(int symmetrize_direction) throws java.io.IOException
Direction used for SCULPT_OT_symmetrize operator
java.io.IOException
__DNA__FIELD__symmetrize_direction
public float getGravity_factor() throws java.io.IOException
gravity factor for sculpting
java.io.IOException
__DNA__FIELD__gravity_factor
public void setGravity_factor(float gravity_factor) throws java.io.IOException
gravity factor for sculpting
java.io.IOException
__DNA__FIELD__gravity_factor
public float getConstant_detail() throws java.io.IOException
scale for constant detail size Constant detail resolution (Blender unit / constant_detail).
java.io.IOException
__DNA__FIELD__constant_detail
public void setConstant_detail(float constant_detail) throws java.io.IOException
scale for constant detail size Constant detail resolution (Blender unit / constant_detail).
java.io.IOException
__DNA__FIELD__constant_detail
public float getDetail_percent() throws java.io.IOException
java.io.IOException
__DNA__FIELD__detail_percent
public void setDetail_percent(float detail_percent) throws java.io.IOException
java.io.IOException
__DNA__FIELD__detail_percent
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<BlenderObject> getGravity_object() throws java.io.IOException
java.io.IOException
__DNA__FIELD__gravity_object
public void setGravity_object(CPointer<BlenderObject> gravity_object) throws java.io.IOException
java.io.IOException
__DNA__FIELD__gravity_object