forked from LeenkxTeam/LNXSDK
Update leenkx/blender/lnx/props.py
This commit is contained in:
parent
1f52eed66c
commit
b8771e9d81
@ -379,7 +379,7 @@ def init_properties():
|
||||
bpy.types.MetaBall.lnx_dynamic_usage = BoolProperty(name="Dynamic Data Usage", description="Metaball data can change at runtime", default=False)
|
||||
# For armature
|
||||
bpy.types.Armature.lnx_cached = BoolProperty(name="Armature Cached", description="No need to reexport armature data", default=False)
|
||||
bpy.types.Armature.lnx_autobake = BoolProperty(name="Auto Bake", description="Bake constraints automatically", default=True)
|
||||
bpy.types.Armature.lnx_autobake = BoolProperty(name="Auto Bake", description="Bake constraints automatically", default=False)
|
||||
bpy.types.Armature.lnx_relative_bone_constraints = BoolProperty(name="Relative Bone Constraints", description="Constraint are applied relative to Armature's parent", default=False)
|
||||
# For camera
|
||||
bpy.types.Camera.lnx_frustum_culling = BoolProperty(name="Frustum Culling", description="Perform frustum culling for this camera", default=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user