March 15, 2020, 11:04 (GMT) |
Fix outliner edit-mode check |
March 15, 2020, 11:03 (GMT) |
Fix potential draw manager assignment to negative index While there is an assert here, the run-time code would perform the assignment. |
March 15, 2020, 11:03 (GMT) |
Fix potential NULL pointer de-reference creating liquid geometry |
March 15, 2020, 10:53 (GMT) |
Cleanup: add parens for clarity |
March 15, 2020, 10:53 (GMT) |
Cleanup: add NULL check for RNA filename argument Currently some of the code supports a NULL filename, add the NULL check so RNAProcessItem's with a NULL filename don't crash in the future. |
March 15, 2020, 10:51 (GMT) |
Cleanup: use 'r_' prefix for return args |
March 15, 2020, 10:51 (GMT) |
Cleanup: avoid setting float values by bit-pattern Replace memset with copy_vn_fl, note that the exact values are slightly different in this case. The value being set was close to FLT_MAX. |
March 15, 2020, 10:48 (GMT) |
Cleanup: redundant checks In some cases moved the checks into asserts, to ensure changes in the future don't cause the checks to become necessary again. |
March 15, 2020, 10:46 (GMT) |
Cleanup: redundant assignments |
March 15, 2020, 10:42 (GMT) |
Cleanup: use 'const' style argument |
March 15, 2020, 10:42 (GMT) |
Cleanup: shadow warning, clang-format |
March 15, 2020, 10:20 (GMT) |
Merge branch 'master' into greasepencil-object |
March 15, 2020, 10:16 (GMT) |
UI: Fix capitalization in the macOS app menu |
March 15, 2020, 02:41 (GMT) |
Cleanup: Improve naming of session state queries |
March 15, 2020, 01:54 (GMT) |
Fix multiple issues when closing session from OpenXR runtime We only managed Ghost-XR data then, not Blender side data. E.g. if there was a VR mirror, its 3D View would remain locked then (disallowing navigation). |
March 15, 2020, 01:08 (GMT) |
Cleanup: Change misleading name |
March 15, 2020, 01:02 (GMT) |
Refactor runtime data storage, for OpenXR side session ending Right now, ending the session via the OpenXR runtime (e.g. closing the WinMR Portal while the Blender VR session runs) causes multiple issues. We need a way to properly react to session end events. Changes here prepare us for that. |
March 14, 2020, 22:09 (GMT) |
Fix crash with some 3D View operators (e.g. Zoom to Border) Would do a NULL-ptr dereference if the VR mirror option is enabled. |
March 14, 2020, 21:50 (GMT) |
March 14, 2020, 21:37 (GMT) |
|
|
|


Master Commits
MiikaHweb | 2003-2021