You need to sign in or sign up before continuing.
- Mar 23, 2012
-
-
Campbell Barton authored
update addons enabled by default to use 'faces -> tessfaces' also grease pencil scatter and quake map export.
-
- Mar 21, 2012
-
-
Martin Buerbaum authored
* Remove scene_update from the handlers on unregister.
-
Martin Buerbaum authored
* Fixed normal calculation (again) for global mode.
-
Martin Buerbaum authored
* API change: ngon_tesselate -> ngon_tessellate * Use persistent handler (scene_update in scene_update_post) for geometry calculation to reduce CPU load when idle. * Remove all properties when add-on is unregistered. * Minor: Moved text offset constants to the other script constants. * TODO: Still heavy load while doing simple translation/scaling/rotation though. Is there a way to avoid that?
-
Brendon Murphy authored
by default the script now has display distance false this prevent the script failing to deactivate
-
- Feb 22, 2012
-
-
Martin Buerbaum authored
* Use ngon_tesselate (bpy_extras.mesh_utils) for quads/ngons
-
- Feb 21, 2012
-
-
Martin Buerbaum authored
-
Martin Buerbaum authored
* Calculate surface area & normals for n-gons. * Fixed normal calculation to return saner values. * Check prevent volume calculation for n-gons (todo: actually write code for this).
-
- Feb 17, 2012
-
-
Martin Buerbaum authored
* Unit display in 3D View (Patch by Alessandro Sala: getUnitsInfo & convertDistance) * Fixed usage of variable name when displaying a property (use empty text). * TODO: In the future the core functionality of unit conversion could possibly be used directly from Blender C code (=new API function) to avoid redundancy?
-
- Jan 14, 2012
-
-
Campbell Barton authored
-
- Dec 31, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
-
- Dec 08, 2011
-
-
Martin Buerbaum authored
* Added support for edge length measurement * Updated API revision and Blender version * Rearranged some things to make code clearer - it's still pretty cumbersome :-(. * Also moved "Update selection" button to the very top.
-
- Oct 07, 2011
-
-
Martin Buerbaum authored
* Some cleanup in the panels UI structure. * Non-meshes do not show wrong data now (from previously selected meshes). * Removed version history/changelog from the script. This is handled by svn/git anyway. * Added missing normal&volume comments.
-
- Sep 19, 2011
-
-
Bastien Montagne authored
Plus a few styling enhancements. [[Split portion of a mixed commit.]]
-
Martin Buerbaum authored
* Volume calculation and mainfold check code by Benjamin Lauritzen (Loonsbury) * Updated API revision
-
- Sep 14, 2011
-
-
Martin Buerbaum authored
-
Martin Buerbaum authored
* Measurement of face normals by TNae + extended to cover all cases. * Patch link: http://blenderartists.org/forum/showthread.php?177800-Measure-script-%28Blender-2.5x-only%29&p=1896219&viewfull=1#post1896219 * Grouped measured values inside boxes.
-
- Sep 08, 2011
-
-
Brendon Murphy authored
-
- Jul 25, 2011
-
-
Campbell Barton authored
-
- Jul 10, 2011
-
-
Campbell Barton authored
-
- Mar 29, 2011
-
-
Martin Buerbaum authored
* Moved property definitions to registration function. * Changed automatic callback adding to manual, the current API doesn't seem to allow this top be automatically yet.
-
Brendon Murphy authored
"warning": "Script returns errors"
-
- Mar 19, 2011
-
-
Jonathan Smith authored
-
- Feb 11, 2011
-
-
Campbell Barton authored
-
- Feb 05, 2011
-
-
Campbell Barton authored
-
- Feb 01, 2011
-
-
Jonathan Smith authored
-
- Jan 24, 2011
-
-
Campbell Barton authored
-
- Jan 14, 2011
-
-
Campbell Barton authored
-
- Jan 08, 2011
-
-
Luca Bonavita authored
READ THIS TO AVOID A LOT OF WORK! New way of linking to tracker pages: just use the parameter "aid" (artifact ID), to avoid a lot of manual updates later in wiki and svn. Example: ========= OLD WAY TO LINK TO TRACKER ----------------------------- Complete url of a script in Upload http://projects.blender.org/tracker/index.php?func=detail&aid=25349&group_id=153&atid=467 If we move this in contrib this url will become http://projects.blender.org/tracker/index.php?func=detail&aid=25349&group_id=153&atid=468 467 becomes 468, so we have to update this in wiki page. Later on, when this moves into Trunk, the url will become http://projects.blender.org/tracker/index.php?func=detail&aid=25349&group_id=153&atid=469 468 becomes 469, so we have to update the url in wiki page and svn. Annoying! NEW WAY TO LINK TO TRACKER ----------------------------- Best way to link to tracker page is using: http://projects.blender.org/tracker/index.php?func=detail&aid=25349 Use "func=detail" Use "aid" (which is the "artifact ID") DON'T use "group_id" (which is the project ID, bf-extensions is project 153) DON'T use "atid" (which is the "artifacts tracker ID") Like this, the url is unique, and we will avoid to update wiki pages and svn after moving pages [[Split portion of a mixed commit.]]
-
- Dec 29, 2010
-
-
Martin Buerbaum authored
* Moved setting of properties to callback function (it is bad practise to set it in the draw code). * Fixed distance calculation of parented objects. * API change: add_modal_handler -> modal_handler_add * Regression: I had to disable area display for selection with more than 2 meshes (for now, still searching for a nice solution). * Fixed Local/Global vert-loc calculations in EditMode.
-
- Dec 08, 2010
-
-
Campbell Barton authored
-
- Nov 29, 2010
-
-
Martin Buerbaum authored
-
- Nov 26, 2010
-
-
Martin Buerbaum authored
* Applied patch by Filiciss Muhgue that (mostly) fixes the quad view. Thanks for that! * Patch link: https://projects.blender.org/tracker/?func=detail&atid=127&aid=24932&group_id=9 * TODO: Make Quad view more useful (fix text position, display 2D value of the hypotenuse rather than the 3D one)
-
- Oct 14, 2010
-
-
Brendon Murphy authored
tested rev:32411
-
- Sep 17, 2010
-
-
Brendon Murphy authored
tested as working rev 31965
-
- Sep 11, 2010
-
-
Thomas Dinges authored
by Filiciss Muhgue (filiciss). Thanks a lot! Part 2: Extensions
-
- Sep 10, 2010
-
-
Brendon Murphy authored
-
Brendon Murphy authored
added warning to panel measure
-