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

DupliFaces leaves after tree creation. #17

Closed TheRuleOfMike closed 7 years ago

TheRuleOfMike commented 7 years ago

Hello:) As usual - thank you for your amazing work on this powerful add-on.

I do however have a big problem with the leaves when I use an object (dupli faces). After the tree creation I would like to separate the generated leaves in to a full object (not just the faces which from the duplis are created but as a complete mesh - similar to what would happen if you'd convert a particle system to be "real"). And here is the problem - from the Blender UI perspective the dupli objects seem to not exist. I guess there is a particle system in the background (because adding a new one makes the sampling duplis disappear) however there is no way to fiddle with the particle system through the UI or the addon menus before completing the creation of the sapling tree. The outliner doesn't register any particle system on the leaves and yet it is there.

Why is it a problem? Well, with this state of things the baking option is broken to the point of simply crashing blender. What I want to do is bake (to a plane - normal, specular, smoothness, albedo etc.) a small branch of an alien tree with large leaves I made, to then use it as a basis for a more detailed/low-poly leaf system for the final tree. Do you know any solution for this? Or can you direct me to a way of "materializing" the particle system behind the dupli faces? ciennik soczewkowy drzewo

abpy commented 7 years ago

The dupli faces option uses blenders DupliFaces. There is no underlying particle system. These can be converted into objects by using Object>Apply>Make Duplicates Real. Then they can be joined into a single object. screen shot 2017-04-04 at 2 36 19 pm

TheRuleOfMike commented 7 years ago

Fantastic! This makes everything clear and indeed worked perfectly. Thank you for the fast answer.