Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
blender-addons
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blender
blender-addons
Commits
b51c09fd
Commit
b51c09fd
authored
2 years ago
by
Daniel Salazar
Browse files
Options
Downloads
Patches
Plain Diff
AnimAll: Clearer names for keyable properties
parent
46234f26
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
animation_animall.py
+6
-6
6 additions, 6 deletions
animation_animall.py
with
6 additions
and
6 deletions
animation_animall.py
+
6
−
6
View file @
b51c09fd
...
...
@@ -33,22 +33,22 @@ class AnimallProperties(bpy.types.PropertyGroup):
default
=
True
)
key_shape
:
BoolProperty
(
name
=
"
Shape
"
,
name
=
"
Shape
Key
"
,
description
=
"
Insert keyframes on active Shape Key layer
"
,
default
=
False
)
key_uvs
:
BoolProperty
(
name
=
"
UV
s
"
,
name
=
"
UV
Map
"
,
description
=
"
Insert keyframes on active UV coordinates
"
,
default
=
False
)
key_ebevel
:
BoolProperty
(
name
=
"
E
-
Bevel
"
,
name
=
"
E
dge
Bevel
"
,
description
=
"
Insert keyframes on edge bevel weight
"
,
default
=
False
)
key_vbevel
:
BoolProperty
(
name
=
"
V
-
Bevel
"
,
name
=
"
V
ertex
Bevel
"
,
description
=
"
Insert keyframes on vertex bevel weight
"
,
default
=
False
)
...
...
@@ -58,12 +58,12 @@ class AnimallProperties(bpy.types.PropertyGroup):
default
=
False
)
key_vgroups
:
BoolProperty
(
name
=
"
V
-g
roups
"
,
name
=
"
V
ertex G
roups
"
,
description
=
"
Insert keyframes on active Vertex group values
"
,
default
=
False
)
key_attribute
:
BoolProperty
(
name
=
"
Active
Attribute
"
,
name
=
"
Attribute
"
,
description
=
"
Insert keyframes on active attribute values
"
,
default
=
False
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment