Class BuildGpencilModifierData
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.BuildGpencilModifierData
-
public class BuildGpencilModifierData extends CFacade
Generated facet for DNA struct type 'BuildGpencilModifierData'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD__end_frame
Field descriptor (offset) for struct member 'end_frame'.static long[]
__DNA__FIELD__fade_fac
Field descriptor (offset) for struct member 'fade_fac'.static long[]
__DNA__FIELD__fade_opacity_strength
Field descriptor (offset) for struct member 'fade_opacity_strength'.static long[]
__DNA__FIELD__fade_thickness_strength
Field descriptor (offset) for struct member 'fade_thickness_strength'.static long[]
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.static long[]
__DNA__FIELD__layer_pass
Field descriptor (offset) for struct member 'layer_pass'.static long[]
__DNA__FIELD__layername
Field descriptor (offset) for struct member 'layername'.static long[]
__DNA__FIELD__length
Field descriptor (offset) for struct member 'length'.static long[]
__DNA__FIELD__material
Field descriptor (offset) for struct member 'material'.static long[]
__DNA__FIELD__materialname
Deprecated.Deprecatedstatic long[]
__DNA__FIELD__mode
Field descriptor (offset) for struct member 'mode'.static long[]
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.static long[]
__DNA__FIELD__object
Field descriptor (offset) for struct member 'object'.static long[]
__DNA__FIELD__pass_index
Field descriptor (offset) for struct member 'pass_index'.static long[]
__DNA__FIELD__percentage_fac
Field descriptor (offset) for struct member 'percentage_fac'.static long[]
__DNA__FIELD__start_delay
Field descriptor (offset) for struct member 'start_delay'.static long[]
__DNA__FIELD__start_frame
Field descriptor (offset) for struct member 'start_frame'.static long[]
__DNA__FIELD__target_vgname
Field descriptor (offset) for struct member 'target_vgname'.static long[]
__DNA__FIELD__time_alignment
Field descriptor (offset) for struct member 'time_alignment'.static long[]
__DNA__FIELD__transition
Field descriptor (offset) for struct member 'transition'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct BuildGpencilModifierData.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description BuildGpencilModifierData(long __address, Block __block, BlockTable __blockTable)
protected
BuildGpencilModifierData(BuildGpencilModifierData that)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CPointer<BuildGpencilModifierData>
__io__addressof()
Instantiates a pointer on this instance.float
getEnd_frame()
Get method for struct member 'end_frame'.float
getFade_fac()
Get method for struct member 'fade_fac'.float
getFade_opacity_strength()
Get method for struct member 'fade_opacity_strength'.float
getFade_thickness_strength()
Get method for struct member 'fade_thickness_strength'.short
getFlag()
Get method for struct member 'flag'.int
getLayer_pass()
Get method for struct member 'layer_pass'.CArrayFacade<java.lang.Byte>
getLayername()
Get method for struct member 'layername'.float
getLength()
Get method for struct member 'length'.CPointer<Material>
getMaterial()
Get method for struct member 'material'.CArrayFacade<java.lang.Byte>
getMaterialname()
Deprecated.Deprecatedshort
getMode()
Get method for struct member 'mode'.GpencilModifierData
getModifier()
Get method for struct member 'modifier'.CPointer<BlenderObject>
getObject()
Get method for struct member 'object'.int
getPass_index()
Get method for struct member 'pass_index'.float
getPercentage_fac()
Get method for struct member 'percentage_fac'.float
getStart_delay()
Get method for struct member 'start_delay'.float
getStart_frame()
Get method for struct member 'start_frame'.CArrayFacade<java.lang.Byte>
getTarget_vgname()
Get method for struct member 'target_vgname'.short
getTime_alignment()
Get method for struct member 'time_alignment'.short
getTransition()
Get method for struct member 'transition'.void
setEnd_frame(float end_frame)
Set method for struct member 'end_frame'.void
setFade_fac(float fade_fac)
Set method for struct member 'fade_fac'.void
setFade_opacity_strength(float fade_opacity_strength)
Set method for struct member 'fade_opacity_strength'.void
setFade_thickness_strength(float fade_thickness_strength)
Set method for struct member 'fade_thickness_strength'.void
setFlag(short flag)
Set method for struct member 'flag'.void
setLayer_pass(int layer_pass)
Set method for struct member 'layer_pass'.void
setLayername(CArrayFacade<java.lang.Byte> layername)
Set method for struct member 'layername'.void
setLength(float length)
Set method for struct member 'length'.void
setMaterial(CPointer<Material> material)
Set method for struct member 'material'.void
setMaterialname(CArrayFacade<java.lang.Byte> materialname)
Deprecated.Deprecatedvoid
setMode(short mode)
Set method for struct member 'mode'.void
setModifier(GpencilModifierData modifier)
Set method for struct member 'modifier'.void
setObject(CPointer<BlenderObject> object)
Set method for struct member 'object'.void
setPass_index(int pass_index)
Set method for struct member 'pass_index'.void
setPercentage_fac(float percentage_fac)
Set method for struct member 'percentage_fac'.void
setStart_delay(float start_delay)
Set method for struct member 'start_delay'.void
setStart_frame(float start_frame)
Set method for struct member 'start_frame'.void
setTarget_vgname(CArrayFacade<java.lang.Byte> target_vgname)
Set method for struct member 'target_vgname'.void
setTime_alignment(short time_alignment)
Set method for struct member 'time_alignment'.void
setTransition(short transition)
Set method for struct member 'transition'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct BuildGpencilModifierData.It is required when allocating a new block to store data for BuildGpencilModifierData.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__modifier
public static final long[] __DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__modifier); CPointer<GpencilModifierData> p_modifier = p.cast(new Class[]{GpencilModifierData.class});
Metadata
- Field: 'modifier'
- Signature: 'GpencilModifierData'
- Actual Size (32bit/64bit): 92/104
-
__DNA__FIELD__material
public static final long[] __DNA__FIELD__material
Field descriptor (offset) for struct member 'material'.Field Documentation
Blender Source Code
Material
for filtering.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__material); CPointer<CPointer<Material>> p_material = p.cast(new Class[]{CPointer.class, Material.class});
Metadata
- Field: 'material'
- Signature: 'Material*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__layername
public static final long[] __DNA__FIELD__layername
Field descriptor (offset) for struct member 'layername'.Field Documentation
Blender Source Code
If set, restrict modifier to operating on this layer.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__layername); CPointer<CArrayFacade<Byte>> p_layername = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: 'layername'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__pass_index
public static final long[] __DNA__FIELD__pass_index
Field descriptor (offset) for struct member 'pass_index'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__pass_index); CPointer<Integer> p_pass_index = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'pass_index'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__materialname
public static final long[] __DNA__FIELD__materialname
Deprecated.DeprecatedPointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__materialname); CPointer<CArrayFacade<Byte>> p_materialname = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: 'materialname'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
Field descriptor (offset) for struct member 'materialname'.Field Documentation
Blender Source Code
Material
name.
-
__DNA__FIELD__layer_pass
public static final long[] __DNA__FIELD__layer_pass
Field descriptor (offset) for struct member 'layer_pass'.Field Documentation
Blender Source Code
Custom index for passes.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__layer_pass); CPointer<Integer> p_layer_pass = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'layer_pass'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__start_frame
public static final long[] __DNA__FIELD__start_frame
Field descriptor (offset) for struct member 'start_frame'.Field Documentation
Blender Source Code
If GP_BUILD_RESTRICT_TIME is set, the defines the frame range where GP frames are considered.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__start_frame); CPointer<Float> p_start_frame = p.cast(new Class[]{Float.class});
Metadata
- Field: 'start_frame'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__end_frame
public static final long[] __DNA__FIELD__end_frame
Field descriptor (offset) for struct member 'end_frame'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__end_frame); CPointer<Float> p_end_frame = p.cast(new Class[]{Float.class});
Metadata
- Field: 'end_frame'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__start_delay
public static final long[] __DNA__FIELD__start_delay
Field descriptor (offset) for struct member 'start_delay'.Field Documentation
Blender Source Code
For each pair of gp keys, number of frames before strokes start appearing.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__start_delay); CPointer<Float> p_start_delay = p.cast(new Class[]{Float.class});
Metadata
- Field: 'start_delay'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__length
public static final long[] __DNA__FIELD__length
Field descriptor (offset) for struct member 'length'.Field Documentation
Blender Source Code
For each pair of gp keys, number of frames that build effect must be completed within.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__length); CPointer<Float> p_length = p.cast(new Class[]{Float.class});
Metadata
- Field: 'length'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__flag
public static final long[] __DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.Field Documentation
Blender Source Code
(eGpencilBuild_Flag) Options for controlling modifier behavior.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
Metadata
- Field: 'flag'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__mode
public static final long[] __DNA__FIELD__mode
Field descriptor (offset) for struct member 'mode'.Field Documentation
Blender Source Code
(eGpencilBuild_Mode) How are strokes ordered.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__mode); CPointer<Short> p_mode = p.cast(new Class[]{Short.class});
Metadata
- Field: 'mode'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__transition
public static final long[] __DNA__FIELD__transition
Field descriptor (offset) for struct member 'transition'.Field Documentation
Blender Source Code
(eGpencilBuild_Transition) In what order do stroke points appear/disappear.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__transition); CPointer<Short> p_transition = p.cast(new Class[]{Short.class});
Metadata
- Field: 'transition'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__time_alignment
public static final long[] __DNA__FIELD__time_alignment
Field descriptor (offset) for struct member 'time_alignment'.Field Documentation
Blender Source Code
(eGpencilBuild_TimeAlignment) For the "Concurrent" mode, when should "shorter" strips start/end.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__time_alignment); CPointer<Short> p_time_alignment = p.cast(new Class[]{Short.class});
Metadata
- Field: 'time_alignment'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__object
public static final long[] __DNA__FIELD__object
Field descriptor (offset) for struct member 'object'.Field Documentation
Blender Source Code
Build origin control object.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__object); CPointer<CPointer<BlenderObject>> p_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
Metadata
- Field: 'object'
- Signature: 'Object*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__percentage_fac
public static final long[] __DNA__FIELD__percentage_fac
Field descriptor (offset) for struct member 'percentage_fac'.Field Documentation
Blender Source Code
Factor of the stroke (used instead of frame evaluation.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__percentage_fac); CPointer<Float> p_percentage_fac = p.cast(new Class[]{Float.class});
Metadata
- Field: 'percentage_fac'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__fade_fac
public static final long[] __DNA__FIELD__fade_fac
Field descriptor (offset) for struct member 'fade_fac'.Field Documentation
Blender Source Code
Weight fading at the end of the stroke.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__fade_fac); CPointer<Float> p_fade_fac = p.cast(new Class[]{Float.class});
Metadata
- Field: 'fade_fac'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__target_vgname
public static final long[] __DNA__FIELD__target_vgname
Field descriptor (offset) for struct member 'target_vgname'.Field Documentation
Blender Source Code
Target vertexgroup name, MAX_VGROUP_NAME.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__target_vgname); CPointer<CArrayFacade<Byte>> p_target_vgname = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: 'target_vgname'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__fade_opacity_strength
public static final long[] __DNA__FIELD__fade_opacity_strength
Field descriptor (offset) for struct member 'fade_opacity_strength'.Field Documentation
Blender Source Code
Fading strength of opacity and thickness
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__fade_opacity_strength); CPointer<Float> p_fade_opacity_strength = p.cast(new Class[]{Float.class});
Metadata
- Field: 'fade_opacity_strength'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__fade_thickness_strength
public static final long[] __DNA__FIELD__fade_thickness_strength
Field descriptor (offset) for struct member 'fade_thickness_strength'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__fade_thickness_strength); CPointer<Float> p_fade_thickness_strength = p.cast(new Class[]{Float.class});
Metadata
- Field: 'fade_thickness_strength'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
-
Constructor Detail
-
BuildGpencilModifierData
public BuildGpencilModifierData(long __address, Block __block, BlockTable __blockTable)
-
BuildGpencilModifierData
protected BuildGpencilModifierData(BuildGpencilModifierData that)
-
-
Method Detail
-
getModifier
public GpencilModifierData getModifier() throws java.io.IOException
Get method for struct member 'modifier'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__modifier
-
setModifier
public void setModifier(GpencilModifierData modifier) throws java.io.IOException
Set method for struct member 'modifier'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__modifier
-
getMaterial
public CPointer<Material> getMaterial() throws java.io.IOException
Get method for struct member 'material'.Field Documentation
Blender Source Code
Material
for filtering.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__material
-
setMaterial
public void setMaterial(CPointer<Material> material) throws java.io.IOException
Set method for struct member 'material'.Field Documentation
Blender Source Code
Material
for filtering.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__material
-
getLayername
public CArrayFacade<java.lang.Byte> getLayername() throws java.io.IOException
Get method for struct member 'layername'.Field Documentation
Blender Source Code
If set, restrict modifier to operating on this layer.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__layername
-
setLayername
public void setLayername(CArrayFacade<java.lang.Byte> layername) throws java.io.IOException
Set method for struct member 'layername'.Field Documentation
Blender Source Code
If set, restrict modifier to operating on this layer.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__layername
-
getPass_index
public int getPass_index() throws java.io.IOException
Get method for struct member 'pass_index'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__pass_index
-
setPass_index
public void setPass_index(int pass_index) throws java.io.IOException
Set method for struct member 'pass_index'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__pass_index
-
getMaterialname
public CArrayFacade<java.lang.Byte> getMaterialname() throws java.io.IOException
Deprecated.Deprecated- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__materialname
-
setMaterialname
public void setMaterialname(CArrayFacade<java.lang.Byte> materialname) throws java.io.IOException
Deprecated.Deprecated- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__materialname
-
getLayer_pass
public int getLayer_pass() throws java.io.IOException
Get method for struct member 'layer_pass'.Field Documentation
Blender Source Code
Custom index for passes.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__layer_pass
-
setLayer_pass
public void setLayer_pass(int layer_pass) throws java.io.IOException
Set method for struct member 'layer_pass'.Field Documentation
Blender Source Code
Custom index for passes.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__layer_pass
-
getStart_frame
public float getStart_frame() throws java.io.IOException
Get method for struct member 'start_frame'.Field Documentation
Blender Source Code
If GP_BUILD_RESTRICT_TIME is set, the defines the frame range where GP frames are considered.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__start_frame
-
setStart_frame
public void setStart_frame(float start_frame) throws java.io.IOException
Set method for struct member 'start_frame'.Field Documentation
Blender Source Code
If GP_BUILD_RESTRICT_TIME is set, the defines the frame range where GP frames are considered.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__start_frame
-
getEnd_frame
public float getEnd_frame() throws java.io.IOException
Get method for struct member 'end_frame'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__end_frame
-
setEnd_frame
public void setEnd_frame(float end_frame) throws java.io.IOException
Set method for struct member 'end_frame'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__end_frame
-
getStart_delay
public float getStart_delay() throws java.io.IOException
Get method for struct member 'start_delay'.Field Documentation
Blender Source Code
For each pair of gp keys, number of frames before strokes start appearing.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__start_delay
-
setStart_delay
public void setStart_delay(float start_delay) throws java.io.IOException
Set method for struct member 'start_delay'.Field Documentation
Blender Source Code
For each pair of gp keys, number of frames before strokes start appearing.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__start_delay
-
getLength
public float getLength() throws java.io.IOException
Get method for struct member 'length'.Field Documentation
Blender Source Code
For each pair of gp keys, number of frames that build effect must be completed within.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__length
-
setLength
public void setLength(float length) throws java.io.IOException
Set method for struct member 'length'.Field Documentation
Blender Source Code
For each pair of gp keys, number of frames that build effect must be completed within.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__length
-
getFlag
public short getFlag() throws java.io.IOException
Get method for struct member 'flag'.Field Documentation
Blender Source Code
(eGpencilBuild_Flag) Options for controlling modifier behavior.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
setFlag
public void setFlag(short flag) throws java.io.IOException
Set method for struct member 'flag'.Field Documentation
Blender Source Code
(eGpencilBuild_Flag) Options for controlling modifier behavior.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
getMode
public short getMode() throws java.io.IOException
Get method for struct member 'mode'.Field Documentation
Blender Source Code
(eGpencilBuild_Mode) How are strokes ordered.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__mode
-
setMode
public void setMode(short mode) throws java.io.IOException
Set method for struct member 'mode'.Field Documentation
Blender Source Code
(eGpencilBuild_Mode) How are strokes ordered.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__mode
-
getTransition
public short getTransition() throws java.io.IOException
Get method for struct member 'transition'.Field Documentation
Blender Source Code
(eGpencilBuild_Transition) In what order do stroke points appear/disappear.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__transition
-
setTransition
public void setTransition(short transition) throws java.io.IOException
Set method for struct member 'transition'.Field Documentation
Blender Source Code
(eGpencilBuild_Transition) In what order do stroke points appear/disappear.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__transition
-
getTime_alignment
public short getTime_alignment() throws java.io.IOException
Get method for struct member 'time_alignment'.Field Documentation
Blender Source Code
(eGpencilBuild_TimeAlignment) For the "Concurrent" mode, when should "shorter" strips start/end.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__time_alignment
-
setTime_alignment
public void setTime_alignment(short time_alignment) throws java.io.IOException
Set method for struct member 'time_alignment'.Field Documentation
Blender Source Code
(eGpencilBuild_TimeAlignment) For the "Concurrent" mode, when should "shorter" strips start/end.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__time_alignment
-
getObject
public CPointer<BlenderObject> getObject() throws java.io.IOException
Get method for struct member 'object'.Field Documentation
Blender Source Code
Build origin control object.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__object
-
setObject
public void setObject(CPointer<BlenderObject> object) throws java.io.IOException
Set method for struct member 'object'.Field Documentation
Blender Source Code
Build origin control object.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__object
-
getPercentage_fac
public float getPercentage_fac() throws java.io.IOException
Get method for struct member 'percentage_fac'.Field Documentation
Blender Source Code
Factor of the stroke (used instead of frame evaluation.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__percentage_fac
-
setPercentage_fac
public void setPercentage_fac(float percentage_fac) throws java.io.IOException
Set method for struct member 'percentage_fac'.Field Documentation
Blender Source Code
Factor of the stroke (used instead of frame evaluation.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__percentage_fac
-
getFade_fac
public float getFade_fac() throws java.io.IOException
Get method for struct member 'fade_fac'.Field Documentation
Blender Source Code
Weight fading at the end of the stroke.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__fade_fac
-
setFade_fac
public void setFade_fac(float fade_fac) throws java.io.IOException
Set method for struct member 'fade_fac'.Field Documentation
Blender Source Code
Weight fading at the end of the stroke.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__fade_fac
-
getTarget_vgname
public CArrayFacade<java.lang.Byte> getTarget_vgname() throws java.io.IOException
Get method for struct member 'target_vgname'.Field Documentation
Blender Source Code
Target vertexgroup name, MAX_VGROUP_NAME.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__target_vgname
-
setTarget_vgname
public void setTarget_vgname(CArrayFacade<java.lang.Byte> target_vgname) throws java.io.IOException
Set method for struct member 'target_vgname'.Field Documentation
Blender Source Code
Target vertexgroup name, MAX_VGROUP_NAME.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__target_vgname
-
getFade_opacity_strength
public float getFade_opacity_strength() throws java.io.IOException
Get method for struct member 'fade_opacity_strength'.Field Documentation
Blender Source Code
Fading strength of opacity and thickness
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__fade_opacity_strength
-
setFade_opacity_strength
public void setFade_opacity_strength(float fade_opacity_strength) throws java.io.IOException
Set method for struct member 'fade_opacity_strength'.Field Documentation
Blender Source Code
Fading strength of opacity and thickness
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__fade_opacity_strength
-
getFade_thickness_strength
public float getFade_thickness_strength() throws java.io.IOException
Get method for struct member 'fade_thickness_strength'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__fade_thickness_strength
-
setFade_thickness_strength
public void setFade_thickness_strength(float fade_thickness_strength) throws java.io.IOException
Set method for struct member 'fade_thickness_strength'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__fade_thickness_strength
-
__io__addressof
public CPointer<BuildGpencilModifierData> __io__addressof()
Instantiates a pointer on this instance.
-
-