fake-bpy-module 20250612__py3-none-any.whl → 20250614__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.

bpy/types/__init__.pyi CHANGED
@@ -41003,9 +41003,6 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
41003
41003
  * UILayout.template_ID_preview
41004
41004
  * UILayout.template_ID_tabs
41005
41005
  * UILayout.template_any_ID
41006
- * UILayout.template_asset_view
41007
- * UILayout.template_asset_view
41008
- * UILayout.template_asset_view
41009
41006
  * UILayout.template_cache_file
41010
41007
  * UILayout.template_cache_file_layers
41011
41008
  * UILayout.template_cache_file_procedural
@@ -54530,50 +54527,6 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
54530
54527
  :columns: 2
54531
54528
 
54532
54529
 
54533
- --------------------
54534
-
54535
- * bpy_struct.id_data
54536
-
54537
- :columns: 2
54538
-
54539
-
54540
- --------------------
54541
-
54542
- * bpy_struct.as_pointer
54543
- * bpy_struct.driver_add
54544
- * bpy_struct.driver_remove
54545
- * bpy_struct.get
54546
- * bpy_struct.id_properties_clear
54547
- * bpy_struct.id_properties_ensure
54548
- * bpy_struct.id_properties_ui
54549
- * bpy_struct.is_property_hidden
54550
- * bpy_struct.is_property_overridable_library
54551
- * bpy_struct.is_property_readonly
54552
- * bpy_struct.is_property_set
54553
- * bpy_struct.items
54554
- * bpy_struct.keyframe_delete
54555
- * bpy_struct.keyframe_insert
54556
- * bpy_struct.keys
54557
- * bpy_struct.path_from_id
54558
- * bpy_struct.path_resolve
54559
- * bpy_struct.pop
54560
- * bpy_struct.property_overridable_library_set
54561
- * bpy_struct.property_unset
54562
- * bpy_struct.rna_ancestors
54563
- * bpy_struct.type_recast
54564
- * bpy_struct.values
54565
-
54566
- :columns: 2
54567
-
54568
-
54569
- --------------------
54570
-
54571
- * ThemeSpaceGeneric.panelcolors
54572
- * ThemeSpaceGradient.panelcolors
54573
-
54574
- :columns: 2
54575
-
54576
-
54577
54530
  --------------------
54578
54531
 
54579
54532
  * bpy_struct.id_data
@@ -60448,15 +60401,6 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
60448
60401
  :columns: 2
60449
60402
 
60450
60403
 
60451
- --------------------
60452
-
60453
- * bpy.context.active_file
60454
- * bpy.context.selected_files
60455
- * AssetHandle.file_data
60456
-
60457
- :columns: 2
60458
-
60459
-
60460
60404
  --------------------
60461
60405
 
60462
60406
  * bpy_struct.id_data
@@ -62180,45 +62124,6 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
62180
62124
  :columns: 2
62181
62125
 
62182
62126
 
62183
- --------------------
62184
-
62185
- * bpy_struct.id_data
62186
- * PropertyGroup.name
62187
-
62188
- :columns: 2
62189
-
62190
-
62191
- --------------------
62192
-
62193
- * bpy_struct.as_pointer
62194
- * bpy_struct.driver_add
62195
- * bpy_struct.driver_remove
62196
- * bpy_struct.get
62197
- * bpy_struct.id_properties_clear
62198
- * bpy_struct.id_properties_ensure
62199
- * bpy_struct.id_properties_ui
62200
- * bpy_struct.is_property_hidden
62201
- * bpy_struct.is_property_overridable_library
62202
- * bpy_struct.is_property_readonly
62203
- * bpy_struct.is_property_set
62204
- * bpy_struct.items
62205
- * bpy_struct.keyframe_delete
62206
- * bpy_struct.keyframe_insert
62207
- * bpy_struct.keys
62208
- * bpy_struct.path_from_id
62209
- * bpy_struct.path_resolve
62210
- * bpy_struct.pop
62211
- * bpy_struct.property_overridable_library_set
62212
- * bpy_struct.property_unset
62213
- * bpy_struct.rna_ancestors
62214
- * bpy_struct.type_recast
62215
- * bpy_struct.values
62216
- * PropertyGroup.bl_rna_get_subclass
62217
- * PropertyGroup.bl_rna_get_subclass_py
62218
-
62219
- :columns: 2
62220
-
62221
-
62222
62127
  --------------------
62223
62128
 
62224
62129
  * bpy_struct.id_data
@@ -65148,8 +65053,6 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
65148
65053
  * UILayout.operator
65149
65054
  * UILayout.operator_menu_enum
65150
65055
  * UILayout.operator_menu_hold
65151
- * UILayout.template_asset_view
65152
- * UILayout.template_asset_view
65153
65056
  * UILayout.template_popup_confirm
65154
65057
  * WindowManager.operator_properties_last
65155
65058
  * WorkSpaceTool.operator_properties
@@ -65196,6 +65099,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
65196
65099
 
65197
65100
  --------------------
65198
65101
 
65102
+ * bpy.context.asset
65199
65103
  * bpy.context.selected_assets
65200
65104
  * AssetShelf.asset_poll
65201
65105
  * AssetShelf.draw_context_menu
@@ -124978,37 +124882,6 @@ class AssetCatalogPath(bpy_struct):
124978
124882
  :rtype: typing.Any
124979
124883
  """
124980
124884
 
124981
- class AssetHandle(PropertyGroup, bpy_struct):
124982
- """Reference to some asset"""
124983
-
124984
- file_data: FileSelectEntry | None
124985
- """ TEMPORARY, DO NOT USE - File data used to refer to the asset
124986
-
124987
- :type: FileSelectEntry | None
124988
- """
124989
-
124990
- @classmethod
124991
- def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
124992
- """
124993
-
124994
- :param id: The RNA type identifier.
124995
- :type id: str | None
124996
- :param default:
124997
- :return: The RNA type or default when not found.
124998
- :rtype: Struct
124999
- """
125000
-
125001
- @classmethod
125002
- def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
125003
- """
125004
-
125005
- :param id: The RNA type identifier.
125006
- :type id: str | None
125007
- :param default:
125008
- :return: The class or default when not found.
125009
- :rtype: typing.Any
125010
- """
125011
-
125012
124885
  class AssetLibraryReference(bpy_struct):
125013
124886
  """Identifier to refer to the asset library"""
125014
124887
 
@@ -136396,6 +136269,12 @@ class CompositorNodeDilateErode(CompositorNode, NodeInternal, Node, bpy_struct):
136396
136269
  class CompositorNodeDisplace(CompositorNode, NodeInternal, Node, bpy_struct):
136397
136270
  """Displace pixel position using an offset vector"""
136398
136271
 
136272
+ interpolation: typing.Literal["NEAREST", "BILINEAR", "BICUBIC", "ANISOTROPIC"]
136273
+ """ Interpolation method
136274
+
136275
+ :type: typing.Literal['NEAREST','BILINEAR','BICUBIC','ANISOTROPIC']
136276
+ """
136277
+
136399
136278
  @classmethod
136400
136279
  def is_registered_node_type(cls) -> bool:
136401
136280
  """True if a registered node type
@@ -168066,6 +167945,12 @@ class GeometryNodeTrimCurve(GeometryNode, NodeInternal, Node, bpy_struct):
168066
167945
  class GeometryNodeUVPackIslands(GeometryNode, NodeInternal, Node, bpy_struct):
168067
167946
  """Scale islands of a UV map and move them so they fill the UV space as much as possible"""
168068
167947
 
167948
+ shape_method: typing.Literal["AABB", "CONVEX", "CONCAVE"]
167949
+ """ Method used for packing UV islands
167950
+
167951
+ :type: typing.Literal['AABB','CONVEX','CONCAVE']
167952
+ """
167953
+
168069
167954
  @classmethod
168070
167955
  def is_registered_node_type(cls) -> bool:
168071
167956
  """True if a registered node type
@@ -207214,12 +207099,6 @@ class PreferencesSystem(bpy_struct):
207214
207099
  :type: bool
207215
207100
  """
207216
207101
 
207217
- use_select_pick_depth: bool
207218
- """ When making a selection in 3D View, use the GPU depth buffer to ensure the frontmost object is selected first
207219
-
207220
- :type: bool
207221
- """
207222
-
207223
207102
  use_studio_light_edit: bool
207224
207103
  """ View the result of the studio light editor in the viewport
207225
207104
 
@@ -209643,10 +209522,10 @@ class RenderSettings(bpy_struct):
209643
209522
  :type: float
209644
209523
  """
209645
209524
 
209646
- engine: typing.Literal["BLENDER_EEVEE_NEXT"]
209525
+ engine: typing.Literal["BLENDER_EEVEE"]
209647
209526
  """ Engine to use for rendering
209648
209527
 
209649
- :type: typing.Literal['BLENDER_EEVEE_NEXT']
209528
+ :type: typing.Literal['BLENDER_EEVEE']
209650
209529
  """
209651
209530
 
209652
209531
  ffmpeg: FFmpegSettings | None
@@ -212027,18 +211906,6 @@ class SceneEEVEE(bpy_struct):
212027
211906
  :type: typing.Literal['8','16','32','64']
212028
211907
  """
212029
211908
 
212030
- gtao_distance: float
212031
- """ Distance of object that contribute to the ambient occlusion effect
212032
-
212033
- :type: float
212034
- """
212035
-
212036
- gtao_quality: float
212037
- """ Precision of the horizon search
212038
-
212039
- :type: float
212040
- """
212041
-
212042
211909
  light_threshold: float
212043
211910
  """ Minimum light intensity for a light to contribute to the lighting
212044
211911
 
@@ -212129,12 +211996,6 @@ class SceneEEVEE(bpy_struct):
212129
211996
  :type: bool
212130
211997
  """
212131
211998
 
212132
- use_gtao: bool
212133
- """ Enable ambient occlusion to simulate medium scale indirect shadowing
212134
-
212135
- :type: bool
212136
- """
212137
-
212138
211999
  use_overscan: bool
212139
212000
  """ Internally render past the image border to avoid screen-space effects disappearing
212140
212001
 
@@ -234054,49 +233915,6 @@ class ThemeOutliner(bpy_struct):
234054
233915
  :rtype: typing.Any
234055
233916
  """
234056
233917
 
234057
- class ThemePanelColors(bpy_struct):
234058
- """Theme settings for panel colors"""
234059
-
234060
- back: bpy_prop_array[float]
234061
- """
234062
-
234063
- :type: bpy_prop_array[float]
234064
- """
234065
-
234066
- header: bpy_prop_array[float]
234067
- """
234068
-
234069
- :type: bpy_prop_array[float]
234070
- """
234071
-
234072
- sub_back: bpy_prop_array[float]
234073
- """
234074
-
234075
- :type: bpy_prop_array[float]
234076
- """
234077
-
234078
- @classmethod
234079
- def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
234080
- """
234081
-
234082
- :param id: The RNA type identifier.
234083
- :type id: str | None
234084
- :param default:
234085
- :return: The RNA type or default when not found.
234086
- :rtype: Struct
234087
- """
234088
-
234089
- @classmethod
234090
- def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
234091
- """
234092
-
234093
- :param id: The RNA type identifier.
234094
- :type id: str | None
234095
- :param default:
234096
- :return: The class or default when not found.
234097
- :rtype: typing.Any
234098
- """
234099
-
234100
233918
  class ThemePreferences(bpy_struct):
234101
233919
  """Theme settings for the Blender Preferences"""
234102
233920
 
@@ -234491,36 +234309,12 @@ class ThemeSpaceGeneric(bpy_struct):
234491
234309
  :type: bpy_prop_array[float]
234492
234310
  """
234493
234311
 
234494
- panelcolors: ThemePanelColors
234495
- """
234496
-
234497
- :type: ThemePanelColors
234498
- """
234499
-
234500
- tab_active: mathutils.Color
234501
- """
234502
-
234503
- :type: mathutils.Color
234504
- """
234505
-
234506
234312
  tab_back: bpy_prop_array[float]
234507
234313
  """
234508
234314
 
234509
234315
  :type: bpy_prop_array[float]
234510
234316
  """
234511
234317
 
234512
- tab_inactive: mathutils.Color
234513
- """
234514
-
234515
- :type: mathutils.Color
234516
- """
234517
-
234518
- tab_outline: bpy_prop_array[float]
234519
- """
234520
-
234521
- :type: bpy_prop_array[float]
234522
- """
234523
-
234524
234318
  text: mathutils.Color
234525
234319
  """
234526
234320
 
@@ -234622,36 +234416,12 @@ class ThemeSpaceGradient(bpy_struct):
234622
234416
  :type: bpy_prop_array[float]
234623
234417
  """
234624
234418
 
234625
- panelcolors: ThemePanelColors
234626
- """
234627
-
234628
- :type: ThemePanelColors
234629
- """
234630
-
234631
- tab_active: mathutils.Color
234632
- """
234633
-
234634
- :type: mathutils.Color
234635
- """
234636
-
234637
234419
  tab_back: bpy_prop_array[float]
234638
234420
  """
234639
234421
 
234640
234422
  :type: bpy_prop_array[float]
234641
234423
  """
234642
234424
 
234643
- tab_inactive: mathutils.Color
234644
- """
234645
-
234646
- :type: mathutils.Color
234647
- """
234648
-
234649
- tab_outline: bpy_prop_array[float]
234650
- """
234651
-
234652
- :type: bpy_prop_array[float]
234653
- """
234654
-
234655
234425
  text: mathutils.Color
234656
234426
  """
234657
234427
 
@@ -235174,12 +234944,30 @@ class ThemeUserInterface(bpy_struct):
235174
234944
  :type: int
235175
234945
  """
235176
234946
 
234947
+ panel_back: bpy_prop_array[float]
234948
+ """
234949
+
234950
+ :type: bpy_prop_array[float]
234951
+ """
234952
+
234953
+ panel_header: bpy_prop_array[float]
234954
+ """
234955
+
234956
+ :type: bpy_prop_array[float]
234957
+ """
234958
+
235177
234959
  panel_roundness: float
235178
234960
  """ Roundness of the corners of panels and sub-panels
235179
234961
 
235180
234962
  :type: float
235181
234963
  """
235182
234964
 
234965
+ panel_sub_back: bpy_prop_array[float]
234966
+ """
234967
+
234968
+ :type: bpy_prop_array[float]
234969
+ """
234970
+
235183
234971
  transparent_checker_primary: mathutils.Color
235184
234972
  """ Primary color of checkerboard pattern indicating transparent areas
235185
234973
 
@@ -236855,6 +236643,12 @@ class ToolSettings(bpy_struct):
236855
236643
  :type: bool
236856
236644
  """
236857
236645
 
236646
+ use_uv_select_island: bool
236647
+ """ Island selection
236648
+
236649
+ :type: bool
236650
+ """
236651
+
236858
236652
  use_uv_select_sync: bool
236859
236653
  """ Keep UV and edit mode mesh selection in sync
236860
236654
 
@@ -239378,61 +239172,6 @@ class UILayout(bpy_struct):
239378
239172
  :type translate: bool | None
239379
239173
  """
239380
239174
 
239381
- def template_asset_view(
239382
- self,
239383
- list_id: str,
239384
- asset_library_dataptr: typing.Any,
239385
- asset_library_propname: str,
239386
- assets_dataptr: typing.Any,
239387
- assets_propname: str,
239388
- active_dataptr: typing.Any,
239389
- active_propname: str,
239390
- *,
239391
- filter_id_types: set[str] | None = {},
239392
- display_options: set[typing.Literal["NO_NAMES", "NO_FILTER", "NO_LIBRARY"]]
239393
- | None = {},
239394
- activate_operator: str = "",
239395
- drag_operator: str = "",
239396
- ) -> tuple[OperatorProperties, OperatorProperties]:
239397
- """Item. A scrollable list of assets in a grid view
239398
-
239399
- :param list_id: Identifier of this asset view. Necessary to tell apart different asset views and to identify an asset view read from a .blend
239400
- :type list_id: str
239401
- :param asset_library_dataptr: Data from which to take the active asset library property
239402
- :type asset_library_dataptr: typing.Any
239403
- :param asset_library_propname: Identifier of the asset library property
239404
- :type asset_library_propname: str
239405
- :param assets_dataptr: Data from which to take the asset list property
239406
- :type assets_dataptr: typing.Any
239407
- :param assets_propname: Identifier of the asset list property
239408
- :type assets_propname: str
239409
- :param active_dataptr: Data from which to take the integer property, index of the active item
239410
- :type active_dataptr: typing.Any
239411
- :param active_propname: Identifier of the integer property in active_data, index of the active item
239412
- :type active_propname: str
239413
- :param filter_id_types: filter_id_types
239414
- :type filter_id_types: set[str] | None
239415
- :param display_options: Displaying options for the asset view
239416
-
239417
- NO_NAMES
239418
- Do not display the name of each asset underneath preview images.
239419
-
239420
- NO_FILTER
239421
- Do not display buttons for filtering the available assets.
239422
-
239423
- NO_LIBRARY
239424
- Do not display buttons to choose or refresh an asset library.
239425
- :type display_options: set[typing.Literal['NO_NAMES','NO_FILTER','NO_LIBRARY']] | None
239426
- :param activate_operator: Name of a custom operator to invoke when activating an item
239427
- :type activate_operator: str
239428
- :param drag_operator: Name of a custom operator to invoke when starting to drag an item. Never invoked together with the active_operator (if set), it's either the drag or the activate one
239429
- :type drag_operator: str
239430
- :return: activate_operator_properties, Operator properties to fill in for the custom activate operator passed to the template, `OperatorProperties`
239431
-
239432
- drag_operator_properties, Operator properties to fill in for the custom drag operator passed to the template, `OperatorProperties`
239433
- :rtype: tuple[OperatorProperties, OperatorProperties]
239434
- """
239435
-
239436
239175
  def template_light_linking_collection(
239437
239176
  self, context_layout: typing_extensions.Self, data: typing.Any, property: str
239438
239177
  ) -> None:
@@ -243473,6 +243212,12 @@ class ViewLayer(bpy_struct):
243473
243212
  class ViewLayerEEVEE(bpy_struct):
243474
243213
  """View Layer settings for EEVEE"""
243475
243214
 
243215
+ ambient_occlusion_distance: float
243216
+ """ Distance of object that contribute to the ambient occlusion effect
243217
+
243218
+ :type: float
243219
+ """
243220
+
243476
243221
  use_pass_bloom: bool
243477
243222
  """ Deliver bloom pass (deprecated)
243478
243223
 
@@ -247722,9 +247467,9 @@ DATA_PT_lightprobe_capture: bl_ui.properties_data_lightprobe.DATA_PT_lightprobe_
247722
247467
 
247723
247468
  DATA_PT_lightprobe_display: bl_ui.properties_data_lightprobe.DATA_PT_lightprobe_display
247724
247469
 
247725
- DATA_PT_lightprobe_display_eevee_next: bl_ui.properties_data_lightprobe.DATA_PT_lightprobe_display_eevee_next
247470
+ DATA_PT_lightprobe_display_eevee: bl_ui.properties_data_lightprobe.DATA_PT_lightprobe_display_eevee
247726
247471
 
247727
- DATA_PT_lightprobe_eevee_next: bl_ui.properties_data_lightprobe.DATA_PT_lightprobe_eevee_next
247472
+ DATA_PT_lightprobe_eevee: bl_ui.properties_data_lightprobe.DATA_PT_lightprobe_eevee
247728
247473
 
247729
247474
  DATA_PT_lightprobe_parallax: bl_ui.properties_data_lightprobe.DATA_PT_lightprobe_parallax
247730
247475
 
@@ -247862,6 +247607,10 @@ EEVEE_MATERIAL_PT_displacement: bl_ui.properties_material.EEVEE_MATERIAL_PT_disp
247862
247607
 
247863
247608
  EEVEE_MATERIAL_PT_settings: bl_ui.properties_material.EEVEE_MATERIAL_PT_settings
247864
247609
 
247610
+ EEVEE_MATERIAL_PT_settings_surface: bl_ui.properties_material.EEVEE_MATERIAL_PT_settings_surface
247611
+
247612
+ EEVEE_MATERIAL_PT_settings_volume: bl_ui.properties_material.EEVEE_MATERIAL_PT_settings_volume
247613
+
247865
247614
  EEVEE_MATERIAL_PT_surface: bl_ui.properties_material.EEVEE_MATERIAL_PT_surface
247866
247615
 
247867
247616
  EEVEE_MATERIAL_PT_thickness: bl_ui.properties_material.EEVEE_MATERIAL_PT_thickness
@@ -247870,12 +247619,6 @@ EEVEE_MATERIAL_PT_viewport_settings: bl_ui.properties_material.EEVEE_MATERIAL_PT
247870
247619
 
247871
247620
  EEVEE_MATERIAL_PT_volume: bl_ui.properties_material.EEVEE_MATERIAL_PT_volume
247872
247621
 
247873
- EEVEE_NEXT_MATERIAL_PT_settings: bl_ui.properties_material.EEVEE_NEXT_MATERIAL_PT_settings
247874
-
247875
- EEVEE_NEXT_MATERIAL_PT_settings_surface: bl_ui.properties_material.EEVEE_NEXT_MATERIAL_PT_settings_surface
247876
-
247877
- EEVEE_NEXT_MATERIAL_PT_settings_volume: bl_ui.properties_material.EEVEE_NEXT_MATERIAL_PT_settings_volume
247878
-
247879
247622
  EEVEE_WORLD_PT_lightprobe: bl_ui.properties_world.EEVEE_WORLD_PT_lightprobe
247880
247623
 
247881
247624
  EEVEE_WORLD_PT_mist: bl_ui.properties_world.EEVEE_WORLD_PT_mist
@@ -249152,55 +248895,55 @@ RENDER_PT_color_management_white_balance_presets: bl_ui.properties_render.RENDER
249152
248895
 
249153
248896
  RENDER_PT_context: bl_ui.properties_render.RENDER_PT_context
249154
248897
 
249155
- RENDER_PT_eevee_hair: bl_ui.properties_render.RENDER_PT_eevee_hair
248898
+ RENDER_PT_eevee_clamping: bl_ui.properties_render.RENDER_PT_eevee_clamping
249156
248899
 
249157
- RENDER_PT_eevee_next_clamping: bl_ui.properties_render.RENDER_PT_eevee_next_clamping
248900
+ RENDER_PT_eevee_clamping_surface: bl_ui.properties_render.RENDER_PT_eevee_clamping_surface
249158
248901
 
249159
- RENDER_PT_eevee_next_clamping_surface: bl_ui.properties_render.RENDER_PT_eevee_next_clamping_surface
248902
+ RENDER_PT_eevee_clamping_volume: bl_ui.properties_render.RENDER_PT_eevee_clamping_volume
249160
248903
 
249161
- RENDER_PT_eevee_next_clamping_volume: bl_ui.properties_render.RENDER_PT_eevee_next_clamping_volume
248904
+ RENDER_PT_eevee_denoise: bl_ui.properties_render.RENDER_PT_eevee_denoise
249162
248905
 
249163
- RENDER_PT_eevee_next_denoise: bl_ui.properties_render.RENDER_PT_eevee_next_denoise
248906
+ RENDER_PT_eevee_depth_of_field: bl_ui.properties_render.RENDER_PT_eevee_depth_of_field
249164
248907
 
249165
- RENDER_PT_eevee_next_depth_of_field: bl_ui.properties_render.RENDER_PT_eevee_next_depth_of_field
248908
+ RENDER_PT_eevee_film: bl_ui.properties_render.RENDER_PT_eevee_film
249166
248909
 
249167
- RENDER_PT_eevee_next_film: bl_ui.properties_render.RENDER_PT_eevee_next_film
248910
+ RENDER_PT_eevee_gi_approximation: bl_ui.properties_render.RENDER_PT_eevee_gi_approximation
249168
248911
 
249169
- RENDER_PT_eevee_next_gi_approximation: bl_ui.properties_render.RENDER_PT_eevee_next_gi_approximation
248912
+ RENDER_PT_eevee_hair: bl_ui.properties_render.RENDER_PT_eevee_hair
249170
248913
 
249171
- RENDER_PT_eevee_next_motion_blur: bl_ui.properties_render.RENDER_PT_eevee_next_motion_blur
248914
+ RENDER_PT_eevee_motion_blur: bl_ui.properties_render.RENDER_PT_eevee_motion_blur
249172
248915
 
249173
- RENDER_PT_eevee_next_motion_blur_curve: bl_ui.properties_render.RENDER_PT_eevee_next_motion_blur_curve
248916
+ RENDER_PT_eevee_motion_blur_curve: bl_ui.properties_render.RENDER_PT_eevee_motion_blur_curve
249174
248917
 
249175
- RENDER_PT_eevee_next_raytracing: bl_ui.properties_render.RENDER_PT_eevee_next_raytracing
248918
+ RENDER_PT_eevee_performance: bl_ui.properties_render.RENDER_PT_eevee_performance
249176
248919
 
249177
- RENDER_PT_eevee_next_raytracing_presets: bl_ui.properties_render.RENDER_PT_eevee_next_raytracing_presets
248920
+ RENDER_PT_eevee_performance_compositor: bl_ui.properties_render.RENDER_PT_eevee_performance_compositor
249178
248921
 
249179
- RENDER_PT_eevee_next_sampling: bl_ui.properties_render.RENDER_PT_eevee_next_sampling
248922
+ RENDER_PT_eevee_performance_compositor_denoise_settings: bl_ui.properties_render.RENDER_PT_eevee_performance_compositor_denoise_settings
249180
248923
 
249181
- RENDER_PT_eevee_next_sampling_advanced: bl_ui.properties_render.RENDER_PT_eevee_next_sampling_advanced
248924
+ RENDER_PT_eevee_performance_memory: bl_ui.properties_render.RENDER_PT_eevee_performance_memory
249182
248925
 
249183
- RENDER_PT_eevee_next_sampling_render: bl_ui.properties_render.RENDER_PT_eevee_next_sampling_render
248926
+ RENDER_PT_eevee_performance_viewport: bl_ui.properties_render.RENDER_PT_eevee_performance_viewport
249184
248927
 
249185
- RENDER_PT_eevee_next_sampling_shadows: bl_ui.properties_render.RENDER_PT_eevee_next_sampling_shadows
248928
+ RENDER_PT_eevee_raytracing: bl_ui.properties_render.RENDER_PT_eevee_raytracing
249186
248929
 
249187
- RENDER_PT_eevee_next_sampling_viewport: bl_ui.properties_render.RENDER_PT_eevee_next_sampling_viewport
248930
+ RENDER_PT_eevee_raytracing_presets: bl_ui.properties_render.RENDER_PT_eevee_raytracing_presets
249188
248931
 
249189
- RENDER_PT_eevee_next_screen_trace: bl_ui.properties_render.RENDER_PT_eevee_next_screen_trace
248932
+ RENDER_PT_eevee_sampling: bl_ui.properties_render.RENDER_PT_eevee_sampling
249190
248933
 
249191
- RENDER_PT_eevee_next_volumes: bl_ui.properties_render.RENDER_PT_eevee_next_volumes
248934
+ RENDER_PT_eevee_sampling_advanced: bl_ui.properties_render.RENDER_PT_eevee_sampling_advanced
249192
248935
 
249193
- RENDER_PT_eevee_next_volumes_range: bl_ui.properties_render.RENDER_PT_eevee_next_volumes_range
248936
+ RENDER_PT_eevee_sampling_render: bl_ui.properties_render.RENDER_PT_eevee_sampling_render
249194
248937
 
249195
- RENDER_PT_eevee_performance: bl_ui.properties_render.RENDER_PT_eevee_performance
248938
+ RENDER_PT_eevee_sampling_shadows: bl_ui.properties_render.RENDER_PT_eevee_sampling_shadows
249196
248939
 
249197
- RENDER_PT_eevee_performance_compositor: bl_ui.properties_render.RENDER_PT_eevee_performance_compositor
248940
+ RENDER_PT_eevee_sampling_viewport: bl_ui.properties_render.RENDER_PT_eevee_sampling_viewport
249198
248941
 
249199
- RENDER_PT_eevee_performance_compositor_denoise_settings: bl_ui.properties_render.RENDER_PT_eevee_performance_compositor_denoise_settings
248942
+ RENDER_PT_eevee_screen_trace: bl_ui.properties_render.RENDER_PT_eevee_screen_trace
249200
248943
 
249201
- RENDER_PT_eevee_performance_memory: bl_ui.properties_render.RENDER_PT_eevee_performance_memory
248944
+ RENDER_PT_eevee_volumes: bl_ui.properties_render.RENDER_PT_eevee_volumes
249202
248945
 
249203
- RENDER_PT_eevee_performance_viewport: bl_ui.properties_render.RENDER_PT_eevee_performance_viewport
248946
+ RENDER_PT_eevee_volumes_range: bl_ui.properties_render.RENDER_PT_eevee_volumes_range
249204
248947
 
249205
248948
  RENDER_PT_encoding: bl_ui.properties_output.RENDER_PT_encoding
249206
248949
 
@@ -249280,7 +249023,7 @@ SCENE_PT_audio: bl_ui.properties_scene.SCENE_PT_audio
249280
249023
 
249281
249024
  SCENE_PT_custom_props: bl_ui.properties_scene.SCENE_PT_custom_props
249282
249025
 
249283
- SCENE_PT_eevee_next_light_probes: bl_ui.properties_scene.SCENE_PT_eevee_next_light_probes
249026
+ SCENE_PT_eevee_light_probes: bl_ui.properties_scene.SCENE_PT_eevee_light_probes
249284
249027
 
249285
249028
  SCENE_PT_keyframing_settings: bl_ui.properties_scene.SCENE_PT_keyframing_settings
249286
249029
 
@@ -249826,6 +249569,8 @@ USERPREF_PT_theme_interface_gizmos: bl_ui.space_userpref.USERPREF_PT_theme_inter
249826
249569
 
249827
249570
  USERPREF_PT_theme_interface_icons: bl_ui.space_userpref.USERPREF_PT_theme_interface_icons
249828
249571
 
249572
+ USERPREF_PT_theme_interface_panel: bl_ui.space_userpref.USERPREF_PT_theme_interface_panel
249573
+
249829
249574
  USERPREF_PT_theme_interface_state: bl_ui.space_userpref.USERPREF_PT_theme_interface_state
249830
249575
 
249831
249576
  USERPREF_PT_theme_interface_styles: bl_ui.space_userpref.USERPREF_PT_theme_interface_styles
@@ -249842,8 +249587,6 @@ USERPREF_PT_viewport_display: bl_ui.space_userpref.USERPREF_PT_viewport_display
249842
249587
 
249843
249588
  USERPREF_PT_viewport_quality: bl_ui.space_userpref.USERPREF_PT_viewport_quality
249844
249589
 
249845
- USERPREF_PT_viewport_selection: bl_ui.space_userpref.USERPREF_PT_viewport_selection
249846
-
249847
249590
  USERPREF_PT_viewport_subdivision: bl_ui.space_userpref.USERPREF_PT_viewport_subdivision
249848
249591
 
249849
249592
  USERPREF_PT_viewport_textures: bl_ui.space_userpref.USERPREF_PT_viewport_textures
@@ -250586,9 +250329,9 @@ VIEW3D_PT_viewport_debug: bl_ui.space_view3d.VIEW3D_PT_viewport_debug
250586
250329
 
250587
250330
  VIEWLAYER_MT_lightgroup_sync: bl_ui.properties_view_layer.VIEWLAYER_MT_lightgroup_sync
250588
250331
 
250589
- VIEWLAYER_PT_eevee_next_layer_passes_data: bl_ui.properties_view_layer.VIEWLAYER_PT_eevee_next_layer_passes_data
250332
+ VIEWLAYER_PT_eevee_layer_passes_data: bl_ui.properties_view_layer.VIEWLAYER_PT_eevee_layer_passes_data
250590
250333
 
250591
- VIEWLAYER_PT_eevee_next_layer_passes_light: bl_ui.properties_view_layer.VIEWLAYER_PT_eevee_next_layer_passes_light
250334
+ VIEWLAYER_PT_eevee_layer_passes_light: bl_ui.properties_view_layer.VIEWLAYER_PT_eevee_layer_passes_light
250592
250335
 
250593
250336
  VIEWLAYER_PT_filter: bl_ui.properties_view_layer.VIEWLAYER_PT_filter
250594
250337
 
@@ -250646,6 +250389,8 @@ VIEWLAYER_PT_layer_passes_cryptomatte: bl_ui.properties_view_layer.VIEWLAYER_PT_
250646
250389
 
250647
250390
  VIEWLAYER_PT_layer_passes_lightgroups: bl_ui.properties_view_layer.VIEWLAYER_PT_layer_passes_lightgroups
250648
250391
 
250392
+ VIEWLAYER_PT_override: bl_ui.properties_view_layer.VIEWLAYER_PT_override
250393
+
250649
250394
  VIEWLAYER_PT_workbench_layer_passes_data: bl_ui.properties_view_layer.VIEWLAYER_PT_workbench_layer_passes_data
250650
250395
 
250651
250396
  VIEWLAYER_UL_aov: bl_ui.properties_view_layer.VIEWLAYER_UL_aov
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fake-bpy-module
3
- Version: 20250612
3
+ Version: 20250614
4
4
  Summary: Collection of the fake Blender Python API module for the code completion.
5
5
  Author: nutti
6
6
  Author-email: nutti.metro@gmail.com