fake-bpy-module 20240806__py3-none-any.whl → 20240808__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.
- bl_ui/properties_render/__init__.pyi +7 -0
- bpy/types/__init__.pyi +28711 -28705
- {fake_bpy_module-20240806.dist-info → fake_bpy_module-20240808.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240806.dist-info → fake_bpy_module-20240808.dist-info}/RECORD +7 -7
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240806.dist-info → fake_bpy_module-20240808.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240806.dist-info → fake_bpy_module-20240808.dist-info}/top_level.txt +0 -0
|
@@ -873,6 +873,13 @@ class RENDER_PT_eevee_next_gi_approximation(RenderButtonsPanel, bpy.types.Panel)
|
|
|
873
873
|
"""
|
|
874
874
|
...
|
|
875
875
|
|
|
876
|
+
def draw_header(self, context):
|
|
877
|
+
"""
|
|
878
|
+
|
|
879
|
+
:param context:
|
|
880
|
+
"""
|
|
881
|
+
...
|
|
882
|
+
|
|
876
883
|
@classmethod
|
|
877
884
|
def poll(cls, context):
|
|
878
885
|
"""
|