Fixed branch for Blender 3.6 release #104626

Closed
Sebastian Sille wants to merge 22 commits from (deleted):blender-v3.6-release into blender-v3.6-release

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit cd265dfdd4 - Show all commits

View File

@ -112,7 +112,7 @@ class Export3DS(bpy.types.Operator, ExportHelper):
write_keyframe: BoolProperty(
name="Write Keyframe",
description="Write the keyframe data",
default=True,
default=False,
)
def execute(self, context):