Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-24removing broken addon. T42940Brendon Murphy
2014-10-30* Measure Panel - Version 0.9.1Martin Buerbaum
* Fixed value update in sidebar when drawing of lines was disabled. * Fixed display of wrong edge lengh in edit mode (context.active_object was wrong) * Added callback removal thanks to Daniel Ashby (hopefully this finally works :-D) https://gitorious.org/blender-scripts/blender-measure-panel-script/commit/5a265e7ceb87b01ab98256c4109a9777730242c8 * PEP8 fixes
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2012-12-20update for api changes, note this script isnt using the API properly, it ↵Campbell Barton
adds a draw handler but never removes it.
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-12-19* Measure Panel - Version 0.9.0Martin Buerbaum
* Update for correct calculation of feet-inch (Patch by Alessandro Sala) * Upped precision for display to 5 digits (same as Blender)
2012-09-06code cleanup: ensure modal_handler_add() is called directly before returning.Campbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-03-23update addons enabled by default to use 'faces -> tessfaces' also grease ↵Campbell Barton
pencil scatter and quake map export.
2012-03-21* Measure Panel - Version 0.8.9Martin Buerbaum
* Remove scene_update from the handlers on unregister.
2012-03-21* Measure Panel - Version 0.8.8Martin Buerbaum
* Fixed normal calculation (again) for global mode.
2012-03-21* Measure Panel - Version 0.8.7Martin Buerbaum
* 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?
2012-03-21fix for file new still displaying the measurementsBrendon Murphy
by default the script now has display distance false this prevent the script failing to deactivate
2012-02-22* Measure Panel - Version 0.8.6Martin Buerbaum
* Use ngon_tesselate (bpy_extras.mesh_utils) for quads/ngons
2012-02-21* PEP8 cleanupMartin Buerbaum
2012-02-21* Measure Panel - Version 0.8.5Martin Buerbaum
* 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).
2012-02-17* Measure Panel - Version 0.8.4Martin Buerbaum
* 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?
2012-01-14remove api field, was never used.Campbell Barton
2011-12-31update for col major matrix change + some formatting editsCampbell Barton
2011-12-31avoid getting the object data from the object many times in a loopCampbell Barton
2011-12-08* Measure Panel - Version 0.8.2Martin Buerbaum
* 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.
2011-10-07* Measure Panel - Version 0.8.1Martin Buerbaum
* 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.
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
Plus a few styling enhancements. [[Split portion of a mixed commit.]]
2011-09-19* Measure Panel - Version 0.8.0Martin Buerbaum
* Volume calculation and mainfold check code by Benjamin Lauritzen (Loonsbury) * Updated API revision
2011-09-14* Forgot to set the version number in the header.Martin Buerbaum
2011-09-14* Measure Panel - Version 0.7.15Martin Buerbaum
* 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.
2011-09-08added warning to script & bug report on tracker page.Brendon Murphy
2011-07-25swap vector multiplication order, also some style changesCampbell Barton
2011-07-10replace 3d->2d function from one in bpy_extrasCampbell Barton
2011-03-29* Measure Panel - Version 0.7.13Martin Buerbaum
* 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.
2011-03-29addons/space_view3d_panel_measure.pyBrendon Murphy
"warning": "Script returns errors"
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-02-11add in module register calls (first pass, batch replace, will test each ↵Campbell Barton
addon next).
2011-02-05update for changes in mathutuils.Campbell Barton
2011-02-01And again, polishing off some more that I missed.Jonathan Smith
2011-01-24changes Operator names for new, stricter checking.Campbell Barton
2011-01-14bl_addon_info -> bl_infoCampbell Barton
2011-01-08== Tracker urls formatting ==Luca Bonavita
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.]]
2010-12-29* Measure Panel - Version 0.7.12Martin Buerbaum
* 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.
2010-12-08updates for changes in blenders apiCampbell Barton
2010-11-29* Version 0.7.11 - Applied patch by Filiciss Muhgue that fixes the text ↵Martin Buerbaum
dsiplay in quad view.
2010-11-26* Measure Panel - Version 0.7.10Martin Buerbaum
* 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)
2010-10-15working revision testsBrendon Murphy
tested rev:32411
2010-09-17api updateBrendon Murphy
tested as working rev 31965
2010-09-11Patch [#23759] more replace self.properties.foo --> self.foo for ↵Thomas Dinges
bf-extensions/trunk/py/scripts by Filiciss Muhgue (filiciss). Thanks a lot! Part 2: Extensions
2010-09-10version mismatch, removed warningBrendon Murphy
2010-09-10rev number updatesBrendon Murphy
added warning to panel measure
2010-09-10* Version 0.7.9 - Updated scene properties for changes in property API.Martin Buerbaum
* See http://lists.blender.org/pipermail/bf-committers/2010-September/028654.html