fake-bpy-module 20240410__py3-none-any.whl → 20240417__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

@@ -3143,6 +3143,13 @@ class RemovePresetInterfaceTheme(bpy_types.Operator):
3143
3143
  """ """
3144
3144
  ...
3145
3145
 
3146
+ def post_cb(self, context):
3147
+ """
3148
+
3149
+ :param context:
3150
+ """
3151
+ ...
3152
+
3146
3153
  def property_overridable_library_set(self):
3147
3154
  """ """
3148
3155
  ...
@@ -187,7 +187,7 @@ class NODE_MT_category_layout(bpy_types._GenericUI):
187
187
  """ """
188
188
  ...
189
189
 
190
- def add_node_type(layout, node_type, label, poll):
190
+ def add_node_type(layout, node_type, label, poll, search_weight):
191
191
  """ """
192
192
 
193
193
  ...