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
c2ee5f2d
Commit
c2ee5f2d
authored
14 years ago
by
Martin Buerbaum
Browse files
Options
Downloads
Patches
Plain Diff
* Woops, that was actually v0.3.4
parent
f0b345d3
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
add_mesh_3d_function_surface.py
+3
-2
3 additions, 2 deletions
add_mesh_3d_function_surface.py
with
3 additions
and
2 deletions
add_mesh_3d_function_surface.py
+
3
−
2
View file @
c2ee5f2d
...
...
@@ -24,7 +24,7 @@ from bpy.props import *
bl_addon_info
=
{
'
name
'
:
'
Add Mesh: 3D Function Surfaces
'
,
'
author
'
:
'
Buerbaum Martin (Pontiac)
'
,
'
version
'
:
'
0.3.
3
'
,
'
version
'
:
'
0.3.
4
'
,
'
blender
'
:
(
2
,
5
,
3
),
'
location
'
:
'
View3D > Add > Mesh > Z Function Surface &
'
\
'
XYZ Function Surface
'
,
...
...
@@ -63,9 +63,10 @@ and
menu.
Version history:
v0.3.
3
- Updated store_recall_properties, apply_object_align
v0.3.
4
- Updated store_recall_properties, apply_object_align
and create_mesh_object.
Changed how recall data is stored.
v0.3.3 - API change Mathutils -> mathutils (r557)
v0.3.2 - Various fixes&streamlining by ideasman42/Campbell Barton.
r544 Compile expressions for faster execution
r544 Use operator reports for errors too
...
...
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