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-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
2010-10-24update for changed apiCampbell Barton
2010-10-15working revision testsBrendon Murphy
tested rev:32411
2010-09-24use the operator rather then its properties for drawing the UI, now its ↵Campbell Barton
supported in the api.
2010-09-22Fix from Randal Rickert to add x_ray to Draw mode copy, thanks!Bassam Kurdali
2010-09-18The FromLayer menus weren't getting registered.Adam Wiseman
2010-09-18SVN maintenance.Guillermo S. Romero
2010-09-18moved to trunk after merges with wiseman's edit mode code.Brendon Murphy
thanks to all involved. [[Split portion of a mixed commit.]]