August 28, 2014, 09:58 (GMT) |
cleanup make all the "MV" todo notes into "XXX MV" for quick reference later |
August 28, 2014, 09:56 (GMT) |
Cleanup: remove warnings, remove duplicated code, fix util function (and force the material thumbnail preview to be monoscopic) |
August 28, 2014, 09:53 (GMT) |
Merge remote-tracking branch 'origin/master' into multiview Conflicts: source/blender/blenkernel/BKE_scene.h source/blender/blenkernel/intern/scene.c source/blender/blenloader/intern/versioning_270.c |
August 26, 2014, 17:02 (GMT) |
New Stereo Output option: Squeezed Frame So now top-bottom and side-by-side can be saved as squeezed (default) or unqueezed (old). |
August 26, 2014, 00:44 (GMT) |
Compositor: Image Node to work correctly with MultiView images |
August 26, 2014, 00:43 (GMT) |
Merge remote-tracking branch 'origin/master' into multiview |
August 25, 2014, 14:40 (GMT) |
Disabling Stereo Output for Multilayer This is doable, but again it is a lot of work for something that probably no one will use. I do not know why I even coded multlayer+stereo output for regular rendering and image editor :| I will see, maybe I implement that later, but just do not want to bother with this now. |
August 25, 2014, 14:20 (GMT) |
Compositor: File Output Multiview Multiview now also working when used for the individual inputs. Multiview with multiple layers was already working. Only remaining bit to work is Multilayer + StereoOutput |
August 25, 2014, 13:47 (GMT) |
Compositor: File Output File output working for stereo output (so each individual input can be outputted as a separated stereo format) Not supported at the moment: * Multilayer + stereo output Not fully working (though it should): * Multiview |
August 22, 2014, 09:22 (GMT) |
Split Viewer: 1-line fix, all viewers working now =) |
August 21, 2014, 20:36 (GMT) |
Compositor handling all views on update (so you can edit the views individually and see the updates) and viewer node fully working. SplitViewer Node on the other hand is not working :| not sure why yet. But apart from SplitViewer and the FileOutput node (easy fix, I'll work on it shortly), the compositor should be fully functional for multiview. |
August 21, 2014, 11:18 (GMT) |
Merge remote-tracking branch 'origin/master' into multiview |
August 19, 2014, 17:33 (GMT) |
Compositor Backdrop Note: the one remaining bit that has to be addressed in compositor is the re-runs (e.g., when you adjust a node). I also suspect that multiple viewer nodes are a problem at the moment, but I believe it's related to the re-run problem. Which then should be re-visited once re-run is fixed. |
August 19, 2014, 16:00 (GMT) |
Viewer Node: further fixing * creating float buffers for new viewer * give correct view count when using basic stereo * update image when changing menu * only get rid of old cache when needed * crash when using backdrop |
August 19, 2014, 13:22 (GMT) |
Viewer Node: remove unused buffers when number of views change |
August 19, 2014, 13:22 (GMT) |
Viewer Node: Backend work to get viewer node working for multiview |
August 19, 2014, 13:21 (GMT) |
Merge remote-tracking branch 'origin/master' into multiview |
August 15, 2014, 16:07 (GMT) |
Make blenderplayer compile again |
August 15, 2014, 15:28 (GMT) |
Fixup for stereo output (side-by-side, top-bottom) |
August 14, 2014, 17:55 (GMT) |
Stereo Output for Multilayer when rendering or saving from Image Editor We now do stereo-magic to ALL layers of multilayers. The only remaining part of stereo output is for videos when saved with individual views (the naming scheme at the moment is handled inside the movie code), to be tackled later (TODO). |
|