[Bf-blender-cvs] [02e92af3efb] node-add-asset-menu: Remove unrelated change

Hans Goudey noreply at git.blender.org
Thu Oct 6 21:58:02 CEST 2022


Commit: 02e92af3efb5f0aa23521ecd880830f768ab6d08
Author: Hans Goudey
Date:   Thu Oct 6 14:57:54 2022 -0500
Branches: node-add-asset-menu
https://developer.blender.org/rB02e92af3efb5f0aa23521ecd880830f768ab6d08

Remove unrelated change

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

M	source/blender/windowmanager/WM_api.h

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

diff --git a/source/blender/windowmanager/WM_api.h b/source/blender/windowmanager/WM_api.h
index b6c7b0faedf..5b6f7939ab9 100644
--- a/source/blender/windowmanager/WM_api.h
+++ b/source/blender/windowmanager/WM_api.h
@@ -823,7 +823,7 @@ bool WM_operator_properties_id_lookup_is_set(PointerRNA *ptr);
  * with the same name and type may be present). The "name" property is only kept to not break
  * compatibility with old scripts using some previously existing operators.
  */
-void WM_operator_properties_id_lookup(wmOperatorType *ot, bool add_name_prop);
+void WM_operator_properties_id_lookup(wmOperatorType *ot, const bool add_name_prop);
 
 /**
  * Disable using cursor position,



More information about the Bf-blender-cvs mailing list