Blender Git Commit Log
Git Commits -> Revision a6730c6
Revision a6730c6 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) December 18, 2017, 16:29 (GMT) |
Fix problem with merge down The problem was if the layer below had animation in frames not present in top layer. As the active frame of top layer was the previous keyframe, after merging, the draw of bottom layer replaced the draw of top layer and the result was that some drawings were missing. The solution was to duplicate the active frame in top layer before merge the bottom layer. |
Commit Details:
Full Hash: a6730c6995fbe81b6a4f9cef58ddeb42815653aa
Parent Commit: 6efbe39
Lines Changed: +32, -3