lasc0028
(lasc0028)
March 12, 2019, 7:47pm
#1
Hello all! I am pulling my hair out trying to figure this out.
I am trying to break a sphere into pieces so I can animate them individually. However, the moment I break the sphere up, it no longer appears smooth. See reference pictures below.
Before:
After:
Is there any way to split the sphere into peices like this while keeping them smooth?
LoboTommy
(<== Lost? Click Me)
March 12, 2019, 7:51pm
#2
Hi. Perhaps via the Data Transfer modifier or something like:
[TiNA logo]
After finding out how to transfer normals to another object I created my first Blender add-on which makes this an easy feat. The add-on provides the ability to Transfer Normals between objects in Object Mode using Alt+N and Shift+Alt+N. Optionally vertex colours can be transferred as well.
[Screenshot_2018-10-02_01-23-50]
All you need
TiNA.py
TiNA.py (Blender 2.80)
GitLab repository
Clarification
The add-on allows you to (more easily) make separate objects connect seamlessly w…
1 Like
lasc0028
(lasc0028)
March 12, 2019, 8:19pm
#3
The data transfer modifier worked perfectly. Thank you so much!