Blender Git Commit Log

Git Commits -> Revision 41fb362

Revision 41fb362 by Brecht Van Lommel (master)
July 13, 2009, 19:09 (GMT)
2.5: Render

* UI layout for scene buttons has quite some changes, I tried to
better organize things according to the pipeline, and also showing
important properties by default, and collapsing less important ones.

Some changes compared to 2.4x:
* Panorama is now a Camera property.
* Sequence and Compositing are now enabled by default, but will only
do something when there is a node tree using nodes, or a strip in the
sequence editor.
* Enabling Full Sample now automatically enables Save Buffers too.
* Stamp option to include info in file is removed, it now simply always
does this if one of the stamp infos is enabled.
* Xvid, H.264 and Ogg Theora are now directly in the file format menu,
but still using FFMPEG. Unfortunately Ogg is broken at the moment
(also in 2.4x), so that's disabled. And Xvid crashes on 64bit linux,
maybe solvable by upgrading extern/xvidcore/, using ubuntu libs makes
it work.
* Organized file format menu by image/movie types.

Added:
* Render layers RNA wrapped, operatorized, layouted.
* FFMPEG format/codec options are now working.

Defaults changed:
* Compositing & Sequencer enabled.
* Tiles set to 8x8.
* Time/Date/Frame/Scene/Camera/Filename enabled for stamp.

Commit Details:

Full Hash: 41fb3626f3d7c1e75a31aebeb1e488f59aeedf68
SVN Revision: 21561
Parent Commit: 689abe0
Lines Changed: +1230, -256

26 Modified Paths:

/release/ui/buttons_data_camera.py (+11, -4) (Diff)
/release/ui/buttons_scene.py (+280, -137) (Diff)
/source/blender/blenkernel/BKE_writeffmpeg.h (+16, -6) (Diff)
/source/blender/blenkernel/intern/image.c (+7, -4) (Diff)
/source/blender/blenkernel/intern/scene.c (+10, -7) (Diff)
/source/blender/blenkernel/intern/sequence.c (+4, -3) (Diff)
/source/blender/blenkernel/intern/writeavi.c (+2, -1) (Diff)
/source/blender/blenkernel/intern/writeffmpeg.c (+317, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+16, -0) (Diff)
/source/blender/editors/interface/interface_layout.c (+7, -2) (Diff)
/source/blender/editors/interface/interface_regions.c (+4, -2) (Diff)
/source/blender/editors/screen/screen_ops.c (+36, -0) (Diff)
/source/blender/editors/space_buttons/buttons_intern.h (+3, -0) (Diff)
/source/blender/editors/space_buttons/buttons_ops.c (+74, -0) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+3, -0) (Diff)
/source/blender/editors/space_file/writeimage.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_camera_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+6, -2) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+1, -0) (Diff)
/source/blender/makesrna/intern/Makefile (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_camera.c (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+376, -68) (Diff)
/source/blender/makesrna/intern/SConscript (+9, -8) (Diff)
/source/blender/makesrna/SConscript (+25, -1) (Diff)
/source/blender/render/intern/source/initrender.c (+2, -1) (Diff)
/source/blender/render/intern/source/pipeline.c (+11, -10) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021