Blender Git Commits

Blender Git "multiview" branch commits.

Page: 4 / 19

March 17, 2015, 23:49 (GMT)
Fix Cycles stereo UI to follow (not even that) recent Blender changes
March 17, 2015, 17:16 (GMT)
From review: add tooltips to convergence_mode
And add unique tooltip for viewport_distance
March 17, 2015, 16:37 (GMT)
From review: replace some 'goto: monoview' with is_multiview_loaded

We still have the monoview_image and monoview_movie. It's easy to change them but I don't know, I find the code slightly more clean by using it :/
March 17, 2015, 16:00 (GMT)
Move 'Update Views' to the _ex panel, and fix crash on update routine
March 17, 2015, 15:55 (GMT)
Merge remote-tracking branch 'origin/master' into multiview
March 17, 2015, 14:15 (GMT)
Small cleanup (int to bool)
March 17, 2015, 13:57 (GMT)
From review: better error message when active camera is not multi-view
March 17, 2015, 13:57 (GMT)
From review: left over from Dr. Epilepsy mode removal
March 17, 2015, 13:57 (GMT)
Fallback to the zero ibuf, not the last one
March 17, 2015, 12:55 (GMT)
Cleanup: minor edits
March 17, 2015, 08:09 (GMT)
Cleanup: headers, minor edits
March 17, 2015, 08:06 (GMT)
Support for building without EXR
March 17, 2015, 07:02 (GMT)
Cleanup: minor edits

drawcamera_stereo3d had shadowed 'scale' var, rename to make unique
March 17, 2015, 05:17 (GMT)
stereoimbuf: replace array with struct since index lookups

Index access weren't used anywhere and made it a little harder to follow.
March 17, 2015, 04:59 (GMT)
Correct bool/flag use
March 17, 2015, 04:57 (GMT)
Cleanup: imbuf API

use extra arg for IMB_ImBufFromStereo which used the first argument for both input and output.
also no need to use pointer-to-pointer in function body.
March 17, 2015, 04:35 (GMT)
Cleanup: API naming - use BKE_scene_multiview_*** prefix
March 17, 2015, 02:39 (GMT)
Cleanup: API naming - use BKE_camera_multiview_*** prefix
March 17, 2015, 02:22 (GMT)
Cleanup: remove redundant casts, vars

some odd expressions:
"(RenderView *)(&rr->views)->first" -> "rr->views.first"
March 17, 2015, 01:56 (GMT)
Cleanup: warning
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021