LuFlo / low-poly-tree-generator

GNU General Public License v3.0
18 stars 4 forks source link

missing faces #1

Open morkasjire opened 4 years ago

morkasjire commented 4 years ago

Hello man, Thanks for the Addon.

When I have generated a tree with seed of "GgqWjdTzUA" (other props as default) there was some face issues around the "branches starting point".

Capture Capture2 Capture3

LuFlo commented 4 years ago

Hi, thanks for the feedback! Well, it seems that there is an issue in the blender skin modifier and it isn't fixed yet, see

  1. https://developer.blender.org/T44769
  2. https://blenderartists.org/t/holes-with-skin-modifier/619594/5

There is a workaround: Go to edit mode of the stem and move the vertices close to the broken faces until the holes disappear. Another way is to turn off x-symmetry of the skin modifier.

blender_x_symm

Maybe the turning off of the x-symmetry can be done programmatically but I first need to ensure that this won't have any negative effects in other edge cases.