fake-bpy-module-latest 20260202__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.
- bl_operators/node/__init__.pyi +22 -0
- bl_ui/properties_render/__init__.pyi +71 -1
- bl_ui/space_view3d/__init__.pyi +2 -2
- bpy/ops/anim/__init__.pyi +14 -0
- bpy/ops/grease_pencil/__init__.pyi +67 -1
- bpy/ops/node/__init__.pyi +15 -1
- bpy/ops/pose/__init__.pyi +2 -2
- bpy/stub_internal/rna_enums/__init__.pyi +1 -1
- bpy/types/__init__.pyi +896 -304
- {fake_bpy_module_latest-20260202.dist-info → fake_bpy_module_latest-20260204.dist-info}/METADATA +1 -1
- {fake_bpy_module_latest-20260202.dist-info → fake_bpy_module_latest-20260204.dist-info}/RECORD +13 -13
- {fake_bpy_module_latest-20260202.dist-info → fake_bpy_module_latest-20260204.dist-info}/WHEEL +0 -0
- {fake_bpy_module_latest-20260202.dist-info → fake_bpy_module_latest-20260204.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -22534,6 +22534,50 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
22534
22534
|
:columns: 2
|
|
22535
22535
|
|
|
22536
22536
|
|
|
22537
|
+
--------------------
|
|
22538
|
+
|
|
22539
|
+
* bpy_struct.id_data
|
|
22540
|
+
|
|
22541
|
+
:columns: 2
|
|
22542
|
+
|
|
22543
|
+
|
|
22544
|
+
--------------------
|
|
22545
|
+
|
|
22546
|
+
* bpy_struct.as_pointer
|
|
22547
|
+
* bpy_struct.driver_add
|
|
22548
|
+
* bpy_struct.driver_remove
|
|
22549
|
+
* bpy_struct.get
|
|
22550
|
+
* bpy_struct.id_properties_clear
|
|
22551
|
+
* bpy_struct.id_properties_ensure
|
|
22552
|
+
* bpy_struct.id_properties_ui
|
|
22553
|
+
* bpy_struct.is_property_hidden
|
|
22554
|
+
* bpy_struct.is_property_overridable_library
|
|
22555
|
+
* bpy_struct.is_property_readonly
|
|
22556
|
+
* bpy_struct.is_property_set
|
|
22557
|
+
* bpy_struct.items
|
|
22558
|
+
* bpy_struct.keyframe_delete
|
|
22559
|
+
* bpy_struct.keyframe_insert
|
|
22560
|
+
* bpy_struct.keys
|
|
22561
|
+
* bpy_struct.path_from_id
|
|
22562
|
+
* bpy_struct.path_from_module
|
|
22563
|
+
* bpy_struct.path_resolve
|
|
22564
|
+
* bpy_struct.pop
|
|
22565
|
+
* bpy_struct.property_overridable_library_set
|
|
22566
|
+
* bpy_struct.property_unset
|
|
22567
|
+
* bpy_struct.rna_ancestors
|
|
22568
|
+
* bpy_struct.type_recast
|
|
22569
|
+
* bpy_struct.values
|
|
22570
|
+
|
|
22571
|
+
:columns: 2
|
|
22572
|
+
|
|
22573
|
+
|
|
22574
|
+
--------------------
|
|
22575
|
+
|
|
22576
|
+
* WindowManager.windows
|
|
22577
|
+
|
|
22578
|
+
:columns: 2
|
|
22579
|
+
|
|
22580
|
+
|
|
22537
22581
|
--------------------
|
|
22538
22582
|
|
|
22539
22583
|
* bpy_struct.id_data
|
|
@@ -33764,6 +33808,8 @@ It demonstrates:
|
|
|
33764
33808
|
* GeometryNodeGreasePencilToCurves.output_template
|
|
33765
33809
|
* GeometryNodeGridAdvect.input_template
|
|
33766
33810
|
* GeometryNodeGridAdvect.output_template
|
|
33811
|
+
* GeometryNodeGridClip.input_template
|
|
33812
|
+
* GeometryNodeGridClip.output_template
|
|
33767
33813
|
* GeometryNodeGridCurl.input_template
|
|
33768
33814
|
* GeometryNodeGridCurl.output_template
|
|
33769
33815
|
* GeometryNodeGridDilateAndErode.input_template
|
|
@@ -33784,6 +33830,8 @@ It demonstrates:
|
|
|
33784
33830
|
* GeometryNodeGridPrune.output_template
|
|
33785
33831
|
* GeometryNodeGridToMesh.input_template
|
|
33786
33832
|
* GeometryNodeGridToMesh.output_template
|
|
33833
|
+
* GeometryNodeGridToPoints.input_template
|
|
33834
|
+
* GeometryNodeGridToPoints.output_template
|
|
33787
33835
|
* GeometryNodeGridVoxelize.input_template
|
|
33788
33836
|
* GeometryNodeGridVoxelize.output_template
|
|
33789
33837
|
* GeometryNodeGroup.input_template
|
|
@@ -34266,6 +34314,8 @@ It demonstrates:
|
|
|
34266
34314
|
* ShaderNodeRGBToBW.output_template
|
|
34267
34315
|
* ShaderNodeRadialTiling.input_template
|
|
34268
34316
|
* ShaderNodeRadialTiling.output_template
|
|
34317
|
+
* ShaderNodeRaycast.input_template
|
|
34318
|
+
* ShaderNodeRaycast.output_template
|
|
34269
34319
|
* ShaderNodeScript.input_template
|
|
34270
34320
|
* ShaderNodeScript.output_template
|
|
34271
34321
|
* ShaderNodeSeparateColor.input_template
|
|
@@ -37039,6 +37089,7 @@ It demonstrates:
|
|
|
37039
37089
|
* SceneStrip.scene
|
|
37040
37090
|
* StripsMeta.new_scene
|
|
37041
37091
|
* StripsTopLevel.new_scene
|
|
37092
|
+
* Window.find_playing_scene
|
|
37042
37093
|
* Window.scene
|
|
37043
37094
|
* WorkSpace.sequencer_scene
|
|
37044
37095
|
|
|
@@ -56673,6 +56724,104 @@ an existing modal keymap such as "Knife Tool Modal Map".
|
|
|
56673
56724
|
:columns: 2
|
|
56674
56725
|
|
|
56675
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
|
+
|
|
56676
56825
|
--------------------
|
|
56677
56826
|
|
|
56678
56827
|
* bpy_struct.id_data
|
|
@@ -66210,6 +66359,7 @@ print(positions_data)
|
|
|
66210
66359
|
* Window.parent
|
|
66211
66360
|
* WindowManager.event_timer_add
|
|
66212
66361
|
* WindowManager.windows
|
|
66362
|
+
* Windows.find_playing
|
|
66213
66363
|
|
|
66214
66364
|
:columns: 2
|
|
66215
66365
|
|
|
@@ -72815,6 +72965,104 @@ To return a list of the data-blocks that are animated by a specific slot of an A
|
|
|
72815
72965
|
:columns: 2
|
|
72816
72966
|
|
|
72817
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
|
+
|
|
72818
73066
|
--------------------
|
|
72819
73067
|
|
|
72820
73068
|
* bpy_struct.as_pointer
|
|
@@ -81036,6 +81284,104 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
81036
81284
|
:columns: 2
|
|
81037
81285
|
|
|
81038
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
|
+
|
|
81039
81385
|
--------------------
|
|
81040
81386
|
|
|
81041
81387
|
* bpy_struct.id_data
|
|
@@ -128542,6 +128888,44 @@ class VolumeGrids(bpy_prop_collection[VolumeGrid], bpy_struct):
|
|
|
128542
128888
|
:return: The class or default when not found.
|
|
128543
128889
|
"""
|
|
128544
128890
|
|
|
128891
|
+
class Windows(bpy_prop_collection[Window], bpy_struct):
|
|
128892
|
+
"""Collection of windows"""
|
|
128893
|
+
|
|
128894
|
+
def find_playing(self, *, scrub: bool | None = False) -> Window:
|
|
128895
|
+
"""find_playing
|
|
128896
|
+
|
|
128897
|
+
:param scrub: Scrubbing, Check if time in the window is being scrubbed
|
|
128898
|
+
:return: Window, Window that is currently playing
|
|
128899
|
+
"""
|
|
128900
|
+
|
|
128901
|
+
@classmethod
|
|
128902
|
+
def bl_rna_get_subclass(
|
|
128903
|
+
cls,
|
|
128904
|
+
id: str | None,
|
|
128905
|
+
default=None,
|
|
128906
|
+
/,
|
|
128907
|
+
) -> Struct:
|
|
128908
|
+
"""
|
|
128909
|
+
|
|
128910
|
+
:param id: The RNA type identifier.
|
|
128911
|
+
:param default:
|
|
128912
|
+
:return: The RNA type or default when not found.
|
|
128913
|
+
"""
|
|
128914
|
+
|
|
128915
|
+
@classmethod
|
|
128916
|
+
def bl_rna_get_subclass_py(
|
|
128917
|
+
cls,
|
|
128918
|
+
id: str | None,
|
|
128919
|
+
default=None,
|
|
128920
|
+
/,
|
|
128921
|
+
) -> typing.Any:
|
|
128922
|
+
"""
|
|
128923
|
+
|
|
128924
|
+
:param id: The RNA type identifier.
|
|
128925
|
+
:param default:
|
|
128926
|
+
:return: The class or default when not found.
|
|
128927
|
+
"""
|
|
128928
|
+
|
|
128545
128929
|
class XrActionMapBindings(bpy_prop_collection[XrActionMapBinding], bpy_struct):
|
|
128546
128930
|
"""Collection of XR action map bindings"""
|
|
128547
128931
|
|
|
@@ -134203,6 +134587,9 @@ class BrushGpencilSettings(bpy_struct):
|
|
|
134203
134587
|
simplify_pixel_threshold: float
|
|
134204
134588
|
""" Threshold in screen space used for the simplify algorithm. Points within this threshold are treated as if they were in a straight line."""
|
|
134205
134589
|
|
|
134590
|
+
stroke_type: typing.Literal["STROKE", "FILL", "BOTH"]
|
|
134591
|
+
""" Mode to use when creating strokes"""
|
|
134592
|
+
|
|
134206
134593
|
use_active_layer_only: bool
|
|
134207
134594
|
""" Only edit the active layer of the object"""
|
|
134208
134595
|
|
|
@@ -141515,7 +141902,7 @@ class CompositorNodeTree(NodeTree, ID, bpy_struct):
|
|
|
141515
141902
|
"""Node tree consisting of linked nodes used for compositing"""
|
|
141516
141903
|
|
|
141517
141904
|
use_viewer_border: bool
|
|
141518
|
-
""" Use boundaries for viewer nodes and composite backdrop"""
|
|
141905
|
+
""" Unused but kept for compatibility reasons. Use boundaries for viewer nodes and composite backdrop"""
|
|
141519
141906
|
|
|
141520
141907
|
@classmethod
|
|
141521
141908
|
def bl_rna_get_subclass(
|
|
@@ -155139,12 +155526,270 @@ class GeometryNodeFieldMinAndMax(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
155139
155526
|
:return: The class or default when not found.
|
|
155140
155527
|
"""
|
|
155141
155528
|
|
|
155142
|
-
class GeometryNodeFieldOnDomain(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155143
|
-
"""Retrieve values from a field on a different domain besides the domain from the context"""
|
|
155529
|
+
class GeometryNodeFieldOnDomain(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155530
|
+
"""Retrieve values from a field on a different domain besides the domain from the context"""
|
|
155531
|
+
|
|
155532
|
+
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
155533
|
+
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
155534
|
+
""" Domain the field is evaluated in"""
|
|
155535
|
+
|
|
155536
|
+
@classmethod
|
|
155537
|
+
def is_registered_node_type(cls) -> bool:
|
|
155538
|
+
"""True if a registered node type
|
|
155539
|
+
|
|
155540
|
+
:return: Result
|
|
155541
|
+
"""
|
|
155542
|
+
|
|
155543
|
+
@classmethod
|
|
155544
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
155545
|
+
"""Input socket template
|
|
155546
|
+
|
|
155547
|
+
:param index: Index
|
|
155548
|
+
:return: result
|
|
155549
|
+
"""
|
|
155550
|
+
|
|
155551
|
+
@classmethod
|
|
155552
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
155553
|
+
"""Output socket template
|
|
155554
|
+
|
|
155555
|
+
:param index: Index
|
|
155556
|
+
:return: result
|
|
155557
|
+
"""
|
|
155558
|
+
|
|
155559
|
+
@classmethod
|
|
155560
|
+
def bl_rna_get_subclass(
|
|
155561
|
+
cls,
|
|
155562
|
+
id: str | None,
|
|
155563
|
+
default=None,
|
|
155564
|
+
/,
|
|
155565
|
+
) -> Struct:
|
|
155566
|
+
"""
|
|
155567
|
+
|
|
155568
|
+
:param id: The RNA type identifier.
|
|
155569
|
+
:param default:
|
|
155570
|
+
:return: The RNA type or default when not found.
|
|
155571
|
+
"""
|
|
155572
|
+
|
|
155573
|
+
@classmethod
|
|
155574
|
+
def bl_rna_get_subclass_py(
|
|
155575
|
+
cls,
|
|
155576
|
+
id: str | None,
|
|
155577
|
+
default=None,
|
|
155578
|
+
/,
|
|
155579
|
+
) -> typing.Any:
|
|
155580
|
+
"""
|
|
155581
|
+
|
|
155582
|
+
:param id: The RNA type identifier.
|
|
155583
|
+
:param default:
|
|
155584
|
+
:return: The class or default when not found.
|
|
155585
|
+
"""
|
|
155586
|
+
|
|
155587
|
+
class GeometryNodeFieldToGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155588
|
+
"""Create new grids by evaluating new values on an existing volume grid topology"""
|
|
155589
|
+
|
|
155590
|
+
active_index: int | None
|
|
155591
|
+
""" Index of the active item"""
|
|
155592
|
+
|
|
155593
|
+
active_item: RepeatItem | None
|
|
155594
|
+
""" Index of the active item"""
|
|
155595
|
+
|
|
155596
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
155597
|
+
""" Data type for topology grid"""
|
|
155598
|
+
|
|
155599
|
+
grid_items: GeometryNodeFieldToGridItems
|
|
155600
|
+
|
|
155601
|
+
@classmethod
|
|
155602
|
+
def is_registered_node_type(cls) -> bool:
|
|
155603
|
+
"""True if a registered node type
|
|
155604
|
+
|
|
155605
|
+
:return: Result
|
|
155606
|
+
"""
|
|
155607
|
+
|
|
155608
|
+
@classmethod
|
|
155609
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
155610
|
+
"""Input socket template
|
|
155611
|
+
|
|
155612
|
+
:param index: Index
|
|
155613
|
+
:return: result
|
|
155614
|
+
"""
|
|
155615
|
+
|
|
155616
|
+
@classmethod
|
|
155617
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
155618
|
+
"""Output socket template
|
|
155619
|
+
|
|
155620
|
+
:param index: Index
|
|
155621
|
+
:return: result
|
|
155622
|
+
"""
|
|
155623
|
+
|
|
155624
|
+
@classmethod
|
|
155625
|
+
def bl_rna_get_subclass(
|
|
155626
|
+
cls,
|
|
155627
|
+
id: str | None,
|
|
155628
|
+
default=None,
|
|
155629
|
+
/,
|
|
155630
|
+
) -> Struct:
|
|
155631
|
+
"""
|
|
155632
|
+
|
|
155633
|
+
:param id: The RNA type identifier.
|
|
155634
|
+
:param default:
|
|
155635
|
+
:return: The RNA type or default when not found.
|
|
155636
|
+
"""
|
|
155637
|
+
|
|
155638
|
+
@classmethod
|
|
155639
|
+
def bl_rna_get_subclass_py(
|
|
155640
|
+
cls,
|
|
155641
|
+
id: str | None,
|
|
155642
|
+
default=None,
|
|
155643
|
+
/,
|
|
155644
|
+
) -> typing.Any:
|
|
155645
|
+
"""
|
|
155646
|
+
|
|
155647
|
+
:param id: The RNA type identifier.
|
|
155648
|
+
:param default:
|
|
155649
|
+
:return: The class or default when not found.
|
|
155650
|
+
"""
|
|
155651
|
+
|
|
155652
|
+
class GeometryNodeFieldToGridItem(bpy_struct):
|
|
155653
|
+
color: bpy_prop_array[float]
|
|
155654
|
+
""" Color of the corresponding socket type in the node editor"""
|
|
155655
|
+
|
|
155656
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
155657
|
+
identifier: int
|
|
155658
|
+
name: str
|
|
155659
|
+
|
|
155660
|
+
@classmethod
|
|
155661
|
+
def bl_rna_get_subclass(
|
|
155662
|
+
cls,
|
|
155663
|
+
id: str | None,
|
|
155664
|
+
default=None,
|
|
155665
|
+
/,
|
|
155666
|
+
) -> Struct:
|
|
155667
|
+
"""
|
|
155668
|
+
|
|
155669
|
+
:param id: The RNA type identifier.
|
|
155670
|
+
:param default:
|
|
155671
|
+
:return: The RNA type or default when not found.
|
|
155672
|
+
"""
|
|
155673
|
+
|
|
155674
|
+
@classmethod
|
|
155675
|
+
def bl_rna_get_subclass_py(
|
|
155676
|
+
cls,
|
|
155677
|
+
id: str | None,
|
|
155678
|
+
default=None,
|
|
155679
|
+
/,
|
|
155680
|
+
) -> typing.Any:
|
|
155681
|
+
"""
|
|
155682
|
+
|
|
155683
|
+
:param id: The RNA type identifier.
|
|
155684
|
+
:param default:
|
|
155685
|
+
:return: The class or default when not found.
|
|
155686
|
+
"""
|
|
155687
|
+
|
|
155688
|
+
class GeometryNodeFieldToList(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155689
|
+
"""Create a list of values"""
|
|
155690
|
+
|
|
155691
|
+
active_index: int | None
|
|
155692
|
+
""" Index of the active item"""
|
|
155693
|
+
|
|
155694
|
+
active_item: GeometryNodeFieldToListItem | None
|
|
155695
|
+
""" Index of the active item"""
|
|
155696
|
+
|
|
155697
|
+
list_items: GeometryNodeFieldToListItems
|
|
155698
|
+
|
|
155699
|
+
@classmethod
|
|
155700
|
+
def is_registered_node_type(cls) -> bool:
|
|
155701
|
+
"""True if a registered node type
|
|
155702
|
+
|
|
155703
|
+
:return: Result
|
|
155704
|
+
"""
|
|
155705
|
+
|
|
155706
|
+
@classmethod
|
|
155707
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
155708
|
+
"""Input socket template
|
|
155709
|
+
|
|
155710
|
+
:param index: Index
|
|
155711
|
+
:return: result
|
|
155712
|
+
"""
|
|
155713
|
+
|
|
155714
|
+
@classmethod
|
|
155715
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
155716
|
+
"""Output socket template
|
|
155717
|
+
|
|
155718
|
+
:param index: Index
|
|
155719
|
+
:return: result
|
|
155720
|
+
"""
|
|
155721
|
+
|
|
155722
|
+
@classmethod
|
|
155723
|
+
def bl_rna_get_subclass(
|
|
155724
|
+
cls,
|
|
155725
|
+
id: str | None,
|
|
155726
|
+
default=None,
|
|
155727
|
+
/,
|
|
155728
|
+
) -> Struct:
|
|
155729
|
+
"""
|
|
155730
|
+
|
|
155731
|
+
:param id: The RNA type identifier.
|
|
155732
|
+
:param default:
|
|
155733
|
+
:return: The RNA type or default when not found.
|
|
155734
|
+
"""
|
|
155735
|
+
|
|
155736
|
+
@classmethod
|
|
155737
|
+
def bl_rna_get_subclass_py(
|
|
155738
|
+
cls,
|
|
155739
|
+
id: str | None,
|
|
155740
|
+
default=None,
|
|
155741
|
+
/,
|
|
155742
|
+
) -> typing.Any:
|
|
155743
|
+
"""
|
|
155744
|
+
|
|
155745
|
+
:param id: The RNA type identifier.
|
|
155746
|
+
:param default:
|
|
155747
|
+
:return: The class or default when not found.
|
|
155748
|
+
"""
|
|
155749
|
+
|
|
155750
|
+
class GeometryNodeFieldToListItem(bpy_struct):
|
|
155751
|
+
color: bpy_prop_array[float]
|
|
155752
|
+
""" Color of the corresponding socket type in the node editor"""
|
|
155753
|
+
|
|
155754
|
+
identifier: int
|
|
155755
|
+
name: str
|
|
155756
|
+
socket_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
155757
|
+
|
|
155758
|
+
@classmethod
|
|
155759
|
+
def bl_rna_get_subclass(
|
|
155760
|
+
cls,
|
|
155761
|
+
id: str | None,
|
|
155762
|
+
default=None,
|
|
155763
|
+
/,
|
|
155764
|
+
) -> Struct:
|
|
155765
|
+
"""
|
|
155766
|
+
|
|
155767
|
+
:param id: The RNA type identifier.
|
|
155768
|
+
:param default:
|
|
155769
|
+
:return: The RNA type or default when not found.
|
|
155770
|
+
"""
|
|
155771
|
+
|
|
155772
|
+
@classmethod
|
|
155773
|
+
def bl_rna_get_subclass_py(
|
|
155774
|
+
cls,
|
|
155775
|
+
id: str | None,
|
|
155776
|
+
default=None,
|
|
155777
|
+
/,
|
|
155778
|
+
) -> typing.Any:
|
|
155779
|
+
"""
|
|
155780
|
+
|
|
155781
|
+
:param id: The RNA type identifier.
|
|
155782
|
+
:param default:
|
|
155783
|
+
:return: The class or default when not found.
|
|
155784
|
+
"""
|
|
155785
|
+
|
|
155786
|
+
class GeometryNodeFieldVariance(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155787
|
+
"""Calculate the standard deviation and variance of a given field"""
|
|
155788
|
+
|
|
155789
|
+
data_type: typing.Literal["FLOAT", "FLOAT_VECTOR"]
|
|
155790
|
+
""" Type of data the outputs are calculated from"""
|
|
155144
155791
|
|
|
155145
|
-
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
155146
155792
|
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
155147
|
-
""" Domain the field is evaluated in"""
|
|
155148
155793
|
|
|
155149
155794
|
@classmethod
|
|
155150
155795
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -155197,19 +155842,8 @@ class GeometryNodeFieldOnDomain(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
155197
155842
|
:return: The class or default when not found.
|
|
155198
155843
|
"""
|
|
155199
155844
|
|
|
155200
|
-
class
|
|
155201
|
-
"""
|
|
155202
|
-
|
|
155203
|
-
active_index: int | None
|
|
155204
|
-
""" Index of the active item"""
|
|
155205
|
-
|
|
155206
|
-
active_item: RepeatItem | None
|
|
155207
|
-
""" Index of the active item"""
|
|
155208
|
-
|
|
155209
|
-
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
155210
|
-
""" Data type for topology grid"""
|
|
155211
|
-
|
|
155212
|
-
grid_items: GeometryNodeFieldToGridItems
|
|
155845
|
+
class GeometryNodeFillCurve(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155846
|
+
"""Generate a mesh on the XY plane with faces on the inside of input curves"""
|
|
155213
155847
|
|
|
155214
155848
|
@classmethod
|
|
155215
155849
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -155262,13 +155896,31 @@ class GeometryNodeFieldToGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
155262
155896
|
:return: The class or default when not found.
|
|
155263
155897
|
"""
|
|
155264
155898
|
|
|
155265
|
-
class
|
|
155266
|
-
|
|
155267
|
-
""" Color of the corresponding socket type in the node editor"""
|
|
155899
|
+
class GeometryNodeFilletCurve(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155900
|
+
"""Round corners by generating circular arcs on each control point"""
|
|
155268
155901
|
|
|
155269
|
-
|
|
155270
|
-
|
|
155271
|
-
|
|
155902
|
+
@classmethod
|
|
155903
|
+
def is_registered_node_type(cls) -> bool:
|
|
155904
|
+
"""True if a registered node type
|
|
155905
|
+
|
|
155906
|
+
:return: Result
|
|
155907
|
+
"""
|
|
155908
|
+
|
|
155909
|
+
@classmethod
|
|
155910
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
155911
|
+
"""Input socket template
|
|
155912
|
+
|
|
155913
|
+
:param index: Index
|
|
155914
|
+
:return: result
|
|
155915
|
+
"""
|
|
155916
|
+
|
|
155917
|
+
@classmethod
|
|
155918
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
155919
|
+
"""Output socket template
|
|
155920
|
+
|
|
155921
|
+
:param index: Index
|
|
155922
|
+
:return: result
|
|
155923
|
+
"""
|
|
155272
155924
|
|
|
155273
155925
|
@classmethod
|
|
155274
155926
|
def bl_rna_get_subclass(
|
|
@@ -155298,16 +155950,8 @@ class GeometryNodeFieldToGridItem(bpy_struct):
|
|
|
155298
155950
|
:return: The class or default when not found.
|
|
155299
155951
|
"""
|
|
155300
155952
|
|
|
155301
|
-
class
|
|
155302
|
-
"""
|
|
155303
|
-
|
|
155304
|
-
active_index: int | None
|
|
155305
|
-
""" Index of the active item"""
|
|
155306
|
-
|
|
155307
|
-
active_item: GeometryNodeFieldToListItem | None
|
|
155308
|
-
""" Index of the active item"""
|
|
155309
|
-
|
|
155310
|
-
list_items: GeometryNodeFieldToListItems
|
|
155953
|
+
class GeometryNodeFlipFaces(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155954
|
+
"""Reverse the order of the vertices and edges of selected faces, flipping their normal direction"""
|
|
155311
155955
|
|
|
155312
155956
|
@classmethod
|
|
155313
155957
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -155360,13 +156004,41 @@ class GeometryNodeFieldToList(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
155360
156004
|
:return: The class or default when not found.
|
|
155361
156005
|
"""
|
|
155362
156006
|
|
|
155363
|
-
class
|
|
155364
|
-
|
|
155365
|
-
|
|
156007
|
+
class GeometryNodeForeachGeometryElementInput(
|
|
156008
|
+
GeometryNode, NodeInternal, Node, bpy_struct
|
|
156009
|
+
):
|
|
156010
|
+
paired_output: Node | None
|
|
156011
|
+
""" Zone output node that this input node is paired with"""
|
|
155366
156012
|
|
|
155367
|
-
|
|
155368
|
-
|
|
155369
|
-
|
|
156013
|
+
@classmethod
|
|
156014
|
+
def is_registered_node_type(cls) -> bool:
|
|
156015
|
+
"""True if a registered node type
|
|
156016
|
+
|
|
156017
|
+
:return: Result
|
|
156018
|
+
"""
|
|
156019
|
+
|
|
156020
|
+
@classmethod
|
|
156021
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
156022
|
+
"""Input socket template
|
|
156023
|
+
|
|
156024
|
+
:param index: Index
|
|
156025
|
+
:return: result
|
|
156026
|
+
"""
|
|
156027
|
+
|
|
156028
|
+
@classmethod
|
|
156029
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
156030
|
+
"""Output socket template
|
|
156031
|
+
|
|
156032
|
+
:param index: Index
|
|
156033
|
+
:return: result
|
|
156034
|
+
"""
|
|
156035
|
+
|
|
156036
|
+
def pair_with_output(self, output_node: NodeInternal | None) -> bool:
|
|
156037
|
+
"""Pair a zone input node with an output node.
|
|
156038
|
+
|
|
156039
|
+
:param output_node: Output Node, Zone output node to pair with
|
|
156040
|
+
:return: Result, True if pairing the node was successful
|
|
156041
|
+
"""
|
|
155370
156042
|
|
|
155371
156043
|
@classmethod
|
|
155372
156044
|
def bl_rna_get_subclass(
|
|
@@ -155396,13 +156068,27 @@ class GeometryNodeFieldToListItem(bpy_struct):
|
|
|
155396
156068
|
:return: The class or default when not found.
|
|
155397
156069
|
"""
|
|
155398
156070
|
|
|
155399
|
-
class
|
|
155400
|
-
|
|
156071
|
+
class GeometryNodeForeachGeometryElementOutput(
|
|
156072
|
+
GeometryNode, NodeInternal, Node, bpy_struct
|
|
156073
|
+
):
|
|
156074
|
+
active_generation_index: int | None
|
|
156075
|
+
""" Index of the active item"""
|
|
155401
156076
|
|
|
155402
|
-
|
|
155403
|
-
"""
|
|
156077
|
+
active_input_index: int | None
|
|
156078
|
+
""" Index of the active item"""
|
|
156079
|
+
|
|
156080
|
+
active_main_index: int | None
|
|
156081
|
+
""" Index of the active item"""
|
|
155404
156082
|
|
|
155405
156083
|
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
156084
|
+
""" Geometry domain that is iterated over"""
|
|
156085
|
+
|
|
156086
|
+
generation_items: NodeGeometryForeachGeometryElementGenerationItems
|
|
156087
|
+
input_items: NodeGeometryForeachGeometryElementInputItems
|
|
156088
|
+
inspection_index: int
|
|
156089
|
+
""" Iteration index that is used by inspection features like the viewer node or socket inspection"""
|
|
156090
|
+
|
|
156091
|
+
main_items: NodeGeometryForeachGeometryElementMainItems
|
|
155406
156092
|
|
|
155407
156093
|
@classmethod
|
|
155408
156094
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -155455,8 +156141,8 @@ class GeometryNodeFieldVariance(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
155455
156141
|
:return: The class or default when not found.
|
|
155456
156142
|
"""
|
|
155457
156143
|
|
|
155458
|
-
class
|
|
155459
|
-
"""
|
|
156144
|
+
class GeometryNodeGeometryToInstance(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156145
|
+
"""Convert each input geometry into an instance, which can be much faster than the Join Geometry node when the inputs are large"""
|
|
155460
156146
|
|
|
155461
156147
|
@classmethod
|
|
155462
156148
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -155509,8 +156195,8 @@ class GeometryNodeFillCurve(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
155509
156195
|
:return: The class or default when not found.
|
|
155510
156196
|
"""
|
|
155511
156197
|
|
|
155512
|
-
class
|
|
155513
|
-
"""
|
|
156198
|
+
class GeometryNodeGetGeometryBundle(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156199
|
+
"""Get the bundle of a geometry"""
|
|
155514
156200
|
|
|
155515
156201
|
@classmethod
|
|
155516
156202
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -155563,8 +156249,11 @@ class GeometryNodeFilletCurve(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
155563
156249
|
:return: The class or default when not found.
|
|
155564
156250
|
"""
|
|
155565
156251
|
|
|
155566
|
-
class
|
|
155567
|
-
"""
|
|
156252
|
+
class GeometryNodeGetNamedGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156253
|
+
"""Get volume grid from a volume geometry with the specified name"""
|
|
156254
|
+
|
|
156255
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
156256
|
+
""" Node socket data type"""
|
|
155568
156257
|
|
|
155569
156258
|
@classmethod
|
|
155570
156259
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -155617,11 +156306,10 @@ class GeometryNodeFlipFaces(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
155617
156306
|
:return: The class or default when not found.
|
|
155618
156307
|
"""
|
|
155619
156308
|
|
|
155620
|
-
class
|
|
155621
|
-
|
|
155622
|
-
|
|
155623
|
-
|
|
155624
|
-
""" Zone output node that this input node is paired with"""
|
|
156309
|
+
class GeometryNodeGizmoDial(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156310
|
+
"""Show a dial gizmo in the viewport for a value"""
|
|
156311
|
+
|
|
156312
|
+
color_id: bpy.stub_internal.rna_enums.GeometryNodesGizmoColorItems
|
|
155625
156313
|
|
|
155626
156314
|
@classmethod
|
|
155627
156315
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -155646,13 +156334,6 @@ class GeometryNodeForeachGeometryElementInput(
|
|
|
155646
156334
|
:return: result
|
|
155647
156335
|
"""
|
|
155648
156336
|
|
|
155649
|
-
def pair_with_output(self, output_node: NodeInternal | None) -> bool:
|
|
155650
|
-
"""Pair a zone input node with an output node.
|
|
155651
|
-
|
|
155652
|
-
:param output_node: Output Node, Zone output node to pair with
|
|
155653
|
-
:return: Result, True if pairing the node was successful
|
|
155654
|
-
"""
|
|
155655
|
-
|
|
155656
156337
|
@classmethod
|
|
155657
156338
|
def bl_rna_get_subclass(
|
|
155658
156339
|
cls,
|
|
@@ -155681,27 +156362,11 @@ class GeometryNodeForeachGeometryElementInput(
|
|
|
155681
156362
|
:return: The class or default when not found.
|
|
155682
156363
|
"""
|
|
155683
156364
|
|
|
155684
|
-
class
|
|
155685
|
-
|
|
155686
|
-
):
|
|
155687
|
-
active_generation_index: int | None
|
|
155688
|
-
""" Index of the active item"""
|
|
155689
|
-
|
|
155690
|
-
active_input_index: int | None
|
|
155691
|
-
""" Index of the active item"""
|
|
155692
|
-
|
|
155693
|
-
active_main_index: int | None
|
|
155694
|
-
""" Index of the active item"""
|
|
155695
|
-
|
|
155696
|
-
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
155697
|
-
""" Geometry domain that is iterated over"""
|
|
155698
|
-
|
|
155699
|
-
generation_items: NodeGeometryForeachGeometryElementGenerationItems
|
|
155700
|
-
input_items: NodeGeometryForeachGeometryElementInputItems
|
|
155701
|
-
inspection_index: int
|
|
155702
|
-
""" Iteration index that is used by inspection features like the viewer node or socket inspection"""
|
|
156365
|
+
class GeometryNodeGizmoLinear(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156366
|
+
"""Show a linear gizmo in the viewport for a value"""
|
|
155703
156367
|
|
|
155704
|
-
|
|
156368
|
+
color_id: bpy.stub_internal.rna_enums.GeometryNodesGizmoColorItems
|
|
156369
|
+
draw_style: bpy.stub_internal.rna_enums.GeometryNodesLinearGizmoDrawStyleItems
|
|
155705
156370
|
|
|
155706
156371
|
@classmethod
|
|
155707
156372
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -155754,8 +156419,18 @@ class GeometryNodeForeachGeometryElementOutput(
|
|
|
155754
156419
|
:return: The class or default when not found.
|
|
155755
156420
|
"""
|
|
155756
156421
|
|
|
155757
|
-
class
|
|
155758
|
-
"""
|
|
156422
|
+
class GeometryNodeGizmoTransform(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156423
|
+
"""Show a transform gizmo in the viewport"""
|
|
156424
|
+
|
|
156425
|
+
use_rotation_x: bool
|
|
156426
|
+
use_rotation_y: bool
|
|
156427
|
+
use_rotation_z: bool
|
|
156428
|
+
use_scale_x: bool
|
|
156429
|
+
use_scale_y: bool
|
|
156430
|
+
use_scale_z: bool
|
|
156431
|
+
use_translation_x: bool
|
|
156432
|
+
use_translation_y: bool
|
|
156433
|
+
use_translation_z: bool
|
|
155759
156434
|
|
|
155760
156435
|
@classmethod
|
|
155761
156436
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -155808,8 +156483,8 @@ class GeometryNodeGeometryToInstance(GeometryNode, NodeInternal, Node, bpy_struc
|
|
|
155808
156483
|
:return: The class or default when not found.
|
|
155809
156484
|
"""
|
|
155810
156485
|
|
|
155811
|
-
class
|
|
155812
|
-
"""
|
|
156486
|
+
class GeometryNodeGreasePencilToCurves(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156487
|
+
"""Convert Grease Pencil layers into curve instances"""
|
|
155813
156488
|
|
|
155814
156489
|
@classmethod
|
|
155815
156490
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -155862,8 +156537,8 @@ class GeometryNodeGetGeometryBundle(GeometryNode, NodeInternal, Node, bpy_struct
|
|
|
155862
156537
|
:return: The class or default when not found.
|
|
155863
156538
|
"""
|
|
155864
156539
|
|
|
155865
|
-
class
|
|
155866
|
-
"""
|
|
156540
|
+
class GeometryNodeGridAdvect(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156541
|
+
"""Move grid values through a velocity field using numerical integration. Supports multiple integration schemes for different accuracy and performance trade-offs"""
|
|
155867
156542
|
|
|
155868
156543
|
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
155869
156544
|
""" Node socket data type"""
|
|
@@ -155919,10 +156594,11 @@ class GeometryNodeGetNamedGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
155919
156594
|
:return: The class or default when not found.
|
|
155920
156595
|
"""
|
|
155921
156596
|
|
|
155922
|
-
class
|
|
155923
|
-
"""
|
|
156597
|
+
class GeometryNodeGridClip(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156598
|
+
"""Deactivate grid voxels outside minimum and maximum coordinates, setting them to the background value."""
|
|
155924
156599
|
|
|
155925
|
-
|
|
156600
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
156601
|
+
""" Node socket data type"""
|
|
155926
156602
|
|
|
155927
156603
|
@classmethod
|
|
155928
156604
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -155975,11 +156651,8 @@ class GeometryNodeGizmoDial(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
155975
156651
|
:return: The class or default when not found.
|
|
155976
156652
|
"""
|
|
155977
156653
|
|
|
155978
|
-
class
|
|
155979
|
-
"""
|
|
155980
|
-
|
|
155981
|
-
color_id: bpy.stub_internal.rna_enums.GeometryNodesGizmoColorItems
|
|
155982
|
-
draw_style: bpy.stub_internal.rna_enums.GeometryNodesLinearGizmoDrawStyleItems
|
|
156654
|
+
class GeometryNodeGridCurl(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156655
|
+
"""Calculate the magnitude and direction of circulation of a directional vector grid"""
|
|
155983
156656
|
|
|
155984
156657
|
@classmethod
|
|
155985
156658
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -156032,18 +156705,11 @@ class GeometryNodeGizmoLinear(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
156032
156705
|
:return: The class or default when not found.
|
|
156033
156706
|
"""
|
|
156034
156707
|
|
|
156035
|
-
class
|
|
156036
|
-
"""
|
|
156708
|
+
class GeometryNodeGridDilateAndErode(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156709
|
+
"""Dilate or erode the active regions of a grid. This changes which voxels are active but does not change their values."""
|
|
156037
156710
|
|
|
156038
|
-
|
|
156039
|
-
|
|
156040
|
-
use_rotation_z: bool
|
|
156041
|
-
use_scale_x: bool
|
|
156042
|
-
use_scale_y: bool
|
|
156043
|
-
use_scale_z: bool
|
|
156044
|
-
use_translation_x: bool
|
|
156045
|
-
use_translation_y: bool
|
|
156046
|
-
use_translation_z: bool
|
|
156711
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
156712
|
+
""" Node socket data type"""
|
|
156047
156713
|
|
|
156048
156714
|
@classmethod
|
|
156049
156715
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -156096,8 +156762,8 @@ class GeometryNodeGizmoTransform(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
156096
156762
|
:return: The class or default when not found.
|
|
156097
156763
|
"""
|
|
156098
156764
|
|
|
156099
|
-
class
|
|
156100
|
-
"""
|
|
156765
|
+
class GeometryNodeGridDivergence(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156766
|
+
"""Calculate the flow into and out of each point of a directional vector grid"""
|
|
156101
156767
|
|
|
156102
156768
|
@classmethod
|
|
156103
156769
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -156150,11 +156816,8 @@ class GeometryNodeGreasePencilToCurves(GeometryNode, NodeInternal, Node, bpy_str
|
|
|
156150
156816
|
:return: The class or default when not found.
|
|
156151
156817
|
"""
|
|
156152
156818
|
|
|
156153
|
-
class
|
|
156154
|
-
"""
|
|
156155
|
-
|
|
156156
|
-
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
156157
|
-
""" Node socket data type"""
|
|
156819
|
+
class GeometryNodeGridGradient(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156820
|
+
"""Calculate the direction and magnitude of the change in values of a scalar grid"""
|
|
156158
156821
|
|
|
156159
156822
|
@classmethod
|
|
156160
156823
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -156207,8 +156870,11 @@ class GeometryNodeGridAdvect(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
156207
156870
|
:return: The class or default when not found.
|
|
156208
156871
|
"""
|
|
156209
156872
|
|
|
156210
|
-
class
|
|
156211
|
-
"""
|
|
156873
|
+
class GeometryNodeGridInfo(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156874
|
+
"""Retrieve information about a volume grid"""
|
|
156875
|
+
|
|
156876
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
156877
|
+
""" Node socket data type"""
|
|
156212
156878
|
|
|
156213
156879
|
@classmethod
|
|
156214
156880
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -156261,11 +156927,8 @@ class GeometryNodeGridCurl(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
156261
156927
|
:return: The class or default when not found.
|
|
156262
156928
|
"""
|
|
156263
156929
|
|
|
156264
|
-
class
|
|
156265
|
-
"""
|
|
156266
|
-
|
|
156267
|
-
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
156268
|
-
""" Node socket data type"""
|
|
156930
|
+
class GeometryNodeGridLaplacian(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156931
|
+
"""Compute the divergence of the gradient of the input grid"""
|
|
156269
156932
|
|
|
156270
156933
|
@classmethod
|
|
156271
156934
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -156318,62 +156981,11 @@ class GeometryNodeGridDilateAndErode(GeometryNode, NodeInternal, Node, bpy_struc
|
|
|
156318
156981
|
:return: The class or default when not found.
|
|
156319
156982
|
"""
|
|
156320
156983
|
|
|
156321
|
-
class
|
|
156322
|
-
"""
|
|
156323
|
-
|
|
156324
|
-
@classmethod
|
|
156325
|
-
def is_registered_node_type(cls) -> bool:
|
|
156326
|
-
"""True if a registered node type
|
|
156327
|
-
|
|
156328
|
-
:return: Result
|
|
156329
|
-
"""
|
|
156330
|
-
|
|
156331
|
-
@classmethod
|
|
156332
|
-
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
156333
|
-
"""Input socket template
|
|
156334
|
-
|
|
156335
|
-
:param index: Index
|
|
156336
|
-
:return: result
|
|
156337
|
-
"""
|
|
156338
|
-
|
|
156339
|
-
@classmethod
|
|
156340
|
-
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
156341
|
-
"""Output socket template
|
|
156342
|
-
|
|
156343
|
-
:param index: Index
|
|
156344
|
-
:return: result
|
|
156345
|
-
"""
|
|
156346
|
-
|
|
156347
|
-
@classmethod
|
|
156348
|
-
def bl_rna_get_subclass(
|
|
156349
|
-
cls,
|
|
156350
|
-
id: str | None,
|
|
156351
|
-
default=None,
|
|
156352
|
-
/,
|
|
156353
|
-
) -> Struct:
|
|
156354
|
-
"""
|
|
156355
|
-
|
|
156356
|
-
:param id: The RNA type identifier.
|
|
156357
|
-
:param default:
|
|
156358
|
-
:return: The RNA type or default when not found.
|
|
156359
|
-
"""
|
|
156360
|
-
|
|
156361
|
-
@classmethod
|
|
156362
|
-
def bl_rna_get_subclass_py(
|
|
156363
|
-
cls,
|
|
156364
|
-
id: str | None,
|
|
156365
|
-
default=None,
|
|
156366
|
-
/,
|
|
156367
|
-
) -> typing.Any:
|
|
156368
|
-
"""
|
|
156369
|
-
|
|
156370
|
-
:param id: The RNA type identifier.
|
|
156371
|
-
:param default:
|
|
156372
|
-
:return: The class or default when not found.
|
|
156373
|
-
"""
|
|
156984
|
+
class GeometryNodeGridMean(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156985
|
+
"""Apply mean (box) filter smoothing to a voxel. The mean value from surrounding voxels in a box-shape defined by the radius replaces the voxel value."""
|
|
156374
156986
|
|
|
156375
|
-
|
|
156376
|
-
"""
|
|
156987
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
156988
|
+
""" Node socket data type"""
|
|
156377
156989
|
|
|
156378
156990
|
@classmethod
|
|
156379
156991
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -156426,8 +157038,8 @@ class GeometryNodeGridGradient(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
156426
157038
|
:return: The class or default when not found.
|
|
156427
157039
|
"""
|
|
156428
157040
|
|
|
156429
|
-
class
|
|
156430
|
-
"""
|
|
157041
|
+
class GeometryNodeGridMedian(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
157042
|
+
"""Apply median (box) filter smoothing to a voxel. The median value from surrounding voxels in a box-shape defined by the radius replaces the voxel value."""
|
|
156431
157043
|
|
|
156432
157044
|
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
156433
157045
|
""" Node socket data type"""
|
|
@@ -156483,62 +157095,8 @@ class GeometryNodeGridInfo(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
156483
157095
|
:return: The class or default when not found.
|
|
156484
157096
|
"""
|
|
156485
157097
|
|
|
156486
|
-
class
|
|
156487
|
-
"""
|
|
156488
|
-
|
|
156489
|
-
@classmethod
|
|
156490
|
-
def is_registered_node_type(cls) -> bool:
|
|
156491
|
-
"""True if a registered node type
|
|
156492
|
-
|
|
156493
|
-
:return: Result
|
|
156494
|
-
"""
|
|
156495
|
-
|
|
156496
|
-
@classmethod
|
|
156497
|
-
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
156498
|
-
"""Input socket template
|
|
156499
|
-
|
|
156500
|
-
:param index: Index
|
|
156501
|
-
:return: result
|
|
156502
|
-
"""
|
|
156503
|
-
|
|
156504
|
-
@classmethod
|
|
156505
|
-
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
156506
|
-
"""Output socket template
|
|
156507
|
-
|
|
156508
|
-
:param index: Index
|
|
156509
|
-
:return: result
|
|
156510
|
-
"""
|
|
156511
|
-
|
|
156512
|
-
@classmethod
|
|
156513
|
-
def bl_rna_get_subclass(
|
|
156514
|
-
cls,
|
|
156515
|
-
id: str | None,
|
|
156516
|
-
default=None,
|
|
156517
|
-
/,
|
|
156518
|
-
) -> Struct:
|
|
156519
|
-
"""
|
|
156520
|
-
|
|
156521
|
-
:param id: The RNA type identifier.
|
|
156522
|
-
:param default:
|
|
156523
|
-
:return: The RNA type or default when not found.
|
|
156524
|
-
"""
|
|
156525
|
-
|
|
156526
|
-
@classmethod
|
|
156527
|
-
def bl_rna_get_subclass_py(
|
|
156528
|
-
cls,
|
|
156529
|
-
id: str | None,
|
|
156530
|
-
default=None,
|
|
156531
|
-
/,
|
|
156532
|
-
) -> typing.Any:
|
|
156533
|
-
"""
|
|
156534
|
-
|
|
156535
|
-
:param id: The RNA type identifier.
|
|
156536
|
-
:param default:
|
|
156537
|
-
:return: The class or default when not found.
|
|
156538
|
-
"""
|
|
156539
|
-
|
|
156540
|
-
class GeometryNodeGridMean(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156541
|
-
"""Apply mean (box) filter smoothing to a voxel. The mean value from surrounding voxels in a box-shape defined by the radius replaces the voxel value."""
|
|
157098
|
+
class GeometryNodeGridPrune(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
157099
|
+
"""Make the storage of a volume grid more efficient by collapsing data into tiles or inner nodes"""
|
|
156542
157100
|
|
|
156543
157101
|
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
156544
157102
|
""" Node socket data type"""
|
|
@@ -156594,11 +157152,8 @@ class GeometryNodeGridMean(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
156594
157152
|
:return: The class or default when not found.
|
|
156595
157153
|
"""
|
|
156596
157154
|
|
|
156597
|
-
class
|
|
156598
|
-
"""
|
|
156599
|
-
|
|
156600
|
-
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
156601
|
-
""" Node socket data type"""
|
|
157155
|
+
class GeometryNodeGridToMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
157156
|
+
"""Generate a mesh on the "surface" of a volume grid"""
|
|
156602
157157
|
|
|
156603
157158
|
@classmethod
|
|
156604
157159
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -156651,8 +157206,8 @@ class GeometryNodeGridMedian(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
156651
157206
|
:return: The class or default when not found.
|
|
156652
157207
|
"""
|
|
156653
157208
|
|
|
156654
|
-
class
|
|
156655
|
-
"""
|
|
157209
|
+
class GeometryNodeGridToPoints(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
157210
|
+
"""Generate a point cloud from a volume grids active voxels"""
|
|
156656
157211
|
|
|
156657
157212
|
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
156658
157213
|
""" Node socket data type"""
|
|
@@ -156708,60 +157263,6 @@ class GeometryNodeGridPrune(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
156708
157263
|
:return: The class or default when not found.
|
|
156709
157264
|
"""
|
|
156710
157265
|
|
|
156711
|
-
class GeometryNodeGridToMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156712
|
-
"""Generate a mesh on the "surface" of a volume grid"""
|
|
156713
|
-
|
|
156714
|
-
@classmethod
|
|
156715
|
-
def is_registered_node_type(cls) -> bool:
|
|
156716
|
-
"""True if a registered node type
|
|
156717
|
-
|
|
156718
|
-
:return: Result
|
|
156719
|
-
"""
|
|
156720
|
-
|
|
156721
|
-
@classmethod
|
|
156722
|
-
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
156723
|
-
"""Input socket template
|
|
156724
|
-
|
|
156725
|
-
:param index: Index
|
|
156726
|
-
:return: result
|
|
156727
|
-
"""
|
|
156728
|
-
|
|
156729
|
-
@classmethod
|
|
156730
|
-
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
156731
|
-
"""Output socket template
|
|
156732
|
-
|
|
156733
|
-
:param index: Index
|
|
156734
|
-
:return: result
|
|
156735
|
-
"""
|
|
156736
|
-
|
|
156737
|
-
@classmethod
|
|
156738
|
-
def bl_rna_get_subclass(
|
|
156739
|
-
cls,
|
|
156740
|
-
id: str | None,
|
|
156741
|
-
default=None,
|
|
156742
|
-
/,
|
|
156743
|
-
) -> Struct:
|
|
156744
|
-
"""
|
|
156745
|
-
|
|
156746
|
-
:param id: The RNA type identifier.
|
|
156747
|
-
:param default:
|
|
156748
|
-
:return: The RNA type or default when not found.
|
|
156749
|
-
"""
|
|
156750
|
-
|
|
156751
|
-
@classmethod
|
|
156752
|
-
def bl_rna_get_subclass_py(
|
|
156753
|
-
cls,
|
|
156754
|
-
id: str | None,
|
|
156755
|
-
default=None,
|
|
156756
|
-
/,
|
|
156757
|
-
) -> typing.Any:
|
|
156758
|
-
"""
|
|
156759
|
-
|
|
156760
|
-
:param id: The RNA type identifier.
|
|
156761
|
-
:param default:
|
|
156762
|
-
:return: The class or default when not found.
|
|
156763
|
-
"""
|
|
156764
|
-
|
|
156765
157266
|
class GeometryNodeGridVoxelize(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
156766
157267
|
"""Remove sparseness from a volume grid by making the active tiles into voxels"""
|
|
156767
157268
|
|
|
@@ -177887,10 +178388,10 @@ class MaterialGPencilStyle(bpy_struct):
|
|
|
177887
178388
|
""" Texture Pixel Size factor along the stroke"""
|
|
177888
178389
|
|
|
177889
178390
|
show_fill: bool
|
|
177890
|
-
""" Show stroke fills of this
|
|
178391
|
+
""" Show stroke fills of this materialUnused but kept for compatibility with older versions of Blender.5.10 removal planned in version 6.0"""
|
|
177891
178392
|
|
|
177892
178393
|
show_stroke: bool
|
|
177893
|
-
""" Show stroke lines of this
|
|
178394
|
+
""" Show stroke lines of this materialUnused but kept for compatibility with older versions of Blender.5.10 removal planned in version 6.0"""
|
|
177894
178395
|
|
|
177895
178396
|
stroke_image: Image | None
|
|
177896
178397
|
stroke_style: typing.Literal["SOLID", "TEXTURE"]
|
|
@@ -194470,6 +194971,12 @@ class PointCloud(ID, bpy_struct):
|
|
|
194470
194971
|
materials: IDMaterials
|
|
194471
194972
|
points: bpy_prop_collection[Point]
|
|
194472
194973
|
|
|
194974
|
+
def resize(self, size: int | None) -> None:
|
|
194975
|
+
"""resize
|
|
194976
|
+
|
|
194977
|
+
:param size: Size, New number of points
|
|
194978
|
+
"""
|
|
194979
|
+
|
|
194473
194980
|
@classmethod
|
|
194474
194981
|
def bl_rna_get_subclass(
|
|
194475
194982
|
cls,
|
|
@@ -199085,6 +199592,9 @@ class SceneEEVEE(bpy_struct):
|
|
|
199085
199592
|
clamp_volume_indirect: float
|
|
199086
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."""
|
|
199087
199594
|
|
|
199595
|
+
direct_light_intensity: float
|
|
199596
|
+
""" Scale the contribution of direct lighting"""
|
|
199597
|
+
|
|
199088
199598
|
fast_gi_bias: float
|
|
199089
199599
|
""" Bias the shading normal to reduce self intersection artifacts"""
|
|
199090
199600
|
|
|
@@ -199129,6 +199639,9 @@ class SceneEEVEE(bpy_struct):
|
|
|
199129
199639
|
gi_visibility_resolution: typing.Literal["8", "16", "32", "64"]
|
|
199130
199640
|
""" Size of the shadow map applied to each irradiance sample"""
|
|
199131
199641
|
|
|
199642
|
+
indirect_light_intensity: float
|
|
199643
|
+
""" Scale the contribution of indirect lighting"""
|
|
199644
|
+
|
|
199132
199645
|
light_threshold: float
|
|
199133
199646
|
""" Minimum light intensity for a light to contribute to the lighting"""
|
|
199134
199647
|
|
|
@@ -203460,6 +203973,9 @@ class ShaderNodeNormal(ShaderNode, NodeInternal, Node, bpy_struct):
|
|
|
203460
203973
|
class ShaderNodeNormalMap(ShaderNode, NodeInternal, Node, bpy_struct):
|
|
203461
203974
|
"""Generate a perturbed normal from an RGB normal map image. Typically used for faking highly detailed surfaces"""
|
|
203462
203975
|
|
|
203976
|
+
convention: typing.Literal["OPENGL", "DIRECTX"]
|
|
203977
|
+
""" OpenGL or DirectX"""
|
|
203978
|
+
|
|
203463
203979
|
space: typing.Literal[
|
|
203464
203980
|
"TANGENT", "OBJECT", "WORLD", "BLENDER_OBJECT", "BLENDER_WORLD"
|
|
203465
203981
|
]
|
|
@@ -204208,6 +204724,63 @@ class ShaderNodeRadialTiling(ShaderNode, NodeInternal, Node, bpy_struct):
|
|
|
204208
204724
|
:return: The class or default when not found.
|
|
204209
204725
|
"""
|
|
204210
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
|
+
|
|
204211
204784
|
class ShaderNodeScript(ShaderNode, NodeInternal, Node, bpy_struct):
|
|
204212
204785
|
"""Generate an OSL shader from a file or text data-block.
|
|
204213
204786
|
Note: OSL shaders are not supported on all GPU backends
|
|
@@ -218355,15 +218928,23 @@ class UILayout(bpy_struct):
|
|
|
218355
218928
|
translate: bool | None = True,
|
|
218356
218929
|
icon: bpy.stub_internal.rna_enums.IconItems | None = "NONE",
|
|
218357
218930
|
icon_value: int | None = 0,
|
|
218931
|
+
direction: typing.Literal["VERTICAL", "HORIZONTAL"] | None = "VERTICAL",
|
|
218358
218932
|
) -> None:
|
|
218359
218933
|
"""popover
|
|
218360
218934
|
|
|
218361
|
-
|
|
218362
|
-
|
|
218363
|
-
|
|
218364
|
-
|
|
218365
|
-
|
|
218366
|
-
|
|
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.
|
|
218367
218948
|
"""
|
|
218368
218949
|
|
|
218369
218950
|
def popover_group(
|
|
@@ -223417,6 +223998,13 @@ class Window(bpy_struct):
|
|
|
223417
223998
|
:return: Item, Added key map item
|
|
223418
223999
|
"""
|
|
223419
224000
|
|
|
224001
|
+
def find_playing_scene(self, *, scrub: bool | None = False) -> Scene:
|
|
224002
|
+
"""find_playing_scene
|
|
224003
|
+
|
|
224004
|
+
:param scrub: Scrubbing, Check if time in the scene is being scrubbed
|
|
224005
|
+
:return: Scene, Scene that is currently playing
|
|
224006
|
+
"""
|
|
224007
|
+
|
|
223420
224008
|
@classmethod
|
|
223421
224009
|
def bl_rna_get_subclass(
|
|
223422
224010
|
cls,
|
|
@@ -223499,7 +224087,7 @@ class WindowManager(ID, bpy_struct):
|
|
|
223499
224087
|
preset_name: str | typing.Any
|
|
223500
224088
|
""" Name for new preset"""
|
|
223501
224089
|
|
|
223502
|
-
windows:
|
|
224090
|
+
windows: Windows
|
|
223503
224091
|
""" Open windows"""
|
|
223504
224092
|
|
|
223505
224093
|
xr_session_settings: XrSessionSettings
|
|
@@ -226964,6 +227552,10 @@ RENDER_PT_eevee_gi_approximation: bl_ui.properties_render.RENDER_PT_eevee_gi_app
|
|
|
226964
227552
|
|
|
226965
227553
|
RENDER_PT_eevee_hair: bl_ui.properties_render.RENDER_PT_eevee_hair
|
|
226966
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
|
+
|
|
226967
227559
|
RENDER_PT_eevee_motion_blur: bl_ui.properties_render.RENDER_PT_eevee_motion_blur
|
|
226968
227560
|
|
|
226969
227561
|
RENDER_PT_eevee_motion_blur_curve: bl_ui.properties_render.RENDER_PT_eevee_motion_blur_curve
|