[Bf-blender-cvs] [0cb02bf631a] soc-2020-xr-input: Disabled more features; Controller graphics work now.

Peter Klimenko noreply at git.blender.org
Fri Jul 31 14:49:00 CEST 2020


Commit: 0cb02bf631abee45cb769419504612644de4a2b7
Author: Peter Klimenko
Date:   Fri Jul 31 22:48:54 2020 +1000
Branches: soc-2020-xr-input
https://developer.blender.org/rB0cb02bf631abee45cb769419504612644de4a2b7

Disabled more features; Controller graphics work now.

===================================================================

M	source/blender/blenkernel/BKE_callbacks.h

===================================================================

diff --git a/source/blender/blenkernel/BKE_callbacks.h b/source/blender/blenkernel/BKE_callbacks.h
index c2a8e82f68e..bfef6149a54 100644
--- a/source/blender/blenkernel/BKE_callbacks.h
+++ b/source/blender/blenkernel/BKE_callbacks.h
@@ -38,7 +38,7 @@ struct PointerRNA;
  *   For handling jobs (which may in turn cause other handlers to be called).
  */
 typedef enum {
-  BKE_CB_EVT_XR_SESSION_PRE,
+//  BKE_CB_EVT_XR_SESSION_PRE,
   BKE_CB_EVT_FRAME_CHANGE_PRE,
   BKE_CB_EVT_FRAME_CHANGE_POST,
   BKE_CB_EVT_RENDER_PRE,



More information about the Bf-blender-cvs mailing list