Revision c8b4b4c by Sebastián Barschkis March 18, 2020, 23:04 (GMT) |
Fluid: Fixed issue with intial velocities in liquid domains The fix for T74762 (bf9c4af9bb74) introduced this issue. Initial velocities were not applied to liquids anymore. |
Revision 99be00f by Julian Eisel March 18, 2020, 19:53 (GMT) |
Cleanup: Prepare XR code for sorted headers |
Revision 1935cd4 by Philipp Oeser March 18, 2020, 19:46 (GMT) |
Fix T74837: GPencil: Mirror over first selected marker crashes 'mirror_gpf_marker()' needs a NULL bGPDframe for initialization [but still requires a scene to get the marker]. Maniphest Tasks: T74837 Differential Revision: https://developer.blender.org/D7166 |
Revision a12ae67 by William Reynish March 18, 2020, 19:38 (GMT) |
UI: Update the Clay Thumb Sculpt icon The previous icon was identical with the Thumb icon. New icon designed by Damian Winnichenko |
Revision c102dfd by Ray molenkamp March 18, 2020, 19:26 (GMT) |
Cleanup: Prepare for sorted headers on windows To prepare for D6811 small changes were needed. we can no longer undefine near/far since the windows headers use those extensively. some of the imbuf files need to include the windows headers explicitly to make sure it builds. |
Revision 6bfe7c7 by Brecht Van Lommel March 18, 2020, 18:51 (GMT) |
Fix (harmless) use of uninitialized variables in Cycles |
Revision 9a116c7 by Ray molenkamp March 18, 2020, 18:13 (GMT) |
Cleanup: 64 bit file IO on windows. Unlike Linux where fseek/tell will be either 32 or 64 bit depending on the target platform, it will always be 32 bit on windows. We had some macro magic in BLI_winstuff.h that substituted them for 64 bit versions, but that is upsetting the system headers if they get included after BLI_winstuff.h which is problematic for D6811. This diff adds proper functions in blenlib and updates all calls that were using the BLI_winstuff.h header to gain 64 bit file IO. note: Anything that was using the 32 bit versions (ie not including BLI_winstuff.h) will still be using the 32 bit versions, which is perhaps a good code quality Friday project. Differential Revision: https://developer.blender.org/D7160 Reviewers: brecht dfelinto |
Revision ac74a84 by Julian Eisel March 18, 2020, 17:24 (GMT) |
Fix NULL-pointer dereference after error during VR session start |
Revision 1a50209 by Ray molenkamp March 18, 2020, 17:23 (GMT) |
Cleanup: Fix build warnings on windows. Two headers define the _USE_MATH_DEFINES symbol now, if both are included warnings are generated. Added some guards, all good again. |
Revision c9c08dc by Sergey Sharybin March 18, 2020, 17:16 (GMT) |
Fix compilation error after recent change |
Revision 805c4ab by William Reynish March 18, 2020, 17:02 (GMT) |
UI: Make sure theme UI names are correctly capitalized Also removed redundant use of 'color' in some instances. |
Revision efb53f5 by Jacques Lucke March 18, 2020, 16:54 (GMT) |
Fix T74524: tooltip for smoke dissolve time is backwards |
Revision b88ca3e by Ray molenkamp March 18, 2020, 16:38 (GMT) |
Cleanup: Resolve HKEY conflict Both the MS headers and blender headers define the HKEY which gives all kind of inclusion order issues. This diff renames all *KEY constants to EVT_*KEY to resolve this conflict. Reviewed By: brecht , dfelinto Differential Revision: https://developer.blender.org/D7164 |
Revision 9e382dd by Philipp Oeser March 18, 2020, 15:41 (GMT) |
Fix T74542, T74386: schulpt changes not saving (dyntopo or mutires) Caused by rB2d423479bdea. Correct check for stroke being painted. thx also to brecht checking. |
Revision 237ef0d by Antonio Vazquez March 18, 2020, 14:49 (GMT) |
Revision 7bde3f6 by Antonio Vazquez March 18, 2020, 14:33 (GMT) |
GPencil: Fix typo error |
Revision 19df67c by Julian Eisel March 18, 2020, 14:19 (GMT) |
Fix build errors with WITH_HEADLESS or WITH_GHOST_SDL Disable WITH_XR_OPENXR entirely for these cases. For headless XR features don't make much sense, for SDL support is not implemented. |
Revision 82fc818 by Bastien Montagne March 18, 2020, 14:11 (GMT) |
Fix openXR building with install_deps in some compilers. |
Revision efdc93f by Germano Cavalcante March 18, 2020, 12:58 (GMT) |
Fix T74876: Crash when snapping to faces The crash occurs after operators change the amount of editmesh looptris. The looptris of the evaluated object's editmesh are not updated. |
Revision 52c0742 by Antonio Vazquez March 18, 2020, 12:48 (GMT) |
GPencil: Remove Panel Grease Pencil and move Use Lights to Visibility It was too much to have a panel for that. |
|