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-09-07Merge branch 'master' into blender2.8Campbell Barton
2018-09-07Update for changes in Blender's APICampbell Barton
2018-09-062.8: update for x_ray and draw/display renaming.Brecht Van Lommel
2018-07-06Update for renaming lamp to light.Brecht Van Lommel
2018-02-27Carver MT: Update to version 1.1.8, various fixeslijenstina
Bump version to 1.1.8 Remove the Boolean mode toggles and bgl related code Remove some of the unused variables Some code style tweaks Translate some previously missed tooltips Simplify some of the repetive code Use a property group for some of the scene props Fix crashes: - If there are any selected objects that are not meshes - Fix an error in master related to storing selection (invalid object) - Fix memory leak on quiting Blender while the operator is running Note: Concerning the E722 Pep8 - Bare Except Warning since there is a notice with a full exception it can be disregarded
2017-07-26Carver MT: Cleanup, remove redundant tracker_urllijenstina
Bumped version to 1.1.7 Pep8 cleanup Consistent property definitions import bpy.props as a tuple Note: still there are some that seems unused variables those need further looking into before removal
2017-01-28Fix T50456: Carver MT update to 1.1.6lijenstina
Patch by Ted Milker (TedMilker) with minor modification, thanks. Bump Version to 1.1.6 Add In-scene profiles, brush depth adjustment, fix rotation bug Add the possibility of switching Solver between BMesh and Carve (default key is v) Minor style clean up and translation to English of comments Update some descriptions Switch the type for Enable_Tab_01 and 02 from scene properties to add-on preferences Add traceback to the modal except message
2016-08-13Remove numpy import from mesh_carverlijenstina
Seems that is not used anywhere in the script Testing didn't show any errors neither running Flake8
2016-08-11mesh_carver: fix broken scaling of profile brushPhilipp Oeser
2016-08-08clean up bl_info, add wiki linksmeta-androcto
2016-07-31Add mesh_carver.py to release. re: T48561meta-androcto