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
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
This is no longer necessary, see: T98554.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-10-29fix manual linksmeta-androcto
2019-10-16add_curve_ivygen: add manual linkmeta-androcto
2019-09-24add_curve_ivygen: disable panel in edit mode: T70017meta-androcto
2019-05-21Fix T64941: Insert missing bpy. to access context after recent changesJacques Lucke
2019-05-16Update for Depsgraph API changesSergey Sharybin
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-16Addons: Adopt for Dependency Graph API changesSergey Sharybin
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-03-26IvyGen: update bl_info locationmeta-androcto
2019-03-26IvyGen: update panel locationmeta-androcto
2019-03-01Update for API change: scene.cursor_location -> scene.cursor.locationCampbell Barton
Note that some scripts still used the 3D view cursor which has been removed for a while.
2018-10-31port IvyGen addon to Blender 2.8Jacques Lucke
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-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-01-06Fix T53579: Move the settings into a Tools Panel, use wm property grouplijenstina
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
2017-06-09Fix T51753: Functions expected Polygons in Datalijenstina
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-03-22Ivy Gen, add curve iconmeta-androcto
2017-03-19Cleanup: trailing spaceCampbell Barton
2016-08-12Fix: T49025 ivy gen invoke thanks @batfingermeta-androcto
2015-12-02Update for changes to ray_cast/closest_point_on_meshCampbell Barton
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-07-03Spell and typo fixes.Bastien Montagne
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-01-14remove api field, was never used.Campbell Barton
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
Plus a few styling enhancements. [[Split portion of a mixed commit.]]
2011-09-19Changes related on recent curves rna renaming.Sergey Sharybin
2011-09-10cleanup unused varsCampbell Barton
2011-09-08pedantic pep8 editsCampbell Barton
2011-08-27Addon UI Cleanup, Part 1Thomas Dinges
* 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-22pep8 editsCampbell Barton
2011-08-19Version 0.1.1:Andrew Hale
- 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-08h3d requires a patch, only show the option when the patch is applied.Campbell Barton
2011-07-31Fixed the random seed property to be an int not a floatAndrew Hale
2011-07-31default curve resolu to 4 (was 12), so when converting to nurbs the ↵Campbell Barton
resolution is usable. also made some small style changes and commented unused function.
2011-07-30Moved to TrunkAndrew Hale
[[Split portion of a mixed commit.]]