[Bf-blender-cvs] [c1f798d12ef] soc-2020-xr-input: Work on the python API.

Peter Klimenko noreply at git.blender.org
Fri Jul 31 13:40:41 CEST 2020


Commit: c1f798d12ef75478de15d36e78f067527c916c2e
Author: Peter Klimenko
Date:   Fri Jul 31 21:40:32 2020 +1000
Branches: soc-2020-xr-input
https://developer.blender.org/rBc1f798d12ef75478de15d36e78f067527c916c2e

Work on the python API.

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

M	source/blender/blenkernel/BKE_callbacks.h

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

diff --git a/source/blender/blenkernel/BKE_callbacks.h b/source/blender/blenkernel/BKE_callbacks.h
index 284948da634..c2a8e82f68e 100644
--- a/source/blender/blenkernel/BKE_callbacks.h
+++ b/source/blender/blenkernel/BKE_callbacks.h
@@ -38,6 +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_FRAME_CHANGE_PRE,
   BKE_CB_EVT_FRAME_CHANGE_POST,
   BKE_CB_EVT_RENDER_PRE,



More information about the Bf-blender-cvs mailing list