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
2012-09-27pep8 cleanupCampbell Barton
2012-08-25use sets when checking against multiple typesCampbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-07Fixed the broken mesh functions.Adam Wiseman
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-05-20fix for keymaps unregister errorBrendon Murphy
2012-04-20small fix for bmesh (face materials)Brendon Murphy
added warning "some mesh functions broken"
2012-02-14fixed bug where copy protected transform wasn't working; lock_rotations_4d ↵v2.62Bassam Kurdali
is a bool, just copy, don't try to iterate on it.
2012-02-05Code Cleanup: pep8Campbell Barton
2012-01-19- Removed dots from the end of descriptionSergey Sharybin
- Check for keymap availability to suppress warning messages when running blender in background mode
2012-01-14remove api field, was never used.Campbell Barton
2012-01-01minor pep8 editsCampbell Barton
2011-12-31a little nicer use of matrix types, no functional changesCampbell Barton
2011-12-23added group membership copying to object menu.Bassam Kurdali
2011-11-19indentation edits and copy pyrimid from contrib (where I had made some ↵Campbell Barton
edits), removed so this wont happen again.
2011-10-01Interesting that terminal now prints this kinda of errors!Daniel Salazar
RNA_def_struct_ui_text: 'MESH_OT_copy_face_settings' '' description ends with a '.' !
2011-09-22removing copy texface properties from copy attribute addonDalai Felinto
2011-09-20quick fix for addons/space_view3d_copy_attributes.pyBrendon Murphy
commented out line 784 # bpy.types.DATA_PT_texface.append(_add_tface_buttons)
2011-08-08use sets rather then tuples for if checks, python optimizes this case.Campbell Barton
2011-08-06Addon updates for keymap changes.Brecht Van Lommel
[[Split portion of a mixed commit.]]
2011-06-21pep8 compliance Campbell Barton
2011-05-20SVN maintenance.Guillermo S. Romero
2011-05-19visual and local copying for object transfroms for dfelintoBassam Kurdali
2011-04-25SVN maintenance.Guillermo S. Romero
2011-04-18fixed Matrix.invert() to Matrix.inverted() due to changes in py api, thanks ↵Bassam Kurdali
Jason for bugging me :)
2011-04-01pep8 cleanup & remove unused importsCampbell Barton
2011-03-26more updates for recent changes in blender.Campbell Barton
2011-03-26patch [#26620] Correction leakage [#26601] Python error when use of autocompleteCampbell Barton
from perfection cat (sindra1961)
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-03-15pep8 cleanupCampbell Barton
2011-03-01Fixed edit mode copying that was broken in 2.56Adam Wiseman
2011-02-27replace imports from *, considered bad practice by python devs.Campbell Barton
2011-02-11all modules now register and unregister without errors.Campbell Barton
2011-02-11fix for addons, all addons now load without errors, next test unload.Campbell Barton
2011-02-11add in module register calls (first pass, batch replace, will test each ↵Campbell Barton
addon next).
2011-02-06fix for recent mathutils updates. note that the logic here is confusing and ↵Campbell Barton
Im not sure why the original bone matrix us used at all.
2011-02-05update for changes in mathutuils.Campbell Barton
2011-02-01Some more location/description editingJonathan Smith
2011-01-25fix [#25791] Copy Attributes?\191Copy Vertex Weights ↵Campbell Barton
Subfunction?\191Doesn?\191t Work\nfrom Lawrence D'Oliveiro (ldo)
2011-01-25fix [#25616] fix for changed vertex group assignment APICampbell Barton
from Lawrence D'Oliveiro (ldo)
2011-01-24changes Operator names for new, stricter checking.Campbell Barton
2011-01-14bl_info-izingBassam Kurdali
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.]]
2011-01-01clear some pep8 complaintsCampbell Barton
2010-11-21updated to trunk api change matrix_local -> matrix basis (for pose bones)Bassam Kurdali
2010-11-21== copy attributes ==Luca Bonavita
updating tracker url
2010-10-26bugfix [#23787] Addon keybindings assume view3d keymaps are available.Campbell Barton
2010-10-24update for rna changeCampbell Barton