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
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
2010-09-02update for rna changesCampbell Barton
2010-09-01* Version 0.7.8 - MINOR: Brought the script up-to-date with my local changes.Martin Buerbaum
* Removed some TODO comments * Updated version log
2010-08-31== trunk addons ==Luca Bonavita
- comforming after my commit in bf-blender: - removed the categories from addons names - made 'version' a tuple of integers - added 'api' field - formatted wiki and trackers pages and added where needed (empty pages are yet to be written by the authors though) - more conforming: - 1 tab = 4 spaces - please check everything is fine in case I made some gross mistake
2010-08-26fix for changes in blender.Campbell Barton
2010-08-18updates for changes in blenders apiCampbell Barton
2010-08-09update for changes in blender.Campbell Barton
2010-08-05update for changes in blender.Campbell Barton
2010-08-03* Small syntax fixMartin Buerbaum
2010-08-03* Version 0.7.7 - One more change to the callback registration code.Martin Buerbaum
* Now it should _finally_ work as intended.
2010-08-02fix for registering scripts.Campbell Barton
- mesh_surface_sketch.py - render_renderfarmfi.py - space_view3d_align_tools.py - object_cloud_gen.py also move bl_addon_info to the top for faster parsing.
2010-08-02update addons to work with new register/unregister method,Campbell Barton
These scritps still need changes related to parent classes - mesh_surface_sketch.py - render_renderfarmfi.py - space_view3d_align_tools.py - object_cloud_gen.py
2010-07-31Correctly takes translation into account again now.Fabian Fricke
2010-07-31* Version 0.7.5.2 - Changed callback registration back to original code & ↵Martin Buerbaum
fixed bug in there (use bl_idname instead of bl_label)
2010-07-31removed warning + updated changelogFabian Fricke
2010-07-31global mode wasn't taking rotation into account properly.Fabian Fricke
2010-07-31Fixed the freezing and drawing issues for now, runs fine again.Fabian Fricke
2010-07-30* Re-added warning because of lagging and stuck UI.Martin Buerbaum
2010-07-30* Version 0.7.4 - Fixed the add_modal_handler and callback_add code.Martin Buerbaum
* Thanks to jesterKing for pointing that out :-)
2010-07-30== measure panel script ==Luca Bonavita
adding a warning in the measure panel script, it is really bugged jesterKing and others report laggines and UI stuck tested and confirming
2010-07-27* Version 0.7.3.1 - Fixed bug that made all lines in Blender stippled :-)Martin Buerbaum
2010-07-27* Version 0.7.3 - Added display of delta x/y/z value in 3D view.Martin Buerbaum
* Also added display of dx,dy,dz lines * Changed the "dist" colors to something not already used by x/y/z axes. * Inspired by warpi's patch here: http://blenderartists.org/forum/showpost.php?p=1671033&postcount=47
2010-07-15update for changes in blenders api.Campbell Barton
2010-07-13== trunk scripts confirming ==Luca Bonavita
- every script is now (2,5,3) - added warning field in bl_addon_info so every dev knows about this: when "warning" field is not empty, a warning icon appears and text alerts users about a buggy script (this is used during development, released scripts should must have this empty of course) - formatted scripts info like this - GPL - docstring - bl_addon_info - imports so that the actual script starts after the bl_addon_info dict - removed old 2.4x cruft like __url__, __bpydoc__, __author__ etc, not needed anymore (when the case integrated info with bl_addon_info and in case of one email meta just put it in the GPL) - next commits I plan to do contrib scripts and conform io scripts naming
2010-07-03update for changes in blenderCampbell Barton
2010-06-20Took out warning sign for panel measureJonathan Smith
2010-06-20Added fontid args to all missing spots so that script now displays text ↵Jonathan Smith
distance on the screen
2010-06-17added "warning" fieldLuca Bonavita
according to commit I just madein bf-blender see http://lists.blender.org/pipermail/bf-blender-cvs/2010-June/028699.html check 3dview category in addons panel
2010-06-16changed message to include description.Brendon Murphy
2010-06-16return to 3D View Menu with note that script returns errors.Brendon Murphy
2010-06-07Return space_view3d_panel_measure.py to trunk, with the "Broken" Category.Brendon Murphy
[[Split portion of a mixed commit.]]