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
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
2013-04-15Minor UI messages fix (we keep as much as possible infinitive! ;) ).Bastien Montagne
2013-04-15option to apply scale on export. also add global scale options for ↵Campbell Barton
exporters. OBJ/X3D/VRML/PLY/STL
2013-04-10add option to copy textures on export.Campbell Barton
2013-04-08fix for intersections (bad limits)Campbell Barton
2013-04-04resolve issues reported by dolf.Campbell Barton
(but not all) 1. Don't zoom out when selecting output. Often you want to recheck an area you're working on... and you have to zoom back in again and again. 3. The distorted check is a great tool.. I have the default value at 45 degrees... I think you had it at 15? That's a bit low. 4. The upper limit for thickness check needs to be much higher. If you're working in mm 1 is too low (coloured prints have a lower limit of 2mm)... so make the limit for the check 10 or so. 5. Sharp edge check seems to work for both negative and positive values. There is very much a difference between those when printing... You're usually looking for pointy stuff.
2013-03-25Typo! ;)Bastien Montagne
2013-03-24move print toolbox into trunkCampbell Barton
[[Split portion of a mixed commit.]]