Commit Graph

37 Commits

Author SHA1 Message Date
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
acfe2a22e0 fix manual links 2019-10-29 20:52:53 +11:00
465f3e3f58 add_curve_ivygen: add manual link 2019-10-16 21:35:15 +11:00
05d255a462 add_curve_ivygen: disable panel in edit mode: T70017 2019-09-24 10:03:52 +10:00
678f7523b0 Fix T64941: Insert missing bpy. to access context after recent changes 2019-05-21 14:39:57 +02:00
901868a4b2 Update for Depsgraph API changes
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-16 16:43:14 +02:00
e5c3ae3118 Addons: Adopt for Dependency Graph API changes
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-16 10:34:11 +02:00
b3967270bd IvyGen: update bl_info location 2019-03-27 03:29:09 +11:00
2aae45552f IvyGen: update panel location 2019-03-27 03:24:07 +11: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
8406aafbf2 port IvyGen addon to Blender 2.8
I moved the panel to the properties region in the 3D view for now.
This operator might also become a tool at some point.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D3868
2018-10-31 15:25:26 +01: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
ea4245645c Fix T53579: Move the settings into a Tools Panel, use wm property group
Bump version to 1.1.4
Remove some dead code
Use register class instead of register_module

Adress the F6 redo menu Blender crash issue by:
1) Moving the properties from the operator to a property group
of window manager type (bpy.types.WindowManager.ivy_gen_props)
2) Only the update is exposed in the operator undo (a boolprop)
3) Settings moved into the CURVE_PT_IvyGenPanel located under the
Tools Region > Create > Ivy Generator

Functionality should be the same as before:

Since the window manager props are not jumping back on operator redo
the operator just pulls them in execute which allows change in the Panel
while operator is still active

The default values are assigned by setting the operator defaultIvy to True
2018-01-06 07:23:58 +01:00
1786f9948c Fix T51753: Functions expected Polygons in Data
Bump version to 0.1.2
Fix the error with passing objects data that didn't
have at least one polygon to functions expecting them
(like closest_point_on_mesh) added a check for len > 0

Imports as tuples
Consistent prop definitions
Small Pep8 cleanup
Don't use sum as a var name (replaced with sums)
Update wiki link
2017-06-09 02:52:17 +02:00
213751311a Ivy Gen, add curve icon 2017-03-22 22:02:53 +11:00
57f376e946 Cleanup: trailing space 2017-03-19 12:49:18 +11:00
a04af35e72 Fix: T49025 ivy gen invoke thanks @batfinger 2016-08-12 10:54:15 +10:00
6b0d6e39a0 Update for changes to ray_cast/closest_point_on_mesh 2015-12-02 21:11:30 +11: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
5092eeaaee Spell and typo fixes. 2012-07-03 19:10:59 +00:00
2dc06f6d50 Style edit (mostly), use """ for docstrings (not '''). 2012-07-03 09:01:43 +00:00
a93b6af6cd update wiki version ro 2.6
finished
2012-06-23 15:05:39 +00:00
9291f167be remove api field, was never used. 2012-01-14 13:00:28 +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
da3fabba95 Changes related on recent curves rna renaming. 2011-09-19 09:52:40 +00:00
d1228ea8d8 cleanup unused vars 2011-09-10 04:12:48 +00:00
b25a7c9099 pedantic pep8 edits 2011-09-08 05:26:39 +00:00
d744270e73 Addon UI Cleanup, Part 1
* General Rule (for Ivygen and Sapling): If you need more code for declaring the layouts than for the props itself, something is wrong. ;-)
* if > elif
2011-08-27 12:51:34 +00:00
cf3881371a pep8 edits 2011-08-22 09:29:33 +00:00
2bc0a0df5b Version 0.1.1:
- Fixed an issue where 'Add New Ivy' and 'Add New Default Ivy' did nothing
- Updated Blender version to 2.59
- Updated Blender revision to 39307
2011-08-19 05:08:53 +00:00
8dee0ddd00 h3d requires a patch, only show the option when the patch is applied. 2011-08-08 07:03:51 +00:00
6a4dc849d2 Fixed the random seed property to be an int not a float 2011-07-31 09:33:04 +00:00
492328807b default curve resolu to 4 (was 12), so when converting to nurbs the resolution is usable.
also made some small style changes and commented unused function.
2011-07-31 08:38:12 +00:00
09e37c1f70 Moved to Trunk
[[Split portion of a mixed commit.]]
2011-07-30 09:59:19 +00:00