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
2019-08-16space_view3d_spacebar_menu: move to folder structure: T68591meta-androcto
2019-08-04Sculpting: Remove Show Diffuse Color OptionAaron Carlisle
This should have been removed in 2.80 as the functionality was removed. This feature now does not do anything and can be removed.
2019-06-01space_view3d_spacebar_menu: fix edit selection modesmeta-androcto
2019-05-20space_view3d_spacebar_menu: grease pencil menus, various changesmeta-androcto
2019-05-20space_view3d_spacebar_menu: add context grease pencil menusmeta-androcto
2019-05-20space_view3d_spacebar_menu: initial support, grease pencil modesmeta-androcto
2019-05-18Fix T64786: dynamic spacebar menu gives error without an active objectBrecht Van Lommel
2019-05-18Updates for removal of mesh.show_double_sidedBrecht Van Lommel
Change glTF to use the new material backface culling option, which is more correct since the Blender double sided option was about lighting only, not culling.
2019-05-17space_view3d_spacebar_menu: fix for edit mode vef selection not updating, ↵meta-androcto
repurposed from viewport pies modes menu
2019-05-11space_view3d_spacebar_menu: update add menumeta-androcto
2019-05-11space_view3d_spacebar_menu: update animation and view menu'smeta-androcto
2019-05-11space_view3d_spacebar_menu: expose animation menumeta-androcto
2019-05-09space_view3d_spacebar_menu: Initial recognize new object typesmeta-androcto
2019-05-08space_view3d_spacebar_menu: fix context "no object selected"meta-androcto
2019-04-28space_view3d_spacebar_menu: small fixesmeta-androcto
2019-04-28space_view3d_spacebar_menu: fix various errorsmeta-androcto
2019-03-26spacebar menu: fixes for class namesmeta-androcto
2019-03-12Update for changes to BlenderCampbell Barton
2019-03-01Update for API change: scene.cursor_location -> scene.cursor.locationCampbell Barton
Note that some scripts still used the 3D view cursor which has been removed for a while.
2019-02-28Update for rename: constraint_orientation -> orient_typeCampbell Barton
2019-02-15Initial port Spacebar menu addon: T60493meta-androcto
2019-01-18Update Add-ons class properties to annotationsNBurn
This should take care of most of the class property conversions to use the new annotation format (colon instead of equals) for assignment. There may still be a few edge cases that were missed.
2018-12-21Rename user_preferences -> preferencesCampbell Barton
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
This follows naming convention agreed on in T56648.
2018-11-01UI: Rename "Cursor to Center" to "Cursor to World Origin"Pablo Vazquez
Just labels as well, this time for add-ons.
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-10-09Update for new icon set.Brecht Van Lommel
2018-10-05Update for border select -> box select renameCampbell Barton
2018-09-062.8: update for x_ray and draw/display renaming.Brecht Van Lommel
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2018-07-23UI: more descriptive tooltipInes Almeida
2018-07-10Remove camera_only optionCampbell Barton
2018-07-06Update for renaming lamp to light.Brecht Van Lommel
2018-04-17A few addons related cleanup after BGE removalDalai Felinto
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