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
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2020-07-15Fix T78864: the apply_as parameter of modifier_apply was removed.Alexander Gavrilov
Explicitly specifying DATA was redundant anyway, as that was the default.
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-12-01object addons: update manual linksmeta-androcto
2019-09-24object_skinify: move to create tab, prevent tab jumps: T70017meta-androcto
2019-09-24object_skinify: close panel, update bl_info location: T70017meta-androcto
2019-05-25object_skinify: initial fix for 2.8meta-androcto
2019-05-20API update: percentage to factorNBurn
2019-05-06Update addons for changes to proportional edit modeCampbell Barton
2019-02-28Update for rename: constraint_orientation -> orient_typeCampbell Barton
2019-01-29addons: view_layer.objects.active syntax updateNBurn
2019-01-25addons: object select_set syntax updateNBurn
2019-01-23addons: add missing text= keyword after labelNBurn
2019-01-21addons: blender version number fixNBurn
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-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2017-09-04object_skinify.py remove os imports, cleanup. 2.79 release backport. T52536karab44
2017-09-04object_skinify.py fix for 2.79 release T52536meta-androcto
2017-08-29object skinify, platform compatibility, Fix T52536meta-androcto
2017-07-21Skinify: Fix crash with access from Search and Repeat Historylijenstina
Bumped version to 0.9.2 Fix the issue reported on the IRC: Setting bl_options to UNDO, INTERNAL since access through the Search Menu or Repeat History will cause a context loss and crash Similar to the solution for the Task 50086
2017-07-12Skinify Rig: Cleanuplijenstina
Bumped version to 0.9.1 Pep8 cleanup Strip trailing empty spaces No other functional changes
2017-07-12skinify rig: fixes for rigify by Karab44meta-androcto
2017-06-20Skinify: Cleanup, bump to version 0.8.9lijenstina
Bump version to 0.8.9 Pep8 cleanup mostly long lines and spaces
2017-06-19object skinify: fixes by karab44meta-androcto
2017-06-14Skinify: Update to new rigify types by karab44: T51036meta-androcto
2017-06-01Skinify: Small cleanup, use properties grouplijenstina
Bump version on 0.8.1 Pep8 cleanup Move the properties to a PropertyGroup they can be accessed with context.scene.skinify Properties names and tooltips cleanup Use layout.split for some of the UI code Remove the app.handler on unregister and add an additional check in the init_props function
2017-05-28skinify: update to new rigifykarab44
2017-04-02initial commit: Skinify by karab44: T51036meta-androcto