Field and Description |
---|
org.blender.dna.NodeGlare.__DNA__FIELD__angle
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: NodeGlare nodeglare = ...; CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__angle); CPointer<Byte> p_angle = p.cast(new Class[]{Byte.class}); Metadata
|
org.blender.dna.RenderData.__DNA__FIELD__attrib
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: RenderData renderdata = ...; CPointer<Object> p = renderdata.__dna__addressof(RenderData.__DNA__FIELD__attrib); CPointer<Short> p_attrib = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.MirrorModifierData.__DNA__FIELD__axis
Deprecateddeprecated, use flag instead
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: MirrorModifierData mirrormodifierdata = ...; CPointer<Object> p = mirrormodifierdata.__dna__addressof(MirrorModifierData.__DNA__FIELD__axis); CPointer<Short> p_axis = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.View3D.__DNA__FIELD__bgpic
Deprecateddeprecated, use bgpicbase, only kept for do_versions(...)
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: View3D view3d = ...; CPointer<Object> p = view3d.__dna__addressof(View3D.__DNA__FIELD__bgpic); CPointer<CPointer<BGpic>> p_bgpic = p.cast(new Class[]{CPointer.class, BGpic.class}); Metadata
|
org.blender.dna.SpaceOops.__DNA__FIELD__blockhandler
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__blockhandler); CPointer<CArrayFacade<Short>> p_blockhandler = p.cast(new Class[]{CArrayFacade.class, Short.class}); Metadata
|
org.blender.dna.SpaceText.__DNA__FIELD__blockhandler
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceText spacetext = ...; CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD__blockhandler); CPointer<CArrayFacade<Short>> p_blockhandler = p.cast(new Class[]{CArrayFacade.class, Short.class}); Metadata
|
org.blender.dna.SpaceNla.__DNA__FIELD__blockhandler
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceNla spacenla = ...; CPointer<Object> p = spacenla.__dna__addressof(SpaceNla.__DNA__FIELD__blockhandler); CPointer<CArrayFacade<Short>> p_blockhandler = p.cast(new Class[]{CArrayFacade.class, Short.class}); Metadata
|
org.blender.dna.SpaceButs.__DNA__FIELD__blockhandler
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__blockhandler); CPointer<CArrayFacade<Short>> p_blockhandler = p.cast(new Class[]{CArrayFacade.class, Short.class}); Metadata
|
org.blender.dna.SpaceIpo.__DNA__FIELD__blockhandler
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__DNA__FIELD__blockhandler); CPointer<CArrayFacade<Short>> p_blockhandler = p.cast(new Class[]{CArrayFacade.class, Short.class}); Metadata
|
org.blender.dna.SpaceSeq.__DNA__FIELD__blockhandler
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__DNA__FIELD__blockhandler); CPointer<CArrayFacade<Short>> p_blockhandler = p.cast(new Class[]{CArrayFacade.class, Short.class}); Metadata
|
org.blender.dna.SpaceNode.__DNA__FIELD__blockhandler
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceNode spacenode = ...; CPointer<Object> p = spacenode.__dna__addressof(SpaceNode.__DNA__FIELD__blockhandler); CPointer<CArrayFacade<Short>> p_blockhandler = p.cast(new Class[]{CArrayFacade.class, Short.class}); Metadata
|
org.blender.dna.SpaceInfo.__DNA__FIELD__blockhandler
DeprecatedXXX make deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceInfo spaceinfo = ...; CPointer<Object> p = spaceinfo.__dna__addressof(SpaceInfo.__DNA__FIELD__blockhandler); CPointer<CArrayFacade<Short>> p_blockhandler = p.cast(new Class[]{CArrayFacade.class, Short.class}); Metadata
|
org.blender.dna.SpaceLogic.__DNA__FIELD__blockhandler
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceLogic spacelogic = ...; CPointer<Object> p = spacelogic.__dna__addressof(SpaceLogic.__DNA__FIELD__blockhandler); CPointer<CArrayFacade<Short>> p_blockhandler = p.cast(new Class[]{CArrayFacade.class, Short.class}); Metadata
|
org.blender.dna.SpaceLink.__DNA__FIELD__blockhandler
DeprecatedXXX make deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceLink spacelink = ...; CPointer<Object> p = spacelink.__dna__addressof(SpaceLink.__DNA__FIELD__blockhandler); CPointer<CArrayFacade<Short>> p_blockhandler = p.cast(new Class[]{CArrayFacade.class, Short.class}); Metadata
|
org.blender.dna.SpaceScript.__DNA__FIELD__blockscale
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceScript spacescript = ...; CPointer<Object> p = spacescript.__dna__addressof(SpaceScript.__DNA__FIELD__blockscale); CPointer<Float> p_blockscale = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.SpaceOops.__DNA__FIELD__blockscale
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__blockscale); CPointer<Float> p_blockscale = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.SpaceText.__DNA__FIELD__blockscale
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceText spacetext = ...; CPointer<Object> p = spacetext.__dna__addressof(SpaceText.__DNA__FIELD__blockscale); CPointer<Float> p_blockscale = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.SpaceTime.__DNA__FIELD__blockscale
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceTime spacetime = ...; CPointer<Object> p = spacetime.__dna__addressof(SpaceTime.__DNA__FIELD__blockscale); CPointer<Float> p_blockscale = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.SpaceNla.__DNA__FIELD__blockscale
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceNla spacenla = ...; CPointer<Object> p = spacenla.__dna__addressof(SpaceNla.__DNA__FIELD__blockscale); CPointer<Float> p_blockscale = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.SpaceButs.__DNA__FIELD__blockscale
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__blockscale); CPointer<Float> p_blockscale = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.SpaceIpo.__DNA__FIELD__blockscale
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__DNA__FIELD__blockscale); CPointer<Float> p_blockscale = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.SpaceSeq.__DNA__FIELD__blockscale
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__DNA__FIELD__blockscale); CPointer<Float> p_blockscale = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.SpaceNode.__DNA__FIELD__blockscale
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceNode spacenode = ...; CPointer<Object> p = spacenode.__dna__addressof(SpaceNode.__DNA__FIELD__blockscale); CPointer<Float> p_blockscale = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.SpaceInfo.__DNA__FIELD__blockscale
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceInfo spaceinfo = ...; CPointer<Object> p = spaceinfo.__dna__addressof(SpaceInfo.__DNA__FIELD__blockscale); CPointer<Float> p_blockscale = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.SpaceLogic.__DNA__FIELD__blockscale
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceLogic spacelogic = ...; CPointer<Object> p = spacelogic.__dna__addressof(SpaceLogic.__DNA__FIELD__blockscale); CPointer<Float> p_blockscale = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.SpaceLink.__DNA__FIELD__blockscale
DeprecatedXXX make deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceLink spacelink = ...; CPointer<Object> p = spacelink.__dna__addressof(SpaceLink.__DNA__FIELD__blockscale); CPointer<Float> p_blockscale = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.bAction.__DNA__FIELD__chanbase
Deprecatedlegacy data - Action Channels (bActionChannel) in pre-2.5 animation system
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: bAction baction = ...; CPointer<Object> p = baction.__dna__addressof(bAction.__DNA__FIELD__chanbase); CPointer<ListBase> p_chanbase = p.cast(new Class[]{ListBase.class}); Metadata
|
org.blender.dna.RenderData.__DNA__FIELD__cineonwhite
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: RenderData renderdata = ...; CPointer<Object> p = renderdata.__dna__addressof(RenderData.__DNA__FIELD__cineonwhite); CPointer<Short> p_cineonwhite = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.BlenderObject.__DNA__FIELD__colbits
Deprecateddeprecated, use 'matbits'
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: BlenderObject blenderobject = ...; CPointer<Object> p = blenderobject.__dna__addressof(BlenderObject.__DNA__FIELD__colbits); CPointer<Short> p_colbits = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.Strip.__DNA__FIELD__color_balance
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: Strip strip = ...; CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__color_balance); CPointer<CPointer<StripColorBalance>> p_color_balance = p.cast(new Class[]{CPointer.class, StripColorBalance.class}); Metadata
|
org.blender.dna.NodeImageAnim.__DNA__FIELD__cyclic
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: NodeImageAnim nodeimageanim = ...; CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD__cyclic); CPointer<Byte> p_cyclic = p.cast(new Class[]{Byte.class}); Metadata
|
org.blender.dna.RenderData.__DNA__FIELD__depth
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: RenderData renderdata = ...; CPointer<Object> p = renderdata.__dna__addressof(RenderData.__DNA__FIELD__depth); CPointer<Short> p_depth = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.View3D.__DNA__FIELD__dist
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: View3D view3d = ...; CPointer<Object> p = view3d.__dna__addressof(View3D.__DNA__FIELD__dist); CPointer<Float> p_dist = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.RenderData.__DNA__FIELD__domeangle
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: RenderData renderdata = ...; CPointer<Object> p = renderdata.__dna__addressof(RenderData.__DNA__FIELD__domeangle); CPointer<Short> p_domeangle = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.RenderData.__DNA__FIELD__domeres
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: RenderData renderdata = ...; CPointer<Object> p = renderdata.__dna__addressof(RenderData.__DNA__FIELD__domeres); CPointer<Short> p_domeres = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.BlenderObject.__DNA__FIELD__dsize
DeprecatedDEPRECATED, 2.60 and older only
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: BlenderObject blenderobject = ...; CPointer<Object> p = blenderobject.__dna__addressof(BlenderObject.__DNA__FIELD__dsize); CPointer<CArrayFacade<Float>> p_dsize = p.cast(new Class[]{CArrayFacade.class, Float.class}); Metadata
|
org.blender.dna.NodeImageMultiFile.__DNA__FIELD__efra
DeprecatedXXX old frame rand values from NodeImageFile for forward compatibility
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: NodeImageMultiFile nodeimagemultifile = ...; CPointer<Object> p = nodeimagemultifile.__dna__addressof(NodeImageMultiFile.__DNA__FIELD__efra); CPointer<Integer> p_efra = p.cast(new Class[]{Integer.class}); Metadata
|
org.blender.dna.NodeImageAnim.__DNA__FIELD__frames
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: NodeImageAnim nodeimageanim = ...; CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD__frames); CPointer<Integer> p_frames = p.cast(new Class[]{Integer.class}); Metadata
|
org.blender.dna.RenderData.__DNA__FIELD__freqplay
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: RenderData renderdata = ...; CPointer<Object> p = renderdata.__dna__addressof(RenderData.__DNA__FIELD__freqplay); CPointer<Short> p_freqplay = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.RenderData.__DNA__FIELD__fullscreen
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: RenderData renderdata = ...; CPointer<Object> p = renderdata.__dna__addressof(RenderData.__DNA__FIELD__fullscreen); CPointer<Short> p_fullscreen = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.View3D.__DNA__FIELD__gpd
DeprecatedGrease-Pencil Data (annotation layers)
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: View3D view3d = ...; CPointer<Object> p = view3d.__dna__addressof(View3D.__DNA__FIELD__gpd); CPointer<CPointer<bGPdata>> p_gpd = p.cast(new Class[]{CPointer.class, bGPdata.class}); Metadata
|
org.blender.dna.bNodeSocket.__DNA__FIELD__groupsock
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: bNodeSocket bnodesocket = ...; CPointer<Object> p = bnodesocket.__dna__addressof(bNodeSocket.__DNA__FIELD__groupsock); CPointer<CPointer<bNodeSocket>> p_groupsock = p.cast(new Class[]{CPointer.class, bNodeSocket.class}); Metadata
|
org.blender.dna.RenderData.__DNA__FIELD__imtype
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: RenderData renderdata = ...; CPointer<Object> p = renderdata.__dna__addressof(RenderData.__DNA__FIELD__imtype); CPointer<Short> p_imtype = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.ParticleSettings.__DNA__FIELD__ipo
Deprecatedold animation system, deprecated for 2.5
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: ParticleSettings particlesettings = ...; CPointer<Object> p = particlesettings.__dna__addressof(ParticleSettings.__DNA__FIELD__ipo); CPointer<CPointer<Ipo>> p_ipo = p.cast(new Class[]{CPointer.class, Ipo.class}); Metadata
|
org.blender.dna.MetaBall.__DNA__FIELD__ipo
Deprecatedold animation system, deprecated for 2.5
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: MetaBall metaball = ...; CPointer<Object> p = metaball.__dna__addressof(MetaBall.__DNA__FIELD__ipo); CPointer<CPointer<Ipo>> p_ipo = p.cast(new Class[]{CPointer.class, Ipo.class}); Metadata
|
org.blender.dna.Mesh.__DNA__FIELD__ipo
Deprecatedold animation system, deprecated for 2.5
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: Mesh mesh = ...; CPointer<Object> p = mesh.__dna__addressof(Mesh.__DNA__FIELD__ipo); CPointer<CPointer<Ipo>> p_ipo = p.cast(new Class[]{CPointer.class, Ipo.class}); Metadata
|
org.blender.dna.Camera.__DNA__FIELD__ipo
Deprecatedold animation system, deprecated for 2.5
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: Camera camera = ...; CPointer<Object> p = camera.__dna__addressof(Camera.__DNA__FIELD__ipo); CPointer<CPointer<Ipo>> p_ipo = p.cast(new Class[]{CPointer.class, Ipo.class}); Metadata
|
org.blender.dna.Curve.__DNA__FIELD__ipo
Deprecatedold animation system, deprecated for 2.5
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: Curve curve = ...; CPointer<Object> p = curve.__dna__addressof(Curve.__DNA__FIELD__ipo); CPointer<CPointer<Ipo>> p_ipo = p.cast(new Class[]{CPointer.class, Ipo.class}); Metadata
|
org.blender.dna.bConstraint.__DNA__FIELD__ipo
Deprecatedlocal influence ipo or driver
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: bConstraint bconstraint = ...; CPointer<Object> p = bconstraint.__dna__addressof(bConstraint.__DNA__FIELD__ipo); CPointer<CPointer<Ipo>> p_ipo = p.cast(new Class[]{CPointer.class, Ipo.class}); Metadata
|
org.blender.dna.Lattice.__DNA__FIELD__ipo
Deprecatedold animation system, deprecated for 2.5
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: Lattice lattice = ...; CPointer<Object> p = lattice.__dna__addressof(Lattice.__DNA__FIELD__ipo); CPointer<CPointer<Ipo>> p_ipo = p.cast(new Class[]{CPointer.class, Ipo.class}); Metadata
|
org.blender.dna.BlenderObject.__DNA__FIELD__ipo
Deprecatedold animation system, deprecated for 2.5
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: BlenderObject blenderobject = ...; CPointer<Object> p = blenderobject.__dna__addressof(BlenderObject.__DNA__FIELD__ipo); CPointer<CPointer<Ipo>> p_ipo = p.cast(new Class[]{CPointer.class, Ipo.class}); Metadata
|
org.blender.dna.Tex.__DNA__FIELD__ipo
Deprecatedold animation system, deprecated for 2.5
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: Tex tex = ...; CPointer<Object> p = tex.__dna__addressof(Tex.__DNA__FIELD__ipo); CPointer<CPointer<Ipo>> p_ipo = p.cast(new Class[]{CPointer.class, Ipo.class}); Metadata
|
org.blender.dna.Material.__DNA__FIELD__ipo
Deprecatedold animation system, deprecated for 2.5
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: Material material = ...; CPointer<Object> p = material.__dna__addressof(Material.__DNA__FIELD__ipo); CPointer<CPointer<Ipo>> p_ipo = p.cast(new Class[]{CPointer.class, Ipo.class}); Metadata
|
org.blender.dna.World.__DNA__FIELD__ipo
Deprecatedold animation system, deprecated for 2.5
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: World world = ...; CPointer<Object> p = world.__dna__addressof(World.__DNA__FIELD__ipo); CPointer<CPointer<Ipo>> p_ipo = p.cast(new Class[]{CPointer.class, Ipo.class}); Metadata
|
org.blender.dna.Sequence.__DNA__FIELD__ipo
Deprecatedold animation system, deprecated for 2.5
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: Sequence sequence = ...; CPointer<Object> p = sequence.__dna__addressof(Sequence.__DNA__FIELD__ipo); CPointer<CPointer<Ipo>> p_ipo = p.cast(new Class[]{CPointer.class, Ipo.class}); Metadata
|
org.blender.dna.Lamp.__DNA__FIELD__ipo
Deprecatedold animation system, deprecated for 2.5
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: Lamp lamp = ...; CPointer<Object> p = lamp.__dna__addressof(Lamp.__DNA__FIELD__ipo); CPointer<CPointer<Ipo>> p_ipo = p.cast(new Class[]{CPointer.class, Ipo.class}); Metadata
|
org.blender.dna.Key.__DNA__FIELD__ipo
Deprecatedold animation system, deprecated for 2.5
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: Key key = ...; CPointer<Object> p = key.__dna__addressof(Key.__DNA__FIELD__ipo); CPointer<CPointer<Ipo>> p_ipo = p.cast(new Class[]{CPointer.class, Ipo.class}); Metadata
|
org.blender.dna.RenderData.__DNA__FIELD__jp2_preset
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: RenderData renderdata = ...; CPointer<Object> p = renderdata.__dna__addressof(RenderData.__DNA__FIELD__jp2_preset); CPointer<Short> p_jp2_preset = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.MovieTrackingSettings.__DNA__FIELD__keyframe1
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: MovieTrackingSettings movietrackingsettings = ...; CPointer<Object> p = movietrackingsettings.__dna__addressof(MovieTrackingSettings.__DNA__FIELD__keyframe1); CPointer<Integer> p_keyframe1 = p.cast(new Class[]{Integer.class}); Metadata
|
org.blender.dna.MovieTrackingSettings.__DNA__FIELD__keyframe2
Deprecatedtwo keyframes for reconstruction initialization were moved to per-tracking object settings
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: MovieTrackingSettings movietrackingsettings = ...; CPointer<Object> p = movietrackingsettings.__dna__addressof(MovieTrackingSettings.__DNA__FIELD__keyframe2); CPointer<Integer> p_keyframe2 = p.cast(new Class[]{Integer.class}); Metadata
|
org.blender.dna.UserDef.__DNA__FIELD__keymaps
Deprecateddeprecated in favor of user_keymaps
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: UserDef userdef = ...; CPointer<Object> p = userdef.__dna__addressof(UserDef.__DNA__FIELD__keymaps); CPointer<ListBase> p_keymaps = p.cast(new Class[]{ListBase.class}); Metadata
|
org.blender.dna.RenderData.__DNA__FIELD__maximsize
Deprecatedmax in Kb
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: RenderData renderdata = ...; CPointer<Object> p = renderdata.__dna__addressof(RenderData.__DNA__FIELD__maximsize); CPointer<Short> p_maximsize = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.NodeImageAnim.__DNA__FIELD__movie
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: NodeImageAnim nodeimageanim = ...; CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD__movie); CPointer<Byte> p_movie = p.cast(new Class[]{Byte.class}); Metadata
|
org.blender.dna.Mesh.__DNA__FIELD__mr
Deprecateddeprecated multiresolution modeling data, only keep for loading old files
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: Mesh mesh = ...; CPointer<Object> p = mesh.__dna__addressof(Mesh.__DNA__FIELD__mr); CPointer<CPointer<Multires>> p_mr = p.cast(new Class[]{CPointer.class, Multires.class}); Metadata
|
org.blender.dna.bNodeTree.__DNA__FIELD__nodetype
Deprecatedspecific node type this tree is used for
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: bNodeTree bnodetree = ...; CPointer<Object> p = bnodetree.__dna__addressof(bNodeTree.__DNA__FIELD__nodetype); CPointer<Integer> p_nodetype = p.cast(new Class[]{Integer.class}); Metadata
|
org.blender.dna.NodeImageAnim.__DNA__FIELD__nr
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: NodeImageAnim nodeimageanim = ...; CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD__nr); CPointer<Integer> p_nr = p.cast(new Class[]{Integer.class}); Metadata
|
org.blender.dna.bNodeSocket.__DNA__FIELD__ns
Deprecatedcustom data for inputs, only UI writes in this
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: bNodeSocket bnodesocket = ...; CPointer<Object> p = bnodesocket.__dna__addressof(bNodeSocket.__DNA__FIELD__ns); CPointer<bNodeStack> p_ns = p.cast(new Class[]{bNodeStack.class}); Metadata
|
org.blender.dna.View3D.__DNA__FIELD__ofs
DeprecatedXXX deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: View3D view3d = ...; CPointer<Object> p = view3d.__dna__addressof(View3D.__DNA__FIELD__ofs); CPointer<CArrayFacade<Float>> p_ofs = p.cast(new Class[]{CArrayFacade.class, Float.class}); Metadata
|
org.blender.dna.MovieTrackingStabilization.__DNA__FIELD__ok
DeprecatedWithout effect now, we initialize on every frame. Formerly used for caching of init values
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: MovieTrackingStabilization movietrackingstabilization = ...; CPointer<Object> p = movietrackingstabilization.__dna__addressof(MovieTrackingStabilization.__DNA__FIELD__ok); CPointer<Integer> p_ok = p.cast(new Class[]{Integer.class}); Metadata
|
org.blender.dna.bNodeSocket.__DNA__FIELD__own_index
Deprecatedgroup socket identifiers, to find matching pairs after reading files
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: bNodeSocket bnodesocket = ...; CPointer<Object> p = bnodesocket.__dna__addressof(bNodeSocket.__DNA__FIELD__own_index); CPointer<Integer> p_own_index = p.cast(new Class[]{Integer.class}); Metadata
|
org.blender.dna.Image.__DNA__FIELD__packedfile
Deprecateddeprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: Image image = ...; CPointer<Object> p = image.__dna__addressof(Image.__DNA__FIELD__packedfile); CPointer<CPointer<PackedFile>> p_packedfile = p.cast(new Class[]{CPointer.class, PackedFile.class}); Metadata
|
org.blender.dna.NodeImageLayer.__DNA__FIELD__pass_index
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: NodeImageLayer nodeimagelayer = ...; CPointer<Object> p = nodeimagelayer.__dna__addressof(NodeImageLayer.__DNA__FIELD__pass_index); CPointer<Integer> p_pass_index = p.cast(new Class[]{Integer.class}); Metadata
|
org.blender.dna.MovieTrackingTrack.__DNA__FIELD__pat_max
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: MovieTrackingTrack movietrackingtrack = ...; CPointer<Object> p = movietrackingtrack.__dna__addressof(MovieTrackingTrack.__DNA__FIELD__pat_max); CPointer<CArrayFacade<Float>> p_pat_max = p.cast(new Class[]{CArrayFacade.class, Float.class}); Metadata
|
org.blender.dna.MovieTrackingTrack.__DNA__FIELD__pat_min
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: MovieTrackingTrack movietrackingtrack = ...; CPointer<Object> p = movietrackingtrack.__dna__addressof(MovieTrackingTrack.__DNA__FIELD__pat_min); CPointer<CArrayFacade<Float>> p_pat_min = p.cast(new Class[]{CArrayFacade.class, Float.class}); Metadata
|
org.blender.dna.View3D.__DNA__FIELD__persp
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: View3D view3d = ...; CPointer<Object> p = view3d.__dna__addressof(View3D.__DNA__FIELD__persp); CPointer<Short> p_persp = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.RenderData.__DNA__FIELD__planes
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: RenderData renderdata = ...; CPointer<Object> p = renderdata.__dna__addressof(RenderData.__DNA__FIELD__planes); CPointer<Short> p_planes = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.ClothSimSettings.__DNA__FIELD__preroll
DeprecatedHow many frames of simulation to do before we start.
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: ClothSimSettings clothsimsettings = ...; CPointer<Object> p = clothsimsettings.__dna__addressof(ClothSimSettings.__DNA__FIELD__preroll); CPointer<Integer> p_preroll = p.cast(new Class[]{Integer.class}); Metadata
|
org.blender.dna.FreestyleConfig.__DNA__FIELD__raycasting_algorithm
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: FreestyleConfig freestyleconfig = ...; CPointer<Object> p = freestyleconfig.__dna__addressof(FreestyleConfig.__DNA__FIELD__raycasting_algorithm); CPointer<Integer> p_raycasting_algorithm = p.cast(new Class[]{Integer.class}); Metadata
|
org.blender.dna.MovieTrackingStabilization.__DNA__FIELD__rot_track
Deprecateduse TRACK_USE_2D_STAB_ROT on individual tracks instead
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: MovieTrackingStabilization movietrackingstabilization = ...; CPointer<Object> p = movietrackingstabilization.__dna__addressof(MovieTrackingStabilization.__DNA__FIELD__rot_track); CPointer<CPointer<MovieTrackingTrack>> p_rot_track = p.cast(new Class[]{CPointer.class, MovieTrackingTrack.class}); Metadata
|
org.blender.dna.ParticleSettings.__DNA__FIELD__rotfrom
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: ParticleSettings particlesettings = ...; CPointer<Object> p = particlesettings.__dna__addressof(ParticleSettings.__DNA__FIELD__rotfrom); CPointer<Short> p_rotfrom = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.ToolSettings.__DNA__FIELD__sculpt_paint_settings
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: ToolSettings toolsettings = ...; CPointer<Object> p = toolsettings.__dna__addressof(ToolSettings.__DNA__FIELD__sculpt_paint_settings); CPointer<Short> p_sculpt_paint_settings = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.ToolSettings.__DNA__FIELD__sculpt_paint_unified_alpha
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: ToolSettings toolsettings = ...; CPointer<Object> p = toolsettings.__dna__addressof(ToolSettings.__DNA__FIELD__sculpt_paint_unified_alpha); CPointer<Float> p_sculpt_paint_unified_alpha = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.ToolSettings.__DNA__FIELD__sculpt_paint_unified_size
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: ToolSettings toolsettings = ...; CPointer<Object> p = toolsettings.__dna__addressof(ToolSettings.__DNA__FIELD__sculpt_paint_unified_size); CPointer<Integer> p_sculpt_paint_unified_size = p.cast(new Class[]{Integer.class}); Metadata
|
org.blender.dna.ToolSettings.__DNA__FIELD__sculpt_paint_unified_unprojected_radius
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: ToolSettings toolsettings = ...; CPointer<Object> p = toolsettings.__dna__addressof(ToolSettings.__DNA__FIELD__sculpt_paint_unified_unprojected_radius); CPointer<Float> p_sculpt_paint_unified_unprojected_radius = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.MovieTrackingTrack.__DNA__FIELD__search_max
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: MovieTrackingTrack movietrackingtrack = ...; CPointer<Object> p = movietrackingtrack.__dna__addressof(MovieTrackingTrack.__DNA__FIELD__search_max); CPointer<CArrayFacade<Float>> p_search_max = p.cast(new Class[]{CArrayFacade.class, Float.class}); Metadata
|
org.blender.dna.MovieTrackingTrack.__DNA__FIELD__search_min
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: MovieTrackingTrack movietrackingtrack = ...; CPointer<Object> p = movietrackingtrack.__dna__addressof(MovieTrackingTrack.__DNA__FIELD__search_min); CPointer<CArrayFacade<Float>> p_search_min = p.cast(new Class[]{CArrayFacade.class, Float.class}); Metadata
|
org.blender.dna.NodeImageAnim.__DNA__FIELD__sfra
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: NodeImageAnim nodeimageanim = ...; CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD__sfra); CPointer<Integer> p_sfra = p.cast(new Class[]{Integer.class}); Metadata
|
org.blender.dna.NodeImageMultiFile.__DNA__FIELD__sfra
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: NodeImageMultiFile nodeimagemultifile = ...; CPointer<Object> p = nodeimagemultifile.__dna__addressof(NodeImageMultiFile.__DNA__FIELD__sfra); CPointer<Integer> p_sfra = p.cast(new Class[]{Integer.class}); Metadata
|
org.blender.dna.bNodeSocket.__DNA__FIELD__stack_type
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: bNodeSocket bnodesocket = ...; CPointer<Object> p = bnodesocket.__dna__addressof(bNodeSocket.__DNA__FIELD__stack_type); CPointer<Short> p_stack_type = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.World.__DNA__FIELD__starb
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: World world = ...; CPointer<Object> p = world.__dna__addressof(World.__DNA__FIELD__starb); CPointer<Float> p_starb = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.World.__DNA__FIELD__starcolnoise
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: World world = ...; CPointer<Object> p = world.__dna__addressof(World.__DNA__FIELD__starcolnoise); CPointer<Float> p_starcolnoise = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.World.__DNA__FIELD__stardist
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: World world = ...; CPointer<Object> p = world.__dna__addressof(World.__DNA__FIELD__stardist); CPointer<Float> p_stardist = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.World.__DNA__FIELD__starg
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: World world = ...; CPointer<Object> p = world.__dna__addressof(World.__DNA__FIELD__starg); CPointer<Float> p_starg = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.World.__DNA__FIELD__stark
DeprecatedDeprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: World world = ...; CPointer<Object> p = world.__dna__addressof(World.__DNA__FIELD__stark); CPointer<Float> p_stark = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.World.__DNA__FIELD__starmindist
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: World world = ...; CPointer<Object> p = world.__dna__addressof(World.__DNA__FIELD__starmindist); CPointer<Float> p_starmindist = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.World.__DNA__FIELD__starr
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: World world = ...; CPointer<Object> p = world.__dna__addressof(World.__DNA__FIELD__starr); CPointer<Float> p_starr = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.World.__DNA__FIELD__starsize
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: World world = ...; CPointer<Object> p = world.__dna__addressof(World.__DNA__FIELD__starsize); CPointer<Float> p_starsize = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.RenderData.__DNA__FIELD__stereomode
Deprecatedstandalone player stereo settings
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: RenderData renderdata = ...; CPointer<Object> p = renderdata.__dna__addressof(RenderData.__DNA__FIELD__stereomode); CPointer<Short> p_stereomode = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.Mesh.__DNA__FIELD__subdiv
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: Mesh mesh = ...; CPointer<Object> p = mesh.__dna__addressof(Mesh.__DNA__FIELD__subdiv); CPointer<Byte> p_subdiv = p.cast(new Class[]{Byte.class}); Metadata
|
org.blender.dna.Mesh.__DNA__FIELD__subdivr
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: Mesh mesh = ...; CPointer<Object> p = mesh.__dna__addressof(Mesh.__DNA__FIELD__subdivr); CPointer<Byte> p_subdivr = p.cast(new Class[]{Byte.class}); Metadata
|
org.blender.dna.RenderData.__DNA__FIELD__subimtype
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: RenderData renderdata = ...; CPointer<Object> p = renderdata.__dna__addressof(RenderData.__DNA__FIELD__subimtype); CPointer<Short> p_subimtype = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.Mesh.__DNA__FIELD__subsurftype
Deprecatedonly kept for backwards compat, not used anymore
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: Mesh mesh = ...; CPointer<Object> p = mesh.__dna__addressof(Mesh.__DNA__FIELD__subsurftype); CPointer<Byte> p_subsurftype = p.cast(new Class[]{Byte.class}); Metadata
|
org.blender.dna.Mesh.__DNA__FIELD__tface
Deprecateddeprecated, use mtface
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: Mesh mesh = ...; CPointer<Object> p = mesh.__dna__addressof(Mesh.__DNA__FIELD__tface); CPointer<CPointer<TFace>> p_tface = p.cast(new Class[]{CPointer.class, TFace.class}); Metadata
|
org.blender.dna.bNodeSocket.__DNA__FIELD__to_index
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: bNodeSocket bnodesocket = ...; CPointer<Object> p = bnodesocket.__dna__addressof(bNodeSocket.__DNA__FIELD__to_index); CPointer<Integer> p_to_index = p.cast(new Class[]{Integer.class}); Metadata
|
org.blender.dna.TreeStore.__DNA__FIELD__totelem
Deprecatedwas previously used for memory preallocation
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: TreeStore treestore = ...; CPointer<Object> p = treestore.__dna__addressof(TreeStore.__DNA__FIELD__totelem); CPointer<Integer> p_totelem = p.cast(new Class[]{Integer.class}); Metadata
|
org.blender.dna.SpaceNode.__DNA__FIELD__treetype
Deprecatedtreetype: as same nodetree->type
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceNode spacenode = ...; CPointer<Object> p = spacenode.__dna__addressof(SpaceNode.__DNA__FIELD__treetype); CPointer<Integer> p_treetype = p.cast(new Class[]{Integer.class}); Metadata
|
org.blender.dna.NodeImageMultiFileSocket.__DNA__FIELD__use_render_format
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: NodeImageMultiFileSocket nodeimagemultifilesocket = ...; CPointer<Object> p = nodeimagemultifilesocket.__dna__addressof(NodeImageMultiFileSocket.__DNA__FIELD__use_render_format); CPointer<Short> p_use_render_format = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.SpaceAction.__DNA__FIELD__v2d
Deprecatedcopied to region
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceAction spaceaction = ...; CPointer<Object> p = spaceaction.__dna__addressof(SpaceAction.__DNA__FIELD__v2d); CPointer<View2D> p_v2d = p.cast(new Class[]{View2D.class}); Metadata
|
org.blender.dna.SpaceOops.__DNA__FIELD__v2d
Deprecateddeprecated, copied to region
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceOops spaceoops = ...; CPointer<Object> p = spaceoops.__dna__addressof(SpaceOops.__DNA__FIELD__v2d); CPointer<View2D> p_v2d = p.cast(new Class[]{View2D.class}); Metadata
|
org.blender.dna.SpaceTime.__DNA__FIELD__v2d
Deprecateddeprecated, copied to region
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceTime spacetime = ...; CPointer<Object> p = spacetime.__dna__addressof(SpaceTime.__DNA__FIELD__v2d); CPointer<View2D> p_v2d = p.cast(new Class[]{View2D.class}); Metadata
|
org.blender.dna.SpaceNla.__DNA__FIELD__v2d
Deprecateddeprecated, copied to region
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceNla spacenla = ...; CPointer<Object> p = spacenla.__dna__addressof(SpaceNla.__DNA__FIELD__v2d); CPointer<View2D> p_v2d = p.cast(new Class[]{View2D.class}); Metadata
|
org.blender.dna.SpaceButs.__DNA__FIELD__v2d
Deprecateddeprecated, copied to region
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceButs spacebuts = ...; CPointer<Object> p = spacebuts.__dna__addressof(SpaceButs.__DNA__FIELD__v2d); CPointer<View2D> p_v2d = p.cast(new Class[]{View2D.class}); Metadata
|
org.blender.dna.SpaceIpo.__DNA__FIELD__v2d
Deprecateddeprecated, copied to region
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceIpo spaceipo = ...; CPointer<Object> p = spaceipo.__dna__addressof(SpaceIpo.__DNA__FIELD__v2d); CPointer<View2D> p_v2d = p.cast(new Class[]{View2D.class}); Metadata
|
org.blender.dna.SpaceSeq.__DNA__FIELD__v2d
Deprecateddeprecated, copied to region
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__DNA__FIELD__v2d); CPointer<View2D> p_v2d = p.cast(new Class[]{View2D.class}); Metadata
|
org.blender.dna.SpaceNode.__DNA__FIELD__v2d
Deprecateddeprecated, copied to region
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceNode spacenode = ...; CPointer<Object> p = spacenode.__dna__addressof(SpaceNode.__DNA__FIELD__v2d); CPointer<View2D> p_v2d = p.cast(new Class[]{View2D.class}); Metadata
|
org.blender.dna.View3D.__DNA__FIELD__view
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: View3D view3d = ...; CPointer<Object> p = view3d.__dna__addressof(View3D.__DNA__FIELD__view); CPointer<Short> p_view = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.View3D.__DNA__FIELD__viewquat
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: View3D view3d = ...; CPointer<Object> p = view3d.__dna__addressof(View3D.__DNA__FIELD__viewquat); CPointer<CArrayFacade<Float>> p_viewquat = p.cast(new Class[]{CArrayFacade.class, Float.class}); Metadata
|
org.blender.dna.FluidsimSettings.__DNA__FIELD__viscosityMode
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: FluidsimSettings fluidsimsettings = ...; CPointer<Object> p = fluidsimsettings.__dna__addressof(FluidsimSettings.__DNA__FIELD__viscosityMode); CPointer<Short> p_viscosityMode = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.SpaceSeq.__DNA__FIELD__xof
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__DNA__FIELD__xof); CPointer<Float> p_xof = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.RenderData.__DNA__FIELD__xparts
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: RenderData renderdata = ...; CPointer<Object> p = renderdata.__dna__addressof(RenderData.__DNA__FIELD__xparts); CPointer<Short> p_xparts = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.RenderData.__DNA__FIELD__xplay
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: RenderData renderdata = ...; CPointer<Object> p = renderdata.__dna__addressof(RenderData.__DNA__FIELD__xplay); CPointer<Short> p_xplay = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.SpaceSeq.__DNA__FIELD__yof
Deprecateddeprecated: offset for drawing the image preview
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__DNA__FIELD__yof); CPointer<Float> p_yof = p.cast(new Class[]{Float.class}); Metadata
|
org.blender.dna.RenderData.__DNA__FIELD__yparts
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: RenderData renderdata = ...; CPointer<Object> p = renderdata.__dna__addressof(RenderData.__DNA__FIELD__yparts); CPointer<Short> p_yparts = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.RenderData.__DNA__FIELD__yplay
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: RenderData renderdata = ...; CPointer<Object> p = renderdata.__dna__addressof(RenderData.__DNA__FIELD__yplay); CPointer<Short> p_yplay = p.cast(new Class[]{Short.class}); Metadata
|
org.blender.dna.SpaceSeq.__DNA__FIELD__zoom
Deprecateddeprecated, handled by View2D now
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SpaceSeq spaceseq = ...; CPointer<Object> p = spaceseq.__dna__addressof(SpaceSeq.__DNA__FIELD__zoom); CPointer<Float> p_zoom = p.cast(new Class[]{Float.class}); Metadata
|
Constructor and Description |
---|
org.cakelab.json.JSONPrettyprint(boolean, int) |