[Bf-extensions-cvs] [e088488b] xr-actions-D9124: viewport_vr_preview.py: Remove "replace existing" param

Peter Kim noreply at git.blender.org
Wed Oct 14 17:32:19 CEST 2020


Commit: e088488b01e60a7624efc6b1580a7b4a55fb0e8b
Author: Peter Kim
Date:   Thu Oct 15 00:29:48 2020 +0900
Branches: xr-actions-D9124
https://developer.blender.org/rBAe088488b01e60a7624efc6b1580a7b4a55fb0e8b

viewport_vr_preview.py: Remove "replace existing" param

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

M	viewport_vr_preview.py

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

diff --git a/viewport_vr_preview.py b/viewport_vr_preview.py
index b9fda6f3..78eb48d7 100644
--- a/viewport_vr_preview.py
+++ b/viewport_vr_preview.py
@@ -330,7 +330,7 @@ def create_vr_actions(context: bpy.context):
             interaction_path0 = action.user_path0 + action.component_path0
             interaction_path1 = action.user_path1 + action.component_path1
 
-            wm.xr_session_state.create_action_binding(context, action_set.name, action_set.profile, action.name, interaction_path0, interaction_path1, False)  
+            wm.xr_session_state.create_action_binding(context, action_set.name, action_set.profile, action.name, interaction_path0, interaction_path1)  
 
         wm.xr_session_state.set_active_action_set(context, action_set.name)



More information about the Bf-extensions-cvs mailing list