August 31, 2019, 13:52 (GMT) |
Build: use non-interactive svn commands for "make update" Needed for buildbot, but interactively solving svn conflicts in the middle of manual make update is also not ideal. |
August 31, 2019, 12:39 (GMT) |
Rename internal VAMR files (mainly removes VAMR_ prefix) Also rename VAMR_internal.h to utils.h and move OpenXR include out of it. |
August 31, 2019, 12:20 (GMT) |
Use VAMR namespace for internal types |
August 31, 2019, 11:22 (GMT) |
Drivers: support explicit euler rotation order for transform channels. The meaning of the euler angles completely depends on the rotation order. Currently the rotation order is taken from the target of the driver variable, which somewhat makes sense if it uses euler, but if it's quaternion, then the order is always set to XYZ. Add a new option for the rotation channels of the Transform Channel driver variables that defaults to the old behavior, but allows setting an explicit rotation order. |
August 31, 2019, 11:10 (GMT) |
Remove unnecessary WITH_OPENXR definition in BKE |
August 31, 2019, 11:10 (GMT) |
Remove Ghost-XR code Also fixes remaining call to it. |
August 31, 2019, 11:00 (GMT) |
Call VAMR functions in window-manager, not GHOST_Xr This gives linking errors currently because of conflicting symbols, but that is to be expected and will be fixed in a followup. |
August 31, 2019, 10:59 (GMT) |
Add missing C-API source file Also add missing license header. |
August 31, 2019, 07:32 (GMT) |
Cleanup: rename natural string comparison |
August 31, 2019, 07:24 (GMT) |
Merge branch 'master' into greasepencil-object |
August 31, 2019, 03:09 (GMT) |
Outliner: fix unnecessary syncing Depending on the outliner display mode and the outliner dirty state, a sync may not be needed on each draw. This commit adds a check before syncing to prevent syncing when not needed. |
August 31, 2019, 02:47 (GMT) |
Outliner: always sync object selection This changes from-outliner selection syncing to always sync the selection state of objects. This allows selecting objects while in edit mode for parenting or adding hooks. This also fixes a few issues where the sync algorithm would fail when no active object existed. |
August 30, 2019, 19:33 (GMT) |
Cleanup: clang-format |
August 30, 2019, 19:27 (GMT) |
MSVC: Fix BlendThumb debug build. Spotted by @deadpin on chat |
August 30, 2019, 18:53 (GMT) |
GPencil: Fix move_to_layer menu in Stroke context menu Missing in previous commit |
August 30, 2019, 17:56 (GMT) |
make_deps: remove blendthumb now in regular codebase. |
August 30, 2019, 17:52 (GMT) |
Transform: use recalc geometry depsgraph tag Better be specific with the data that needs updating. |
August 30, 2019, 17:42 (GMT) |
Fix T69299: Transform origin & skip-children jitters |
August 30, 2019, 17:42 (GMT) |
Cleanup: 2 space indentation |
August 30, 2019, 17:40 (GMT) |
Windows: Fix compatibility with older cmake Older cmake did not find the BlendThumb sub project. |
|
|
|


Master Commits
MiikaHweb | 2003-2021