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-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