fake-bpy-module 20240924__py3-none-any.whl → 20240925__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- bl_operators/node/__init__.pyi +32 -0
- bl_ui/node_add_menu/__init__.pyi +1 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
- bpy/ops/grease_pencil/__init__.pyi +50 -0
- bpy/ops/node/__init__.pyi +143 -0
- bpy/ops/sculpt/__init__.pyi +44 -0
- bpy/types/__init__.pyi +1152 -151
- {fake_bpy_module-20240924.dist-info → fake_bpy_module-20240925.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240924.dist-info → fake_bpy_module-20240925.dist-info}/RECORD +12 -12
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240924.dist-info → fake_bpy_module-20240925.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240924.dist-info → fake_bpy_module-20240925.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -7018,6 +7018,7 @@
|
|
|
7018
7018
|
|
|
7019
7019
|
--------------------
|
|
7020
7020
|
|
|
7021
|
+
* GeometryNodeForeachGeometryElementInput.pair_with_output
|
|
7021
7022
|
* GeometryNodeRepeatInput.pair_with_output
|
|
7022
7023
|
* GeometryNodeSimulationInput.pair_with_output
|
|
7023
7024
|
|
|
@@ -30532,6 +30533,10 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
30532
30533
|
* GeometryNodeFilletCurve.output_template
|
|
30533
30534
|
* GeometryNodeFlipFaces.input_template
|
|
30534
30535
|
* GeometryNodeFlipFaces.output_template
|
|
30536
|
+
* GeometryNodeForeachGeometryElementInput.input_template
|
|
30537
|
+
* GeometryNodeForeachGeometryElementInput.output_template
|
|
30538
|
+
* GeometryNodeForeachGeometryElementOutput.input_template
|
|
30539
|
+
* GeometryNodeForeachGeometryElementOutput.output_template
|
|
30535
30540
|
* GeometryNodeGeometryToInstance.input_template
|
|
30536
30541
|
* GeometryNodeGeometryToInstance.output_template
|
|
30537
30542
|
* GeometryNodeGetNamedGrid.input_template
|
|
@@ -31339,6 +31344,50 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
31339
31344
|
:columns: 2
|
|
31340
31345
|
|
|
31341
31346
|
|
|
31347
|
+
--------------------
|
|
31348
|
+
|
|
31349
|
+
* GeometryNodeForeachGeometryElementOutput.main_items
|
|
31350
|
+
* NodeGeometryForeachGeometryElementMainItems.new
|
|
31351
|
+
* NodeGeometryForeachGeometryElementMainItems.remove
|
|
31352
|
+
|
|
31353
|
+
:columns: 2
|
|
31354
|
+
|
|
31355
|
+
|
|
31356
|
+
--------------------
|
|
31357
|
+
|
|
31358
|
+
* bpy_struct.id_data
|
|
31359
|
+
|
|
31360
|
+
:columns: 2
|
|
31361
|
+
|
|
31362
|
+
|
|
31363
|
+
--------------------
|
|
31364
|
+
|
|
31365
|
+
* bpy_struct.as_pointer
|
|
31366
|
+
* bpy_struct.driver_add
|
|
31367
|
+
* bpy_struct.driver_remove
|
|
31368
|
+
* bpy_struct.get
|
|
31369
|
+
* bpy_struct.id_properties_clear
|
|
31370
|
+
* bpy_struct.id_properties_ensure
|
|
31371
|
+
* bpy_struct.id_properties_ui
|
|
31372
|
+
* bpy_struct.is_property_hidden
|
|
31373
|
+
* bpy_struct.is_property_overridable_library
|
|
31374
|
+
* bpy_struct.is_property_readonly
|
|
31375
|
+
* bpy_struct.is_property_set
|
|
31376
|
+
* bpy_struct.items
|
|
31377
|
+
* bpy_struct.keyframe_delete
|
|
31378
|
+
* bpy_struct.keyframe_insert
|
|
31379
|
+
* bpy_struct.keys
|
|
31380
|
+
* bpy_struct.path_from_id
|
|
31381
|
+
* bpy_struct.path_resolve
|
|
31382
|
+
* bpy_struct.pop
|
|
31383
|
+
* bpy_struct.property_overridable_library_set
|
|
31384
|
+
* bpy_struct.property_unset
|
|
31385
|
+
* bpy_struct.type_recast
|
|
31386
|
+
* bpy_struct.values
|
|
31387
|
+
|
|
31388
|
+
:columns: 2
|
|
31389
|
+
|
|
31390
|
+
|
|
31342
31391
|
--------------------
|
|
31343
31392
|
|
|
31344
31393
|
* GreasePencilLayer.parent_group
|
|
@@ -33282,6 +33331,45 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
33282
33331
|
:columns: 2
|
|
33283
33332
|
|
|
33284
33333
|
|
|
33334
|
+
--------------------
|
|
33335
|
+
|
|
33336
|
+
* bpy_struct.id_data
|
|
33337
|
+
* ViewerPathElem.type
|
|
33338
|
+
* ViewerPathElem.ui_name
|
|
33339
|
+
|
|
33340
|
+
:columns: 2
|
|
33341
|
+
|
|
33342
|
+
|
|
33343
|
+
--------------------
|
|
33344
|
+
|
|
33345
|
+
* bpy_struct.as_pointer
|
|
33346
|
+
* bpy_struct.driver_add
|
|
33347
|
+
* bpy_struct.driver_remove
|
|
33348
|
+
* bpy_struct.get
|
|
33349
|
+
* bpy_struct.id_properties_clear
|
|
33350
|
+
* bpy_struct.id_properties_ensure
|
|
33351
|
+
* bpy_struct.id_properties_ui
|
|
33352
|
+
* bpy_struct.is_property_hidden
|
|
33353
|
+
* bpy_struct.is_property_overridable_library
|
|
33354
|
+
* bpy_struct.is_property_readonly
|
|
33355
|
+
* bpy_struct.is_property_set
|
|
33356
|
+
* bpy_struct.items
|
|
33357
|
+
* bpy_struct.keyframe_delete
|
|
33358
|
+
* bpy_struct.keyframe_insert
|
|
33359
|
+
* bpy_struct.keys
|
|
33360
|
+
* bpy_struct.path_from_id
|
|
33361
|
+
* bpy_struct.path_resolve
|
|
33362
|
+
* bpy_struct.pop
|
|
33363
|
+
* bpy_struct.property_overridable_library_set
|
|
33364
|
+
* bpy_struct.property_unset
|
|
33365
|
+
* bpy_struct.type_recast
|
|
33366
|
+
* bpy_struct.values
|
|
33367
|
+
* ViewerPathElem.bl_rna_get_subclass
|
|
33368
|
+
* ViewerPathElem.bl_rna_get_subclass_py
|
|
33369
|
+
|
|
33370
|
+
:columns: 2
|
|
33371
|
+
|
|
33372
|
+
|
|
33285
33373
|
--------------------
|
|
33286
33374
|
|
|
33287
33375
|
* bpy_struct.id_data
|
|
@@ -52394,6 +52482,48 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
52394
52482
|
:columns: 2
|
|
52395
52483
|
|
|
52396
52484
|
|
|
52485
|
+
--------------------
|
|
52486
|
+
|
|
52487
|
+
* GeometryNodeForeachGeometryElementOutput.main_items
|
|
52488
|
+
|
|
52489
|
+
:columns: 2
|
|
52490
|
+
|
|
52491
|
+
|
|
52492
|
+
--------------------
|
|
52493
|
+
|
|
52494
|
+
* bpy_struct.id_data
|
|
52495
|
+
|
|
52496
|
+
:columns: 2
|
|
52497
|
+
|
|
52498
|
+
|
|
52499
|
+
--------------------
|
|
52500
|
+
|
|
52501
|
+
* bpy_struct.as_pointer
|
|
52502
|
+
* bpy_struct.driver_add
|
|
52503
|
+
* bpy_struct.driver_remove
|
|
52504
|
+
* bpy_struct.get
|
|
52505
|
+
* bpy_struct.id_properties_clear
|
|
52506
|
+
* bpy_struct.id_properties_ensure
|
|
52507
|
+
* bpy_struct.id_properties_ui
|
|
52508
|
+
* bpy_struct.is_property_hidden
|
|
52509
|
+
* bpy_struct.is_property_overridable_library
|
|
52510
|
+
* bpy_struct.is_property_readonly
|
|
52511
|
+
* bpy_struct.is_property_set
|
|
52512
|
+
* bpy_struct.items
|
|
52513
|
+
* bpy_struct.keyframe_delete
|
|
52514
|
+
* bpy_struct.keyframe_insert
|
|
52515
|
+
* bpy_struct.keys
|
|
52516
|
+
* bpy_struct.path_from_id
|
|
52517
|
+
* bpy_struct.path_resolve
|
|
52518
|
+
* bpy_struct.pop
|
|
52519
|
+
* bpy_struct.property_overridable_library_set
|
|
52520
|
+
* bpy_struct.property_unset
|
|
52521
|
+
* bpy_struct.type_recast
|
|
52522
|
+
* bpy_struct.values
|
|
52523
|
+
|
|
52524
|
+
:columns: 2
|
|
52525
|
+
|
|
52526
|
+
|
|
52397
52527
|
--------------------
|
|
52398
52528
|
|
|
52399
52529
|
* bpy_struct.id_data
|
|
@@ -56937,6 +57067,48 @@ print(positions_data)
|
|
|
56937
57067
|
:columns: 2
|
|
56938
57068
|
|
|
56939
57069
|
|
|
57070
|
+
--------------------
|
|
57071
|
+
|
|
57072
|
+
* GeometryNodeForeachGeometryElementOutput.generation_items
|
|
57073
|
+
|
|
57074
|
+
:columns: 2
|
|
57075
|
+
|
|
57076
|
+
|
|
57077
|
+
--------------------
|
|
57078
|
+
|
|
57079
|
+
* bpy_struct.id_data
|
|
57080
|
+
|
|
57081
|
+
:columns: 2
|
|
57082
|
+
|
|
57083
|
+
|
|
57084
|
+
--------------------
|
|
57085
|
+
|
|
57086
|
+
* bpy_struct.as_pointer
|
|
57087
|
+
* bpy_struct.driver_add
|
|
57088
|
+
* bpy_struct.driver_remove
|
|
57089
|
+
* bpy_struct.get
|
|
57090
|
+
* bpy_struct.id_properties_clear
|
|
57091
|
+
* bpy_struct.id_properties_ensure
|
|
57092
|
+
* bpy_struct.id_properties_ui
|
|
57093
|
+
* bpy_struct.is_property_hidden
|
|
57094
|
+
* bpy_struct.is_property_overridable_library
|
|
57095
|
+
* bpy_struct.is_property_readonly
|
|
57096
|
+
* bpy_struct.is_property_set
|
|
57097
|
+
* bpy_struct.items
|
|
57098
|
+
* bpy_struct.keyframe_delete
|
|
57099
|
+
* bpy_struct.keyframe_insert
|
|
57100
|
+
* bpy_struct.keys
|
|
57101
|
+
* bpy_struct.path_from_id
|
|
57102
|
+
* bpy_struct.path_resolve
|
|
57103
|
+
* bpy_struct.pop
|
|
57104
|
+
* bpy_struct.property_overridable_library_set
|
|
57105
|
+
* bpy_struct.property_unset
|
|
57106
|
+
* bpy_struct.type_recast
|
|
57107
|
+
* bpy_struct.values
|
|
57108
|
+
|
|
57109
|
+
:columns: 2
|
|
57110
|
+
|
|
57111
|
+
|
|
56940
57112
|
--------------------
|
|
56941
57113
|
|
|
56942
57114
|
* BlendData.movieclips
|
|
@@ -72822,37 +72994,6 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
72822
72994
|
--------------------
|
|
72823
72995
|
|
|
72824
72996
|
* bpy_struct.id_data
|
|
72825
|
-
* Node.type
|
|
72826
|
-
* Node.location
|
|
72827
|
-
* Node.width
|
|
72828
|
-
* Node.height
|
|
72829
|
-
* Node.dimensions
|
|
72830
|
-
* Node.name
|
|
72831
|
-
* Node.label
|
|
72832
|
-
* Node.inputs
|
|
72833
|
-
* Node.outputs
|
|
72834
|
-
* Node.internal_links
|
|
72835
|
-
* Node.parent
|
|
72836
|
-
* Node.warning_propagation
|
|
72837
|
-
* Node.use_custom_color
|
|
72838
|
-
* Node.color
|
|
72839
|
-
* Node.select
|
|
72840
|
-
* Node.show_options
|
|
72841
|
-
* Node.show_preview
|
|
72842
|
-
* Node.hide
|
|
72843
|
-
* Node.mute
|
|
72844
|
-
* Node.show_texture
|
|
72845
|
-
* Node.bl_idname
|
|
72846
|
-
* Node.bl_label
|
|
72847
|
-
* Node.bl_description
|
|
72848
|
-
* Node.bl_icon
|
|
72849
|
-
* Node.bl_static_type
|
|
72850
|
-
* Node.bl_width_default
|
|
72851
|
-
* Node.bl_width_min
|
|
72852
|
-
* Node.bl_width_max
|
|
72853
|
-
* Node.bl_height_default
|
|
72854
|
-
* Node.bl_height_min
|
|
72855
|
-
* Node.bl_height_max
|
|
72856
72997
|
|
|
72857
72998
|
:columns: 2
|
|
72858
72999
|
|
|
@@ -72881,33 +73022,108 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
72881
73022
|
* bpy_struct.property_unset
|
|
72882
73023
|
* bpy_struct.type_recast
|
|
72883
73024
|
* bpy_struct.values
|
|
72884
|
-
|
|
72885
|
-
|
|
72886
|
-
|
|
72887
|
-
|
|
72888
|
-
|
|
72889
|
-
|
|
72890
|
-
*
|
|
72891
|
-
*
|
|
72892
|
-
*
|
|
72893
|
-
|
|
72894
|
-
|
|
72895
|
-
|
|
72896
|
-
|
|
72897
|
-
|
|
72898
|
-
|
|
72899
|
-
*
|
|
72900
|
-
* Node.
|
|
72901
|
-
*
|
|
72902
|
-
*
|
|
72903
|
-
*
|
|
72904
|
-
*
|
|
72905
|
-
*
|
|
72906
|
-
*
|
|
72907
|
-
*
|
|
72908
|
-
*
|
|
72909
|
-
*
|
|
72910
|
-
*
|
|
73025
|
+
|
|
73026
|
+
:columns: 2
|
|
73027
|
+
|
|
73028
|
+
|
|
73029
|
+
--------------------
|
|
73030
|
+
|
|
73031
|
+
* GeometryNodeForeachGeometryElementOutput.generation_items
|
|
73032
|
+
* NodeGeometryForeachGeometryElementGenerationItems.new
|
|
73033
|
+
* NodeGeometryForeachGeometryElementGenerationItems.remove
|
|
73034
|
+
|
|
73035
|
+
:columns: 2
|
|
73036
|
+
|
|
73037
|
+
|
|
73038
|
+
--------------------
|
|
73039
|
+
|
|
73040
|
+
* bpy_struct.id_data
|
|
73041
|
+
* Node.type
|
|
73042
|
+
* Node.location
|
|
73043
|
+
* Node.width
|
|
73044
|
+
* Node.height
|
|
73045
|
+
* Node.dimensions
|
|
73046
|
+
* Node.name
|
|
73047
|
+
* Node.label
|
|
73048
|
+
* Node.inputs
|
|
73049
|
+
* Node.outputs
|
|
73050
|
+
* Node.internal_links
|
|
73051
|
+
* Node.parent
|
|
73052
|
+
* Node.warning_propagation
|
|
73053
|
+
* Node.use_custom_color
|
|
73054
|
+
* Node.color
|
|
73055
|
+
* Node.select
|
|
73056
|
+
* Node.show_options
|
|
73057
|
+
* Node.show_preview
|
|
73058
|
+
* Node.hide
|
|
73059
|
+
* Node.mute
|
|
73060
|
+
* Node.show_texture
|
|
73061
|
+
* Node.bl_idname
|
|
73062
|
+
* Node.bl_label
|
|
73063
|
+
* Node.bl_description
|
|
73064
|
+
* Node.bl_icon
|
|
73065
|
+
* Node.bl_static_type
|
|
73066
|
+
* Node.bl_width_default
|
|
73067
|
+
* Node.bl_width_min
|
|
73068
|
+
* Node.bl_width_max
|
|
73069
|
+
* Node.bl_height_default
|
|
73070
|
+
* Node.bl_height_min
|
|
73071
|
+
* Node.bl_height_max
|
|
73072
|
+
|
|
73073
|
+
:columns: 2
|
|
73074
|
+
|
|
73075
|
+
|
|
73076
|
+
--------------------
|
|
73077
|
+
|
|
73078
|
+
* bpy_struct.as_pointer
|
|
73079
|
+
* bpy_struct.driver_add
|
|
73080
|
+
* bpy_struct.driver_remove
|
|
73081
|
+
* bpy_struct.get
|
|
73082
|
+
* bpy_struct.id_properties_clear
|
|
73083
|
+
* bpy_struct.id_properties_ensure
|
|
73084
|
+
* bpy_struct.id_properties_ui
|
|
73085
|
+
* bpy_struct.is_property_hidden
|
|
73086
|
+
* bpy_struct.is_property_overridable_library
|
|
73087
|
+
* bpy_struct.is_property_readonly
|
|
73088
|
+
* bpy_struct.is_property_set
|
|
73089
|
+
* bpy_struct.items
|
|
73090
|
+
* bpy_struct.keyframe_delete
|
|
73091
|
+
* bpy_struct.keyframe_insert
|
|
73092
|
+
* bpy_struct.keys
|
|
73093
|
+
* bpy_struct.path_from_id
|
|
73094
|
+
* bpy_struct.path_resolve
|
|
73095
|
+
* bpy_struct.pop
|
|
73096
|
+
* bpy_struct.property_overridable_library_set
|
|
73097
|
+
* bpy_struct.property_unset
|
|
73098
|
+
* bpy_struct.type_recast
|
|
73099
|
+
* bpy_struct.values
|
|
73100
|
+
* Node.socket_value_update
|
|
73101
|
+
* Node.is_registered_node_type
|
|
73102
|
+
* Node.poll
|
|
73103
|
+
* Node.poll_instance
|
|
73104
|
+
* Node.update
|
|
73105
|
+
* Node.insert_link
|
|
73106
|
+
* Node.init
|
|
73107
|
+
* Node.copy
|
|
73108
|
+
* Node.free
|
|
73109
|
+
* Node.draw_buttons
|
|
73110
|
+
* Node.draw_buttons_ext
|
|
73111
|
+
* Node.draw_label
|
|
73112
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
73113
|
+
* Node.debug_zone_lazy_function_graph
|
|
73114
|
+
* Node.poll
|
|
73115
|
+
* Node.bl_rna_get_subclass
|
|
73116
|
+
* Node.bl_rna_get_subclass_py
|
|
73117
|
+
* NodeInternal.poll
|
|
73118
|
+
* NodeInternal.poll_instance
|
|
73119
|
+
* NodeInternal.update
|
|
73120
|
+
* NodeInternal.draw_buttons
|
|
73121
|
+
* NodeInternal.draw_buttons_ext
|
|
73122
|
+
* NodeInternal.bl_rna_get_subclass
|
|
73123
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
73124
|
+
* GeometryNode.poll
|
|
73125
|
+
* GeometryNode.bl_rna_get_subclass
|
|
73126
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
72911
73127
|
|
|
72912
73128
|
:columns: 2
|
|
72913
73129
|
|
|
@@ -75083,6 +75299,99 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
75083
75299
|
:columns: 2
|
|
75084
75300
|
|
|
75085
75301
|
|
|
75302
|
+
--------------------
|
|
75303
|
+
|
|
75304
|
+
* bpy_struct.id_data
|
|
75305
|
+
* Node.type
|
|
75306
|
+
* Node.location
|
|
75307
|
+
* Node.width
|
|
75308
|
+
* Node.height
|
|
75309
|
+
* Node.dimensions
|
|
75310
|
+
* Node.name
|
|
75311
|
+
* Node.label
|
|
75312
|
+
* Node.inputs
|
|
75313
|
+
* Node.outputs
|
|
75314
|
+
* Node.internal_links
|
|
75315
|
+
* Node.parent
|
|
75316
|
+
* Node.warning_propagation
|
|
75317
|
+
* Node.use_custom_color
|
|
75318
|
+
* Node.color
|
|
75319
|
+
* Node.select
|
|
75320
|
+
* Node.show_options
|
|
75321
|
+
* Node.show_preview
|
|
75322
|
+
* Node.hide
|
|
75323
|
+
* Node.mute
|
|
75324
|
+
* Node.show_texture
|
|
75325
|
+
* Node.bl_idname
|
|
75326
|
+
* Node.bl_label
|
|
75327
|
+
* Node.bl_description
|
|
75328
|
+
* Node.bl_icon
|
|
75329
|
+
* Node.bl_static_type
|
|
75330
|
+
* Node.bl_width_default
|
|
75331
|
+
* Node.bl_width_min
|
|
75332
|
+
* Node.bl_width_max
|
|
75333
|
+
* Node.bl_height_default
|
|
75334
|
+
* Node.bl_height_min
|
|
75335
|
+
* Node.bl_height_max
|
|
75336
|
+
|
|
75337
|
+
:columns: 2
|
|
75338
|
+
|
|
75339
|
+
|
|
75340
|
+
--------------------
|
|
75341
|
+
|
|
75342
|
+
* bpy_struct.as_pointer
|
|
75343
|
+
* bpy_struct.driver_add
|
|
75344
|
+
* bpy_struct.driver_remove
|
|
75345
|
+
* bpy_struct.get
|
|
75346
|
+
* bpy_struct.id_properties_clear
|
|
75347
|
+
* bpy_struct.id_properties_ensure
|
|
75348
|
+
* bpy_struct.id_properties_ui
|
|
75349
|
+
* bpy_struct.is_property_hidden
|
|
75350
|
+
* bpy_struct.is_property_overridable_library
|
|
75351
|
+
* bpy_struct.is_property_readonly
|
|
75352
|
+
* bpy_struct.is_property_set
|
|
75353
|
+
* bpy_struct.items
|
|
75354
|
+
* bpy_struct.keyframe_delete
|
|
75355
|
+
* bpy_struct.keyframe_insert
|
|
75356
|
+
* bpy_struct.keys
|
|
75357
|
+
* bpy_struct.path_from_id
|
|
75358
|
+
* bpy_struct.path_resolve
|
|
75359
|
+
* bpy_struct.pop
|
|
75360
|
+
* bpy_struct.property_overridable_library_set
|
|
75361
|
+
* bpy_struct.property_unset
|
|
75362
|
+
* bpy_struct.type_recast
|
|
75363
|
+
* bpy_struct.values
|
|
75364
|
+
* Node.socket_value_update
|
|
75365
|
+
* Node.is_registered_node_type
|
|
75366
|
+
* Node.poll
|
|
75367
|
+
* Node.poll_instance
|
|
75368
|
+
* Node.update
|
|
75369
|
+
* Node.insert_link
|
|
75370
|
+
* Node.init
|
|
75371
|
+
* Node.copy
|
|
75372
|
+
* Node.free
|
|
75373
|
+
* Node.draw_buttons
|
|
75374
|
+
* Node.draw_buttons_ext
|
|
75375
|
+
* Node.draw_label
|
|
75376
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
75377
|
+
* Node.debug_zone_lazy_function_graph
|
|
75378
|
+
* Node.poll
|
|
75379
|
+
* Node.bl_rna_get_subclass
|
|
75380
|
+
* Node.bl_rna_get_subclass_py
|
|
75381
|
+
* NodeInternal.poll
|
|
75382
|
+
* NodeInternal.poll_instance
|
|
75383
|
+
* NodeInternal.update
|
|
75384
|
+
* NodeInternal.draw_buttons
|
|
75385
|
+
* NodeInternal.draw_buttons_ext
|
|
75386
|
+
* NodeInternal.bl_rna_get_subclass
|
|
75387
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
75388
|
+
* GeometryNode.poll
|
|
75389
|
+
* GeometryNode.bl_rna_get_subclass
|
|
75390
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
75391
|
+
|
|
75392
|
+
:columns: 2
|
|
75393
|
+
|
|
75394
|
+
|
|
75086
75395
|
--------------------
|
|
75087
75396
|
|
|
75088
75397
|
* bpy_struct.id_data
|
|
@@ -92950,6 +93259,48 @@ Base class for integrating USD Hydra based renderers.
|
|
|
92950
93259
|
:columns: 2
|
|
92951
93260
|
|
|
92952
93261
|
|
|
93262
|
+
--------------------
|
|
93263
|
+
|
|
93264
|
+
* GeometryNodeForeachGeometryElementOutput.input_items
|
|
93265
|
+
|
|
93266
|
+
:columns: 2
|
|
93267
|
+
|
|
93268
|
+
|
|
93269
|
+
--------------------
|
|
93270
|
+
|
|
93271
|
+
* bpy_struct.id_data
|
|
93272
|
+
|
|
93273
|
+
:columns: 2
|
|
93274
|
+
|
|
93275
|
+
|
|
93276
|
+
--------------------
|
|
93277
|
+
|
|
93278
|
+
* bpy_struct.as_pointer
|
|
93279
|
+
* bpy_struct.driver_add
|
|
93280
|
+
* bpy_struct.driver_remove
|
|
93281
|
+
* bpy_struct.get
|
|
93282
|
+
* bpy_struct.id_properties_clear
|
|
93283
|
+
* bpy_struct.id_properties_ensure
|
|
93284
|
+
* bpy_struct.id_properties_ui
|
|
93285
|
+
* bpy_struct.is_property_hidden
|
|
93286
|
+
* bpy_struct.is_property_overridable_library
|
|
93287
|
+
* bpy_struct.is_property_readonly
|
|
93288
|
+
* bpy_struct.is_property_set
|
|
93289
|
+
* bpy_struct.items
|
|
93290
|
+
* bpy_struct.keyframe_delete
|
|
93291
|
+
* bpy_struct.keyframe_insert
|
|
93292
|
+
* bpy_struct.keys
|
|
93293
|
+
* bpy_struct.path_from_id
|
|
93294
|
+
* bpy_struct.path_resolve
|
|
93295
|
+
* bpy_struct.pop
|
|
93296
|
+
* bpy_struct.property_overridable_library_set
|
|
93297
|
+
* bpy_struct.property_unset
|
|
93298
|
+
* bpy_struct.type_recast
|
|
93299
|
+
* bpy_struct.values
|
|
93300
|
+
|
|
93301
|
+
:columns: 2
|
|
93302
|
+
|
|
93303
|
+
|
|
92953
93304
|
--------------------
|
|
92954
93305
|
|
|
92955
93306
|
* GeometryNodeRepeatOutput.repeat_items
|
|
@@ -95847,6 +96198,99 @@ Executing the operator will then print all values.
|
|
|
95847
96198
|
:columns: 2
|
|
95848
96199
|
|
|
95849
96200
|
|
|
96201
|
+
--------------------
|
|
96202
|
+
|
|
96203
|
+
* bpy_struct.as_pointer
|
|
96204
|
+
* bpy_struct.driver_add
|
|
96205
|
+
* bpy_struct.driver_remove
|
|
96206
|
+
* bpy_struct.get
|
|
96207
|
+
* bpy_struct.id_properties_clear
|
|
96208
|
+
* bpy_struct.id_properties_ensure
|
|
96209
|
+
* bpy_struct.id_properties_ui
|
|
96210
|
+
* bpy_struct.is_property_hidden
|
|
96211
|
+
* bpy_struct.is_property_overridable_library
|
|
96212
|
+
* bpy_struct.is_property_readonly
|
|
96213
|
+
* bpy_struct.is_property_set
|
|
96214
|
+
* bpy_struct.items
|
|
96215
|
+
* bpy_struct.keyframe_delete
|
|
96216
|
+
* bpy_struct.keyframe_insert
|
|
96217
|
+
* bpy_struct.keys
|
|
96218
|
+
* bpy_struct.path_from_id
|
|
96219
|
+
* bpy_struct.path_resolve
|
|
96220
|
+
* bpy_struct.pop
|
|
96221
|
+
* bpy_struct.property_overridable_library_set
|
|
96222
|
+
* bpy_struct.property_unset
|
|
96223
|
+
* bpy_struct.type_recast
|
|
96224
|
+
* bpy_struct.values
|
|
96225
|
+
* Node.socket_value_update
|
|
96226
|
+
* Node.is_registered_node_type
|
|
96227
|
+
* Node.poll
|
|
96228
|
+
* Node.poll_instance
|
|
96229
|
+
* Node.update
|
|
96230
|
+
* Node.insert_link
|
|
96231
|
+
* Node.init
|
|
96232
|
+
* Node.copy
|
|
96233
|
+
* Node.free
|
|
96234
|
+
* Node.draw_buttons
|
|
96235
|
+
* Node.draw_buttons_ext
|
|
96236
|
+
* Node.draw_label
|
|
96237
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
96238
|
+
* Node.debug_zone_lazy_function_graph
|
|
96239
|
+
* Node.poll
|
|
96240
|
+
* Node.bl_rna_get_subclass
|
|
96241
|
+
* Node.bl_rna_get_subclass_py
|
|
96242
|
+
* NodeInternal.poll
|
|
96243
|
+
* NodeInternal.poll_instance
|
|
96244
|
+
* NodeInternal.update
|
|
96245
|
+
* NodeInternal.draw_buttons
|
|
96246
|
+
* NodeInternal.draw_buttons_ext
|
|
96247
|
+
* NodeInternal.bl_rna_get_subclass
|
|
96248
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
96249
|
+
* GeometryNode.poll
|
|
96250
|
+
* GeometryNode.bl_rna_get_subclass
|
|
96251
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
96252
|
+
|
|
96253
|
+
:columns: 2
|
|
96254
|
+
|
|
96255
|
+
|
|
96256
|
+
--------------------
|
|
96257
|
+
|
|
96258
|
+
* bpy_struct.id_data
|
|
96259
|
+
* Node.type
|
|
96260
|
+
* Node.location
|
|
96261
|
+
* Node.width
|
|
96262
|
+
* Node.height
|
|
96263
|
+
* Node.dimensions
|
|
96264
|
+
* Node.name
|
|
96265
|
+
* Node.label
|
|
96266
|
+
* Node.inputs
|
|
96267
|
+
* Node.outputs
|
|
96268
|
+
* Node.internal_links
|
|
96269
|
+
* Node.parent
|
|
96270
|
+
* Node.warning_propagation
|
|
96271
|
+
* Node.use_custom_color
|
|
96272
|
+
* Node.color
|
|
96273
|
+
* Node.select
|
|
96274
|
+
* Node.show_options
|
|
96275
|
+
* Node.show_preview
|
|
96276
|
+
* Node.hide
|
|
96277
|
+
* Node.mute
|
|
96278
|
+
* Node.show_texture
|
|
96279
|
+
* Node.bl_idname
|
|
96280
|
+
* Node.bl_label
|
|
96281
|
+
* Node.bl_description
|
|
96282
|
+
* Node.bl_icon
|
|
96283
|
+
* Node.bl_static_type
|
|
96284
|
+
* Node.bl_width_default
|
|
96285
|
+
* Node.bl_width_min
|
|
96286
|
+
* Node.bl_width_max
|
|
96287
|
+
* Node.bl_height_default
|
|
96288
|
+
* Node.bl_height_min
|
|
96289
|
+
* Node.bl_height_max
|
|
96290
|
+
|
|
96291
|
+
:columns: 2
|
|
96292
|
+
|
|
96293
|
+
|
|
95850
96294
|
--------------------
|
|
95851
96295
|
|
|
95852
96296
|
* bpy_struct.as_pointer
|
|
@@ -96110,6 +96554,50 @@ Executing the operator will then print all values.
|
|
|
96110
96554
|
:columns: 2
|
|
96111
96555
|
|
|
96112
96556
|
|
|
96557
|
+
--------------------
|
|
96558
|
+
|
|
96559
|
+
* GeometryNodeForeachGeometryElementOutput.input_items
|
|
96560
|
+
* NodeGeometryForeachGeometryElementInputItems.new
|
|
96561
|
+
* NodeGeometryForeachGeometryElementInputItems.remove
|
|
96562
|
+
|
|
96563
|
+
:columns: 2
|
|
96564
|
+
|
|
96565
|
+
|
|
96566
|
+
--------------------
|
|
96567
|
+
|
|
96568
|
+
* bpy_struct.id_data
|
|
96569
|
+
|
|
96570
|
+
:columns: 2
|
|
96571
|
+
|
|
96572
|
+
|
|
96573
|
+
--------------------
|
|
96574
|
+
|
|
96575
|
+
* bpy_struct.as_pointer
|
|
96576
|
+
* bpy_struct.driver_add
|
|
96577
|
+
* bpy_struct.driver_remove
|
|
96578
|
+
* bpy_struct.get
|
|
96579
|
+
* bpy_struct.id_properties_clear
|
|
96580
|
+
* bpy_struct.id_properties_ensure
|
|
96581
|
+
* bpy_struct.id_properties_ui
|
|
96582
|
+
* bpy_struct.is_property_hidden
|
|
96583
|
+
* bpy_struct.is_property_overridable_library
|
|
96584
|
+
* bpy_struct.is_property_readonly
|
|
96585
|
+
* bpy_struct.is_property_set
|
|
96586
|
+
* bpy_struct.items
|
|
96587
|
+
* bpy_struct.keyframe_delete
|
|
96588
|
+
* bpy_struct.keyframe_insert
|
|
96589
|
+
* bpy_struct.keys
|
|
96590
|
+
* bpy_struct.path_from_id
|
|
96591
|
+
* bpy_struct.path_resolve
|
|
96592
|
+
* bpy_struct.pop
|
|
96593
|
+
* bpy_struct.property_overridable_library_set
|
|
96594
|
+
* bpy_struct.property_unset
|
|
96595
|
+
* bpy_struct.type_recast
|
|
96596
|
+
* bpy_struct.values
|
|
96597
|
+
|
|
96598
|
+
:columns: 2
|
|
96599
|
+
|
|
96600
|
+
|
|
96113
96601
|
--------------------
|
|
96114
96602
|
|
|
96115
96603
|
* bpy.context.active_gpencil_frame
|
|
@@ -98096,6 +98584,7 @@ Executing the operator will then print all values.
|
|
|
98096
98584
|
* bpy.context.active_node
|
|
98097
98585
|
* bpy.context.selected_nodes
|
|
98098
98586
|
* bpy.context.texture_node
|
|
98587
|
+
* GeometryNodeForeachGeometryElementInput.paired_output
|
|
98099
98588
|
* GeometryNodeMenuSwitch.enum_definition
|
|
98100
98589
|
* GeometryNodeRepeatInput.paired_output
|
|
98101
98590
|
* GeometryNodeSimulationInput.paired_output
|
|
@@ -108187,18 +108676,167 @@ class MovieTrackingTracks(bpy_prop_collection[MovieTrackingTrack], bpy_struct):
|
|
|
108187
108676
|
:rtype: typing.Any
|
|
108188
108677
|
"""
|
|
108189
108678
|
|
|
108190
|
-
class NlaStripFCurves(bpy_prop_collection[FCurve], bpy_struct):
|
|
108191
|
-
"""Collection of NLA strip F-Curves"""
|
|
108679
|
+
class NlaStripFCurves(bpy_prop_collection[FCurve], bpy_struct):
|
|
108680
|
+
"""Collection of NLA strip F-Curves"""
|
|
108681
|
+
|
|
108682
|
+
def find(self, data_path: str, index: int | None = 0) -> FCurve:
|
|
108683
|
+
"""Find an F-Curve. Note that this function performs a linear scan of all F-Curves in the NLA strip.
|
|
108684
|
+
|
|
108685
|
+
:param data_path: Data Path, F-Curve data path
|
|
108686
|
+
:type data_path: str
|
|
108687
|
+
:param index: Index, Array index
|
|
108688
|
+
:type index: int | None
|
|
108689
|
+
:return: The found F-Curve, or None if it doesn't exist
|
|
108690
|
+
:rtype: FCurve
|
|
108691
|
+
"""
|
|
108692
|
+
|
|
108693
|
+
@classmethod
|
|
108694
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
108695
|
+
"""
|
|
108696
|
+
|
|
108697
|
+
:param id: The RNA type identifier.
|
|
108698
|
+
:type id: str | None
|
|
108699
|
+
:param default:
|
|
108700
|
+
:return: The RNA type or default when not found.
|
|
108701
|
+
:rtype: Struct
|
|
108702
|
+
"""
|
|
108703
|
+
|
|
108704
|
+
@classmethod
|
|
108705
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
108706
|
+
"""
|
|
108707
|
+
|
|
108708
|
+
:param id: The RNA type identifier.
|
|
108709
|
+
:type id: str | None
|
|
108710
|
+
:param default:
|
|
108711
|
+
:return: The class or default when not found.
|
|
108712
|
+
:rtype: typing.Any
|
|
108713
|
+
"""
|
|
108714
|
+
|
|
108715
|
+
class NlaStrips(bpy_prop_collection[NlaStrip], bpy_struct):
|
|
108716
|
+
"""Collection of NLA Strips"""
|
|
108717
|
+
|
|
108718
|
+
def new(self, name: str, start: int | None, action: Action) -> NlaStrip:
|
|
108719
|
+
"""Add a new Action-Clip strip to the track
|
|
108720
|
+
|
|
108721
|
+
:param name: Name for the NLA Strips
|
|
108722
|
+
:type name: str
|
|
108723
|
+
:param start: Start Frame, Start frame for this strip
|
|
108724
|
+
:type start: int | None
|
|
108725
|
+
:param action: Action to assign to this strip
|
|
108726
|
+
:type action: Action
|
|
108727
|
+
:return: New NLA Strip
|
|
108728
|
+
:rtype: NlaStrip
|
|
108729
|
+
"""
|
|
108730
|
+
|
|
108731
|
+
def remove(self, strip: NlaStrip):
|
|
108732
|
+
"""Remove a NLA Strip
|
|
108733
|
+
|
|
108734
|
+
:param strip: NLA Strip to remove
|
|
108735
|
+
:type strip: NlaStrip
|
|
108736
|
+
"""
|
|
108737
|
+
|
|
108738
|
+
@classmethod
|
|
108739
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
108740
|
+
"""
|
|
108741
|
+
|
|
108742
|
+
:param id: The RNA type identifier.
|
|
108743
|
+
:type id: str | None
|
|
108744
|
+
:param default:
|
|
108745
|
+
:return: The RNA type or default when not found.
|
|
108746
|
+
:rtype: Struct
|
|
108747
|
+
"""
|
|
108748
|
+
|
|
108749
|
+
@classmethod
|
|
108750
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
108751
|
+
"""
|
|
108752
|
+
|
|
108753
|
+
:param id: The RNA type identifier.
|
|
108754
|
+
:type id: str | None
|
|
108755
|
+
:param default:
|
|
108756
|
+
:return: The class or default when not found.
|
|
108757
|
+
:rtype: typing.Any
|
|
108758
|
+
"""
|
|
108759
|
+
|
|
108760
|
+
class NlaTracks(bpy_prop_collection[NlaTrack], bpy_struct):
|
|
108761
|
+
"""Collection of NLA Tracks"""
|
|
108762
|
+
|
|
108763
|
+
active: NlaTrack | None
|
|
108764
|
+
""" Active NLA Track
|
|
108765
|
+
|
|
108766
|
+
:type: NlaTrack | None
|
|
108767
|
+
"""
|
|
108768
|
+
|
|
108769
|
+
def new(self, prev: NlaTrack | None = None) -> NlaTrack:
|
|
108770
|
+
"""Add a new NLA Track
|
|
108771
|
+
|
|
108772
|
+
:param prev: NLA Track to add the new one after
|
|
108773
|
+
:type prev: NlaTrack | None
|
|
108774
|
+
:return: New NLA Track
|
|
108775
|
+
:rtype: NlaTrack
|
|
108776
|
+
"""
|
|
108777
|
+
|
|
108778
|
+
def remove(self, track: NlaTrack):
|
|
108779
|
+
"""Remove a NLA Track
|
|
108780
|
+
|
|
108781
|
+
:param track: NLA Track to remove
|
|
108782
|
+
:type track: NlaTrack
|
|
108783
|
+
"""
|
|
108784
|
+
|
|
108785
|
+
@classmethod
|
|
108786
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
108787
|
+
"""
|
|
108788
|
+
|
|
108789
|
+
:param id: The RNA type identifier.
|
|
108790
|
+
:type id: str | None
|
|
108791
|
+
:param default:
|
|
108792
|
+
:return: The RNA type or default when not found.
|
|
108793
|
+
:rtype: Struct
|
|
108794
|
+
"""
|
|
108795
|
+
|
|
108796
|
+
@classmethod
|
|
108797
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
108798
|
+
"""
|
|
108799
|
+
|
|
108800
|
+
:param id: The RNA type identifier.
|
|
108801
|
+
:type id: str | None
|
|
108802
|
+
:param default:
|
|
108803
|
+
:return: The class or default when not found.
|
|
108804
|
+
:rtype: typing.Any
|
|
108805
|
+
"""
|
|
108806
|
+
|
|
108807
|
+
class NodeGeometryBakeItems(bpy_prop_collection[NodeGeometryBakeItem], bpy_struct):
|
|
108808
|
+
"""Collection of bake items"""
|
|
108192
108809
|
|
|
108193
|
-
def
|
|
108194
|
-
|
|
108810
|
+
def new(
|
|
108811
|
+
self, socket_type: bpy.typing.NodeSocketDataTypeItems | None, name: str
|
|
108812
|
+
) -> NodeGeometryBakeItem:
|
|
108813
|
+
"""Add an item at the end
|
|
108195
108814
|
|
|
108196
|
-
:param
|
|
108197
|
-
:type
|
|
108198
|
-
:param
|
|
108199
|
-
:type
|
|
108200
|
-
:return:
|
|
108201
|
-
:rtype:
|
|
108815
|
+
:param socket_type: Socket Type, Socket type of the item
|
|
108816
|
+
:type socket_type: bpy.typing.NodeSocketDataTypeItems | None
|
|
108817
|
+
:param name: Name
|
|
108818
|
+
:type name: str
|
|
108819
|
+
:return: Item, New item
|
|
108820
|
+
:rtype: NodeGeometryBakeItem
|
|
108821
|
+
"""
|
|
108822
|
+
|
|
108823
|
+
def remove(self, item: NodeGeometryBakeItem):
|
|
108824
|
+
"""Remove an item
|
|
108825
|
+
|
|
108826
|
+
:param item: Item, The item to remove
|
|
108827
|
+
:type item: NodeGeometryBakeItem
|
|
108828
|
+
"""
|
|
108829
|
+
|
|
108830
|
+
def clear(self):
|
|
108831
|
+
"""Remove all items"""
|
|
108832
|
+
|
|
108833
|
+
def move(self, from_index: int | None, to_index: int | None):
|
|
108834
|
+
"""Move an item to another position
|
|
108835
|
+
|
|
108836
|
+
:param from_index: From Index, Index of the item to move
|
|
108837
|
+
:type from_index: int | None
|
|
108838
|
+
:param to_index: To Index, Target index for the item
|
|
108839
|
+
:type to_index: int | None
|
|
108202
108840
|
"""
|
|
108203
108841
|
|
|
108204
108842
|
@classmethod
|
|
@@ -108223,27 +108861,41 @@ class NlaStripFCurves(bpy_prop_collection[FCurve], bpy_struct):
|
|
|
108223
108861
|
:rtype: typing.Any
|
|
108224
108862
|
"""
|
|
108225
108863
|
|
|
108226
|
-
class
|
|
108227
|
-
|
|
108864
|
+
class NodeGeometryCaptureAttributeItems(
|
|
108865
|
+
bpy_prop_collection[NodeGeometryCaptureAttributeItem], bpy_struct
|
|
108866
|
+
):
|
|
108867
|
+
"""Collection of capture attribute items"""
|
|
108228
108868
|
|
|
108229
|
-
def new(
|
|
108230
|
-
|
|
108869
|
+
def new(
|
|
108870
|
+
self, socket_type: bpy.typing.NodeSocketDataTypeItems | None, name: str
|
|
108871
|
+
) -> NodeGeometryCaptureAttributeItem:
|
|
108872
|
+
"""Add an item at the end
|
|
108231
108873
|
|
|
108232
|
-
:param
|
|
108874
|
+
:param socket_type: Socket Type, Socket type of the item
|
|
108875
|
+
:type socket_type: bpy.typing.NodeSocketDataTypeItems | None
|
|
108876
|
+
:param name: Name
|
|
108233
108877
|
:type name: str
|
|
108234
|
-
:
|
|
108235
|
-
:
|
|
108236
|
-
:param action: Action to assign to this strip
|
|
108237
|
-
:type action: Action
|
|
108238
|
-
:return: New NLA Strip
|
|
108239
|
-
:rtype: NlaStrip
|
|
108878
|
+
:return: Item, New item
|
|
108879
|
+
:rtype: NodeGeometryCaptureAttributeItem
|
|
108240
108880
|
"""
|
|
108241
108881
|
|
|
108242
|
-
def remove(self,
|
|
108243
|
-
"""Remove
|
|
108882
|
+
def remove(self, item: NodeGeometryCaptureAttributeItem):
|
|
108883
|
+
"""Remove an item
|
|
108244
108884
|
|
|
108245
|
-
:param
|
|
108246
|
-
:type
|
|
108885
|
+
:param item: Item, The item to remove
|
|
108886
|
+
:type item: NodeGeometryCaptureAttributeItem
|
|
108887
|
+
"""
|
|
108888
|
+
|
|
108889
|
+
def clear(self):
|
|
108890
|
+
"""Remove all items"""
|
|
108891
|
+
|
|
108892
|
+
def move(self, from_index: int | None, to_index: int | None):
|
|
108893
|
+
"""Move an item to another position
|
|
108894
|
+
|
|
108895
|
+
:param from_index: From Index, Index of the item to move
|
|
108896
|
+
:type from_index: int | None
|
|
108897
|
+
:param to_index: To Index, Target index for the item
|
|
108898
|
+
:type to_index: int | None
|
|
108247
108899
|
"""
|
|
108248
108900
|
|
|
108249
108901
|
@classmethod
|
|
@@ -108268,29 +108920,41 @@ class NlaStrips(bpy_prop_collection[NlaStrip], bpy_struct):
|
|
|
108268
108920
|
:rtype: typing.Any
|
|
108269
108921
|
"""
|
|
108270
108922
|
|
|
108271
|
-
class
|
|
108272
|
-
|
|
108923
|
+
class NodeGeometryForeachGeometryElementGenerationItems(
|
|
108924
|
+
bpy_prop_collection[ForeachGeometryElementGenerationItem], bpy_struct
|
|
108925
|
+
):
|
|
108926
|
+
"""Collection of generation items"""
|
|
108273
108927
|
|
|
108274
|
-
|
|
108275
|
-
|
|
108928
|
+
def new(
|
|
108929
|
+
self, socket_type: bpy.typing.NodeSocketDataTypeItems | None, name: str
|
|
108930
|
+
) -> ForeachGeometryElementGenerationItem:
|
|
108931
|
+
"""Add an item at the end
|
|
108276
108932
|
|
|
108277
|
-
|
|
108278
|
-
|
|
108933
|
+
:param socket_type: Socket Type, Socket type of the item
|
|
108934
|
+
:type socket_type: bpy.typing.NodeSocketDataTypeItems | None
|
|
108935
|
+
:param name: Name
|
|
108936
|
+
:type name: str
|
|
108937
|
+
:return: Item, New item
|
|
108938
|
+
:rtype: ForeachGeometryElementGenerationItem
|
|
108939
|
+
"""
|
|
108279
108940
|
|
|
108280
|
-
def
|
|
108281
|
-
"""
|
|
108941
|
+
def remove(self, item: ForeachGeometryElementGenerationItem):
|
|
108942
|
+
"""Remove an item
|
|
108282
108943
|
|
|
108283
|
-
:param
|
|
108284
|
-
:type
|
|
108285
|
-
:return: New NLA Track
|
|
108286
|
-
:rtype: NlaTrack
|
|
108944
|
+
:param item: Item, The item to remove
|
|
108945
|
+
:type item: ForeachGeometryElementGenerationItem
|
|
108287
108946
|
"""
|
|
108288
108947
|
|
|
108289
|
-
def
|
|
108290
|
-
"""Remove
|
|
108948
|
+
def clear(self):
|
|
108949
|
+
"""Remove all items"""
|
|
108291
108950
|
|
|
108292
|
-
|
|
108293
|
-
|
|
108951
|
+
def move(self, from_index: int | None, to_index: int | None):
|
|
108952
|
+
"""Move an item to another position
|
|
108953
|
+
|
|
108954
|
+
:param from_index: From Index, Index of the item to move
|
|
108955
|
+
:type from_index: int | None
|
|
108956
|
+
:param to_index: To Index, Target index for the item
|
|
108957
|
+
:type to_index: int | None
|
|
108294
108958
|
"""
|
|
108295
108959
|
|
|
108296
108960
|
@classmethod
|
|
@@ -108315,12 +108979,14 @@ class NlaTracks(bpy_prop_collection[NlaTrack], bpy_struct):
|
|
|
108315
108979
|
:rtype: typing.Any
|
|
108316
108980
|
"""
|
|
108317
108981
|
|
|
108318
|
-
class
|
|
108319
|
-
|
|
108982
|
+
class NodeGeometryForeachGeometryElementInputItems(
|
|
108983
|
+
bpy_prop_collection[ForeachGeometryElementInputItem], bpy_struct
|
|
108984
|
+
):
|
|
108985
|
+
"""Collection of input items"""
|
|
108320
108986
|
|
|
108321
108987
|
def new(
|
|
108322
108988
|
self, socket_type: bpy.typing.NodeSocketDataTypeItems | None, name: str
|
|
108323
|
-
) ->
|
|
108989
|
+
) -> ForeachGeometryElementInputItem:
|
|
108324
108990
|
"""Add an item at the end
|
|
108325
108991
|
|
|
108326
108992
|
:param socket_type: Socket Type, Socket type of the item
|
|
@@ -108328,14 +108994,14 @@ class NodeGeometryBakeItems(bpy_prop_collection[NodeGeometryBakeItem], bpy_struc
|
|
|
108328
108994
|
:param name: Name
|
|
108329
108995
|
:type name: str
|
|
108330
108996
|
:return: Item, New item
|
|
108331
|
-
:rtype:
|
|
108997
|
+
:rtype: ForeachGeometryElementInputItem
|
|
108332
108998
|
"""
|
|
108333
108999
|
|
|
108334
|
-
def remove(self, item:
|
|
109000
|
+
def remove(self, item: ForeachGeometryElementInputItem):
|
|
108335
109001
|
"""Remove an item
|
|
108336
109002
|
|
|
108337
109003
|
:param item: Item, The item to remove
|
|
108338
|
-
:type item:
|
|
109004
|
+
:type item: ForeachGeometryElementInputItem
|
|
108339
109005
|
"""
|
|
108340
109006
|
|
|
108341
109007
|
def clear(self):
|
|
@@ -108372,14 +109038,14 @@ class NodeGeometryBakeItems(bpy_prop_collection[NodeGeometryBakeItem], bpy_struc
|
|
|
108372
109038
|
:rtype: typing.Any
|
|
108373
109039
|
"""
|
|
108374
109040
|
|
|
108375
|
-
class
|
|
108376
|
-
bpy_prop_collection[
|
|
109041
|
+
class NodeGeometryForeachGeometryElementMainItems(
|
|
109042
|
+
bpy_prop_collection[ForeachGeometryElementMainItem], bpy_struct
|
|
108377
109043
|
):
|
|
108378
|
-
"""Collection of
|
|
109044
|
+
"""Collection of main items"""
|
|
108379
109045
|
|
|
108380
109046
|
def new(
|
|
108381
109047
|
self, socket_type: bpy.typing.NodeSocketDataTypeItems | None, name: str
|
|
108382
|
-
) ->
|
|
109048
|
+
) -> ForeachGeometryElementMainItem:
|
|
108383
109049
|
"""Add an item at the end
|
|
108384
109050
|
|
|
108385
109051
|
:param socket_type: Socket Type, Socket type of the item
|
|
@@ -108387,14 +109053,14 @@ class NodeGeometryCaptureAttributeItems(
|
|
|
108387
109053
|
:param name: Name
|
|
108388
109054
|
:type name: str
|
|
108389
109055
|
:return: Item, New item
|
|
108390
|
-
:rtype:
|
|
109056
|
+
:rtype: ForeachGeometryElementMainItem
|
|
108391
109057
|
"""
|
|
108392
109058
|
|
|
108393
|
-
def remove(self, item:
|
|
109059
|
+
def remove(self, item: ForeachGeometryElementMainItem):
|
|
108394
109060
|
"""Remove an item
|
|
108395
109061
|
|
|
108396
109062
|
:param item: Item, The item to remove
|
|
108397
|
-
:type item:
|
|
109063
|
+
:type item: ForeachGeometryElementMainItem
|
|
108398
109064
|
"""
|
|
108399
109065
|
|
|
108400
109066
|
def clear(self):
|
|
@@ -138599,61 +139265,219 @@ class FollowPathConstraint(Constraint, bpy_struct):
|
|
|
138599
139265
|
:rtype: typing.Any
|
|
138600
139266
|
"""
|
|
138601
139267
|
|
|
138602
|
-
class FollowTrackConstraint(Constraint, bpy_struct):
|
|
138603
|
-
"""Lock motion to the target motion track"""
|
|
138604
|
-
|
|
138605
|
-
camera: Object | None
|
|
138606
|
-
""" Camera to which motion is parented (if empty active scene camera is used)
|
|
139268
|
+
class FollowTrackConstraint(Constraint, bpy_struct):
|
|
139269
|
+
"""Lock motion to the target motion track"""
|
|
139270
|
+
|
|
139271
|
+
camera: Object | None
|
|
139272
|
+
""" Camera to which motion is parented (if empty active scene camera is used)
|
|
139273
|
+
|
|
139274
|
+
:type: Object | None
|
|
139275
|
+
"""
|
|
139276
|
+
|
|
139277
|
+
clip: MovieClip | None
|
|
139278
|
+
""" Movie Clip to get tracking data from
|
|
139279
|
+
|
|
139280
|
+
:type: MovieClip | None
|
|
139281
|
+
"""
|
|
139282
|
+
|
|
139283
|
+
depth_object: Object | None
|
|
139284
|
+
""" Object used to define depth in camera space by projecting onto surface of this object
|
|
139285
|
+
|
|
139286
|
+
:type: Object | None
|
|
139287
|
+
"""
|
|
139288
|
+
|
|
139289
|
+
frame_method: typing.Literal["STRETCH", "FIT", "CROP"]
|
|
139290
|
+
""" How the footage fits in the camera frame
|
|
139291
|
+
|
|
139292
|
+
:type: typing.Literal['STRETCH','FIT','CROP']
|
|
139293
|
+
"""
|
|
139294
|
+
|
|
139295
|
+
object: str
|
|
139296
|
+
""" Movie tracking object to follow (if empty, camera object is used)
|
|
139297
|
+
|
|
139298
|
+
:type: str
|
|
139299
|
+
"""
|
|
139300
|
+
|
|
139301
|
+
track: str
|
|
139302
|
+
""" Movie tracking track to follow
|
|
139303
|
+
|
|
139304
|
+
:type: str
|
|
139305
|
+
"""
|
|
139306
|
+
|
|
139307
|
+
use_3d_position: bool
|
|
139308
|
+
""" Use 3D position of track to parent to
|
|
139309
|
+
|
|
139310
|
+
:type: bool
|
|
139311
|
+
"""
|
|
139312
|
+
|
|
139313
|
+
use_active_clip: bool
|
|
139314
|
+
""" Use active clip defined in scene
|
|
139315
|
+
|
|
139316
|
+
:type: bool
|
|
139317
|
+
"""
|
|
139318
|
+
|
|
139319
|
+
use_undistorted_position: bool
|
|
139320
|
+
""" Parent to undistorted position of 2D track
|
|
139321
|
+
|
|
139322
|
+
:type: bool
|
|
139323
|
+
"""
|
|
139324
|
+
|
|
139325
|
+
@classmethod
|
|
139326
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
139327
|
+
"""
|
|
139328
|
+
|
|
139329
|
+
:param id: The RNA type identifier.
|
|
139330
|
+
:type id: str | None
|
|
139331
|
+
:param default:
|
|
139332
|
+
:return: The RNA type or default when not found.
|
|
139333
|
+
:rtype: Struct
|
|
139334
|
+
"""
|
|
139335
|
+
|
|
139336
|
+
@classmethod
|
|
139337
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
139338
|
+
"""
|
|
139339
|
+
|
|
139340
|
+
:param id: The RNA type identifier.
|
|
139341
|
+
:type id: str | None
|
|
139342
|
+
:param default:
|
|
139343
|
+
:return: The class or default when not found.
|
|
139344
|
+
:rtype: typing.Any
|
|
139345
|
+
"""
|
|
139346
|
+
|
|
139347
|
+
class ForeachGeometryElementGenerationItem(bpy_struct):
|
|
139348
|
+
color: bpy_prop_array[float]
|
|
139349
|
+
""" Color of the corresponding socket type in the node editor
|
|
139350
|
+
|
|
139351
|
+
:type: bpy_prop_array[float]
|
|
139352
|
+
"""
|
|
139353
|
+
|
|
139354
|
+
domain: bpy.typing.AttributeDomainItems
|
|
139355
|
+
""" Domain that the field is evaluated on
|
|
139356
|
+
|
|
139357
|
+
:type: bpy.typing.AttributeDomainItems
|
|
139358
|
+
"""
|
|
139359
|
+
|
|
139360
|
+
name: str
|
|
139361
|
+
"""
|
|
139362
|
+
|
|
139363
|
+
:type: str
|
|
139364
|
+
"""
|
|
139365
|
+
|
|
139366
|
+
socket_type: bpy.typing.NodeSocketDataTypeItems
|
|
139367
|
+
"""
|
|
139368
|
+
|
|
139369
|
+
:type: bpy.typing.NodeSocketDataTypeItems
|
|
139370
|
+
"""
|
|
139371
|
+
|
|
139372
|
+
@classmethod
|
|
139373
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
139374
|
+
"""
|
|
139375
|
+
|
|
139376
|
+
:param id: The RNA type identifier.
|
|
139377
|
+
:type id: str | None
|
|
139378
|
+
:param default:
|
|
139379
|
+
:return: The RNA type or default when not found.
|
|
139380
|
+
:rtype: Struct
|
|
139381
|
+
"""
|
|
139382
|
+
|
|
139383
|
+
@classmethod
|
|
139384
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
139385
|
+
"""
|
|
139386
|
+
|
|
139387
|
+
:param id: The RNA type identifier.
|
|
139388
|
+
:type id: str | None
|
|
139389
|
+
:param default:
|
|
139390
|
+
:return: The class or default when not found.
|
|
139391
|
+
:rtype: typing.Any
|
|
139392
|
+
"""
|
|
139393
|
+
|
|
139394
|
+
class ForeachGeometryElementInputItem(bpy_struct):
|
|
139395
|
+
color: bpy_prop_array[float]
|
|
139396
|
+
""" Color of the corresponding socket type in the node editor
|
|
138607
139397
|
|
|
138608
|
-
:type:
|
|
139398
|
+
:type: bpy_prop_array[float]
|
|
138609
139399
|
"""
|
|
138610
139400
|
|
|
138611
|
-
|
|
138612
|
-
"""
|
|
139401
|
+
name: str
|
|
139402
|
+
"""
|
|
138613
139403
|
|
|
138614
|
-
:type:
|
|
139404
|
+
:type: str
|
|
138615
139405
|
"""
|
|
138616
139406
|
|
|
138617
|
-
|
|
138618
|
-
"""
|
|
139407
|
+
socket_type: bpy.typing.NodeSocketDataTypeItems
|
|
139408
|
+
"""
|
|
138619
139409
|
|
|
138620
|
-
:type:
|
|
139410
|
+
:type: bpy.typing.NodeSocketDataTypeItems
|
|
138621
139411
|
"""
|
|
138622
139412
|
|
|
138623
|
-
|
|
138624
|
-
|
|
139413
|
+
@classmethod
|
|
139414
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
139415
|
+
"""
|
|
138625
139416
|
|
|
138626
|
-
|
|
138627
|
-
|
|
139417
|
+
:param id: The RNA type identifier.
|
|
139418
|
+
:type id: str | None
|
|
139419
|
+
:param default:
|
|
139420
|
+
:return: The RNA type or default when not found.
|
|
139421
|
+
:rtype: Struct
|
|
139422
|
+
"""
|
|
138628
139423
|
|
|
138629
|
-
|
|
138630
|
-
|
|
139424
|
+
@classmethod
|
|
139425
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
139426
|
+
"""
|
|
138631
139427
|
|
|
138632
|
-
|
|
139428
|
+
:param id: The RNA type identifier.
|
|
139429
|
+
:type id: str | None
|
|
139430
|
+
:param default:
|
|
139431
|
+
:return: The class or default when not found.
|
|
139432
|
+
:rtype: typing.Any
|
|
139433
|
+
"""
|
|
139434
|
+
|
|
139435
|
+
class ForeachGeometryElementMainItem(bpy_struct):
|
|
139436
|
+
color: bpy_prop_array[float]
|
|
139437
|
+
""" Color of the corresponding socket type in the node editor
|
|
139438
|
+
|
|
139439
|
+
:type: bpy_prop_array[float]
|
|
138633
139440
|
"""
|
|
138634
139441
|
|
|
138635
|
-
|
|
138636
|
-
"""
|
|
139442
|
+
name: str
|
|
139443
|
+
"""
|
|
138637
139444
|
|
|
138638
139445
|
:type: str
|
|
138639
139446
|
"""
|
|
138640
139447
|
|
|
138641
|
-
|
|
138642
|
-
"""
|
|
139448
|
+
socket_type: bpy.typing.NodeSocketDataTypeItems
|
|
139449
|
+
"""
|
|
138643
139450
|
|
|
138644
|
-
:type:
|
|
139451
|
+
:type: bpy.typing.NodeSocketDataTypeItems
|
|
138645
139452
|
"""
|
|
138646
139453
|
|
|
138647
|
-
|
|
138648
|
-
|
|
139454
|
+
@classmethod
|
|
139455
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
139456
|
+
"""
|
|
138649
139457
|
|
|
138650
|
-
|
|
138651
|
-
|
|
139458
|
+
:param id: The RNA type identifier.
|
|
139459
|
+
:type id: str | None
|
|
139460
|
+
:param default:
|
|
139461
|
+
:return: The RNA type or default when not found.
|
|
139462
|
+
:rtype: Struct
|
|
139463
|
+
"""
|
|
138652
139464
|
|
|
138653
|
-
|
|
138654
|
-
|
|
139465
|
+
@classmethod
|
|
139466
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
139467
|
+
"""
|
|
138655
139468
|
|
|
138656
|
-
|
|
139469
|
+
:param id: The RNA type identifier.
|
|
139470
|
+
:type id: str | None
|
|
139471
|
+
:param default:
|
|
139472
|
+
:return: The class or default when not found.
|
|
139473
|
+
:rtype: typing.Any
|
|
139474
|
+
"""
|
|
139475
|
+
|
|
139476
|
+
class ForeachGeometryElementZoneViewerPathElem(ViewerPathElem, bpy_struct):
|
|
139477
|
+
zone_output_node_id: int
|
|
139478
|
+
"""
|
|
139479
|
+
|
|
139480
|
+
:type: int
|
|
138657
139481
|
"""
|
|
138658
139482
|
|
|
138659
139483
|
@classmethod
|
|
@@ -145455,6 +146279,175 @@ class GeometryNodeFlipFaces(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
145455
146279
|
:rtype: typing.Any
|
|
145456
146280
|
"""
|
|
145457
146281
|
|
|
146282
|
+
class GeometryNodeForeachGeometryElementInput(
|
|
146283
|
+
GeometryNode, NodeInternal, Node, bpy_struct
|
|
146284
|
+
):
|
|
146285
|
+
paired_output: Node
|
|
146286
|
+
""" Zone output node that this input node is paired with
|
|
146287
|
+
|
|
146288
|
+
:type: Node
|
|
146289
|
+
"""
|
|
146290
|
+
|
|
146291
|
+
@classmethod
|
|
146292
|
+
def is_registered_node_type(cls) -> bool:
|
|
146293
|
+
"""True if a registered node type
|
|
146294
|
+
|
|
146295
|
+
:return: Result
|
|
146296
|
+
:rtype: bool
|
|
146297
|
+
"""
|
|
146298
|
+
|
|
146299
|
+
@classmethod
|
|
146300
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
146301
|
+
"""Input socket template
|
|
146302
|
+
|
|
146303
|
+
:param index: Index
|
|
146304
|
+
:type index: int | None
|
|
146305
|
+
:return: result
|
|
146306
|
+
:rtype: NodeInternalSocketTemplate
|
|
146307
|
+
"""
|
|
146308
|
+
|
|
146309
|
+
@classmethod
|
|
146310
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
146311
|
+
"""Output socket template
|
|
146312
|
+
|
|
146313
|
+
:param index: Index
|
|
146314
|
+
:type index: int | None
|
|
146315
|
+
:return: result
|
|
146316
|
+
:rtype: NodeInternalSocketTemplate
|
|
146317
|
+
"""
|
|
146318
|
+
|
|
146319
|
+
def pair_with_output(self, output_node: GeometryNode | None) -> bool:
|
|
146320
|
+
"""Pair a zone input node with an output node.
|
|
146321
|
+
|
|
146322
|
+
:param output_node: Output Node, Zone output node to pair with
|
|
146323
|
+
:type output_node: GeometryNode | None
|
|
146324
|
+
:return: Result, True if pairing the node was successful
|
|
146325
|
+
:rtype: bool
|
|
146326
|
+
"""
|
|
146327
|
+
|
|
146328
|
+
@classmethod
|
|
146329
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
146330
|
+
"""
|
|
146331
|
+
|
|
146332
|
+
:param id: The RNA type identifier.
|
|
146333
|
+
:type id: str | None
|
|
146334
|
+
:param default:
|
|
146335
|
+
:return: The RNA type or default when not found.
|
|
146336
|
+
:rtype: Struct
|
|
146337
|
+
"""
|
|
146338
|
+
|
|
146339
|
+
@classmethod
|
|
146340
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
146341
|
+
"""
|
|
146342
|
+
|
|
146343
|
+
:param id: The RNA type identifier.
|
|
146344
|
+
:type id: str | None
|
|
146345
|
+
:param default:
|
|
146346
|
+
:return: The class or default when not found.
|
|
146347
|
+
:rtype: typing.Any
|
|
146348
|
+
"""
|
|
146349
|
+
|
|
146350
|
+
class GeometryNodeForeachGeometryElementOutput(
|
|
146351
|
+
GeometryNode, NodeInternal, Node, bpy_struct
|
|
146352
|
+
):
|
|
146353
|
+
active_generation_index: int | None
|
|
146354
|
+
""" Index of the active item
|
|
146355
|
+
|
|
146356
|
+
:type: int | None
|
|
146357
|
+
"""
|
|
146358
|
+
|
|
146359
|
+
active_input_index: int | None
|
|
146360
|
+
""" Index of the active item
|
|
146361
|
+
|
|
146362
|
+
:type: int | None
|
|
146363
|
+
"""
|
|
146364
|
+
|
|
146365
|
+
active_main_index: int | None
|
|
146366
|
+
""" Index of the active item
|
|
146367
|
+
|
|
146368
|
+
:type: int | None
|
|
146369
|
+
"""
|
|
146370
|
+
|
|
146371
|
+
domain: bpy.typing.AttributeDomainItems
|
|
146372
|
+
""" Geometry domain that is iterated over
|
|
146373
|
+
|
|
146374
|
+
:type: bpy.typing.AttributeDomainItems
|
|
146375
|
+
"""
|
|
146376
|
+
|
|
146377
|
+
generation_items: NodeGeometryForeachGeometryElementGenerationItems
|
|
146378
|
+
"""
|
|
146379
|
+
|
|
146380
|
+
:type: NodeGeometryForeachGeometryElementGenerationItems
|
|
146381
|
+
"""
|
|
146382
|
+
|
|
146383
|
+
input_items: NodeGeometryForeachGeometryElementInputItems
|
|
146384
|
+
"""
|
|
146385
|
+
|
|
146386
|
+
:type: NodeGeometryForeachGeometryElementInputItems
|
|
146387
|
+
"""
|
|
146388
|
+
|
|
146389
|
+
inspection_index: int
|
|
146390
|
+
""" Iteration index that is used by inspection features like the viewer node or socket inspection
|
|
146391
|
+
|
|
146392
|
+
:type: int
|
|
146393
|
+
"""
|
|
146394
|
+
|
|
146395
|
+
main_items: NodeGeometryForeachGeometryElementMainItems
|
|
146396
|
+
"""
|
|
146397
|
+
|
|
146398
|
+
:type: NodeGeometryForeachGeometryElementMainItems
|
|
146399
|
+
"""
|
|
146400
|
+
|
|
146401
|
+
@classmethod
|
|
146402
|
+
def is_registered_node_type(cls) -> bool:
|
|
146403
|
+
"""True if a registered node type
|
|
146404
|
+
|
|
146405
|
+
:return: Result
|
|
146406
|
+
:rtype: bool
|
|
146407
|
+
"""
|
|
146408
|
+
|
|
146409
|
+
@classmethod
|
|
146410
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
146411
|
+
"""Input socket template
|
|
146412
|
+
|
|
146413
|
+
:param index: Index
|
|
146414
|
+
:type index: int | None
|
|
146415
|
+
:return: result
|
|
146416
|
+
:rtype: NodeInternalSocketTemplate
|
|
146417
|
+
"""
|
|
146418
|
+
|
|
146419
|
+
@classmethod
|
|
146420
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
146421
|
+
"""Output socket template
|
|
146422
|
+
|
|
146423
|
+
:param index: Index
|
|
146424
|
+
:type index: int | None
|
|
146425
|
+
:return: result
|
|
146426
|
+
:rtype: NodeInternalSocketTemplate
|
|
146427
|
+
"""
|
|
146428
|
+
|
|
146429
|
+
@classmethod
|
|
146430
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
146431
|
+
"""
|
|
146432
|
+
|
|
146433
|
+
:param id: The RNA type identifier.
|
|
146434
|
+
:type id: str | None
|
|
146435
|
+
:param default:
|
|
146436
|
+
:return: The RNA type or default when not found.
|
|
146437
|
+
:rtype: Struct
|
|
146438
|
+
"""
|
|
146439
|
+
|
|
146440
|
+
@classmethod
|
|
146441
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
146442
|
+
"""
|
|
146443
|
+
|
|
146444
|
+
:param id: The RNA type identifier.
|
|
146445
|
+
:type id: str | None
|
|
146446
|
+
:param default:
|
|
146447
|
+
:return: The class or default when not found.
|
|
146448
|
+
:rtype: typing.Any
|
|
146449
|
+
"""
|
|
146450
|
+
|
|
145458
146451
|
class GeometryNodeGeometryToInstance(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
145459
146452
|
"""Convert each input geometry into an instance, which can be much faster than the Join Geometry node when the inputs are large"""
|
|
145460
146453
|
|
|
@@ -188206,12 +189199,6 @@ class PreferencesExperimental(bpy_struct):
|
|
|
188206
189199
|
:type: bool
|
|
188207
189200
|
"""
|
|
188208
189201
|
|
|
188209
|
-
use_docking: bool
|
|
188210
|
-
""" Move editor areas to new locations, including between windows
|
|
188211
|
-
|
|
188212
|
-
:type: bool
|
|
188213
|
-
"""
|
|
188214
|
-
|
|
188215
189202
|
use_eevee_debug: bool
|
|
188216
189203
|
""" Enable EEVEE debugging options for developers
|
|
188217
189204
|
|
|
@@ -215482,6 +216469,12 @@ class ThemeNodeEditor(bpy_struct):
|
|
|
215482
216469
|
:type: mathutils.Color
|
|
215483
216470
|
"""
|
|
215484
216471
|
|
|
216472
|
+
foreach_geometry_element_zone: bpy_prop_array[float]
|
|
216473
|
+
"""
|
|
216474
|
+
|
|
216475
|
+
:type: bpy_prop_array[float]
|
|
216476
|
+
"""
|
|
216477
|
+
|
|
215485
216478
|
frame_node: bpy_prop_array[float]
|
|
215486
216479
|
"""
|
|
215487
216480
|
|
|
@@ -225006,11 +225999,17 @@ class ViewerPathElem(bpy_struct):
|
|
|
225006
225999
|
"""Element of a viewer path"""
|
|
225007
226000
|
|
|
225008
226001
|
type: typing.Literal[
|
|
225009
|
-
"ID",
|
|
226002
|
+
"ID",
|
|
226003
|
+
"MODIFIER",
|
|
226004
|
+
"GROUP_NODE",
|
|
226005
|
+
"SIMULATION_ZONE",
|
|
226006
|
+
"VIEWER_NODE",
|
|
226007
|
+
"REPEAT_ZONE",
|
|
226008
|
+
"FOREACH_GEOMETRY_ELEMENT_ZONE",
|
|
225010
226009
|
]
|
|
225011
226010
|
""" Type of the path element
|
|
225012
226011
|
|
|
225013
|
-
:type: typing.Literal['ID','MODIFIER','GROUP_NODE','SIMULATION_ZONE','VIEWER_NODE','REPEAT_ZONE']
|
|
226012
|
+
:type: typing.Literal['ID','MODIFIER','GROUP_NODE','SIMULATION_ZONE','VIEWER_NODE','REPEAT_ZONE','FOREACH_GEOMETRY_ELEMENT_ZONE']
|
|
225014
226013
|
"""
|
|
225015
226014
|
|
|
225016
226015
|
ui_name: str
|
|
@@ -229904,6 +230903,8 @@ NODE_MT_view: bl_ui.space_node.NODE_MT_view
|
|
|
229904
230903
|
|
|
229905
230904
|
NODE_MT_view_pie: bl_ui.space_node.NODE_MT_view_pie
|
|
229906
230905
|
|
|
230906
|
+
NODE_OT_add_foreach_geometry_element_zone: bl_operators.node.NODE_OT_add_foreach_geometry_element_zone
|
|
230907
|
+
|
|
229907
230908
|
NODE_OT_add_node: bl_operators.node.NODE_OT_add_node
|
|
229908
230909
|
|
|
229909
230910
|
NODE_OT_add_repeat_zone: bl_operators.node.NODE_OT_add_repeat_zone
|