22 Commits

Author SHA1 Message Date
a455b71f16 Fix T95886: Add Mathfunction / XYZ Math Surface 2022-02-20 13:10:08 +02:00
a5587f5223 File headers: use SPDX license identifiers
Some files needed to be changed manually.
2022-02-14 14:47:00 +11:00
adb9e98dd4 Fix T87212: Multiple-Parameter Functions for Math Surfaces in Extra Objects 2021-04-11 20:46:12 +03:00
6598f0a25c Cleanup: trailing space 2020-01-29 13:51:36 +11:00
d803b6c6f5 Fix T71543: XYZ Function Surface problem 2019-11-13 21:37:30 +02: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
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
fe69dd9ee8 re-order helper variables T46971 thanks d01phi 2016-01-08 16:00:28 +11: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
d9f575eb17 Cleanup: redundant float conversions 2014-11-08 16:37:12 +01: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
049a5a86ed Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some minor other edits 2014-02-04 03:05:05 +01: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
2dc06f6d50 Style edit (mostly), use """ for docstrings (not '''). 2012-07-03 09:01:43 +00:00
9291f167be remove api field, was never used. 2012-01-14 13:00:28 +00:00
147aaf7d38 adding operator presets 2011-12-30 06:06:32 +00:00
3e0c882f06 removing version info & general clean up
version info is now located on the wiki page for the script/s
2011-10-10 09:22:50 +00:00
1d1482044b /trunk: Removed final points in UI strings and messages.
Plus a few styling enhancements.

[[Split portion of a mixed commit.]]
2011-09-19 15:08:06 +00:00
52ab757453 Version 0.3.8 of the "3D Function Surfaces" script. Applied patch by Elod Csirmaz
* Modified the "Add X,Y,Z Function Surface" part:
* Changed how wrapping is done to avoid generating unnecessary vertices and make the result more intuitive.
* Added helper functions the results of which can be used in x(u,v), y(u,v), z(u,v).
* The script can now close the ends of an U-wrapped surface.
* It's now possible to create multiple objects with one set of formulae.
2011-06-09 08:37:57 +00:00
fca80ff61e update for changes in blender module layout, also add global axis conversion to FBX. 2011-05-16 07:52:45 +00:00
d96d9d390e merged "lesser" add mesh scripts.
add mesh extras, gemstones, twisted torus, gears & 3d function surfaces
Now in folder add_mesh_extra_objects under 1 init file.
2011-04-24 10:40:49 +00:00