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-05-17Update for Depsgraph API changesPhilipp Oeser
Reviewers: sergey Differential Revision: https://developer.blender.org/D4883
2019-05-16Update for Depsgraph API changesSergey Sharybin
Addresses new behavior of object.to_mesh(). This is corresponding part for D4875. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D4876
2019-05-16Addons: Adopt for Dependency Graph API changesSergey Sharybin
Mainly search-and-replace approach. Tested the enabled-by-default export/import addons. Seems to work with an exception of X3D which is still referencing Blender Internal material properties. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D4866
2019-05-06Update addons for changes to proportional edit modeCampbell Barton
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-25addons: object select_set syntax updateNBurn
2018-12-063D Print Toolbox: update to 2.8 APIPhilipp Oeser
would fail to calculate Volume or Area for object with modifier Fixes T58798
2018-11-08Update for changes in Blender's APICampbell Barton
2018-11-06Updates for change in ViewLayer RNA API.Bastien Montagne
2018-10-31object_print3d_utils: update iconCampbell Barton
2018-10-12Fixes for tessface removal.Brecht Van Lommel
2018-10-10Update for removal of tessfaces.Brecht Van Lommel
This ports the already working addons. The disabled x3d, psk, lwo, 3ds, raw, dxf addons still need to be converted.
2018-10-02Print3D: remove option to rename the categoryCampbell Barton
This is unstable (unregisters panel types while in use).
2018-10-02Print3D: use annotationsCampbell Barton
2018-10-01Update for 2.8Campbell Barton
TODO: - Ray-cast for thickness doesn't have access to an evaluated mesh. - Exporters such as PLY need updating too.
2018-09-07Cleanup: trailing spaceCampbell Barton
2018-06-15Print3D: CleanupMikhail Rachinskiy
2018-04-25Print3D: Fix (unreported) broken Clean DistortedMikhail Rachinskiy
Distort check gave positive result with all faces.
2017-09-03Print3D: Accidentally removed default property value in previous commitMikhail Rachinskiy
2017-09-02Print3D Cleanup: Strict namanig for classesMikhail Rachinskiy
2017-05-28print3d utils: Fix T48213meta-androcto
2017-04-16Print3D: Update panel Renamelijenstina
As a part of the task T50726: Update the Panel rename code to more generic one update call was missing during register
2017-01-22print3d utils:restrict tab/panel context edit/object modes T50357meta-androcto
2017-01-11Fix T50352: 3D-printing check misinterprates flat ngons as non-flatPhilipp Oeser
2016-11-12Print3D: cleanup unused variables and imports, fix unused operatorlijenstina
Pep8 cleanup Remove unused variables and imports Print3DCleanThin was registered even though it was just a stub It would crash when called from the search menu (TODO was not commented out) Added an info message about multiple object selection - only the active object is checked
2016-11-11Print3D: Fix for T49895Mikhail Rachinskiy
2016-08-153d print toolbox: unify change tab categorymeta-androcto
2016-07-18Print3D: Make statistics less confusing D2107Mikhail Rachinskiy
2016-02-13Use power instead of multiplyCampbell Barton
2015-12-18Update 3d-print toolbox to only export selectionCampbell Barton
2015-12-02Update for changes to ray_castCampbell Barton
2015-09-26Change UI name of clean non-manifold operator to reflect that it doesZanQdo
2015-09-01remove print left in by accidentCampbell Barton
2015-08-243D Print Tools: use BVH for overlap checkCampbell Barton
Fixes T38241
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
Python 3.4.0 deprecated the "imp" module, and replaced it with "importlib". This changes imp.reload() into implib.reload(). Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D1016
2014-08-11Patch T41093: Cleanup non-manifoldCampbell Barton
by Caretdashcaret with own edits
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-02-24Fix T38788: zero area faces raised exception with overhang testCampbell Barton
2014-02-01Add Print 3D panels to '3D Printing' TabJonathan Williamson
2014-01-03Add 3D Printing category for addon.Jonathan Williamson
This adds the 3D Printing category to the addon such that it's placed in a "3D Printing" tab of the 3D View Toolbar.
2013-11-26Fix Print3D Toolbox: fix button alignmentCampbell Barton
2013-11-20Fix T37555: Update 3D toolbox for changes to the BMesh API.Campbell Barton
2013-05-07use bmesh volume function, show cubit inches for volume/area statistics.Campbell Barton
2013-05-06minor tweak to printing tools, report which axis is clamped.Campbell Barton
2013-05-06add scale to bounds, scale to volume - to the 3d toolboxCampbell Barton
2013-04-29fix for error running 'check all' in editmode.Campbell Barton
2013-04-17undo change from yesterday. scale was working correctlyCampbell Barton
2013-04-16invert scaleCampbell Barton