Fix #107265: Compositor: output node remove note that z-depth can be saved #104457

Closed
Habib Gahbiche wants to merge 53 commits from zazizizou/blender-manual:com-outputfile 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 beeb2f6ae5 - Show all commits

View File

@ -73,6 +73,10 @@ Include
Selection Only Selection Only
When checked, only selected objects are exported. Otherwise export all objects in the scene. When checked, only selected objects are exported. Otherwise export all objects in the scene.
Write Keyframe
Writes the keyframe section of a 3ds file and exportes the animation if an action was found.
The animation can be imported the same, uncheck if any importer crashes,
not every application can handle the keyframe section.
Transform Transform
^^^^^^^^^ ^^^^^^^^^
@ -178,3 +182,4 @@ Keyframes
The importer can read the keyframes, they will be added to the timeline. The importer can read the keyframes, they will be added to the timeline.
Most animations will play, but the transformations may not be correct, Most animations will play, but the transformations may not be correct,
some axes or rotations can be inverted. It depends on how it was exported from other applications. some axes or rotations can be inverted. It depends on how it was exported from other applications.
The exporter can write the keyframes of the timeline to an animated 3ds file.