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
46df840e
Commit
46df840e
authored
14 years ago
by
Martin Buerbaum
Browse files
Options
Downloads
Patches
Plain Diff
* Version 0.7.8 - MINOR: Brought the script up-to-date with my local changes.
* Removed some TODO comments * Updated version log
parent
f823e6c4
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
space_view3d_panel_measure.py
+8
-10
8 additions, 10 deletions
space_view3d_panel_measure.py
with
8 additions
and
10 deletions
space_view3d_panel_measure.py
+
8
−
10
View file @
46df840e
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
bl_addon_info
=
{
bl_addon_info
=
{
"
name
"
:
"
Measure Panel
"
,
"
name
"
:
"
Measure Panel
"
,
"
author
"
:
"
Buerbaum Martin (Pontiac)
"
,
"
author
"
:
"
Buerbaum Martin (Pontiac)
"
,
"
version
"
:
(
0
,
7
,
7
),
"
version
"
:
(
0
,
7
,
8
),
"
blender
"
:
(
2
,
5
,
3
),
"
blender
"
:
(
2
,
5
,
3
),
"
api
"
:
31667
,
"
api
"
:
31667
,
"
location
"
:
"
View3D > Properties > Measure
"
,
"
location
"
:
"
View3D > Properties > Measure
"
,
...
@@ -58,7 +58,13 @@ It's very helpful to use one or two "Empty" objects with
...
@@ -58,7 +58,13 @@ It's very helpful to use one or two "Empty" objects with
"
Snap during transform
"
enabled for fast measurement.
"
Snap during transform
"
enabled for fast measurement.
Version history:
Version history:
v0.7.7 - One more change to he callback registration code.
v0.7.8 - Various Py API changes by Campbell ...
bl_default_closed -> bl_options = {
'
DEFAULT_CLOSED
'
}
x.verts -> x.vertices
@classmethod def poll(cls, context)
No
"
location
"
in bl_addon_info->name
bl_addon_info->api
v0.7.7 - One more change to the callback registration code.
Now it should finally work as intended.
Now it should finally work as intended.
v0.7.6 - API changes (r885, r886) - register & unregister function
v0.7.6 - API changes (r885, r886) - register & unregister function
v0.7.5.3 - Small fix for bug in v0.7.5.1
v0.7.5.3 - Small fix for bug in v0.7.5.1
...
@@ -159,14 +165,6 @@ v0.2 - Distance value is now displayed via a FloatProperty widget (and
...
@@ -159,14 +165,6 @@ v0.2 - Distance value is now displayed via a FloatProperty widget (and
Thanks goes to ideasman42 (Campbell Barton) for helping me out on this.
Thanks goes to ideasman42 (Campbell Barton) for helping me out on this.
v0.1 - Initial revision. Seems to work fine for most purposes.
v0.1 - Initial revision. Seems to work fine for most purposes.
TODO:
There is a random segmentation fault when moving the 3D cursor in edit mode.
Mainly this happens when clicking inside the white circle of the translation
manipulator. There may be other cases though.
See the other
"
todo
"
comments below.
More links:
More links:
http://gitorious.org/blender-scripts/blender-measure-panel-script
http://gitorious.org/blender-scripts/blender-measure-panel-script
http://blenderartists.org/forum/showthread.php?t=177800
http://blenderartists.org/forum/showthread.php?t=177800
...
...
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