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:
authorBastien Montagne <mont29>2020-04-01 10:40:11 +0300
committerBastien Montagne <b.mont29@gmail.com>2020-04-01 10:43:21 +0300
commit2ad0ae8dadb7eb1e956b6d6c4583f1fa1f7fba4f (patch)
tree0d37e34c1dfc81e3f56f5577e50464f9e843147c /source/blender/makesrna/intern/rna_gpencil_modifier.c
parent7952274cf0c4a262c274fa93c800c84c1aa2d5d7 (diff)
Tweak write code to allow cleaning up runtime data before write.
This basically generalizes what was being done in `write_mesh`, since we need to clean up ID tags anyway, it's easier to do it for all IDs. Then ID write funcs themsleves can do whatever they want on the passed struct, without risking interferring with regular Blender operations. Note that Text write function is doing a suspicious change on one of its flags, but this seems to be by-passed anyway by read code currently, so think it's OK to not do that on orig data-block. Reviewed By: brecht Differential Revision: https://developer.blender.org/D7294
Diffstat (limited to 'source/blender/makesrna/intern/rna_gpencil_modifier.c')
0 files changed, 0 insertions, 0 deletions