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
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.]]
2010-06-04[[Split portion of a mixed commit.]]Brendon Murphy
2010-05-31== addons ==Luca Bonavita
- added tracker_url to most of the current scripts in release, see http://lists.blender.org/pipermail/bf-blender-cvs/2010-May/028285.html - apparently missing tracker pages for 2 scripts: - io_anim_camera.py - io_mesh_stl.py - wiki links: - added link to space_view3d_materials_utils.py - conformed link in import_scene_unreal_psk.py
2010-05-31Updates for API changes in SVN 29091.Thomas Dinges
2010-04-25update for mathutils, also stripped some redundant conversions.Campbell Barton
2010-04-24collections like context.selected_objects no longer return None for empty ↵Campbell Barton
lists. Update scripts for this. also removed check for obj.data == None for a mesh. This will never happen.
2010-04-14* Version 0.7 (0.7 final)Martin Buerbaum
* Summary of changes: * Initial support for drawing lines. (Thanks to Algorith for applying my perspective_matrix patch.) * The distance value (in BUs) is also drawn in the 3D view now. * Also fixed some wrong calculations of global/local distances. * Now it's really "what you see is what is calculated". * Use bl_addon_info for Add-On information. Use "3D View" in category & name * Renamed reenter_editmode to view3d.reenter_editmode. * Renamed panel_measure.py into space_view3d_panel_measure.py * Active object is only used for edit-mode now. Measurement with exactly one sel. (but not necessarily active) object now gets the obj via the sel-object array. * API change Mathutils -> mathutils (r557) * Reduced PRECISION to 4 * Deselecting 1 of 2 objects now works correctly (active object is ignored). * Force a redraw of the area so disabling the "measure_panel_draw" checkbox will clear the line/text. * Only calculate area (CPU heavy) if a "area" checkbox is enabled.
2010-04-11rename Mathutils --> mathutilsCampbell Barton
2010-04-07* Version 0.6.4 - Fixed unneeded meshdata duplication (sometimes crashes ↵Martin Buerbaum
Blender). * Bug http://projects.blender.org/tracker/?func=detail&atid=453&aid=21913&group_id=153 * The script now correctly calculated the surface area (faceAreaGlobal) of scaled meshes.
2010-04-04api update Campbell Barton
2010-04-01modify all scripts to include 1 line description in line with new patch committBrendon Murphy
commit 27934 by DingTo: Improved Addons in User Prefs by Keith Boshoff (wahooney) This adds a "description" field to addons (ideally a small 1 liner, with basic info) [[Split portion of a mixed commit.]]
2010-03-27modify files to new wiki links to all scriptsBrendon Murphy
add pontiac's clever fix for long wiki links to all scripts links should be pep8 compliant now.
2010-03-24conform add-ons to filter 3D View as a category.Brendon Murphy
2010-03-23minor change to conform add-ons to 3d View naming.Brendon Murphy
not 3D View or 3d view. so there is 1 menu listing in the add-Ons Filter.
2010-03-16rename scriptsCampbell Barton