Revision 71d5fe2 by Joshua Leung December 11, 2013, 03:19 (GMT) |
Fix incorrect comment - copy and paste error |
Revision 5afc2a9 by Campbell Barton December 11, 2013, 02:07 (GMT) |
Code cleanup: assign win size to const vars and some renaming |
Revision 9bca996 by Bastien Montagne December 10, 2013, 21:28 (GMT) |
Minor fix to generated settings for scons (affected ilmbase/openexr). |
Revision 522f17d by Brecht Van Lommel December 10, 2013, 18:54 (GMT) |
Fix T37713: proxy not updated for first frame in background render. The problem is that the animation curves are first before object updates, where BKE_pose_rebuild and proxy synchronize will undo the animation when the proxy is evaluted for the first time after loading. This is somewhat of a workaround but it's also useful to have the scene updated once when opening in background mode, and it makes rendering from the UI and background more similar and so more predictable to give the same result. |
Revision d7945b7 by Brecht Van Lommel December 10, 2013, 18:47 (GMT) |
Fix T37704: cycles hair render error with hair density vertex group. Zero length hairs were causing problems, now it skips rendering them as they are invisible anyway. |
December 10, 2013, 16:13 (GMT) |
Nodes UI: add the position field to the color ramp node. Reviewed By: dingto, brecht Differential Revision: https://developer.blender.org/D91 |
Revision 03059f3 by Bastien Montagne December 10, 2013, 15:23 (GMT) |
uiList: Small tweak to drag-resize (switch to auto-size mode). When you drag past the smallest size of the list, it switches back to auto-size mode. This commit makes wider the gap between smallest size and auto-size activation, previously it could switch to auto-size a bit too easily... |
Revision a1031d5 by Bastien Montagne December 10, 2013, 15:23 (GMT) |
Fix T37739: uiList drag-resize was not working as expected outside of panels. Patch by Brecht, with minor edits by myself, thanks a lot! Tech details: previous drag-resize handling code was based on the assumption that coords returned by ui_window_to_block() was relative to the bottom on the uiBlock. This is in fact completly eroneous, usually this func does not translate at all the coords, it merely rescale them - except for blocks inside panels, where returned values are relative to the left/bottom corner of the panel... Pretty confusing, solution for now is to store ref mouse position in window space, and convert them to block each time, just like current mouse pos. |
Revision 4b127df by Dalai Felinto December 10, 2013, 14:14 (GMT) |
fix: Fly Navigation centered in viewport, not in camera view Summary: The safe zone, mouse and everything else was relative to the viewport. It should be relative to the camera 'view' instead. This problem (noticed while developing the Walk Navigation) happens when the camera is not centered in the viewport. Reviewers: campbellbarton Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D78 |
Revision 91d8519 by Campbell Barton December 10, 2013, 12:54 (GMT) |
Fix T37463: Increasing window size would add space around menu header |
Revision d07fea2 by Campbell Barton December 10, 2013, 12:52 (GMT) |
Screen Resize: minor code cleanup |
Revision e140024 by Campbell Barton December 10, 2013, 11:19 (GMT) |
Fix for off-by-one regression in D41 making the window larger was using incorrect factor leaving a black bar on the window edge. |
Revision 737e51c by Campbell Barton December 10, 2013, 10:28 (GMT) |
Mempool/Memarena: hint for unlikely conditions |
Revision 02e378b by Campbell Barton December 10, 2013, 06:28 (GMT) |
Fix for fix: Paths and copying object Fix for T37471 made path copying modify local paths, now apply the same logic used for save-as. |
Revision 8dc80e9 by Campbell Barton December 10, 2013, 02:45 (GMT) |
Style Cleanup |
Revision 07d0926 by Antonis Ryakiotakis December 10, 2013, 02:28 (GMT) |
Style changes to refactor commit. |
Revision a7ac648 by Campbell Barton December 10, 2013, 02:18 (GMT) |
CMake: report messages as status (else ccmake treats like an error) |
Revision cc9372b by Campbell Barton December 10, 2013, 02:01 (GMT) |
DNA Deprecation: add DNA_DEPRECATED_GCC_POISON for enum/structs. also fully remove freestyle raycasting_algorithm |
Revision 96f95e0 by Campbell Barton December 10, 2013, 01:58 (GMT) |
Python API: when OIIO is disabled use the same version format. |
Revision fe81ac0 by Gaia Clary December 9, 2013, 22:18 (GMT) |
Fix T37753: encapsulated the creation of the source ID into one function to ensure the id is always created correctly |
|
|
|


Master Commits
MiikaHweb | 2003-2021