Commit Graph

20 Commits

Author SHA1 Message Date
e8da6131fd License headers: use SPDX-FileCopyrightText for all addons
Move copyright text to SPDX-FileCopyrightText or set to the
Blender Foundation so "make check_licenses" now runs without warnings.
2023-06-15 16:54:05 +10:00
f7876b71cd File headers: use SPDX license identifiers
Some files needed to be changed manually.
2022-02-11 16:34:06 +11:00
2d8edd6ded Fix T76049: Errors after adding a Gear or Worm (extra objects) 2020-05-03 19:55:52 +03:00
18a8d4900e Addon Mesh Extra Objects: Fixed add object in Edit mode 2020-01-15 00:05:43 +02:00
91f9d211df add_mesh_teapot: Fix double verts: T65506 2019-06-05 11:27:07 +10:00
aeabdc02a8 Update Add-ons class properties to annotations
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.
2019-01-17 16:48:54 -05:00
d7d3233715 Spelling fixes in comments and descriptions, patch by luzpaz.
Differential Revision: https://developer.blender.org/D3746
2018-10-19 18:12:29 +02:00
aa8f255c0e Add Mesh Extra Objects: Update, Fix crash with Wall Factory
Bumped version to 0.3.2
Wall Factory:
Fix crash with Wall Factory when openings and slots
are enabled (unorderable types: opening() < opening())
with the repeat option on as the sort function compared
stored classes instead of the numerical values
Fix the module not working properly after (F8) reload
Cleanup - consistent prop definitions
Remove star imports
Small UI reorganization to save vertical space
The code will probably need some further refactor
as the usage of globals is not so clear

add_mesh_triangles:
cleanup, remove unused vars add missing GPL notice,
some UI tweaks, add tooltip

add_mesh_pyramid: indentation cleanup
add_mesh_beam_builder: add an option to snap to cursor
add_mesh_teapot: use defs instead of assigning lambdas (E731)
2017-06-09 23:06:28 +02:00
c86080a455 Add mesh extra objects: Update to version 0.3.1
General Pep8 cleanup
Removed unused variables and imports
Removed a panel from add_empty_as_parent
Standardized the property definitions
across all the scripts
Moved scene props from third_domes_panel_271
to init for proper removal
Added a Enum prop for mesh type in teapot
Fixed a small issue with Geodesic domes self.reports
(problem with value fields message spam)
Fixed props names in Geodesic domes
Consistent tooltips
Reorganized menus:
Mechanical Menu including Pipe joints, Mesh gear
Added separators
2016-12-30 20:33:05 +01:00
40c00d312f add_extra_mesh_objects: new version
Tracker: https://developer.blender.org/T44561

New UI, New Addons, Better organization & removal of 'Lesser Object
Types'

Merged & removed "lesser" & 'larger" add mesh scripts.
Menu updates & re-organization & modernize.
New: Add Vert, Round Cube, Menger Cube, Brilliant Diamond, Parent to
Empty
Removed: Add Mesh: Sqorus, Trapezohedron, Wedge, Polysphere.
Merged add_mesh_symmetrical_empty from contrib
Documentation:
http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Add_Mesh/Add_Mesh_Extra_Objects
2015-05-01 10:52:03 +08:00
263763f2d1 updates & cleanup, merged pipe joints & solid objects, cleaner integration into shift/a 2014-08-05 00:31:22 +10:00
5bc482f647 Maintenance to bl_info, remove redundant tracker URL's 2014-05-21 13:04:43 +10:00
c6e1af608b Error in recent commit 2014-04-07 23:12:30 +10:00
31bccec0b5 Fix T39629: Teapot creates corrupt mesh
more of a workaround, at least stops crash.
2014-04-07 23:07:16 +10:00
95a9c96dc0 Code cleanup: style 2014-04-07 23:04:45 +10:00
2872d0440f fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?
make addons blender versions consistent
2012-12-19 16:07:27 +00:00
5b2b55e300 more formatting edits 2012-12-19 15:46:55 +00:00
2dc06f6d50 Style edit (mostly), use """ for docstrings (not '''). 2012-07-03 09:01:43 +00:00
7a7c13e2e7 patch [#31578] Standard-conformal sets for .report() and operator return values
from Sebastian Nell (codemanx)
2012-05-26 09:57:17 +00:00
96355d4545 Added newell teapot & easter egg (Spoon) 2012-05-03 11:51:01 +00:00