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:
authorAntonio Vazquez <blendergit@gmail.com>2022-11-12 17:57:25 +0300
committerAntonio Vazquez <blendergit@gmail.com>2022-11-12 17:57:25 +0300
commit53989894ca27907ce3be56ecd03ab8fa9bd42f7c (patch)
tree11920bfb916ea5088a30548bc6af4b6f00b57efa /source/blender/blenkernel/intern/data_transfer.c
parent7c576792c93192d652805e6f5352bff53f161e74 (diff)
parent99fe17f52d78cfd228cc3e839374f54b68e49eea (diff)
Merge branch 'master' into asset-lite-greasepencil
Diffstat (limited to 'source/blender/blenkernel/intern/data_transfer.c')
-rw-r--r--source/blender/blenkernel/intern/data_transfer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/data_transfer.c b/source/blender/blenkernel/intern/data_transfer.c
index e6afca11b40..7b81f74206d 100644
--- a/source/blender/blenkernel/intern/data_transfer.c
+++ b/source/blender/blenkernel/intern/data_transfer.c
@@ -300,8 +300,8 @@ static void data_transfer_dtdata_type_preprocess(Mesh *me_src,
use_split_nors_dst,
split_angle_dst,
NULL,
- custom_nors_dst,
- NULL);
+ NULL,
+ custom_nors_dst);
}
}
}