abpy / improved-sapling-tree-generator

A new version of Blenders sapling tree generator addon with improvements, new features, and bug fixes
GNU General Public License v2.0
140 stars 24 forks source link

[B]Presets are now saved to the user presets folder #23

Closed schroef closed 2 years ago

schroef commented 6 years ago

I noticed in your updates that presets are now save to the user preset folder. Yet this isnt the case if the addon is installed within the Blender app, like the prior version.

I test this by adding this 3.1 version on OSX in the blender.app>scripts>addons

When i than save a preset it is saved to scripts>presets>operator>add_curve_sapling_3 just like before. Why not add a custom folder within the addon folder and save them there?

abpy commented 6 years ago

I don't know if there is a blender standard for that, but I think the scripts folder in user/library is meant for addons to use. Are you having problems saving or accessing presets?

schroef commented 6 years ago

No i dont have issues, perhaps add the sapling presets to the main folder instead of nested under the operator, though it is an operator ofcourse.