aachman98 / Sorcar

Procedural modeling in Blender using Node Editor
https://aachman98.itch.io/sorcar
GNU General Public License v3.0
1.16k stars 112 forks source link

[Array modifier node] #119

Closed pafurijaz closed 4 years ago

pafurijaz commented 4 years ago

Describe the bug The array modifier works well in all direction except for the Z axis.

To Reproduce Add a simple array on generated plane and if input array distance, in the Z axis nothing changes, but if you set the others axis the node works well

Expected behavior What I expected to happen is an array in the axis Z.

Screenshots array-z-ax

Desktop (please complete the following information):

aachman98 commented 4 years ago

The plane has 0 width in Z axis, which is why "Relative Offset" in Z axis doesn't displace the planes in the array. Use "Constant Offset" instead: image

pafurijaz commented 4 years ago

Thanks for that, but my node has only the option for constant offset..

pafurijaz commented 4 years ago

I found in the side panel the possibility to activate the constant option, thanks ..