Commit: 1fc4efd966121285577accbf7a9a1034b84923bc
Author: Sybren A. Stüvel
Date:   Thu Apr 7 11:01:29 2022 +0200
Branches: temp-T96710-pbvh-pixels
https://developer.blender.org/rB1fc4efd966121285577accbf7a9a1034b84923bc

Cleanup: remove incorrect comment

No functional changes.

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

M       release/scripts/modules/bpy/ops.py

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

diff --git a/release/scripts/modules/bpy/ops.py 
b/release/scripts/modules/bpy/ops.py
index 838bd81c0d2..e19128e41a9 100644
--- a/release/scripts/modules/bpy/ops.py
+++ b/release/scripts/modules/bpy/ops.py
@@ -93,7 +93,6 @@ class _BPyOpsSubModOp:
         return self._module.upper() + "_OT_" + self._func
 
     def idname_py(self):
-        # submod.foo -> SUBMOD_OT_foo
         return self._module + "." + self._func
 
     def __call__(self, *args, **kw):

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to