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-01-29addons: objects.link/unlink syntax updateNBurn
Changed objects.link and objects.unlink from scene to collection
2019-01-29addons: more view_layer syntax updatesNBurn
2019-01-29addons: view_layer.objects.active syntax updateNBurn
2019-01-29addons: object select_get 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-12-21Rename user_preferences -> preferencesCampbell Barton
2018-12-07Fix T58896: Addons with ob.vertex_groups.new without name keyworkDalai Felinto
Original report: OBJ file import fails for objects with vertex groups defined when polygroups option is selected
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
This follows naming convention agreed on in T56648.
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-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-06Update for renaming lamp to light.Brecht Van Lommel
2018-03-03Add Advanced Objects: CubeSter vertex color changes, small cleanuplijenstina
Bump version to 1.1.6 Some style tweaks activelatticeobject unregister code not needed, since it was removed in the previous commit CubeSter module: - Address the vertex color changes using versioning, search for the **bl_version** and **get_colors** pattern in the code - Fix a missed property call during previous refactor - Remove an unused variable
2017-12-06Fix easy latticeCampbell Barton
D2943 by @deadpin - Removes broken/unused code that would attempt to delete already added easy-lattices - Allows the creation of multiple easy-lattices in the same scene AND for the same object (incl. support for multiple vertex groups) - Add scale factor so the user can create lattices smaller/larger than the target mesh - Add Catmull-Rom option - Code style (variable naming, UI naming, return values, etc.) - Support local-view, thanks to @lijenstina
2017-09-02Cleanup: quiet strict name warnings for addons a..h.Campbell Barton
2017-06-29advanced objects:remove drop to ground mentionmeta-androcto
2017-06-19Add Advanced Objects: Fix pixelate properties errorlijenstina
Bumped the Menu to 1.1.5 Fixed the ommission during the refactor Scene properties cannot be used inside an Operator replaced them with the self ones Removed the pixelate properties from init as not needed Fix the error related to moving drop to ground to a separate add-on - if it is not enabled it will error out No need for a duplicate entry
2017-06-17Add Advanced Objects: Fix missing import, small cleanuplijenstina
Oscurart Chain Maker was missing from the menu init Small cleanup Remove unused imports Drop To Ground: fix a few issues with the object types crashes Better tooltips, logging and help description Clear the reported variable on reruns
2017-06-15add advanced objects: split to 2 folders menu and panelmeta-androcto