The issue was the the copy data function didn't copy the active canvas number.
So it would always be 0 and thus use the first canvas when trying to bake.
Also fix not copying unused type data (unused canvas/brush settings).
Differential D5220
Fix T66587: Can't bake second dynamic paint canvas to image sequence Authored by Sebastian Parborg (zeddb) on Jul 10 2019, 5:55 PM.
Details The issue was the the copy data function didn't copy the active canvas number. Also fix not copying unused type data (unused canvas/brush settings).
Diff Detail Event TimelineComment Actions LGTM. Probably commit after RC1 is officially out? @Brecht Van Lommel (brecht) how do you think we should approach fixes like this from now? Comment Actions I noticed an other error while working on this. If you copied a dynpaint object, the unused type data would be lost. |