fake-bpy-module-latest 20260203__py3-none-any.whl → 20260204__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.
@@ -244,7 +244,7 @@ class RENDER_PT_eevee_clamping(RenderButtonsPanel, _bpy_types.Panel):
244
244
  COMPAT_ENGINES: typing.Any
245
245
  bl_context: typing.Any
246
246
  bl_label: typing.Any
247
- bl_options: typing.Any
247
+ bl_parent_id: typing.Any
248
248
  bl_region_type: typing.Any
249
249
  bl_rna: typing.Any
250
250
  bl_space_type: typing.Any
@@ -534,6 +534,76 @@ class RENDER_PT_eevee_hair(RenderButtonsPanel, _bpy_types.Panel):
534
534
  :param context:
535
535
  """
536
536
 
537
+ class RENDER_PT_eevee_light_paths(RenderButtonsPanel, _bpy_types.Panel):
538
+ COMPAT_ENGINES: typing.Any
539
+ bl_context: typing.Any
540
+ bl_label: typing.Any
541
+ bl_options: typing.Any
542
+ bl_region_type: typing.Any
543
+ bl_rna: typing.Any
544
+ bl_space_type: typing.Any
545
+ id_data: typing.Any
546
+
547
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
548
+ """
549
+
550
+ :return: The RNA type or default when not found.
551
+ """
552
+
553
+ def bl_rna_get_subclass_py(self) -> typing.Any:
554
+ """
555
+
556
+ :return: The class or default when not found.
557
+ """
558
+
559
+ def draw(self, context) -> None:
560
+ """
561
+
562
+ :param context:
563
+ """
564
+
565
+ @classmethod
566
+ def poll(cls, context) -> None:
567
+ """
568
+
569
+ :param context:
570
+ """
571
+
572
+ class RENDER_PT_eevee_light_paths_intensity(RenderButtonsPanel, _bpy_types.Panel):
573
+ COMPAT_ENGINES: typing.Any
574
+ bl_context: typing.Any
575
+ bl_label: typing.Any
576
+ bl_parent_id: typing.Any
577
+ bl_region_type: typing.Any
578
+ bl_rna: typing.Any
579
+ bl_space_type: typing.Any
580
+ id_data: typing.Any
581
+
582
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
583
+ """
584
+
585
+ :return: The RNA type or default when not found.
586
+ """
587
+
588
+ def bl_rna_get_subclass_py(self) -> typing.Any:
589
+ """
590
+
591
+ :return: The class or default when not found.
592
+ """
593
+
594
+ def draw(self, context) -> None:
595
+ """
596
+
597
+ :param context:
598
+ """
599
+
600
+ @classmethod
601
+ def poll(cls, context) -> None:
602
+ """
603
+
604
+ :param context:
605
+ """
606
+
537
607
  class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, _bpy_types.Panel):
538
608
  COMPAT_ENGINES: typing.Any
539
609
  bl_context: typing.Any
bpy/ops/pose/__init__.pyi CHANGED
@@ -624,7 +624,7 @@ def select_linked(
624
624
  undo: bool | None = None,
625
625
  /,
626
626
  ) -> None:
627
- """Select all bones linked by parent/child connections to the current selection"""
627
+ """Select all bones linked by connected parent/child relationships from the current selection"""
628
628
 
629
629
  def select_linked_pick(
630
630
  execution_context: int | str | None = None,
@@ -633,7 +633,7 @@ def select_linked_pick(
633
633
  *,
634
634
  extend: bool | None = False,
635
635
  ) -> None:
636
- """Select bones linked by parent/child connections under the mouse cursor
636
+ """Select bones linked by connected parent/child relationships under the mouse cursor
637
637
 
638
638
  :param extend: Extend, Extend selection instead of deselecting everything first
639
639
  """
@@ -771,7 +771,7 @@ type FmodifierTypeItems = typing.Literal[
771
771
  "NOISE", # Noise.Add pseudo-random noise on top of F-Curves.
772
772
  "LIMITS", # Limits.Restrict maximum and minimum values of F-Curve.
773
773
  "STEPPED", # Stepped Interpolation.Snap values to nearest grid step, e.g. for a stop-motion look.
774
- "SMOOTH", # Gaussian Smoothing.Smooth curve using Gaussian smoothing.
774
+ "SMOOTH", # Smooth (Gaussian).Smooth curve using Gaussian smoothing.
775
775
  ]
776
776
  type GeometryComponentTypeItems = typing.Literal[
777
777
  "MESH", # Mesh.Mesh component containing point, corner, edge and face data.
bpy/types/__init__.pyi CHANGED
@@ -33808,6 +33808,8 @@ It demonstrates:
33808
33808
  * GeometryNodeGreasePencilToCurves.output_template
33809
33809
  * GeometryNodeGridAdvect.input_template
33810
33810
  * GeometryNodeGridAdvect.output_template
33811
+ * GeometryNodeGridClip.input_template
33812
+ * GeometryNodeGridClip.output_template
33811
33813
  * GeometryNodeGridCurl.input_template
33812
33814
  * GeometryNodeGridCurl.output_template
33813
33815
  * GeometryNodeGridDilateAndErode.input_template
@@ -33828,6 +33830,8 @@ It demonstrates:
33828
33830
  * GeometryNodeGridPrune.output_template
33829
33831
  * GeometryNodeGridToMesh.input_template
33830
33832
  * GeometryNodeGridToMesh.output_template
33833
+ * GeometryNodeGridToPoints.input_template
33834
+ * GeometryNodeGridToPoints.output_template
33831
33835
  * GeometryNodeGridVoxelize.input_template
33832
33836
  * GeometryNodeGridVoxelize.output_template
33833
33837
  * GeometryNodeGroup.input_template
@@ -34310,6 +34314,8 @@ It demonstrates:
34310
34314
  * ShaderNodeRGBToBW.output_template
34311
34315
  * ShaderNodeRadialTiling.input_template
34312
34316
  * ShaderNodeRadialTiling.output_template
34317
+ * ShaderNodeRaycast.input_template
34318
+ * ShaderNodeRaycast.output_template
34313
34319
  * ShaderNodeScript.input_template
34314
34320
  * ShaderNodeScript.output_template
34315
34321
  * ShaderNodeSeparateColor.input_template
@@ -56718,6 +56724,104 @@ an existing modal keymap such as "Knife Tool Modal Map".
56718
56724
  :columns: 2
56719
56725
 
56720
56726
 
56727
+ --------------------
56728
+
56729
+ * bpy_struct.id_data
56730
+ * Node.type
56731
+ * Node.location
56732
+ * Node.location_absolute
56733
+ * Node.width
56734
+ * Node.height
56735
+ * Node.dimensions
56736
+ * Node.name
56737
+ * Node.label
56738
+ * Node.inputs
56739
+ * Node.outputs
56740
+ * Node.internal_links
56741
+ * Node.parent
56742
+ * Node.warning_propagation
56743
+ * Node.use_custom_color
56744
+ * Node.color
56745
+ * Node.color_tag
56746
+ * Node.select
56747
+ * Node.show_options
56748
+ * Node.show_preview
56749
+ * Node.hide
56750
+ * Node.mute
56751
+ * Node.show_texture
56752
+ * Node.bl_idname
56753
+ * Node.bl_label
56754
+ * Node.bl_description
56755
+ * Node.bl_icon
56756
+ * Node.bl_static_type
56757
+ * Node.bl_width_default
56758
+ * Node.bl_width_min
56759
+ * Node.bl_width_max
56760
+ * Node.bl_height_default
56761
+ * Node.bl_height_min
56762
+ * Node.bl_height_max
56763
+
56764
+ :columns: 2
56765
+
56766
+
56767
+ --------------------
56768
+
56769
+ * bpy_struct.as_pointer
56770
+ * bpy_struct.driver_add
56771
+ * bpy_struct.driver_remove
56772
+ * bpy_struct.get
56773
+ * bpy_struct.id_properties_clear
56774
+ * bpy_struct.id_properties_ensure
56775
+ * bpy_struct.id_properties_ui
56776
+ * bpy_struct.is_property_hidden
56777
+ * bpy_struct.is_property_overridable_library
56778
+ * bpy_struct.is_property_readonly
56779
+ * bpy_struct.is_property_set
56780
+ * bpy_struct.items
56781
+ * bpy_struct.keyframe_delete
56782
+ * bpy_struct.keyframe_insert
56783
+ * bpy_struct.keys
56784
+ * bpy_struct.path_from_id
56785
+ * bpy_struct.path_from_module
56786
+ * bpy_struct.path_resolve
56787
+ * bpy_struct.pop
56788
+ * bpy_struct.property_overridable_library_set
56789
+ * bpy_struct.property_unset
56790
+ * bpy_struct.rna_ancestors
56791
+ * bpy_struct.type_recast
56792
+ * bpy_struct.values
56793
+ * Node.bl_system_properties_get
56794
+ * Node.socket_value_update
56795
+ * Node.is_registered_node_type
56796
+ * Node.poll
56797
+ * Node.poll_instance
56798
+ * Node.update
56799
+ * Node.insert_link
56800
+ * Node.init
56801
+ * Node.copy
56802
+ * Node.free
56803
+ * Node.draw_buttons
56804
+ * Node.draw_buttons_ext
56805
+ * Node.draw_label
56806
+ * Node.debug_zone_body_lazy_function_graph
56807
+ * Node.debug_zone_lazy_function_graph
56808
+ * Node.poll
56809
+ * Node.bl_rna_get_subclass
56810
+ * Node.bl_rna_get_subclass_py
56811
+ * NodeInternal.poll
56812
+ * NodeInternal.poll_instance
56813
+ * NodeInternal.update
56814
+ * NodeInternal.draw_buttons
56815
+ * NodeInternal.draw_buttons_ext
56816
+ * NodeInternal.bl_rna_get_subclass
56817
+ * NodeInternal.bl_rna_get_subclass_py
56818
+ * GeometryNode.poll
56819
+ * GeometryNode.bl_rna_get_subclass
56820
+ * GeometryNode.bl_rna_get_subclass_py
56821
+
56822
+ :columns: 2
56823
+
56824
+
56721
56825
  --------------------
56722
56826
 
56723
56827
  * bpy_struct.id_data
@@ -72861,6 +72965,104 @@ To return a list of the data-blocks that are animated by a specific slot of an A
72861
72965
  :columns: 2
72862
72966
 
72863
72967
 
72968
+ --------------------
72969
+
72970
+ * bpy_struct.as_pointer
72971
+ * bpy_struct.driver_add
72972
+ * bpy_struct.driver_remove
72973
+ * bpy_struct.get
72974
+ * bpy_struct.id_properties_clear
72975
+ * bpy_struct.id_properties_ensure
72976
+ * bpy_struct.id_properties_ui
72977
+ * bpy_struct.is_property_hidden
72978
+ * bpy_struct.is_property_overridable_library
72979
+ * bpy_struct.is_property_readonly
72980
+ * bpy_struct.is_property_set
72981
+ * bpy_struct.items
72982
+ * bpy_struct.keyframe_delete
72983
+ * bpy_struct.keyframe_insert
72984
+ * bpy_struct.keys
72985
+ * bpy_struct.path_from_id
72986
+ * bpy_struct.path_from_module
72987
+ * bpy_struct.path_resolve
72988
+ * bpy_struct.pop
72989
+ * bpy_struct.property_overridable_library_set
72990
+ * bpy_struct.property_unset
72991
+ * bpy_struct.rna_ancestors
72992
+ * bpy_struct.type_recast
72993
+ * bpy_struct.values
72994
+ * Node.bl_system_properties_get
72995
+ * Node.socket_value_update
72996
+ * Node.is_registered_node_type
72997
+ * Node.poll
72998
+ * Node.poll_instance
72999
+ * Node.update
73000
+ * Node.insert_link
73001
+ * Node.init
73002
+ * Node.copy
73003
+ * Node.free
73004
+ * Node.draw_buttons
73005
+ * Node.draw_buttons_ext
73006
+ * Node.draw_label
73007
+ * Node.debug_zone_body_lazy_function_graph
73008
+ * Node.debug_zone_lazy_function_graph
73009
+ * Node.poll
73010
+ * Node.bl_rna_get_subclass
73011
+ * Node.bl_rna_get_subclass_py
73012
+ * NodeInternal.poll
73013
+ * NodeInternal.poll_instance
73014
+ * NodeInternal.update
73015
+ * NodeInternal.draw_buttons
73016
+ * NodeInternal.draw_buttons_ext
73017
+ * NodeInternal.bl_rna_get_subclass
73018
+ * NodeInternal.bl_rna_get_subclass_py
73019
+ * GeometryNode.poll
73020
+ * GeometryNode.bl_rna_get_subclass
73021
+ * GeometryNode.bl_rna_get_subclass_py
73022
+
73023
+ :columns: 2
73024
+
73025
+
73026
+ --------------------
73027
+
73028
+ * bpy_struct.id_data
73029
+ * Node.type
73030
+ * Node.location
73031
+ * Node.location_absolute
73032
+ * Node.width
73033
+ * Node.height
73034
+ * Node.dimensions
73035
+ * Node.name
73036
+ * Node.label
73037
+ * Node.inputs
73038
+ * Node.outputs
73039
+ * Node.internal_links
73040
+ * Node.parent
73041
+ * Node.warning_propagation
73042
+ * Node.use_custom_color
73043
+ * Node.color
73044
+ * Node.color_tag
73045
+ * Node.select
73046
+ * Node.show_options
73047
+ * Node.show_preview
73048
+ * Node.hide
73049
+ * Node.mute
73050
+ * Node.show_texture
73051
+ * Node.bl_idname
73052
+ * Node.bl_label
73053
+ * Node.bl_description
73054
+ * Node.bl_icon
73055
+ * Node.bl_static_type
73056
+ * Node.bl_width_default
73057
+ * Node.bl_width_min
73058
+ * Node.bl_width_max
73059
+ * Node.bl_height_default
73060
+ * Node.bl_height_min
73061
+ * Node.bl_height_max
73062
+
73063
+ :columns: 2
73064
+
73065
+
72864
73066
  --------------------
72865
73067
 
72866
73068
  * bpy_struct.as_pointer
@@ -81082,6 +81284,104 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
81082
81284
  :columns: 2
81083
81285
 
81084
81286
 
81287
+ --------------------
81288
+
81289
+ * bpy_struct.id_data
81290
+ * Node.type
81291
+ * Node.location
81292
+ * Node.location_absolute
81293
+ * Node.width
81294
+ * Node.height
81295
+ * Node.dimensions
81296
+ * Node.name
81297
+ * Node.label
81298
+ * Node.inputs
81299
+ * Node.outputs
81300
+ * Node.internal_links
81301
+ * Node.parent
81302
+ * Node.warning_propagation
81303
+ * Node.use_custom_color
81304
+ * Node.color
81305
+ * Node.color_tag
81306
+ * Node.select
81307
+ * Node.show_options
81308
+ * Node.show_preview
81309
+ * Node.hide
81310
+ * Node.mute
81311
+ * Node.show_texture
81312
+ * Node.bl_idname
81313
+ * Node.bl_label
81314
+ * Node.bl_description
81315
+ * Node.bl_icon
81316
+ * Node.bl_static_type
81317
+ * Node.bl_width_default
81318
+ * Node.bl_width_min
81319
+ * Node.bl_width_max
81320
+ * Node.bl_height_default
81321
+ * Node.bl_height_min
81322
+ * Node.bl_height_max
81323
+
81324
+ :columns: 2
81325
+
81326
+
81327
+ --------------------
81328
+
81329
+ * bpy_struct.as_pointer
81330
+ * bpy_struct.driver_add
81331
+ * bpy_struct.driver_remove
81332
+ * bpy_struct.get
81333
+ * bpy_struct.id_properties_clear
81334
+ * bpy_struct.id_properties_ensure
81335
+ * bpy_struct.id_properties_ui
81336
+ * bpy_struct.is_property_hidden
81337
+ * bpy_struct.is_property_overridable_library
81338
+ * bpy_struct.is_property_readonly
81339
+ * bpy_struct.is_property_set
81340
+ * bpy_struct.items
81341
+ * bpy_struct.keyframe_delete
81342
+ * bpy_struct.keyframe_insert
81343
+ * bpy_struct.keys
81344
+ * bpy_struct.path_from_id
81345
+ * bpy_struct.path_from_module
81346
+ * bpy_struct.path_resolve
81347
+ * bpy_struct.pop
81348
+ * bpy_struct.property_overridable_library_set
81349
+ * bpy_struct.property_unset
81350
+ * bpy_struct.rna_ancestors
81351
+ * bpy_struct.type_recast
81352
+ * bpy_struct.values
81353
+ * Node.bl_system_properties_get
81354
+ * Node.socket_value_update
81355
+ * Node.is_registered_node_type
81356
+ * Node.poll
81357
+ * Node.poll_instance
81358
+ * Node.update
81359
+ * Node.insert_link
81360
+ * Node.init
81361
+ * Node.copy
81362
+ * Node.free
81363
+ * Node.draw_buttons
81364
+ * Node.draw_buttons_ext
81365
+ * Node.draw_label
81366
+ * Node.debug_zone_body_lazy_function_graph
81367
+ * Node.debug_zone_lazy_function_graph
81368
+ * Node.poll
81369
+ * Node.bl_rna_get_subclass
81370
+ * Node.bl_rna_get_subclass_py
81371
+ * NodeInternal.poll
81372
+ * NodeInternal.poll_instance
81373
+ * NodeInternal.update
81374
+ * NodeInternal.draw_buttons
81375
+ * NodeInternal.draw_buttons_ext
81376
+ * NodeInternal.bl_rna_get_subclass
81377
+ * NodeInternal.bl_rna_get_subclass_py
81378
+ * ShaderNode.poll
81379
+ * ShaderNode.bl_rna_get_subclass
81380
+ * ShaderNode.bl_rna_get_subclass_py
81381
+
81382
+ :columns: 2
81383
+
81384
+
81085
81385
  --------------------
81086
81386
 
81087
81387
  * bpy_struct.id_data
@@ -156294,6 +156594,63 @@ class GeometryNodeGridAdvect(GeometryNode, NodeInternal, Node, bpy_struct):
156294
156594
  :return: The class or default when not found.
156295
156595
  """
156296
156596
 
156597
+ class GeometryNodeGridClip(GeometryNode, NodeInternal, Node, bpy_struct):
156598
+ """Deactivate grid voxels outside minimum and maximum coordinates, setting them to the background value."""
156599
+
156600
+ data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
156601
+ """ Node socket data type"""
156602
+
156603
+ @classmethod
156604
+ def is_registered_node_type(cls) -> bool:
156605
+ """True if a registered node type
156606
+
156607
+ :return: Result
156608
+ """
156609
+
156610
+ @classmethod
156611
+ def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
156612
+ """Input socket template
156613
+
156614
+ :param index: Index
156615
+ :return: result
156616
+ """
156617
+
156618
+ @classmethod
156619
+ def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
156620
+ """Output socket template
156621
+
156622
+ :param index: Index
156623
+ :return: result
156624
+ """
156625
+
156626
+ @classmethod
156627
+ def bl_rna_get_subclass(
156628
+ cls,
156629
+ id: str | None,
156630
+ default=None,
156631
+ /,
156632
+ ) -> Struct:
156633
+ """
156634
+
156635
+ :param id: The RNA type identifier.
156636
+ :param default:
156637
+ :return: The RNA type or default when not found.
156638
+ """
156639
+
156640
+ @classmethod
156641
+ def bl_rna_get_subclass_py(
156642
+ cls,
156643
+ id: str | None,
156644
+ default=None,
156645
+ /,
156646
+ ) -> typing.Any:
156647
+ """
156648
+
156649
+ :param id: The RNA type identifier.
156650
+ :param default:
156651
+ :return: The class or default when not found.
156652
+ """
156653
+
156297
156654
  class GeometryNodeGridCurl(GeometryNode, NodeInternal, Node, bpy_struct):
156298
156655
  """Calculate the magnitude and direction of circulation of a directional vector grid"""
156299
156656
 
@@ -156849,6 +157206,63 @@ class GeometryNodeGridToMesh(GeometryNode, NodeInternal, Node, bpy_struct):
156849
157206
  :return: The class or default when not found.
156850
157207
  """
156851
157208
 
157209
+ class GeometryNodeGridToPoints(GeometryNode, NodeInternal, Node, bpy_struct):
157210
+ """Generate a point cloud from a volume grids active voxels"""
157211
+
157212
+ data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
157213
+ """ Node socket data type"""
157214
+
157215
+ @classmethod
157216
+ def is_registered_node_type(cls) -> bool:
157217
+ """True if a registered node type
157218
+
157219
+ :return: Result
157220
+ """
157221
+
157222
+ @classmethod
157223
+ def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
157224
+ """Input socket template
157225
+
157226
+ :param index: Index
157227
+ :return: result
157228
+ """
157229
+
157230
+ @classmethod
157231
+ def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
157232
+ """Output socket template
157233
+
157234
+ :param index: Index
157235
+ :return: result
157236
+ """
157237
+
157238
+ @classmethod
157239
+ def bl_rna_get_subclass(
157240
+ cls,
157241
+ id: str | None,
157242
+ default=None,
157243
+ /,
157244
+ ) -> Struct:
157245
+ """
157246
+
157247
+ :param id: The RNA type identifier.
157248
+ :param default:
157249
+ :return: The RNA type or default when not found.
157250
+ """
157251
+
157252
+ @classmethod
157253
+ def bl_rna_get_subclass_py(
157254
+ cls,
157255
+ id: str | None,
157256
+ default=None,
157257
+ /,
157258
+ ) -> typing.Any:
157259
+ """
157260
+
157261
+ :param id: The RNA type identifier.
157262
+ :param default:
157263
+ :return: The class or default when not found.
157264
+ """
157265
+
156852
157266
  class GeometryNodeGridVoxelize(GeometryNode, NodeInternal, Node, bpy_struct):
156853
157267
  """Remove sparseness from a volume grid by making the active tiles into voxels"""
156854
157268
 
@@ -194557,6 +194971,12 @@ class PointCloud(ID, bpy_struct):
194557
194971
  materials: IDMaterials
194558
194972
  points: bpy_prop_collection[Point]
194559
194973
 
194974
+ def resize(self, size: int | None) -> None:
194975
+ """resize
194976
+
194977
+ :param size: Size, New number of points
194978
+ """
194979
+
194560
194980
  @classmethod
194561
194981
  def bl_rna_get_subclass(
194562
194982
  cls,
@@ -199172,6 +199592,9 @@ class SceneEEVEE(bpy_struct):
199172
199592
  clamp_volume_indirect: float
199173
199593
  """ If non-zero, the maximum value for indirect lighting in volumes. Higher values will be scaled down to avoid too much noise and slow convergence at the cost of accuracy. Used by light-probes."""
199174
199594
 
199595
+ direct_light_intensity: float
199596
+ """ Scale the contribution of direct lighting"""
199597
+
199175
199598
  fast_gi_bias: float
199176
199599
  """ Bias the shading normal to reduce self intersection artifacts"""
199177
199600
 
@@ -199216,6 +199639,9 @@ class SceneEEVEE(bpy_struct):
199216
199639
  gi_visibility_resolution: typing.Literal["8", "16", "32", "64"]
199217
199640
  """ Size of the shadow map applied to each irradiance sample"""
199218
199641
 
199642
+ indirect_light_intensity: float
199643
+ """ Scale the contribution of indirect lighting"""
199644
+
199219
199645
  light_threshold: float
199220
199646
  """ Minimum light intensity for a light to contribute to the lighting"""
199221
199647
 
@@ -203547,6 +203973,9 @@ class ShaderNodeNormal(ShaderNode, NodeInternal, Node, bpy_struct):
203547
203973
  class ShaderNodeNormalMap(ShaderNode, NodeInternal, Node, bpy_struct):
203548
203974
  """Generate a perturbed normal from an RGB normal map image. Typically used for faking highly detailed surfaces"""
203549
203975
 
203976
+ convention: typing.Literal["OPENGL", "DIRECTX"]
203977
+ """ OpenGL or DirectX"""
203978
+
203550
203979
  space: typing.Literal[
203551
203980
  "TANGENT", "OBJECT", "WORLD", "BLENDER_OBJECT", "BLENDER_WORLD"
203552
203981
  ]
@@ -204295,6 +204724,63 @@ class ShaderNodeRadialTiling(ShaderNode, NodeInternal, Node, bpy_struct):
204295
204724
  :return: The class or default when not found.
204296
204725
  """
204297
204726
 
204727
+ class ShaderNodeRaycast(ShaderNode, NodeInternal, Node, bpy_struct):
204728
+ """Cast rays and retrieve information from the hit point"""
204729
+
204730
+ only_local: bool
204731
+ """ Only raycast against the object itself"""
204732
+
204733
+ @classmethod
204734
+ def is_registered_node_type(cls) -> bool:
204735
+ """True if a registered node type
204736
+
204737
+ :return: Result
204738
+ """
204739
+
204740
+ @classmethod
204741
+ def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
204742
+ """Input socket template
204743
+
204744
+ :param index: Index
204745
+ :return: result
204746
+ """
204747
+
204748
+ @classmethod
204749
+ def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
204750
+ """Output socket template
204751
+
204752
+ :param index: Index
204753
+ :return: result
204754
+ """
204755
+
204756
+ @classmethod
204757
+ def bl_rna_get_subclass(
204758
+ cls,
204759
+ id: str | None,
204760
+ default=None,
204761
+ /,
204762
+ ) -> Struct:
204763
+ """
204764
+
204765
+ :param id: The RNA type identifier.
204766
+ :param default:
204767
+ :return: The RNA type or default when not found.
204768
+ """
204769
+
204770
+ @classmethod
204771
+ def bl_rna_get_subclass_py(
204772
+ cls,
204773
+ id: str | None,
204774
+ default=None,
204775
+ /,
204776
+ ) -> typing.Any:
204777
+ """
204778
+
204779
+ :param id: The RNA type identifier.
204780
+ :param default:
204781
+ :return: The class or default when not found.
204782
+ """
204783
+
204298
204784
  class ShaderNodeScript(ShaderNode, NodeInternal, Node, bpy_struct):
204299
204785
  """Generate an OSL shader from a file or text data-block.
204300
204786
  Note: OSL shaders are not supported on all GPU backends
@@ -218442,15 +218928,23 @@ class UILayout(bpy_struct):
218442
218928
  translate: bool | None = True,
218443
218929
  icon: bpy.stub_internal.rna_enums.IconItems | None = "NONE",
218444
218930
  icon_value: int | None = 0,
218931
+ direction: typing.Literal["VERTICAL", "HORIZONTAL"] | None = "VERTICAL",
218445
218932
  ) -> None:
218446
218933
  """popover
218447
218934
 
218448
- :param panel: Identifier of the panel
218449
- :param text: Override automatic text of the item
218450
- :param text_ctxt: Override automatic translation context of the given text
218451
- :param translate: Translate the given text, when UI translation is enabled
218452
- :param icon: Icon, Override automatic icon of the item
218453
- :param icon_value: Icon Value, Override automatic icon of the item
218935
+ :param panel: Identifier of the panel
218936
+ :param text: Override automatic text of the item
218937
+ :param text_ctxt: Override automatic translation context of the given text
218938
+ :param translate: Translate the given text, when UI translation is enabled
218939
+ :param icon: Icon, Override automatic icon of the item
218940
+ :param icon_value: Icon Value, Override automatic icon of the item
218941
+ :param direction: Popup Direction, The direction in which the popup panel is drawn relative to button position
218942
+
218943
+ VERTICAL
218944
+ Vertical -- Draw popup panel above or below the button.
218945
+
218946
+ HORIZONTAL
218947
+ Horizontal -- Draw popup panel to the side of the button.
218454
218948
  """
218455
218949
 
218456
218950
  def popover_group(
@@ -227058,6 +227552,10 @@ RENDER_PT_eevee_gi_approximation: bl_ui.properties_render.RENDER_PT_eevee_gi_app
227058
227552
 
227059
227553
  RENDER_PT_eevee_hair: bl_ui.properties_render.RENDER_PT_eevee_hair
227060
227554
 
227555
+ RENDER_PT_eevee_light_paths: bl_ui.properties_render.RENDER_PT_eevee_light_paths
227556
+
227557
+ RENDER_PT_eevee_light_paths_intensity: bl_ui.properties_render.RENDER_PT_eevee_light_paths_intensity
227558
+
227061
227559
  RENDER_PT_eevee_motion_blur: bl_ui.properties_render.RENDER_PT_eevee_motion_blur
227062
227560
 
227063
227561
  RENDER_PT_eevee_motion_blur_curve: bl_ui.properties_render.RENDER_PT_eevee_motion_blur_curve
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fake-bpy-module-latest
3
- Version: 20260203
3
+ Version: 20260204
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
@@ -181,7 +181,7 @@ bl_ui/properties_physics_geometry_nodes/__init__.pyi,sha256=NmaKbzkdHEOZQL-tBP7s
181
181
  bl_ui/properties_physics_rigidbody/__init__.pyi,sha256=3c6QAZ8vCYSSZZu9H5_Bdga9te3pXvgJueTZYIpRqCE,6686
182
182
  bl_ui/properties_physics_rigidbody_constraint/__init__.pyi,sha256=eCYVgo_k8ju9ArbJt8yqWAiMG2Hujdi0urjfe3RB9W4,10852
183
183
  bl_ui/properties_physics_softbody/__init__.pyi,sha256=nbudetSYGUEdIX3_TdSf_F1j3yDXvnaRWTT8QrrEPi0,10918
184
- bl_ui/properties_render/__init__.pyi,sha256=Yz9NszFs_2Fky-p4TqbEPwwY3TxGC-Sgyn55frnqJkc,34124
184
+ bl_ui/properties_render/__init__.pyi,sha256=LzQotsIzJeXEFAx3xls88UmiAsGZU_SLv6WdCKqlm7Q,35642
185
185
  bl_ui/properties_scene/__init__.pyi,sha256=uuxDbZJ4j3ELp1U-2YJbUea1GFOLyL1PNEiIHLrx9go,12467
186
186
  bl_ui/properties_strip/__init__.pyi,sha256=Zx5PgtrVu7ZEdvNa4bq3Uw1GB33nMswXusrdOj8xfeE,15612
187
187
  bl_ui/properties_strip_modifier/__init__.pyi,sha256=Z-pE5lHAA9Zn7l-hFbMgzNqSAOYRm_o9xeXA9k2tBmI,955
@@ -282,7 +282,7 @@ bpy/ops/paintcurve/__init__.pyi,sha256=YC6tSOp62YNPX_SpgZFCcthR7lZC0CYEdRWonEKnN
282
282
  bpy/ops/palette/__init__.pyi,sha256=jAl22wlshj9D8HU97etN6o7-OoiIV2m7VHf6XTp1DZ8,1519
283
283
  bpy/ops/particle/__init__.pyi,sha256=bQAY27lzTiJuuM2KLKPUF0wEs5AwwjVGGYgsMJU1ogA,10397
284
284
  bpy/ops/pointcloud/__init__.pyi,sha256=sobbTqe-GdCpGjgb7Wct0eR75mhweZp9BMsUaL0tgNo,2793
285
- bpy/ops/pose/__init__.pyi,sha256=JjFLX7tkfQH4V_oRcYMkx4w_koVRabxKuXH0pxk33jk,21370
285
+ bpy/ops/pose/__init__.pyi,sha256=umLIP4AwqKq-2JLVB7Tkw7J79HYzfedarvFpes5iX-0,21396
286
286
  bpy/ops/poselib/__init__.pyi,sha256=3_kiwfZWc168J_UV8uOaNthybeKUXrJAUfPb1_Ai1JQ,4431
287
287
  bpy/ops/preferences/__init__.pyi,sha256=1uceZeR4Xunqw6_C70_5YTiq-dRFi0Occedw5bB-1Hk,14574
288
288
  bpy/ops/ptcache/__init__.pyi,sha256=CA2tVqJgrr0bKe1hlfsXyyKuhjd_MFln2tp8rBd-mZ8,1230
@@ -312,8 +312,8 @@ bpy/ops/world/__init__.pyi,sha256=AUIC-ONsc4QHX5bL5rUHEibn4kejjgsFbaJ66NGQztM,51
312
312
  bpy/path/__init__.pyi,sha256=jgXGlVLUTr15BhcgCVnkz6WlJp4yjpHhJc4TJAXSbsU,4632
313
313
  bpy/props/__init__.pyi,sha256=BFnRoY78kkf6szROPfp4HSETs8yEgMeKE4QeSd2vDrs,41820
314
314
  bpy/stub_internal/__init__.pyi,sha256=h3K2LGZ8lcLY-Oo9ym-HEopjGScc4iTfpT1MU_6smTI,126
315
- bpy/stub_internal/rna_enums/__init__.pyi,sha256=NnK6Jb3XCXqtrGzzDSTYkDmqztbccJFDxutBEkqxx-8,145433
316
- bpy/types/__init__.pyi,sha256=JJeMPywjYbQzmunVBw8oPF_je8sL1uzgMsGN5ib1UAk,5427483
315
+ bpy/stub_internal/rna_enums/__init__.pyi,sha256=fwiIK2vZ1PJ49rvwwElXsiyZ-JRcYaZZxE-BHFKVNMA,145432
316
+ bpy/types/__init__.pyi,sha256=_nrd2OOXmaaPAeB0Eps80k6s9st9gtDsi1BEZP_AqVU,5438929
317
317
  bpy/utils/__init__.pyi,sha256=7ERJ_QG-UJismh3PC1WKuO-4bDbzDLDniHLhv9KiHNA,13288
318
318
  bpy/utils/previews/__init__.pyi,sha256=ByUvnneVHqE8dr5c1-hYsf-6qaKWdU0KP0IbwA5QN00,2028
319
319
  bpy/utils/units/__init__.pyi,sha256=CbBgOpnx48WP0flNilskhsmA7YCAnbbj07vr3OXlMG8,2214
@@ -379,7 +379,7 @@ rna_keymap_ui/__init__.pyi,sha256=HjNXbu5w-94HLbvVQlEWXV3JVrgWpNz9jiJ3mzGMCNg,48
379
379
  rna_keymap_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
380
380
  rna_prop_ui/__init__.pyi,sha256=Gn7kc9WhI3qPObIz8QiFbjeVIP7GCeF6liywBzIEcnE,1402
381
381
  rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
382
- fake_bpy_module_latest-20260203.dist-info/METADATA,sha256=3dwf88DugSr1l1yTbrg-ZgDnuhN3OEqSO3iZvDmSicI,7902
383
- fake_bpy_module_latest-20260203.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
384
- fake_bpy_module_latest-20260203.dist-info/top_level.txt,sha256=LGIXuHDoaVTgSTMScq2hvwZRtozSAzYE7RqrFaRqT6o,553
385
- fake_bpy_module_latest-20260203.dist-info/RECORD,,
382
+ fake_bpy_module_latest-20260204.dist-info/METADATA,sha256=E0gZORDt27dx_D4FLc8NjJAqbR25McXyTp610MWlROc,7902
383
+ fake_bpy_module_latest-20260204.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
384
+ fake_bpy_module_latest-20260204.dist-info/top_level.txt,sha256=LGIXuHDoaVTgSTMScq2hvwZRtozSAzYE7RqrFaRqT6o,553
385
+ fake_bpy_module_latest-20260204.dist-info/RECORD,,