Merge branch 'blender-v4.3-release'

This commit is contained in:
Falk David
2024-10-18 18:11:20 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1996,7 +1996,7 @@ static void object_init(Object *ob, const short ob_type)
ob->upflag = OB_POSY;
}
if (ob->type == OB_GPENCIL_LEGACY) {
if (ob->type == OB_GREASE_PENCIL) {
ob->dtx |= OB_USE_GPENCIL_LIGHTS;
}

View File

@@ -141,8 +141,8 @@ class Library:
# Add exception indicator in the name.
name += library_license.get_exception_suffix(self.exception)
raw_data = (
f'| {name} '
f'| {version} '
f'| {name} '
f'| {version} '
)
if not library_license.copyright_exemption: