Merge branch 'blender-v4.3-release'
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user