October 19, 2020, 15:52 (GMT) |
XR: Add input threshold for float actions Fixes button release events not being sent due to non-zero state. |
October 19, 2020, 15:48 (GMT) |
XR: Support basic transform operators Uses same invoke_3d / modal_3d approach as select operators. |
October 18, 2020, 16:06 (GMT) |
Merge branch 'master' into xr-actions-D9124 |
October 18, 2020, 16:04 (GMT) |
XR: Apply VR clip settings when selecting Fixes projection matrix calculation for GPU select. |
October 18, 2020, 06:31 (GMT) |
October 18, 2020, 06:18 (GMT) |
Merge branch 'master' into xr-actions-D9124 |
October 18, 2020, 06:11 (GMT) |
Fix build error when disabling WITH_XR_OPENXR |
October 18, 2020, 06:06 (GMT) |
Fix build error on Linux / gcc |
October 17, 2020, 14:42 (GMT) |
Merge branch 'master' into xr-actions-D9124 # Conflicts: # source/blender/windowmanager/intern/wm_event_system.c |
October 17, 2020, 02:59 (GMT) |
XR: Add "selection eye" session setting The "selection eye" is the XR eye (view) used for 3D-to-2D projection. Its parameters are used to override the window view when selecting with VR controllers. |
October 14, 2020, 15:43 (GMT) |
Merge branch 'master' into xr-actions-D9124 |
October 14, 2020, 15:41 (GMT) |
Operators: Add modal_3d() and implement for box select This follows the same logic as invoke_3d(). That is, we wrap an operator's modal() with modal_3d() and project 3D controller coords to 2D mouse coords. |
October 14, 2020, 15:23 (GMT) |
XR: Remove "replace existing" param from action bindings creation Since action bindings are only created once at the beginning of an XR session, overwriting all existing bindings will not be needed. |
October 13, 2020, 23:47 (GMT) |
Fix: Use correct add-on branch for 'make update' Credit to Julian Eisel for the fix. |
October 13, 2020, 12:39 (GMT) |
Disable XR object saving and (for now) creation |
October 13, 2020, 12:39 (GMT) |
Update comment. |
October 13, 2020, 12:39 (GMT) |
Add wm_xr_operators.c. |
October 13, 2020, 12:39 (GMT) |
Operators: Add invoke_3d() and implement for VIEW3D_OT_select |
October 13, 2020, 12:39 (GMT) |
Fix annotations not being shown in XR view. |
October 13, 2020, 12:39 (GMT) |
Improve error logging and controller data management. |
|