Fix #146448: Object copy/paste has wrong colors with working space
Write proper colorspace information into copy buffer blend files. Pull Request: https://projects.blender.org/blender/blender/pulls/146450
This commit is contained in:
committed by
Brecht Van Lommel
parent
fdd8d85f89
commit
bb57ab3598
@@ -129,7 +129,7 @@ static PyObject *bpy_lib_write(BPy_PropertyRNA *self, PyObject *args, PyObject *
|
||||
|
||||
BLI_path_abs(filepath_abs, BKE_main_blendfile_path_from_global());
|
||||
|
||||
PartialWriteContext partial_write_ctx{bmain_src->filepath};
|
||||
PartialWriteContext partial_write_ctx{*bmain_src};
|
||||
const PartialWriteContext::IDAddOptions add_options{
|
||||
(PartialWriteContext::IDAddOperations::ADD_DEPENDENCIES |
|
||||
PartialWriteContext::IDAddOperations(
|
||||
|
||||
Reference in New Issue
Block a user