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
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2017-09-30Dynamic Context Menu: Fix issues with moving the object to a new layerlijenstina
Bump version to 1.8.7 Moving the active object to a different layer or switching to a different layer will cause: - Showing two contexts together (the no object one will be on top) - errors with accessing operators (as the context.object is passed) Use context.active_object as the obj var instead
2017-09-26Dynamic Context Menu: Disable Group Instance if there are no Groupslijenstina
Bump version to 1.8.6 Cover the case when the bpy.data.groups is zero disable the entry as it will have just an empty menu Add the case when there is more than 10 groups similar to the space_view3d
2017-05-16spacebar menu disable edge intersect local mode: T51322meta-androcto
2017-04-18Spacebar Menu: Fix Brush menu in Paint modelijenstina
Bumped version to 1.8.5 Fix the brush menu being broken by the missing brush attribute in Texture Painting mode before adding the UV map and the Paint Slot The bug is also in Blender's UI (from which the code is derived) Some small fixes - add a check to wire all Operator Update wiki link
2017-03-28Remove unnecessary check if classes are registeredCampbell Barton
This should never happen, if it does its a bug elsewhere
2017-03-11Spacebar Menu: Small context fixes and cleanupslijenstina
Bumped version to 1.8.4 Remove the Transform, Mirror and Snap to Cursor from the Sculpt menu Replace the separators with the switchable ones in the VIEW3D_OT_Interactive_Mode_Grease_Pencil Add a check for the Particle Edit in the VIEW3D_MT_Object_Interactive_Mode Small style cleanups, use toggle in Preferences
2017-01-15spacebar menu: expose object & pose constraints: update addons project T50357meta-androcto
2016-12-02Spacebar Menu: fix crash during (F8) reloadlijenstina
Prevent multiple removal by using the class.__dict__ check
2016-11-26Spacebar menu: Replace the removed Iconslijenstina
Replace the removed X_VEC and EDIT_VEC vector icons
2016-11-22Spacebar Menu: fix operators crashing with Searchlijenstina
Operators crashed when called from the Search Menu Wrap the bpy.ops calls in vfeOrigin into a try except
2016-11-16Spacebar Menu: Minor cleanuplijenstina
Some newline backslashes got stripped Simplify UseBrushesLists return
2016-09-13spacebar menu: fix sculpt mode, write in context sensitive gp edit modemeta-androcto
2016-08-20Cleanup with Flake8, fix a bug with wrong variable namelijenstina
Cleanup the PEP8 warnings Remove unused variables Fix a bug with Curve Proportional Edit (wrong named variable)
2016-07-22Clean Up: remove redundant bl_tracker infometa-androcto
2016-05-30spacebar menu update, thanks @lijenstinameta-androcto
2016-04-28Spacebar menu: clean up, remove invalid menumeta-androcto
2016-04-25Cleanup: mixed tab/space indentCampbell Barton
2016-04-25Simplify object checkCampbell Barton
2016-04-25Clean Up: remove unused classmeta-androcto
2016-04-24fix context: no objects, T48181 cleanupmeta-androcto
2016-04-24Fix: Missing Menu's, clean upmeta-androcto
2016-04-19Spacebar Menu: Fix bl_infometa-androcto
2016-04-19Update Dynamic Spacebar Menu: Context Sensitive cleanup, code rewritemeta-androcto
2015-03-31Fix T44127: py translations freeing func not being called when ↵Bastien Montagne
space_bar_menu addon is enabled. That's great mystery - that addon was doing 'bad' `from bpy import *`. Removing that fixes the issue, but... :/
2015-03-05Cleanup: typosCampbell Barton
2014-10-12update bl_info & location textBrendon Murphy
2014-06-15Fix T40629: Dynamic Space Bar adds Lattice instead of empty after adding at ↵Bastien Montagne
least one lattice object. Menu act correctly though. Patch by meta-androcto (Brendon Murphy), thanks!
2014-05-26Fix T40093: Dynmic Spacebar Menu Empty in Armature Edit ModeBrendon Murphy
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-04-25Followup to fixes regarding armature layers operators.Bastien Montagne
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2013-11-20Update scripts for changes to blenders API.Campbell Barton
2013-08-09add items to spacebar menuCampbell Barton
2013-06-04update for change in blenderCampbell Barton
2013-04-29update for change in blenderCampbell Barton
2013-02-17was comparing against wrong enum.Campbell Barton
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-11-01update for changes in svnCampbell Barton
2012-08-17update to mesh select by numberBrendon Murphy
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-05-20fix for keymaps unregister errorBrendon Murphy
2012-03-17UI messages: unification of select/deselect stuff.Bastien Montagne
Previously we had three versions, Select/Deselect, Select or Deselect, and (De)select, choosen the third (shortest) one for now.
2012-03-11Addons:Thomas Dinges
* Remove api info, this is not used anymore.
2012-02-20update for change in blenderCampbell 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-14update for changes in svnCampbell Barton
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-26updates for add speaker objectBrendon Murphy
2011-10-10removing Version Information & adding to wiki pageBrendon Murphy