Page MenuHome

Fix: Grease pencil array modifier relative offset broken
ClosedPublic

Authored by Hans Goudey (HooglyBoogly) on Apr 2 2022, 1:44 AM.

Details

Summary

This has been broken for two years, since rB29f3af952725,
which retrieved the bounding box from an object and immediately
overwrote it with -1, 1. That commit had another problem though--
the modifier stack shouldn't use object level data, it should use
data from the previous modifier.

BeforeAfter

Diff Detail

Repository
rB Blender