143 Commits

Author SHA1 Message Date
99d2c979a9 Cleanup: fix typos
Contributed by luzpaz.

Differential Revision: https://developer.blender.org/D16234
2022-10-14 19:52:42 +02:00
99576a8478 Cleanup: fix typos in blender addons
Contributed by luzpaz.

Differential Revision: https://developer.blender.org/D15646
2022-08-09 19:24:13 +02:00
016430de4b Cleanup: remove <pep8 compliant> comment
This is no longer necessary, see: T98554.
2022-06-03 11:50:32 +10:00
df34f4f1db Cleanup: fix source comment typos
Contributed by luzpaz.

Differential Revision: https://developer.blender.org/D14312
2022-03-15 18:31:13 +01:00
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
f7876b71cd File headers: use SPDX license identifiers
Some files needed to be changed manually.
2022-02-11 16:34:06 +11:00
b8d86ccc0a File headers: use SPDX license identifiers
See T95597
2022-02-11 16:05:07 +11:00
d68dca98ce Cleanup: fix typos in source code
Contributed by luzpaz.

Differential Revision: https://developer.blender.org/D5801
2022-01-05 15:46:41 +01:00
1d91e8c12a Cleanup: trailing space & tabs to spaces 2021-12-01 10:43:38 +11:00
73c9d22532 Fix T89002: Extra Objects: wrong normals on few faces of gem mesh in extra objects. 2021-06-15 02:08:38 +03:00
adb9e98dd4 Fix T87212: Multiple-Parameter Functions for Math Surfaces in Extra Objects 2021-04-11 20:46:12 +03:00
672cfe9c85 Fixed errors in the console if obj.data is None
Errors appeared when calling the context menu on an object without data
2020-12-03 00:04:56 +02:00
6975199131 Fix T82405: Check if active object's data is None
Check if the active object's data is `None` before attempting
to call functions on it. It is `None` if the object is an
empty.

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D9456
2020-11-06 11:52:09 +01:00
da2b17e46c Fix T80465: [Add Mesh: Extra Objects] Adding mesh in EditMode removes modifiers 2020-09-06 20:32:00 +03:00
38dfced7bb Fix T78864: the apply_as parameter of modifier_apply was removed.
Explicitly specifying DATA was redundant anyway, as that was the default.
2020-07-15 11:37:16 +03:00
2d8edd6ded Fix T76049: Errors after adding a Gear or Worm (extra objects) 2020-05-03 19:55:52 +03:00
7f50343d1c Addons: Use Manual URL prefix 2020-03-05 16:26:11 -05:00
bb977fbc72 Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:14:43 +11:00
6598f0a25c Cleanup: trailing space 2020-01-29 13:51:36 +11:00
18a8d4900e Addon Mesh Extra Objects: Fixed add object in Edit mode 2020-01-15 00:05:43 +02:00
1072d96b7d Addon Mesh Extra Objects: Added Object Helper. Fixed World orientation. 2020-01-14 00:12:10 +02:00
031d22ca32 Addon Mesh Extra Objects: Added Object Helper 2020-01-05 02:57:50 +02:00
dba7a10556 rock gen: quiet startup prints 2019-12-18 21:23:23 +11:00
7347930a0f extra_objects: add rock gen: T71560 2019-12-11 16:13:25 +11:00
8fff300d00 update manual links 2019-11-24 09:20:55 +11:00
58321c6ff8 Fix T71025: add_mesh_gears: bpy.ops.object.mode_set.poll() failed 2019-11-23 15:14:08 +02:00
d803b6c6f5 Fix T71543: XYZ Function Surface problem 2019-11-13 21:37:30 +02:00
8f7099ad19 mesh extra objects: add manual link 2019-11-13 11:39:57 +11:00
ff3ed157a3 Addon: Mesh Extra Objects: Added restore materials if you go back to change parameters in Gear, WormGear, WallFactory, Beam, Pipe, Gem, Brilliant 2019-09-20 20:25:53 +03:00
8bb3714e95 Addon: Mesh Extra Objects: Added soft limiters in Gear and WormGear. Added restore materials if you go back to change parameters. 2019-09-20 20:10:42 +03:00
4fc5558f68 Addon: Mesh Extra Objects: Removed limiters in Gear and WormGear 2019-09-20 00:49:59 +03:00
7225818777 add_mesh_extra_objects: icons, menus: expose nested 2019-09-06 13:41:25 +10:00
6c882f7d81 Addon: Mesh Extra Objects: Gem, Diamond, Brilliant: Implemented parametric object and add object in edit mode 2019-08-17 01:36:04 +03:00
af291e44f8 Addon: Mesh Extra Objects: Gears, Wallfactory, Beam, Pipe: Implemented add object in edit mode 2019-08-15 03:04:01 +03:00
9ce456d94f Addon: Mesh Extra Objects: Gears, Wallfactory, Beam: Converted to parametric objects 2019-08-09 00:26:26 +03:00
3735dcdc00 Addon: Mesh Extra Objects: Gears: Editing an object directly 2019-08-08 02:41:50 +03:00
91f9d211df add_mesh_teapot: Fix double verts: T65506 2019-06-05 11:27:07 +10:00
25f1c2b04e Add-ons: remove temporary disabling of use_global_undo
This can cause bugs where if the operator throws an exception, undo is not
properly enabled again. There have been maybe a dozen Blender bug reports
related to this. This could get worse now that we are autosaving preferences.

Some add-ons guard against this, but turning off undo should not be needed in
the first place. If the operator is set to do an undo push, any operators it
calls will automatically not do any undo pushes.

If this fail in some cases, it should be reported as a bug in Blender. I could
not find issues or a performance impact testing a few add-ons though.

Differential Revision: https://developer.blender.org/D4908
2019-05-22 11:29:56 +02:00
222969e380 Update for Depsgraph API changes
Reviewers: sergey

Differential Revision: https://developer.blender.org/D4883
2019-05-17 14:18:02 +02:00
8c37a7fe4a Update for object add align property changes 2019-05-15 18:05:28 +02:00
77f5321647 correct rotation object after to change 2019-04-28 21:08:16 +03:00
a3ff3b982f The implementation of the function of changing the parameters of the object after creation.
Function added to context menu (Change Gear and WormGear).
2019-04-21 18:16:20 +03:00
2cc1dd0409 Separated mesh_discombobulator from add_mesh_extra_objects 2019-04-21 14:05:35 +03:00
9999dada60 Update for API change: scene.cursor_location -> scene.cursor.location
Note that some scripts still used the 3D view cursor which has been
removed for a while.
2019-03-01 12:51:10 +11:00
d6b0e690e3 Separated geodesic_domes from add_mesh_extra_objects 2019-02-05 02:33:12 +02:00
9dcdedcaa6 Update addon to Blender 2.8 2019-02-01 02:42:15 +02:00
d609009748 addons: objects.link/unlink syntax update
Changed objects.link and objects.unlink from scene to collection
2019-01-29 10:54:49 -05:00
5c994fde52 addons: more view_layer syntax updates 2019-01-29 09:08:23 -05:00
edd2de62eb addons: view_layer.objects.active syntax update 2019-01-28 20:04:35 -05:00