Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiledescriptor <falkdavid@gmx.de>2022-06-15 16:34:54 +0300
committerAntonio Vazquez <blendergit@gmail.com>2022-06-15 16:37:39 +0300
commit60bf561d379a108eb6d068715ff592e81717972b (patch)
tree591ae263de65e832af206fdf54e2b329a4478679 /build_files/build_environment
parent2e33172719c99267ed4fbf99145c26ef09b3ef1d (diff)
Fix T98853: Blender crashes when moving grease pencil object has any invisible layers
Whats happening is that the modifier keeps adding new frames to the evaluated object resulting in an exponential increase. This is because when preparing the data for the modifiers we only copy visible strokes to the eval object. But the modifiers do not consider visibility and will generate the mirrored strokes even for layers that are hidden. Because those layers have not been copied (only their structure) we run into this issue. The solution is always copy the active frame of all layers (even if the layer is hidden).
Diffstat (limited to 'build_files/build_environment')
0 files changed, 0 insertions, 0 deletions