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
04fa0809
Commit
04fa0809
authored
14 years ago
by
Daniel Salazar
Browse files
Options
Downloads
Patches
Plain Diff
Forgot to up the version and logs
parent
13553840
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
animation_rotobezier.py
+8
-7
8 additions, 7 deletions
animation_rotobezier.py
with
8 additions
and
7 deletions
animation_rotobezier.py
+
8
−
7
View file @
04fa0809
...
...
@@ -19,7 +19,7 @@
bl_addon_info
=
{
'
name
'
:
'
RotoBezier
'
,
'
author
'
:
'
Daniel Salazar <zanqdo@gmail.com>
'
,
'
version
'
:
(
0
,
7
),
'
version
'
:
(
0
,
8
),
'
blender
'
:
(
2
,
5
,
5
),
'
api
'
:
33232
,
'
location
'
:
'
Select a Curve: Toolbar > RotoBezier panel
'
,
...
...
@@ -36,13 +36,14 @@ bl_addon_info = {
Thanks to Campbell Barton for his API additions and fixes
Daniel Salazar - ZanQdo
Rev 0.1
i
nitial release
Rev 0.2
n
ew make matte object tools and convenient display toggles
Rev 0.3
t
ool to clear all animation from the curve
Rev 0.4
m
oved from curve properties to toolbar
Rev 0.5
a
dded pass index property
Rev 0.6
r
e-arranged UI
Rev 0.1
I
nitial release
Rev 0.2
N
ew make matte object tools and convenient display toggles
Rev 0.3
T
ool to clear all animation from the curve
Rev 0.4
M
oved from curve properties to toolbar
Rev 0.5
A
dded pass index property
Rev 0.6
R
e-arranged UI
Rev 0.7 Adding options for what properties to keyframe
Rev 0.8 Allowing to key NURBS
-------------------------------------------------------------------------
'''
...
...
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