fake-bpy-module 20240725__py3-none-any.whl → 20240727__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/wm/__init__.pyi +1 -0
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/temp_anim_layers/__init__.pyi +0 -2
- bpy/ops/grease_pencil/__init__.pyi +81 -0
- bpy/ops/object/__init__.pyi +39 -3
- bpy/types/__init__.pyi +1301 -2135
- {fake_bpy_module-20240725.dist-info → fake_bpy_module-20240727.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240725.dist-info → fake_bpy_module-20240727.dist-info}/RECORD +10 -10
- {fake_bpy_module-20240725.dist-info → fake_bpy_module-20240727.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240725.dist-info → fake_bpy_module-20240727.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -403,49 +403,6 @@
|
|
|
403
403
|
:columns: 2
|
|
404
404
|
|
|
405
405
|
|
|
406
|
-
--------------------
|
|
407
|
-
|
|
408
|
-
* bpy_struct.id_data
|
|
409
|
-
|
|
410
|
-
:columns: 2
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
--------------------
|
|
414
|
-
|
|
415
|
-
* bpy_struct.as_pointer
|
|
416
|
-
* bpy_struct.driver_add
|
|
417
|
-
* bpy_struct.driver_remove
|
|
418
|
-
* bpy_struct.get
|
|
419
|
-
* bpy_struct.id_properties_clear
|
|
420
|
-
* bpy_struct.id_properties_ensure
|
|
421
|
-
* bpy_struct.id_properties_ui
|
|
422
|
-
* bpy_struct.is_property_hidden
|
|
423
|
-
* bpy_struct.is_property_overridable_library
|
|
424
|
-
* bpy_struct.is_property_readonly
|
|
425
|
-
* bpy_struct.is_property_set
|
|
426
|
-
* bpy_struct.items
|
|
427
|
-
* bpy_struct.keyframe_delete
|
|
428
|
-
* bpy_struct.keyframe_insert
|
|
429
|
-
* bpy_struct.keys
|
|
430
|
-
* bpy_struct.path_from_id
|
|
431
|
-
* bpy_struct.path_resolve
|
|
432
|
-
* bpy_struct.pop
|
|
433
|
-
* bpy_struct.property_overridable_library_set
|
|
434
|
-
* bpy_struct.property_unset
|
|
435
|
-
* bpy_struct.type_recast
|
|
436
|
-
* bpy_struct.values
|
|
437
|
-
|
|
438
|
-
:columns: 2
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
--------------------
|
|
442
|
-
|
|
443
|
-
* GPencilLayer.mask_layers
|
|
444
|
-
* GreasePencilMaskLayers.remove
|
|
445
|
-
|
|
446
|
-
:columns: 2
|
|
447
|
-
|
|
448
|
-
|
|
449
406
|
--------------------
|
|
450
407
|
|
|
451
408
|
* bpy_struct.id_data
|
|
@@ -4544,10 +4501,6 @@
|
|
|
4544
4501
|
|
|
4545
4502
|
--------------------
|
|
4546
4503
|
|
|
4547
|
-
* GPencilFrames.copy
|
|
4548
|
-
* GPencilFrames.copy
|
|
4549
|
-
* GPencilFrames.new
|
|
4550
|
-
* GPencilFrames.remove
|
|
4551
4504
|
* GPencilLayer.active_frame
|
|
4552
4505
|
* GPencilLayer.frames
|
|
4553
4506
|
|
|
@@ -10498,6 +10451,8 @@
|
|
|
10498
10451
|
* ActionChannelBags.new
|
|
10499
10452
|
* ActionSlots.active
|
|
10500
10453
|
* ActionSlots.new
|
|
10454
|
+
* AnimData.action_slot
|
|
10455
|
+
* AnimData.action_slots
|
|
10501
10456
|
* KeyframeActionStrip.key_insert
|
|
10502
10457
|
|
|
10503
10458
|
:columns: 2
|
|
@@ -10624,48 +10579,6 @@
|
|
|
10624
10579
|
:columns: 2
|
|
10625
10580
|
|
|
10626
10581
|
|
|
10627
|
-
--------------------
|
|
10628
|
-
|
|
10629
|
-
* bpy_struct.id_data
|
|
10630
|
-
|
|
10631
|
-
:columns: 2
|
|
10632
|
-
|
|
10633
|
-
|
|
10634
|
-
--------------------
|
|
10635
|
-
|
|
10636
|
-
* bpy_struct.as_pointer
|
|
10637
|
-
* bpy_struct.driver_add
|
|
10638
|
-
* bpy_struct.driver_remove
|
|
10639
|
-
* bpy_struct.get
|
|
10640
|
-
* bpy_struct.id_properties_clear
|
|
10641
|
-
* bpy_struct.id_properties_ensure
|
|
10642
|
-
* bpy_struct.id_properties_ui
|
|
10643
|
-
* bpy_struct.is_property_hidden
|
|
10644
|
-
* bpy_struct.is_property_overridable_library
|
|
10645
|
-
* bpy_struct.is_property_readonly
|
|
10646
|
-
* bpy_struct.is_property_set
|
|
10647
|
-
* bpy_struct.items
|
|
10648
|
-
* bpy_struct.keyframe_delete
|
|
10649
|
-
* bpy_struct.keyframe_insert
|
|
10650
|
-
* bpy_struct.keys
|
|
10651
|
-
* bpy_struct.path_from_id
|
|
10652
|
-
* bpy_struct.path_resolve
|
|
10653
|
-
* bpy_struct.pop
|
|
10654
|
-
* bpy_struct.property_overridable_library_set
|
|
10655
|
-
* bpy_struct.property_unset
|
|
10656
|
-
* bpy_struct.type_recast
|
|
10657
|
-
* bpy_struct.values
|
|
10658
|
-
|
|
10659
|
-
:columns: 2
|
|
10660
|
-
|
|
10661
|
-
|
|
10662
|
-
--------------------
|
|
10663
|
-
|
|
10664
|
-
* GreasePencil.grid
|
|
10665
|
-
|
|
10666
|
-
:columns: 2
|
|
10667
|
-
|
|
10668
|
-
|
|
10669
10582
|
--------------------
|
|
10670
10583
|
|
|
10671
10584
|
* bpy_struct.id_data
|
|
@@ -14682,48 +14595,6 @@
|
|
|
14682
14595
|
:columns: 2
|
|
14683
14596
|
|
|
14684
14597
|
|
|
14685
|
-
--------------------
|
|
14686
|
-
|
|
14687
|
-
* GPencilFrame.strokes
|
|
14688
|
-
|
|
14689
|
-
:columns: 2
|
|
14690
|
-
|
|
14691
|
-
|
|
14692
|
-
--------------------
|
|
14693
|
-
|
|
14694
|
-
* bpy_struct.id_data
|
|
14695
|
-
|
|
14696
|
-
:columns: 2
|
|
14697
|
-
|
|
14698
|
-
|
|
14699
|
-
--------------------
|
|
14700
|
-
|
|
14701
|
-
* bpy_struct.as_pointer
|
|
14702
|
-
* bpy_struct.driver_add
|
|
14703
|
-
* bpy_struct.driver_remove
|
|
14704
|
-
* bpy_struct.get
|
|
14705
|
-
* bpy_struct.id_properties_clear
|
|
14706
|
-
* bpy_struct.id_properties_ensure
|
|
14707
|
-
* bpy_struct.id_properties_ui
|
|
14708
|
-
* bpy_struct.is_property_hidden
|
|
14709
|
-
* bpy_struct.is_property_overridable_library
|
|
14710
|
-
* bpy_struct.is_property_readonly
|
|
14711
|
-
* bpy_struct.is_property_set
|
|
14712
|
-
* bpy_struct.items
|
|
14713
|
-
* bpy_struct.keyframe_delete
|
|
14714
|
-
* bpy_struct.keyframe_insert
|
|
14715
|
-
* bpy_struct.keys
|
|
14716
|
-
* bpy_struct.path_from_id
|
|
14717
|
-
* bpy_struct.path_resolve
|
|
14718
|
-
* bpy_struct.pop
|
|
14719
|
-
* bpy_struct.property_overridable_library_set
|
|
14720
|
-
* bpy_struct.property_unset
|
|
14721
|
-
* bpy_struct.type_recast
|
|
14722
|
-
* bpy_struct.values
|
|
14723
|
-
|
|
14724
|
-
:columns: 2
|
|
14725
|
-
|
|
14726
|
-
|
|
14727
14598
|
--------------------
|
|
14728
14599
|
|
|
14729
14600
|
* Scene.unit_settings
|
|
@@ -18637,48 +18508,6 @@
|
|
|
18637
18508
|
:columns: 2
|
|
18638
18509
|
|
|
18639
18510
|
|
|
18640
|
-
--------------------
|
|
18641
|
-
|
|
18642
|
-
* bpy_struct.id_data
|
|
18643
|
-
|
|
18644
|
-
:columns: 2
|
|
18645
|
-
|
|
18646
|
-
|
|
18647
|
-
--------------------
|
|
18648
|
-
|
|
18649
|
-
* bpy_struct.as_pointer
|
|
18650
|
-
* bpy_struct.driver_add
|
|
18651
|
-
* bpy_struct.driver_remove
|
|
18652
|
-
* bpy_struct.get
|
|
18653
|
-
* bpy_struct.id_properties_clear
|
|
18654
|
-
* bpy_struct.id_properties_ensure
|
|
18655
|
-
* bpy_struct.id_properties_ui
|
|
18656
|
-
* bpy_struct.is_property_hidden
|
|
18657
|
-
* bpy_struct.is_property_overridable_library
|
|
18658
|
-
* bpy_struct.is_property_readonly
|
|
18659
|
-
* bpy_struct.is_property_set
|
|
18660
|
-
* bpy_struct.items
|
|
18661
|
-
* bpy_struct.keyframe_delete
|
|
18662
|
-
* bpy_struct.keyframe_insert
|
|
18663
|
-
* bpy_struct.keys
|
|
18664
|
-
* bpy_struct.path_from_id
|
|
18665
|
-
* bpy_struct.path_resolve
|
|
18666
|
-
* bpy_struct.pop
|
|
18667
|
-
* bpy_struct.property_overridable_library_set
|
|
18668
|
-
* bpy_struct.property_unset
|
|
18669
|
-
* bpy_struct.type_recast
|
|
18670
|
-
* bpy_struct.values
|
|
18671
|
-
|
|
18672
|
-
:columns: 2
|
|
18673
|
-
|
|
18674
|
-
|
|
18675
|
-
--------------------
|
|
18676
|
-
|
|
18677
|
-
* GPencilLayer.frames
|
|
18678
|
-
|
|
18679
|
-
:columns: 2
|
|
18680
|
-
|
|
18681
|
-
|
|
18682
18511
|
--------------------
|
|
18683
18512
|
|
|
18684
18513
|
* bpy_struct.id_data
|
|
@@ -19077,36 +18906,6 @@
|
|
|
19077
18906
|
--------------------
|
|
19078
18907
|
|
|
19079
18908
|
* bpy_struct.id_data
|
|
19080
|
-
* Node.type
|
|
19081
|
-
* Node.location
|
|
19082
|
-
* Node.width
|
|
19083
|
-
* Node.height
|
|
19084
|
-
* Node.dimensions
|
|
19085
|
-
* Node.name
|
|
19086
|
-
* Node.label
|
|
19087
|
-
* Node.inputs
|
|
19088
|
-
* Node.outputs
|
|
19089
|
-
* Node.internal_links
|
|
19090
|
-
* Node.parent
|
|
19091
|
-
* Node.use_custom_color
|
|
19092
|
-
* Node.color
|
|
19093
|
-
* Node.select
|
|
19094
|
-
* Node.show_options
|
|
19095
|
-
* Node.show_preview
|
|
19096
|
-
* Node.hide
|
|
19097
|
-
* Node.mute
|
|
19098
|
-
* Node.show_texture
|
|
19099
|
-
* Node.bl_idname
|
|
19100
|
-
* Node.bl_label
|
|
19101
|
-
* Node.bl_description
|
|
19102
|
-
* Node.bl_icon
|
|
19103
|
-
* Node.bl_static_type
|
|
19104
|
-
* Node.bl_width_default
|
|
19105
|
-
* Node.bl_width_min
|
|
19106
|
-
* Node.bl_width_max
|
|
19107
|
-
* Node.bl_height_default
|
|
19108
|
-
* Node.bl_height_min
|
|
19109
|
-
* Node.bl_height_max
|
|
19110
18909
|
|
|
19111
18910
|
:columns: 2
|
|
19112
18911
|
|
|
@@ -19135,31 +18934,106 @@
|
|
|
19135
18934
|
* bpy_struct.property_unset
|
|
19136
18935
|
* bpy_struct.type_recast
|
|
19137
18936
|
* bpy_struct.values
|
|
19138
|
-
|
|
19139
|
-
|
|
19140
|
-
|
|
19141
|
-
|
|
19142
|
-
|
|
19143
|
-
|
|
19144
|
-
*
|
|
19145
|
-
*
|
|
19146
|
-
*
|
|
19147
|
-
*
|
|
19148
|
-
|
|
19149
|
-
|
|
19150
|
-
|
|
19151
|
-
|
|
19152
|
-
|
|
19153
|
-
|
|
19154
|
-
*
|
|
19155
|
-
*
|
|
19156
|
-
*
|
|
19157
|
-
*
|
|
19158
|
-
*
|
|
19159
|
-
*
|
|
19160
|
-
*
|
|
19161
|
-
*
|
|
19162
|
-
*
|
|
18937
|
+
|
|
18938
|
+
:columns: 2
|
|
18939
|
+
|
|
18940
|
+
|
|
18941
|
+
--------------------
|
|
18942
|
+
|
|
18943
|
+
* GreasePencilFrames.copy
|
|
18944
|
+
* GreasePencilFrames.new
|
|
18945
|
+
* GreasePencilLayer.frames
|
|
18946
|
+
* GreasePencilLayer.get_frame_at
|
|
18947
|
+
|
|
18948
|
+
:columns: 2
|
|
18949
|
+
|
|
18950
|
+
|
|
18951
|
+
--------------------
|
|
18952
|
+
|
|
18953
|
+
* bpy_struct.id_data
|
|
18954
|
+
* Node.type
|
|
18955
|
+
* Node.location
|
|
18956
|
+
* Node.width
|
|
18957
|
+
* Node.height
|
|
18958
|
+
* Node.dimensions
|
|
18959
|
+
* Node.name
|
|
18960
|
+
* Node.label
|
|
18961
|
+
* Node.inputs
|
|
18962
|
+
* Node.outputs
|
|
18963
|
+
* Node.internal_links
|
|
18964
|
+
* Node.parent
|
|
18965
|
+
* Node.use_custom_color
|
|
18966
|
+
* Node.color
|
|
18967
|
+
* Node.select
|
|
18968
|
+
* Node.show_options
|
|
18969
|
+
* Node.show_preview
|
|
18970
|
+
* Node.hide
|
|
18971
|
+
* Node.mute
|
|
18972
|
+
* Node.show_texture
|
|
18973
|
+
* Node.bl_idname
|
|
18974
|
+
* Node.bl_label
|
|
18975
|
+
* Node.bl_description
|
|
18976
|
+
* Node.bl_icon
|
|
18977
|
+
* Node.bl_static_type
|
|
18978
|
+
* Node.bl_width_default
|
|
18979
|
+
* Node.bl_width_min
|
|
18980
|
+
* Node.bl_width_max
|
|
18981
|
+
* Node.bl_height_default
|
|
18982
|
+
* Node.bl_height_min
|
|
18983
|
+
* Node.bl_height_max
|
|
18984
|
+
|
|
18985
|
+
:columns: 2
|
|
18986
|
+
|
|
18987
|
+
|
|
18988
|
+
--------------------
|
|
18989
|
+
|
|
18990
|
+
* bpy_struct.as_pointer
|
|
18991
|
+
* bpy_struct.driver_add
|
|
18992
|
+
* bpy_struct.driver_remove
|
|
18993
|
+
* bpy_struct.get
|
|
18994
|
+
* bpy_struct.id_properties_clear
|
|
18995
|
+
* bpy_struct.id_properties_ensure
|
|
18996
|
+
* bpy_struct.id_properties_ui
|
|
18997
|
+
* bpy_struct.is_property_hidden
|
|
18998
|
+
* bpy_struct.is_property_overridable_library
|
|
18999
|
+
* bpy_struct.is_property_readonly
|
|
19000
|
+
* bpy_struct.is_property_set
|
|
19001
|
+
* bpy_struct.items
|
|
19002
|
+
* bpy_struct.keyframe_delete
|
|
19003
|
+
* bpy_struct.keyframe_insert
|
|
19004
|
+
* bpy_struct.keys
|
|
19005
|
+
* bpy_struct.path_from_id
|
|
19006
|
+
* bpy_struct.path_resolve
|
|
19007
|
+
* bpy_struct.pop
|
|
19008
|
+
* bpy_struct.property_overridable_library_set
|
|
19009
|
+
* bpy_struct.property_unset
|
|
19010
|
+
* bpy_struct.type_recast
|
|
19011
|
+
* bpy_struct.values
|
|
19012
|
+
* Node.socket_value_update
|
|
19013
|
+
* Node.is_registered_node_type
|
|
19014
|
+
* Node.poll
|
|
19015
|
+
* Node.poll_instance
|
|
19016
|
+
* Node.update
|
|
19017
|
+
* Node.insert_link
|
|
19018
|
+
* Node.init
|
|
19019
|
+
* Node.copy
|
|
19020
|
+
* Node.free
|
|
19021
|
+
* Node.draw_buttons
|
|
19022
|
+
* Node.draw_buttons_ext
|
|
19023
|
+
* Node.draw_label
|
|
19024
|
+
* Node.poll
|
|
19025
|
+
* Node.bl_rna_get_subclass
|
|
19026
|
+
* Node.bl_rna_get_subclass_py
|
|
19027
|
+
* NodeInternal.poll
|
|
19028
|
+
* NodeInternal.poll_instance
|
|
19029
|
+
* NodeInternal.update
|
|
19030
|
+
* NodeInternal.draw_buttons
|
|
19031
|
+
* NodeInternal.draw_buttons_ext
|
|
19032
|
+
* NodeInternal.bl_rna_get_subclass
|
|
19033
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
19034
|
+
* ShaderNode.poll
|
|
19035
|
+
* ShaderNode.bl_rna_get_subclass
|
|
19036
|
+
* ShaderNode.bl_rna_get_subclass_py
|
|
19163
19037
|
|
|
19164
19038
|
:columns: 2
|
|
19165
19039
|
|
|
@@ -24491,6 +24365,7 @@ Menu.poll function.
|
|
|
24491
24365
|
--------------------
|
|
24492
24366
|
|
|
24493
24367
|
* ThemeStyle.panel_title
|
|
24368
|
+
* ThemeStyle.tooltip
|
|
24494
24369
|
* ThemeStyle.widget
|
|
24495
24370
|
|
|
24496
24371
|
:columns: 2
|
|
@@ -28452,6 +28327,9 @@ Menu.poll function.
|
|
|
28452
28327
|
* AttributeGroupGreasePencil.active
|
|
28453
28328
|
* AttributeGroupGreasePencil.new
|
|
28454
28329
|
* AttributeGroupGreasePencil.remove
|
|
28330
|
+
* AttributeGroupGreasePencilDrawing.active
|
|
28331
|
+
* AttributeGroupGreasePencilDrawing.new
|
|
28332
|
+
* AttributeGroupGreasePencilDrawing.remove
|
|
28455
28333
|
* AttributeGroupMesh.active
|
|
28456
28334
|
* AttributeGroupMesh.active_color
|
|
28457
28335
|
* AttributeGroupMesh.new
|
|
@@ -28461,6 +28339,8 @@ Menu.poll function.
|
|
|
28461
28339
|
* AttributeGroupPointCloud.remove
|
|
28462
28340
|
* Curves.attributes
|
|
28463
28341
|
* Curves.color_attributes
|
|
28342
|
+
* GreasePencilDrawing.attributes
|
|
28343
|
+
* GreasePencilDrawing.color_attributes
|
|
28464
28344
|
* GreasePencilv3.attributes
|
|
28465
28345
|
* GreasePencilv3.color_attributes
|
|
28466
28346
|
* Mesh.attributes
|
|
@@ -29192,250 +29072,208 @@ Menu.poll function.
|
|
|
29192
29072
|
|
|
29193
29073
|
--------------------
|
|
29194
29074
|
|
|
29195
|
-
*
|
|
29196
|
-
|
|
29197
|
-
|
|
29198
|
-
|
|
29199
|
-
|
|
29200
|
-
|
|
29201
|
-
|
|
29202
|
-
|
|
29203
|
-
|
|
29204
|
-
|
|
29205
|
-
|
|
29206
|
-
|
|
29207
|
-
|
|
29208
|
-
|
|
29209
|
-
|
|
29210
|
-
|
|
29211
|
-
* bpy_struct.
|
|
29212
|
-
* bpy_struct.
|
|
29213
|
-
* bpy_struct.
|
|
29214
|
-
* bpy_struct.
|
|
29215
|
-
* bpy_struct.
|
|
29216
|
-
* bpy_struct.
|
|
29217
|
-
* bpy_struct.
|
|
29218
|
-
* bpy_struct.
|
|
29219
|
-
* bpy_struct.
|
|
29220
|
-
* bpy_struct.
|
|
29221
|
-
* bpy_struct.
|
|
29222
|
-
* bpy_struct.
|
|
29223
|
-
* bpy_struct.
|
|
29224
|
-
* bpy_struct.
|
|
29225
|
-
* bpy_struct.
|
|
29226
|
-
* bpy_struct.
|
|
29227
|
-
* bpy_struct.
|
|
29228
|
-
* bpy_struct.
|
|
29229
|
-
* bpy_struct.
|
|
29230
|
-
* bpy_struct.
|
|
29231
|
-
|
|
29232
|
-
|
|
29233
|
-
|
|
29234
|
-
|
|
29235
|
-
|
|
29236
|
-
|
|
29237
|
-
|
|
29238
|
-
|
|
29239
|
-
*
|
|
29240
|
-
|
|
29241
|
-
:columns: 2
|
|
29242
|
-
|
|
29243
|
-
|
|
29244
|
-
--------------------
|
|
29245
|
-
|
|
29246
|
-
* bpy_struct.id_data
|
|
29247
|
-
|
|
29248
|
-
|
|
29249
|
-
|
|
29250
|
-
|
|
29251
|
-
|
|
29252
|
-
|
|
29253
|
-
*
|
|
29254
|
-
*
|
|
29255
|
-
*
|
|
29256
|
-
*
|
|
29257
|
-
*
|
|
29258
|
-
*
|
|
29259
|
-
*
|
|
29260
|
-
*
|
|
29261
|
-
*
|
|
29262
|
-
*
|
|
29263
|
-
*
|
|
29264
|
-
*
|
|
29265
|
-
*
|
|
29266
|
-
*
|
|
29267
|
-
*
|
|
29268
|
-
*
|
|
29269
|
-
*
|
|
29270
|
-
*
|
|
29271
|
-
*
|
|
29272
|
-
*
|
|
29273
|
-
*
|
|
29274
|
-
*
|
|
29275
|
-
|
|
29276
|
-
|
|
29277
|
-
|
|
29278
|
-
|
|
29279
|
-
|
|
29280
|
-
|
|
29281
|
-
|
|
29282
|
-
|
|
29283
|
-
|
|
29284
|
-
|
|
29285
|
-
|
|
29286
|
-
|
|
29287
|
-
|
|
29288
|
-
* bpy_struct.
|
|
29289
|
-
*
|
|
29290
|
-
*
|
|
29291
|
-
*
|
|
29292
|
-
*
|
|
29293
|
-
*
|
|
29294
|
-
*
|
|
29295
|
-
*
|
|
29296
|
-
*
|
|
29297
|
-
*
|
|
29298
|
-
*
|
|
29299
|
-
*
|
|
29300
|
-
*
|
|
29301
|
-
*
|
|
29302
|
-
*
|
|
29303
|
-
*
|
|
29304
|
-
*
|
|
29305
|
-
* Node.
|
|
29306
|
-
* Node.
|
|
29307
|
-
* Node.
|
|
29308
|
-
* Node.
|
|
29309
|
-
* Node.
|
|
29310
|
-
* Node.
|
|
29311
|
-
* Node.
|
|
29312
|
-
* Node.
|
|
29313
|
-
* Node.
|
|
29314
|
-
* Node.
|
|
29315
|
-
* Node.
|
|
29316
|
-
* Node.
|
|
29317
|
-
* Node.
|
|
29318
|
-
* Node.
|
|
29319
|
-
|
|
29320
|
-
|
|
29321
|
-
|
|
29322
|
-
|
|
29323
|
-
|
|
29324
|
-
|
|
29325
|
-
*
|
|
29326
|
-
*
|
|
29327
|
-
*
|
|
29328
|
-
*
|
|
29329
|
-
*
|
|
29330
|
-
|
|
29331
|
-
|
|
29332
|
-
|
|
29333
|
-
|
|
29334
|
-
|
|
29335
|
-
|
|
29336
|
-
* bpy_struct.
|
|
29337
|
-
*
|
|
29338
|
-
*
|
|
29339
|
-
*
|
|
29340
|
-
*
|
|
29341
|
-
*
|
|
29342
|
-
*
|
|
29343
|
-
*
|
|
29344
|
-
*
|
|
29345
|
-
*
|
|
29346
|
-
*
|
|
29347
|
-
*
|
|
29348
|
-
*
|
|
29349
|
-
*
|
|
29350
|
-
*
|
|
29351
|
-
*
|
|
29352
|
-
*
|
|
29353
|
-
*
|
|
29354
|
-
*
|
|
29355
|
-
*
|
|
29356
|
-
*
|
|
29357
|
-
*
|
|
29358
|
-
*
|
|
29359
|
-
|
|
29360
|
-
|
|
29361
|
-
|
|
29362
|
-
|
|
29363
|
-
|
|
29364
|
-
|
|
29365
|
-
*
|
|
29366
|
-
*
|
|
29367
|
-
*
|
|
29368
|
-
*
|
|
29369
|
-
*
|
|
29370
|
-
*
|
|
29371
|
-
*
|
|
29372
|
-
|
|
29373
|
-
|
|
29374
|
-
|
|
29375
|
-
|
|
29376
|
-
|
|
29377
|
-
|
|
29378
|
-
* bpy_struct.
|
|
29379
|
-
*
|
|
29380
|
-
*
|
|
29381
|
-
*
|
|
29382
|
-
*
|
|
29383
|
-
*
|
|
29384
|
-
*
|
|
29385
|
-
*
|
|
29386
|
-
*
|
|
29387
|
-
* NodeSocket.
|
|
29388
|
-
* NodeSocket.
|
|
29389
|
-
* NodeSocket.
|
|
29390
|
-
* NodeSocket.
|
|
29391
|
-
* NodeSocket.
|
|
29392
|
-
*
|
|
29393
|
-
*
|
|
29394
|
-
*
|
|
29395
|
-
*
|
|
29396
|
-
*
|
|
29397
|
-
* NodeSocket.bl_label
|
|
29398
|
-
* NodeSocket.bl_subtype_label
|
|
29399
|
-
* NodeSocket.links
|
|
29400
|
-
* NodeSocketStandard.links
|
|
29401
|
-
|
|
29402
|
-
:columns: 2
|
|
29403
|
-
|
|
29404
|
-
|
|
29405
|
-
--------------------
|
|
29406
|
-
|
|
29407
|
-
* bpy_struct.as_pointer
|
|
29408
|
-
* bpy_struct.driver_add
|
|
29409
|
-
* bpy_struct.driver_remove
|
|
29410
|
-
* bpy_struct.get
|
|
29411
|
-
* bpy_struct.id_properties_clear
|
|
29412
|
-
* bpy_struct.id_properties_ensure
|
|
29413
|
-
* bpy_struct.id_properties_ui
|
|
29414
|
-
* bpy_struct.is_property_hidden
|
|
29415
|
-
* bpy_struct.is_property_overridable_library
|
|
29416
|
-
* bpy_struct.is_property_readonly
|
|
29417
|
-
* bpy_struct.is_property_set
|
|
29418
|
-
* bpy_struct.items
|
|
29419
|
-
* bpy_struct.keyframe_delete
|
|
29420
|
-
* bpy_struct.keyframe_insert
|
|
29421
|
-
* bpy_struct.keys
|
|
29422
|
-
* bpy_struct.path_from_id
|
|
29423
|
-
* bpy_struct.path_resolve
|
|
29424
|
-
* bpy_struct.pop
|
|
29425
|
-
* bpy_struct.property_overridable_library_set
|
|
29426
|
-
* bpy_struct.property_unset
|
|
29427
|
-
* bpy_struct.type_recast
|
|
29428
|
-
* bpy_struct.values
|
|
29429
|
-
* NodeSocket.draw
|
|
29430
|
-
* NodeSocket.draw_color
|
|
29431
|
-
* NodeSocket.draw_color_simple
|
|
29432
|
-
* NodeSocket.bl_rna_get_subclass
|
|
29433
|
-
* NodeSocket.bl_rna_get_subclass_py
|
|
29434
|
-
* NodeSocketStandard.draw
|
|
29435
|
-
* NodeSocketStandard.draw_color
|
|
29436
|
-
* NodeSocketStandard.draw_color_simple
|
|
29437
|
-
* NodeSocketStandard.bl_rna_get_subclass
|
|
29438
|
-
* NodeSocketStandard.bl_rna_get_subclass_py
|
|
29075
|
+
* PathCompareCollection.new
|
|
29076
|
+
* PathCompareCollection.remove
|
|
29077
|
+
* Preferences.autoexec_paths
|
|
29078
|
+
|
|
29079
|
+
:columns: 2
|
|
29080
|
+
|
|
29081
|
+
|
|
29082
|
+
--------------------
|
|
29083
|
+
|
|
29084
|
+
* bpy_struct.id_data
|
|
29085
|
+
|
|
29086
|
+
:columns: 2
|
|
29087
|
+
|
|
29088
|
+
|
|
29089
|
+
--------------------
|
|
29090
|
+
|
|
29091
|
+
* bpy_struct.as_pointer
|
|
29092
|
+
* bpy_struct.driver_add
|
|
29093
|
+
* bpy_struct.driver_remove
|
|
29094
|
+
* bpy_struct.get
|
|
29095
|
+
* bpy_struct.id_properties_clear
|
|
29096
|
+
* bpy_struct.id_properties_ensure
|
|
29097
|
+
* bpy_struct.id_properties_ui
|
|
29098
|
+
* bpy_struct.is_property_hidden
|
|
29099
|
+
* bpy_struct.is_property_overridable_library
|
|
29100
|
+
* bpy_struct.is_property_readonly
|
|
29101
|
+
* bpy_struct.is_property_set
|
|
29102
|
+
* bpy_struct.items
|
|
29103
|
+
* bpy_struct.keyframe_delete
|
|
29104
|
+
* bpy_struct.keyframe_insert
|
|
29105
|
+
* bpy_struct.keys
|
|
29106
|
+
* bpy_struct.path_from_id
|
|
29107
|
+
* bpy_struct.path_resolve
|
|
29108
|
+
* bpy_struct.pop
|
|
29109
|
+
* bpy_struct.property_overridable_library_set
|
|
29110
|
+
* bpy_struct.property_unset
|
|
29111
|
+
* bpy_struct.type_recast
|
|
29112
|
+
* bpy_struct.values
|
|
29113
|
+
|
|
29114
|
+
:columns: 2
|
|
29115
|
+
|
|
29116
|
+
|
|
29117
|
+
--------------------
|
|
29118
|
+
|
|
29119
|
+
* BlendData.fonts
|
|
29120
|
+
|
|
29121
|
+
:columns: 2
|
|
29122
|
+
|
|
29123
|
+
|
|
29124
|
+
--------------------
|
|
29125
|
+
|
|
29126
|
+
* bpy_struct.id_data
|
|
29127
|
+
* Node.type
|
|
29128
|
+
* Node.location
|
|
29129
|
+
* Node.width
|
|
29130
|
+
* Node.height
|
|
29131
|
+
* Node.dimensions
|
|
29132
|
+
* Node.name
|
|
29133
|
+
* Node.label
|
|
29134
|
+
* Node.inputs
|
|
29135
|
+
* Node.outputs
|
|
29136
|
+
* Node.internal_links
|
|
29137
|
+
* Node.parent
|
|
29138
|
+
* Node.use_custom_color
|
|
29139
|
+
* Node.color
|
|
29140
|
+
* Node.select
|
|
29141
|
+
* Node.show_options
|
|
29142
|
+
* Node.show_preview
|
|
29143
|
+
* Node.hide
|
|
29144
|
+
* Node.mute
|
|
29145
|
+
* Node.show_texture
|
|
29146
|
+
* Node.bl_idname
|
|
29147
|
+
* Node.bl_label
|
|
29148
|
+
* Node.bl_description
|
|
29149
|
+
* Node.bl_icon
|
|
29150
|
+
* Node.bl_static_type
|
|
29151
|
+
* Node.bl_width_default
|
|
29152
|
+
* Node.bl_width_min
|
|
29153
|
+
* Node.bl_width_max
|
|
29154
|
+
* Node.bl_height_default
|
|
29155
|
+
* Node.bl_height_min
|
|
29156
|
+
* Node.bl_height_max
|
|
29157
|
+
|
|
29158
|
+
:columns: 2
|
|
29159
|
+
|
|
29160
|
+
|
|
29161
|
+
--------------------
|
|
29162
|
+
|
|
29163
|
+
* bpy_struct.as_pointer
|
|
29164
|
+
* bpy_struct.driver_add
|
|
29165
|
+
* bpy_struct.driver_remove
|
|
29166
|
+
* bpy_struct.get
|
|
29167
|
+
* bpy_struct.id_properties_clear
|
|
29168
|
+
* bpy_struct.id_properties_ensure
|
|
29169
|
+
* bpy_struct.id_properties_ui
|
|
29170
|
+
* bpy_struct.is_property_hidden
|
|
29171
|
+
* bpy_struct.is_property_overridable_library
|
|
29172
|
+
* bpy_struct.is_property_readonly
|
|
29173
|
+
* bpy_struct.is_property_set
|
|
29174
|
+
* bpy_struct.items
|
|
29175
|
+
* bpy_struct.keyframe_delete
|
|
29176
|
+
* bpy_struct.keyframe_insert
|
|
29177
|
+
* bpy_struct.keys
|
|
29178
|
+
* bpy_struct.path_from_id
|
|
29179
|
+
* bpy_struct.path_resolve
|
|
29180
|
+
* bpy_struct.pop
|
|
29181
|
+
* bpy_struct.property_overridable_library_set
|
|
29182
|
+
* bpy_struct.property_unset
|
|
29183
|
+
* bpy_struct.type_recast
|
|
29184
|
+
* bpy_struct.values
|
|
29185
|
+
* Node.socket_value_update
|
|
29186
|
+
* Node.is_registered_node_type
|
|
29187
|
+
* Node.poll
|
|
29188
|
+
* Node.poll_instance
|
|
29189
|
+
* Node.update
|
|
29190
|
+
* Node.insert_link
|
|
29191
|
+
* Node.init
|
|
29192
|
+
* Node.copy
|
|
29193
|
+
* Node.free
|
|
29194
|
+
* Node.draw_buttons
|
|
29195
|
+
* Node.draw_buttons_ext
|
|
29196
|
+
* Node.draw_label
|
|
29197
|
+
* Node.poll
|
|
29198
|
+
* Node.bl_rna_get_subclass
|
|
29199
|
+
* Node.bl_rna_get_subclass_py
|
|
29200
|
+
* NodeInternal.poll
|
|
29201
|
+
* NodeInternal.poll_instance
|
|
29202
|
+
* NodeInternal.update
|
|
29203
|
+
* NodeInternal.draw_buttons
|
|
29204
|
+
* NodeInternal.draw_buttons_ext
|
|
29205
|
+
* NodeInternal.bl_rna_get_subclass
|
|
29206
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
29207
|
+
* GeometryNode.poll
|
|
29208
|
+
* GeometryNode.bl_rna_get_subclass
|
|
29209
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
29210
|
+
|
|
29211
|
+
:columns: 2
|
|
29212
|
+
|
|
29213
|
+
|
|
29214
|
+
--------------------
|
|
29215
|
+
|
|
29216
|
+
* bpy_struct.id_data
|
|
29217
|
+
* NodeSocket.name
|
|
29218
|
+
* NodeSocket.label
|
|
29219
|
+
* NodeSocket.identifier
|
|
29220
|
+
* NodeSocket.description
|
|
29221
|
+
* NodeSocket.is_output
|
|
29222
|
+
* NodeSocket.hide
|
|
29223
|
+
* NodeSocket.enabled
|
|
29224
|
+
* NodeSocket.link_limit
|
|
29225
|
+
* NodeSocket.is_linked
|
|
29226
|
+
* NodeSocket.is_unavailable
|
|
29227
|
+
* NodeSocket.is_multi_input
|
|
29228
|
+
* NodeSocket.show_expanded
|
|
29229
|
+
* NodeSocket.hide_value
|
|
29230
|
+
* NodeSocket.pin_gizmo
|
|
29231
|
+
* NodeSocket.node
|
|
29232
|
+
* NodeSocket.type
|
|
29233
|
+
* NodeSocket.display_shape
|
|
29234
|
+
* NodeSocket.bl_idname
|
|
29235
|
+
* NodeSocket.bl_label
|
|
29236
|
+
* NodeSocket.bl_subtype_label
|
|
29237
|
+
* NodeSocket.links
|
|
29238
|
+
* NodeSocketStandard.links
|
|
29239
|
+
|
|
29240
|
+
:columns: 2
|
|
29241
|
+
|
|
29242
|
+
|
|
29243
|
+
--------------------
|
|
29244
|
+
|
|
29245
|
+
* bpy_struct.as_pointer
|
|
29246
|
+
* bpy_struct.driver_add
|
|
29247
|
+
* bpy_struct.driver_remove
|
|
29248
|
+
* bpy_struct.get
|
|
29249
|
+
* bpy_struct.id_properties_clear
|
|
29250
|
+
* bpy_struct.id_properties_ensure
|
|
29251
|
+
* bpy_struct.id_properties_ui
|
|
29252
|
+
* bpy_struct.is_property_hidden
|
|
29253
|
+
* bpy_struct.is_property_overridable_library
|
|
29254
|
+
* bpy_struct.is_property_readonly
|
|
29255
|
+
* bpy_struct.is_property_set
|
|
29256
|
+
* bpy_struct.items
|
|
29257
|
+
* bpy_struct.keyframe_delete
|
|
29258
|
+
* bpy_struct.keyframe_insert
|
|
29259
|
+
* bpy_struct.keys
|
|
29260
|
+
* bpy_struct.path_from_id
|
|
29261
|
+
* bpy_struct.path_resolve
|
|
29262
|
+
* bpy_struct.pop
|
|
29263
|
+
* bpy_struct.property_overridable_library_set
|
|
29264
|
+
* bpy_struct.property_unset
|
|
29265
|
+
* bpy_struct.type_recast
|
|
29266
|
+
* bpy_struct.values
|
|
29267
|
+
* NodeSocket.draw
|
|
29268
|
+
* NodeSocket.draw_color
|
|
29269
|
+
* NodeSocket.draw_color_simple
|
|
29270
|
+
* NodeSocket.bl_rna_get_subclass
|
|
29271
|
+
* NodeSocket.bl_rna_get_subclass_py
|
|
29272
|
+
* NodeSocketStandard.draw
|
|
29273
|
+
* NodeSocketStandard.draw_color
|
|
29274
|
+
* NodeSocketStandard.draw_color_simple
|
|
29275
|
+
* NodeSocketStandard.bl_rna_get_subclass
|
|
29276
|
+
* NodeSocketStandard.bl_rna_get_subclass_py
|
|
29439
29277
|
|
|
29440
29278
|
:columns: 2
|
|
29441
29279
|
|
|
@@ -30095,7 +29933,7 @@ Menu.poll function.
|
|
|
30095
29933
|
|
|
30096
29934
|
--------------------
|
|
30097
29935
|
|
|
30098
|
-
*
|
|
29936
|
+
* FCurve.keyframe_points
|
|
30099
29937
|
|
|
30100
29938
|
:columns: 2
|
|
30101
29939
|
|
|
@@ -30137,7 +29975,8 @@ Menu.poll function.
|
|
|
30137
29975
|
|
|
30138
29976
|
--------------------
|
|
30139
29977
|
|
|
30140
|
-
*
|
|
29978
|
+
* Context.tool_settings
|
|
29979
|
+
* Scene.tool_settings
|
|
30141
29980
|
|
|
30142
29981
|
:columns: 2
|
|
30143
29982
|
|
|
@@ -30145,79 +29984,36 @@ Menu.poll function.
|
|
|
30145
29984
|
--------------------
|
|
30146
29985
|
|
|
30147
29986
|
* bpy_struct.id_data
|
|
30148
|
-
|
|
30149
|
-
|
|
30150
|
-
|
|
30151
|
-
|
|
30152
|
-
|
|
30153
|
-
|
|
30154
|
-
*
|
|
30155
|
-
*
|
|
30156
|
-
*
|
|
30157
|
-
*
|
|
30158
|
-
*
|
|
30159
|
-
*
|
|
30160
|
-
*
|
|
30161
|
-
*
|
|
30162
|
-
*
|
|
30163
|
-
*
|
|
30164
|
-
*
|
|
30165
|
-
*
|
|
30166
|
-
*
|
|
30167
|
-
*
|
|
30168
|
-
*
|
|
30169
|
-
*
|
|
30170
|
-
*
|
|
30171
|
-
*
|
|
30172
|
-
*
|
|
30173
|
-
*
|
|
30174
|
-
*
|
|
30175
|
-
*
|
|
30176
|
-
|
|
30177
|
-
|
|
30178
|
-
|
|
30179
|
-
|
|
30180
|
-
--------------------
|
|
30181
|
-
|
|
30182
|
-
* Context.tool_settings
|
|
30183
|
-
* Scene.tool_settings
|
|
30184
|
-
|
|
30185
|
-
:columns: 2
|
|
30186
|
-
|
|
30187
|
-
|
|
30188
|
-
--------------------
|
|
30189
|
-
|
|
30190
|
-
* bpy_struct.id_data
|
|
30191
|
-
* Node.type
|
|
30192
|
-
* Node.location
|
|
30193
|
-
* Node.width
|
|
30194
|
-
* Node.height
|
|
30195
|
-
* Node.dimensions
|
|
30196
|
-
* Node.name
|
|
30197
|
-
* Node.label
|
|
30198
|
-
* Node.inputs
|
|
30199
|
-
* Node.outputs
|
|
30200
|
-
* Node.internal_links
|
|
30201
|
-
* Node.parent
|
|
30202
|
-
* Node.use_custom_color
|
|
30203
|
-
* Node.color
|
|
30204
|
-
* Node.select
|
|
30205
|
-
* Node.show_options
|
|
30206
|
-
* Node.show_preview
|
|
30207
|
-
* Node.hide
|
|
30208
|
-
* Node.mute
|
|
30209
|
-
* Node.show_texture
|
|
30210
|
-
* Node.bl_idname
|
|
30211
|
-
* Node.bl_label
|
|
30212
|
-
* Node.bl_description
|
|
30213
|
-
* Node.bl_icon
|
|
30214
|
-
* Node.bl_static_type
|
|
30215
|
-
* Node.bl_width_default
|
|
30216
|
-
* Node.bl_width_min
|
|
30217
|
-
* Node.bl_width_max
|
|
30218
|
-
* Node.bl_height_default
|
|
30219
|
-
* Node.bl_height_min
|
|
30220
|
-
* Node.bl_height_max
|
|
29987
|
+
* Node.type
|
|
29988
|
+
* Node.location
|
|
29989
|
+
* Node.width
|
|
29990
|
+
* Node.height
|
|
29991
|
+
* Node.dimensions
|
|
29992
|
+
* Node.name
|
|
29993
|
+
* Node.label
|
|
29994
|
+
* Node.inputs
|
|
29995
|
+
* Node.outputs
|
|
29996
|
+
* Node.internal_links
|
|
29997
|
+
* Node.parent
|
|
29998
|
+
* Node.use_custom_color
|
|
29999
|
+
* Node.color
|
|
30000
|
+
* Node.select
|
|
30001
|
+
* Node.show_options
|
|
30002
|
+
* Node.show_preview
|
|
30003
|
+
* Node.hide
|
|
30004
|
+
* Node.mute
|
|
30005
|
+
* Node.show_texture
|
|
30006
|
+
* Node.bl_idname
|
|
30007
|
+
* Node.bl_label
|
|
30008
|
+
* Node.bl_description
|
|
30009
|
+
* Node.bl_icon
|
|
30010
|
+
* Node.bl_static_type
|
|
30011
|
+
* Node.bl_width_default
|
|
30012
|
+
* Node.bl_width_min
|
|
30013
|
+
* Node.bl_width_max
|
|
30014
|
+
* Node.bl_height_default
|
|
30015
|
+
* Node.bl_height_min
|
|
30016
|
+
* Node.bl_height_max
|
|
30221
30017
|
|
|
30222
30018
|
:columns: 2
|
|
30223
30019
|
|
|
@@ -30595,48 +30391,6 @@ Menu.poll function.
|
|
|
30595
30391
|
:columns: 2
|
|
30596
30392
|
|
|
30597
30393
|
|
|
30598
|
-
--------------------
|
|
30599
|
-
|
|
30600
|
-
* bpy_struct.id_data
|
|
30601
|
-
|
|
30602
|
-
:columns: 2
|
|
30603
|
-
|
|
30604
|
-
|
|
30605
|
-
--------------------
|
|
30606
|
-
|
|
30607
|
-
* bpy_struct.as_pointer
|
|
30608
|
-
* bpy_struct.driver_add
|
|
30609
|
-
* bpy_struct.driver_remove
|
|
30610
|
-
* bpy_struct.get
|
|
30611
|
-
* bpy_struct.id_properties_clear
|
|
30612
|
-
* bpy_struct.id_properties_ensure
|
|
30613
|
-
* bpy_struct.id_properties_ui
|
|
30614
|
-
* bpy_struct.is_property_hidden
|
|
30615
|
-
* bpy_struct.is_property_overridable_library
|
|
30616
|
-
* bpy_struct.is_property_readonly
|
|
30617
|
-
* bpy_struct.is_property_set
|
|
30618
|
-
* bpy_struct.items
|
|
30619
|
-
* bpy_struct.keyframe_delete
|
|
30620
|
-
* bpy_struct.keyframe_insert
|
|
30621
|
-
* bpy_struct.keys
|
|
30622
|
-
* bpy_struct.path_from_id
|
|
30623
|
-
* bpy_struct.path_resolve
|
|
30624
|
-
* bpy_struct.pop
|
|
30625
|
-
* bpy_struct.property_overridable_library_set
|
|
30626
|
-
* bpy_struct.property_unset
|
|
30627
|
-
* bpy_struct.type_recast
|
|
30628
|
-
* bpy_struct.values
|
|
30629
|
-
|
|
30630
|
-
:columns: 2
|
|
30631
|
-
|
|
30632
|
-
|
|
30633
|
-
--------------------
|
|
30634
|
-
|
|
30635
|
-
* GPencilStroke.points
|
|
30636
|
-
|
|
30637
|
-
:columns: 2
|
|
30638
|
-
|
|
30639
|
-
|
|
30640
30394
|
--------------------
|
|
30641
30395
|
|
|
30642
30396
|
* bpy_struct.id_data
|
|
@@ -35131,7 +34885,6 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
35131
34885
|
* FollowPathConstraint.target
|
|
35132
34886
|
* FollowTrackConstraint.camera
|
|
35133
34887
|
* FollowTrackConstraint.depth_object
|
|
35134
|
-
* GPencilLayer.parent
|
|
35135
34888
|
* GPencilSculptGuide.reference_object
|
|
35136
34889
|
* GreasePencilArmatureModifier.object
|
|
35137
34890
|
* GreasePencilArrayModifier.offset_object
|
|
@@ -39108,6 +38861,48 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
39108
38861
|
:maxdepth: 1
|
|
39109
38862
|
|
|
39110
38863
|
|
|
38864
|
+
--------------------
|
|
38865
|
+
|
|
38866
|
+
* bpy_struct.id_data
|
|
38867
|
+
|
|
38868
|
+
:columns: 2
|
|
38869
|
+
|
|
38870
|
+
|
|
38871
|
+
--------------------
|
|
38872
|
+
|
|
38873
|
+
* bpy_struct.as_pointer
|
|
38874
|
+
* bpy_struct.driver_add
|
|
38875
|
+
* bpy_struct.driver_remove
|
|
38876
|
+
* bpy_struct.get
|
|
38877
|
+
* bpy_struct.id_properties_clear
|
|
38878
|
+
* bpy_struct.id_properties_ensure
|
|
38879
|
+
* bpy_struct.id_properties_ui
|
|
38880
|
+
* bpy_struct.is_property_hidden
|
|
38881
|
+
* bpy_struct.is_property_overridable_library
|
|
38882
|
+
* bpy_struct.is_property_readonly
|
|
38883
|
+
* bpy_struct.is_property_set
|
|
38884
|
+
* bpy_struct.items
|
|
38885
|
+
* bpy_struct.keyframe_delete
|
|
38886
|
+
* bpy_struct.keyframe_insert
|
|
38887
|
+
* bpy_struct.keys
|
|
38888
|
+
* bpy_struct.path_from_id
|
|
38889
|
+
* bpy_struct.path_resolve
|
|
38890
|
+
* bpy_struct.pop
|
|
38891
|
+
* bpy_struct.property_overridable_library_set
|
|
38892
|
+
* bpy_struct.property_unset
|
|
38893
|
+
* bpy_struct.type_recast
|
|
38894
|
+
* bpy_struct.values
|
|
38895
|
+
|
|
38896
|
+
:columns: 2
|
|
38897
|
+
|
|
38898
|
+
|
|
38899
|
+
--------------------
|
|
38900
|
+
|
|
38901
|
+
* GreasePencilFrame.drawing
|
|
38902
|
+
|
|
38903
|
+
:columns: 2
|
|
38904
|
+
|
|
38905
|
+
|
|
39111
38906
|
--------------------
|
|
39112
38907
|
|
|
39113
38908
|
* bpy_struct.id_data
|
|
@@ -41749,48 +41544,6 @@ FileHandler
|
|
|
41749
41544
|
:columns: 2
|
|
41750
41545
|
|
|
41751
41546
|
|
|
41752
|
-
--------------------
|
|
41753
|
-
|
|
41754
|
-
* bpy_struct.id_data
|
|
41755
|
-
|
|
41756
|
-
:columns: 2
|
|
41757
|
-
|
|
41758
|
-
|
|
41759
|
-
--------------------
|
|
41760
|
-
|
|
41761
|
-
* bpy_struct.as_pointer
|
|
41762
|
-
* bpy_struct.driver_add
|
|
41763
|
-
* bpy_struct.driver_remove
|
|
41764
|
-
* bpy_struct.get
|
|
41765
|
-
* bpy_struct.id_properties_clear
|
|
41766
|
-
* bpy_struct.id_properties_ensure
|
|
41767
|
-
* bpy_struct.id_properties_ui
|
|
41768
|
-
* bpy_struct.is_property_hidden
|
|
41769
|
-
* bpy_struct.is_property_overridable_library
|
|
41770
|
-
* bpy_struct.is_property_readonly
|
|
41771
|
-
* bpy_struct.is_property_set
|
|
41772
|
-
* bpy_struct.items
|
|
41773
|
-
* bpy_struct.keyframe_delete
|
|
41774
|
-
* bpy_struct.keyframe_insert
|
|
41775
|
-
* bpy_struct.keys
|
|
41776
|
-
* bpy_struct.path_from_id
|
|
41777
|
-
* bpy_struct.path_resolve
|
|
41778
|
-
* bpy_struct.pop
|
|
41779
|
-
* bpy_struct.property_overridable_library_set
|
|
41780
|
-
* bpy_struct.property_unset
|
|
41781
|
-
* bpy_struct.type_recast
|
|
41782
|
-
* bpy_struct.values
|
|
41783
|
-
|
|
41784
|
-
:columns: 2
|
|
41785
|
-
|
|
41786
|
-
|
|
41787
|
-
--------------------
|
|
41788
|
-
|
|
41789
|
-
* GPencilLayer.mask_layers
|
|
41790
|
-
|
|
41791
|
-
:columns: 2
|
|
41792
|
-
|
|
41793
|
-
|
|
41794
41547
|
--------------------
|
|
41795
41548
|
|
|
41796
41549
|
* bpy_struct.id_data
|
|
@@ -42060,36 +41813,6 @@ FileHandler
|
|
|
42060
41813
|
--------------------
|
|
42061
41814
|
|
|
42062
41815
|
* bpy_struct.id_data
|
|
42063
|
-
* Node.type
|
|
42064
|
-
* Node.location
|
|
42065
|
-
* Node.width
|
|
42066
|
-
* Node.height
|
|
42067
|
-
* Node.dimensions
|
|
42068
|
-
* Node.name
|
|
42069
|
-
* Node.label
|
|
42070
|
-
* Node.inputs
|
|
42071
|
-
* Node.outputs
|
|
42072
|
-
* Node.internal_links
|
|
42073
|
-
* Node.parent
|
|
42074
|
-
* Node.use_custom_color
|
|
42075
|
-
* Node.color
|
|
42076
|
-
* Node.select
|
|
42077
|
-
* Node.show_options
|
|
42078
|
-
* Node.show_preview
|
|
42079
|
-
* Node.hide
|
|
42080
|
-
* Node.mute
|
|
42081
|
-
* Node.show_texture
|
|
42082
|
-
* Node.bl_idname
|
|
42083
|
-
* Node.bl_label
|
|
42084
|
-
* Node.bl_description
|
|
42085
|
-
* Node.bl_icon
|
|
42086
|
-
* Node.bl_static_type
|
|
42087
|
-
* Node.bl_width_default
|
|
42088
|
-
* Node.bl_width_min
|
|
42089
|
-
* Node.bl_width_max
|
|
42090
|
-
* Node.bl_height_default
|
|
42091
|
-
* Node.bl_height_min
|
|
42092
|
-
* Node.bl_height_max
|
|
42093
41816
|
|
|
42094
41817
|
:columns: 2
|
|
42095
41818
|
|
|
@@ -42118,33 +41841,105 @@ FileHandler
|
|
|
42118
41841
|
* bpy_struct.property_unset
|
|
42119
41842
|
* bpy_struct.type_recast
|
|
42120
41843
|
* bpy_struct.values
|
|
42121
|
-
|
|
42122
|
-
|
|
42123
|
-
|
|
42124
|
-
|
|
42125
|
-
|
|
42126
|
-
|
|
42127
|
-
*
|
|
42128
|
-
|
|
42129
|
-
|
|
42130
|
-
|
|
42131
|
-
|
|
42132
|
-
|
|
42133
|
-
|
|
42134
|
-
*
|
|
42135
|
-
* Node.
|
|
42136
|
-
*
|
|
42137
|
-
*
|
|
42138
|
-
*
|
|
42139
|
-
*
|
|
42140
|
-
*
|
|
42141
|
-
*
|
|
42142
|
-
*
|
|
42143
|
-
*
|
|
42144
|
-
*
|
|
42145
|
-
*
|
|
42146
|
-
*
|
|
42147
|
-
*
|
|
41844
|
+
|
|
41845
|
+
:columns: 2
|
|
41846
|
+
|
|
41847
|
+
|
|
41848
|
+
--------------------
|
|
41849
|
+
|
|
41850
|
+
* GreasePencilLayer.frames
|
|
41851
|
+
|
|
41852
|
+
:columns: 2
|
|
41853
|
+
|
|
41854
|
+
|
|
41855
|
+
--------------------
|
|
41856
|
+
|
|
41857
|
+
* bpy_struct.id_data
|
|
41858
|
+
* Node.type
|
|
41859
|
+
* Node.location
|
|
41860
|
+
* Node.width
|
|
41861
|
+
* Node.height
|
|
41862
|
+
* Node.dimensions
|
|
41863
|
+
* Node.name
|
|
41864
|
+
* Node.label
|
|
41865
|
+
* Node.inputs
|
|
41866
|
+
* Node.outputs
|
|
41867
|
+
* Node.internal_links
|
|
41868
|
+
* Node.parent
|
|
41869
|
+
* Node.use_custom_color
|
|
41870
|
+
* Node.color
|
|
41871
|
+
* Node.select
|
|
41872
|
+
* Node.show_options
|
|
41873
|
+
* Node.show_preview
|
|
41874
|
+
* Node.hide
|
|
41875
|
+
* Node.mute
|
|
41876
|
+
* Node.show_texture
|
|
41877
|
+
* Node.bl_idname
|
|
41878
|
+
* Node.bl_label
|
|
41879
|
+
* Node.bl_description
|
|
41880
|
+
* Node.bl_icon
|
|
41881
|
+
* Node.bl_static_type
|
|
41882
|
+
* Node.bl_width_default
|
|
41883
|
+
* Node.bl_width_min
|
|
41884
|
+
* Node.bl_width_max
|
|
41885
|
+
* Node.bl_height_default
|
|
41886
|
+
* Node.bl_height_min
|
|
41887
|
+
* Node.bl_height_max
|
|
41888
|
+
|
|
41889
|
+
:columns: 2
|
|
41890
|
+
|
|
41891
|
+
|
|
41892
|
+
--------------------
|
|
41893
|
+
|
|
41894
|
+
* bpy_struct.as_pointer
|
|
41895
|
+
* bpy_struct.driver_add
|
|
41896
|
+
* bpy_struct.driver_remove
|
|
41897
|
+
* bpy_struct.get
|
|
41898
|
+
* bpy_struct.id_properties_clear
|
|
41899
|
+
* bpy_struct.id_properties_ensure
|
|
41900
|
+
* bpy_struct.id_properties_ui
|
|
41901
|
+
* bpy_struct.is_property_hidden
|
|
41902
|
+
* bpy_struct.is_property_overridable_library
|
|
41903
|
+
* bpy_struct.is_property_readonly
|
|
41904
|
+
* bpy_struct.is_property_set
|
|
41905
|
+
* bpy_struct.items
|
|
41906
|
+
* bpy_struct.keyframe_delete
|
|
41907
|
+
* bpy_struct.keyframe_insert
|
|
41908
|
+
* bpy_struct.keys
|
|
41909
|
+
* bpy_struct.path_from_id
|
|
41910
|
+
* bpy_struct.path_resolve
|
|
41911
|
+
* bpy_struct.pop
|
|
41912
|
+
* bpy_struct.property_overridable_library_set
|
|
41913
|
+
* bpy_struct.property_unset
|
|
41914
|
+
* bpy_struct.type_recast
|
|
41915
|
+
* bpy_struct.values
|
|
41916
|
+
* Node.socket_value_update
|
|
41917
|
+
* Node.is_registered_node_type
|
|
41918
|
+
* Node.poll
|
|
41919
|
+
* Node.poll_instance
|
|
41920
|
+
* Node.update
|
|
41921
|
+
* Node.insert_link
|
|
41922
|
+
* Node.init
|
|
41923
|
+
* Node.copy
|
|
41924
|
+
* Node.free
|
|
41925
|
+
* Node.draw_buttons
|
|
41926
|
+
* Node.draw_buttons_ext
|
|
41927
|
+
* Node.draw_label
|
|
41928
|
+
* Node.poll
|
|
41929
|
+
* Node.bl_rna_get_subclass
|
|
41930
|
+
* Node.bl_rna_get_subclass_py
|
|
41931
|
+
* NodeInternal.poll
|
|
41932
|
+
* NodeInternal.poll_instance
|
|
41933
|
+
* NodeInternal.update
|
|
41934
|
+
* NodeInternal.draw_buttons
|
|
41935
|
+
* NodeInternal.draw_buttons_ext
|
|
41936
|
+
* NodeInternal.bl_rna_get_subclass
|
|
41937
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
41938
|
+
* CompositorNode.tag_need_exec
|
|
41939
|
+
* CompositorNode.poll
|
|
41940
|
+
* CompositorNode.update
|
|
41941
|
+
* CompositorNode.bl_rna_get_subclass
|
|
41942
|
+
* CompositorNode.bl_rna_get_subclass_py
|
|
42148
41943
|
|
|
42149
41944
|
:columns: 2
|
|
42150
41945
|
|
|
@@ -45884,9 +45679,6 @@ Property types used in class declarations are all in bpy.props
|
|
|
45884
45679
|
|
|
45885
45680
|
* bpy.context.editable_gpencil_strokes
|
|
45886
45681
|
* GPencilFrame.strokes
|
|
45887
|
-
* GPencilStrokes.close
|
|
45888
|
-
* GPencilStrokes.new
|
|
45889
|
-
* GPencilStrokes.remove
|
|
45890
45682
|
|
|
45891
45683
|
:columns: 2
|
|
45892
45684
|
|
|
@@ -52553,48 +52345,6 @@ Property types used in class declarations are all in bpy.props
|
|
|
52553
52345
|
:columns: 2
|
|
52554
52346
|
|
|
52555
52347
|
|
|
52556
|
-
--------------------
|
|
52557
|
-
|
|
52558
|
-
* GPencilStroke.triangles
|
|
52559
|
-
|
|
52560
|
-
:columns: 2
|
|
52561
|
-
|
|
52562
|
-
|
|
52563
|
-
--------------------
|
|
52564
|
-
|
|
52565
|
-
* bpy_struct.id_data
|
|
52566
|
-
|
|
52567
|
-
:columns: 2
|
|
52568
|
-
|
|
52569
|
-
|
|
52570
|
-
--------------------
|
|
52571
|
-
|
|
52572
|
-
* bpy_struct.as_pointer
|
|
52573
|
-
* bpy_struct.driver_add
|
|
52574
|
-
* bpy_struct.driver_remove
|
|
52575
|
-
* bpy_struct.get
|
|
52576
|
-
* bpy_struct.id_properties_clear
|
|
52577
|
-
* bpy_struct.id_properties_ensure
|
|
52578
|
-
* bpy_struct.id_properties_ui
|
|
52579
|
-
* bpy_struct.is_property_hidden
|
|
52580
|
-
* bpy_struct.is_property_overridable_library
|
|
52581
|
-
* bpy_struct.is_property_readonly
|
|
52582
|
-
* bpy_struct.is_property_set
|
|
52583
|
-
* bpy_struct.items
|
|
52584
|
-
* bpy_struct.keyframe_delete
|
|
52585
|
-
* bpy_struct.keyframe_insert
|
|
52586
|
-
* bpy_struct.keys
|
|
52587
|
-
* bpy_struct.path_from_id
|
|
52588
|
-
* bpy_struct.path_resolve
|
|
52589
|
-
* bpy_struct.pop
|
|
52590
|
-
* bpy_struct.property_overridable_library_set
|
|
52591
|
-
* bpy_struct.property_unset
|
|
52592
|
-
* bpy_struct.type_recast
|
|
52593
|
-
* bpy_struct.values
|
|
52594
|
-
|
|
52595
|
-
:columns: 2
|
|
52596
|
-
|
|
52597
|
-
|
|
52598
52348
|
--------------------
|
|
52599
52349
|
|
|
52600
52350
|
* Camera.stereo
|
|
@@ -56456,7 +56206,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
56456
56206
|
|
|
56457
56207
|
--------------------
|
|
56458
56208
|
|
|
56459
|
-
*
|
|
56209
|
+
* GreasePencilDrawing.attributes
|
|
56210
|
+
* GreasePencilDrawing.color_attributes
|
|
56460
56211
|
|
|
56461
56212
|
:columns: 2
|
|
56462
56213
|
|
|
@@ -56498,97 +56249,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
56498
56249
|
|
|
56499
56250
|
--------------------
|
|
56500
56251
|
|
|
56501
|
-
*
|
|
56502
|
-
|
|
56503
|
-
:columns: 2
|
|
56504
|
-
|
|
56505
|
-
|
|
56506
|
-
--------------------
|
|
56507
|
-
|
|
56508
|
-
* bpy_struct.id_data
|
|
56509
|
-
* Node.type
|
|
56510
|
-
* Node.location
|
|
56511
|
-
* Node.width
|
|
56512
|
-
* Node.height
|
|
56513
|
-
* Node.dimensions
|
|
56514
|
-
* Node.name
|
|
56515
|
-
* Node.label
|
|
56516
|
-
* Node.inputs
|
|
56517
|
-
* Node.outputs
|
|
56518
|
-
* Node.internal_links
|
|
56519
|
-
* Node.parent
|
|
56520
|
-
* Node.use_custom_color
|
|
56521
|
-
* Node.color
|
|
56522
|
-
* Node.select
|
|
56523
|
-
* Node.show_options
|
|
56524
|
-
* Node.show_preview
|
|
56525
|
-
* Node.hide
|
|
56526
|
-
* Node.mute
|
|
56527
|
-
* Node.show_texture
|
|
56528
|
-
* Node.bl_idname
|
|
56529
|
-
* Node.bl_label
|
|
56530
|
-
* Node.bl_description
|
|
56531
|
-
* Node.bl_icon
|
|
56532
|
-
* Node.bl_static_type
|
|
56533
|
-
* Node.bl_width_default
|
|
56534
|
-
* Node.bl_width_min
|
|
56535
|
-
* Node.bl_width_max
|
|
56536
|
-
* Node.bl_height_default
|
|
56537
|
-
* Node.bl_height_min
|
|
56538
|
-
* Node.bl_height_max
|
|
56539
|
-
|
|
56540
|
-
:columns: 2
|
|
56541
|
-
|
|
56542
|
-
|
|
56543
|
-
--------------------
|
|
56544
|
-
|
|
56545
|
-
* bpy_struct.as_pointer
|
|
56546
|
-
* bpy_struct.driver_add
|
|
56547
|
-
* bpy_struct.driver_remove
|
|
56548
|
-
* bpy_struct.get
|
|
56549
|
-
* bpy_struct.id_properties_clear
|
|
56550
|
-
* bpy_struct.id_properties_ensure
|
|
56551
|
-
* bpy_struct.id_properties_ui
|
|
56552
|
-
* bpy_struct.is_property_hidden
|
|
56553
|
-
* bpy_struct.is_property_overridable_library
|
|
56554
|
-
* bpy_struct.is_property_readonly
|
|
56555
|
-
* bpy_struct.is_property_set
|
|
56556
|
-
* bpy_struct.items
|
|
56557
|
-
* bpy_struct.keyframe_delete
|
|
56558
|
-
* bpy_struct.keyframe_insert
|
|
56559
|
-
* bpy_struct.keys
|
|
56560
|
-
* bpy_struct.path_from_id
|
|
56561
|
-
* bpy_struct.path_resolve
|
|
56562
|
-
* bpy_struct.pop
|
|
56563
|
-
* bpy_struct.property_overridable_library_set
|
|
56564
|
-
* bpy_struct.property_unset
|
|
56565
|
-
* bpy_struct.type_recast
|
|
56566
|
-
* bpy_struct.values
|
|
56567
|
-
* Node.socket_value_update
|
|
56568
|
-
* Node.is_registered_node_type
|
|
56569
|
-
* Node.poll
|
|
56570
|
-
* Node.poll_instance
|
|
56571
|
-
* Node.update
|
|
56572
|
-
* Node.insert_link
|
|
56573
|
-
* Node.init
|
|
56574
|
-
* Node.copy
|
|
56575
|
-
* Node.free
|
|
56576
|
-
* Node.draw_buttons
|
|
56577
|
-
* Node.draw_buttons_ext
|
|
56578
|
-
* Node.draw_label
|
|
56579
|
-
* Node.poll
|
|
56580
|
-
* Node.bl_rna_get_subclass
|
|
56581
|
-
* Node.bl_rna_get_subclass_py
|
|
56582
|
-
* NodeInternal.poll
|
|
56583
|
-
* NodeInternal.poll_instance
|
|
56584
|
-
* NodeInternal.update
|
|
56585
|
-
* NodeInternal.draw_buttons
|
|
56586
|
-
* NodeInternal.draw_buttons_ext
|
|
56587
|
-
* NodeInternal.bl_rna_get_subclass
|
|
56588
|
-
* NodeInternal.bl_rna_get_subclass_py
|
|
56589
|
-
* GeometryNode.poll
|
|
56590
|
-
* GeometryNode.bl_rna_get_subclass
|
|
56591
|
-
* GeometryNode.bl_rna_get_subclass_py
|
|
56252
|
+
* Volume.grids
|
|
56592
56253
|
|
|
56593
56254
|
:columns: 2
|
|
56594
56255
|
|
|
@@ -56630,7 +56291,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
56630
56291
|
|
|
56631
56292
|
--------------------
|
|
56632
56293
|
|
|
56633
|
-
*
|
|
56294
|
+
* Brush.weight_paint_capabilities
|
|
56634
56295
|
|
|
56635
56296
|
:columns: 2
|
|
56636
56297
|
|
|
@@ -56718,11 +56379,9 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
56718
56379
|
* NodeInternal.draw_buttons_ext
|
|
56719
56380
|
* NodeInternal.bl_rna_get_subclass
|
|
56720
56381
|
* NodeInternal.bl_rna_get_subclass_py
|
|
56721
|
-
*
|
|
56722
|
-
*
|
|
56723
|
-
*
|
|
56724
|
-
* CompositorNode.bl_rna_get_subclass
|
|
56725
|
-
* CompositorNode.bl_rna_get_subclass_py
|
|
56382
|
+
* GeometryNode.poll
|
|
56383
|
+
* GeometryNode.bl_rna_get_subclass
|
|
56384
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
56726
56385
|
|
|
56727
56386
|
:columns: 2
|
|
56728
56387
|
|
|
@@ -56764,7 +56423,141 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
56764
56423
|
|
|
56765
56424
|
--------------------
|
|
56766
56425
|
|
|
56767
|
-
*
|
|
56426
|
+
* BlendData.cameras
|
|
56427
|
+
|
|
56428
|
+
:columns: 2
|
|
56429
|
+
|
|
56430
|
+
|
|
56431
|
+
--------------------
|
|
56432
|
+
|
|
56433
|
+
* bpy_struct.id_data
|
|
56434
|
+
* Node.type
|
|
56435
|
+
* Node.location
|
|
56436
|
+
* Node.width
|
|
56437
|
+
* Node.height
|
|
56438
|
+
* Node.dimensions
|
|
56439
|
+
* Node.name
|
|
56440
|
+
* Node.label
|
|
56441
|
+
* Node.inputs
|
|
56442
|
+
* Node.outputs
|
|
56443
|
+
* Node.internal_links
|
|
56444
|
+
* Node.parent
|
|
56445
|
+
* Node.use_custom_color
|
|
56446
|
+
* Node.color
|
|
56447
|
+
* Node.select
|
|
56448
|
+
* Node.show_options
|
|
56449
|
+
* Node.show_preview
|
|
56450
|
+
* Node.hide
|
|
56451
|
+
* Node.mute
|
|
56452
|
+
* Node.show_texture
|
|
56453
|
+
* Node.bl_idname
|
|
56454
|
+
* Node.bl_label
|
|
56455
|
+
* Node.bl_description
|
|
56456
|
+
* Node.bl_icon
|
|
56457
|
+
* Node.bl_static_type
|
|
56458
|
+
* Node.bl_width_default
|
|
56459
|
+
* Node.bl_width_min
|
|
56460
|
+
* Node.bl_width_max
|
|
56461
|
+
* Node.bl_height_default
|
|
56462
|
+
* Node.bl_height_min
|
|
56463
|
+
* Node.bl_height_max
|
|
56464
|
+
|
|
56465
|
+
:columns: 2
|
|
56466
|
+
|
|
56467
|
+
|
|
56468
|
+
--------------------
|
|
56469
|
+
|
|
56470
|
+
* bpy_struct.as_pointer
|
|
56471
|
+
* bpy_struct.driver_add
|
|
56472
|
+
* bpy_struct.driver_remove
|
|
56473
|
+
* bpy_struct.get
|
|
56474
|
+
* bpy_struct.id_properties_clear
|
|
56475
|
+
* bpy_struct.id_properties_ensure
|
|
56476
|
+
* bpy_struct.id_properties_ui
|
|
56477
|
+
* bpy_struct.is_property_hidden
|
|
56478
|
+
* bpy_struct.is_property_overridable_library
|
|
56479
|
+
* bpy_struct.is_property_readonly
|
|
56480
|
+
* bpy_struct.is_property_set
|
|
56481
|
+
* bpy_struct.items
|
|
56482
|
+
* bpy_struct.keyframe_delete
|
|
56483
|
+
* bpy_struct.keyframe_insert
|
|
56484
|
+
* bpy_struct.keys
|
|
56485
|
+
* bpy_struct.path_from_id
|
|
56486
|
+
* bpy_struct.path_resolve
|
|
56487
|
+
* bpy_struct.pop
|
|
56488
|
+
* bpy_struct.property_overridable_library_set
|
|
56489
|
+
* bpy_struct.property_unset
|
|
56490
|
+
* bpy_struct.type_recast
|
|
56491
|
+
* bpy_struct.values
|
|
56492
|
+
* Node.socket_value_update
|
|
56493
|
+
* Node.is_registered_node_type
|
|
56494
|
+
* Node.poll
|
|
56495
|
+
* Node.poll_instance
|
|
56496
|
+
* Node.update
|
|
56497
|
+
* Node.insert_link
|
|
56498
|
+
* Node.init
|
|
56499
|
+
* Node.copy
|
|
56500
|
+
* Node.free
|
|
56501
|
+
* Node.draw_buttons
|
|
56502
|
+
* Node.draw_buttons_ext
|
|
56503
|
+
* Node.draw_label
|
|
56504
|
+
* Node.poll
|
|
56505
|
+
* Node.bl_rna_get_subclass
|
|
56506
|
+
* Node.bl_rna_get_subclass_py
|
|
56507
|
+
* NodeInternal.poll
|
|
56508
|
+
* NodeInternal.poll_instance
|
|
56509
|
+
* NodeInternal.update
|
|
56510
|
+
* NodeInternal.draw_buttons
|
|
56511
|
+
* NodeInternal.draw_buttons_ext
|
|
56512
|
+
* NodeInternal.bl_rna_get_subclass
|
|
56513
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
56514
|
+
* CompositorNode.tag_need_exec
|
|
56515
|
+
* CompositorNode.poll
|
|
56516
|
+
* CompositorNode.update
|
|
56517
|
+
* CompositorNode.bl_rna_get_subclass
|
|
56518
|
+
* CompositorNode.bl_rna_get_subclass_py
|
|
56519
|
+
|
|
56520
|
+
:columns: 2
|
|
56521
|
+
|
|
56522
|
+
|
|
56523
|
+
--------------------
|
|
56524
|
+
|
|
56525
|
+
* bpy_struct.id_data
|
|
56526
|
+
|
|
56527
|
+
:columns: 2
|
|
56528
|
+
|
|
56529
|
+
|
|
56530
|
+
--------------------
|
|
56531
|
+
|
|
56532
|
+
* bpy_struct.as_pointer
|
|
56533
|
+
* bpy_struct.driver_add
|
|
56534
|
+
* bpy_struct.driver_remove
|
|
56535
|
+
* bpy_struct.get
|
|
56536
|
+
* bpy_struct.id_properties_clear
|
|
56537
|
+
* bpy_struct.id_properties_ensure
|
|
56538
|
+
* bpy_struct.id_properties_ui
|
|
56539
|
+
* bpy_struct.is_property_hidden
|
|
56540
|
+
* bpy_struct.is_property_overridable_library
|
|
56541
|
+
* bpy_struct.is_property_readonly
|
|
56542
|
+
* bpy_struct.is_property_set
|
|
56543
|
+
* bpy_struct.items
|
|
56544
|
+
* bpy_struct.keyframe_delete
|
|
56545
|
+
* bpy_struct.keyframe_insert
|
|
56546
|
+
* bpy_struct.keys
|
|
56547
|
+
* bpy_struct.path_from_id
|
|
56548
|
+
* bpy_struct.path_resolve
|
|
56549
|
+
* bpy_struct.pop
|
|
56550
|
+
* bpy_struct.property_overridable_library_set
|
|
56551
|
+
* bpy_struct.property_unset
|
|
56552
|
+
* bpy_struct.type_recast
|
|
56553
|
+
* bpy_struct.values
|
|
56554
|
+
|
|
56555
|
+
:columns: 2
|
|
56556
|
+
|
|
56557
|
+
|
|
56558
|
+
--------------------
|
|
56559
|
+
|
|
56560
|
+
* Camera.dof
|
|
56768
56561
|
|
|
56769
56562
|
:columns: 2
|
|
56770
56563
|
|
|
@@ -59412,11 +59205,6 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
59412
59205
|
* bpy.context.editable_gpencil_layers
|
|
59413
59206
|
* bpy.context.visible_gpencil_layers
|
|
59414
59207
|
* GreasePencil.layers
|
|
59415
|
-
* GreasePencilLayers.active
|
|
59416
|
-
* GreasePencilLayers.move
|
|
59417
|
-
* GreasePencilLayers.new
|
|
59418
|
-
* GreasePencilLayers.remove
|
|
59419
|
-
* GreasePencilMaskLayers.add
|
|
59420
59208
|
|
|
59421
59209
|
:columns: 2
|
|
59422
59210
|
|
|
@@ -65194,7 +64982,6 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
65194
64982
|
|
|
65195
64983
|
* Curve.materials
|
|
65196
64984
|
* Curves.materials
|
|
65197
|
-
* GreasePencil.materials
|
|
65198
64985
|
* GreasePencilv3.materials
|
|
65199
64986
|
* Mesh.materials
|
|
65200
64987
|
* MetaBall.materials
|
|
@@ -67862,7 +67649,6 @@ database.
|
|
|
67862
67649
|
* DashGpencilModifierData.material
|
|
67863
67650
|
* EnvelopeGpencilModifier.material
|
|
67864
67651
|
* GeometryNodeInputMaterial.material
|
|
67865
|
-
* GreasePencil.materials
|
|
67866
67652
|
* GreasePencilArrayModifier.material_filter
|
|
67867
67653
|
* GreasePencilBuildModifier.material_filter
|
|
67868
67654
|
* GreasePencilColorModifier.material_filter
|
|
@@ -86714,7 +86500,6 @@ Executing the operator will then print all values.
|
|
|
86714
86500
|
* Pose.blend_pose_from_action
|
|
86715
86501
|
* SpaceDopeSheetEditor.action
|
|
86716
86502
|
* WindowManager.poselib_previous_action
|
|
86717
|
-
* WindowManager.selected_action
|
|
86718
86503
|
|
|
86719
86504
|
:columns: 2
|
|
86720
86505
|
|
|
@@ -92663,6 +92448,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
92663
92448
|
--------------------
|
|
92664
92449
|
|
|
92665
92450
|
* Curves.curve_offset_data
|
|
92451
|
+
* GreasePencilDrawing.curve_offsets
|
|
92666
92452
|
* IntAttribute.data
|
|
92667
92453
|
|
|
92668
92454
|
:columns: 2
|
|
@@ -99323,41 +99109,6 @@ Base class for integrating USD Hydra based renderers.
|
|
|
99323
99109
|
:columns: 2
|
|
99324
99110
|
|
|
99325
99111
|
|
|
99326
|
-
--------------------
|
|
99327
|
-
|
|
99328
|
-
* bpy_struct.id_data
|
|
99329
|
-
|
|
99330
|
-
:columns: 2
|
|
99331
|
-
|
|
99332
|
-
|
|
99333
|
-
--------------------
|
|
99334
|
-
|
|
99335
|
-
* bpy_struct.as_pointer
|
|
99336
|
-
* bpy_struct.driver_add
|
|
99337
|
-
* bpy_struct.driver_remove
|
|
99338
|
-
* bpy_struct.get
|
|
99339
|
-
* bpy_struct.id_properties_clear
|
|
99340
|
-
* bpy_struct.id_properties_ensure
|
|
99341
|
-
* bpy_struct.id_properties_ui
|
|
99342
|
-
* bpy_struct.is_property_hidden
|
|
99343
|
-
* bpy_struct.is_property_overridable_library
|
|
99344
|
-
* bpy_struct.is_property_readonly
|
|
99345
|
-
* bpy_struct.is_property_set
|
|
99346
|
-
* bpy_struct.items
|
|
99347
|
-
* bpy_struct.keyframe_delete
|
|
99348
|
-
* bpy_struct.keyframe_insert
|
|
99349
|
-
* bpy_struct.keys
|
|
99350
|
-
* bpy_struct.path_from_id
|
|
99351
|
-
* bpy_struct.path_resolve
|
|
99352
|
-
* bpy_struct.pop
|
|
99353
|
-
* bpy_struct.property_overridable_library_set
|
|
99354
|
-
* bpy_struct.property_unset
|
|
99355
|
-
* bpy_struct.type_recast
|
|
99356
|
-
* bpy_struct.values
|
|
99357
|
-
|
|
99358
|
-
:columns: 2
|
|
99359
|
-
|
|
99360
|
-
|
|
99361
99112
|
--------------------
|
|
99362
99113
|
|
|
99363
99114
|
* bpy_struct.id_data
|
|
@@ -101853,7 +101604,7 @@ class AttributeGroupGreasePencil(bpy_prop_collection[Attribute], bpy_struct):
|
|
|
101853
101604
|
"""
|
|
101854
101605
|
...
|
|
101855
101606
|
|
|
101856
|
-
class
|
|
101607
|
+
class AttributeGroupGreasePencilDrawing(bpy_prop_collection[Attribute], bpy_struct):
|
|
101857
101608
|
"""Group of geometry attributes"""
|
|
101858
101609
|
|
|
101859
101610
|
active: Attribute | None
|
|
@@ -101862,42 +101613,12 @@ class AttributeGroupMesh(bpy_prop_collection[Attribute], bpy_struct):
|
|
|
101862
101613
|
:type: Attribute | None
|
|
101863
101614
|
"""
|
|
101864
101615
|
|
|
101865
|
-
active_color: Attribute | None
|
|
101866
|
-
""" Active color attribute for display and editing
|
|
101867
|
-
|
|
101868
|
-
:type: Attribute | None
|
|
101869
|
-
"""
|
|
101870
|
-
|
|
101871
|
-
active_color_index: int | None
|
|
101872
|
-
""" Active color attribute index
|
|
101873
|
-
|
|
101874
|
-
:type: int | None
|
|
101875
|
-
"""
|
|
101876
|
-
|
|
101877
|
-
active_color_name: str | None
|
|
101878
|
-
""" The name of the active color attribute for display and editing
|
|
101879
|
-
|
|
101880
|
-
:type: str | None
|
|
101881
|
-
"""
|
|
101882
|
-
|
|
101883
101616
|
active_index: int | None
|
|
101884
101617
|
""" Active attribute index
|
|
101885
101618
|
|
|
101886
101619
|
:type: int | None
|
|
101887
101620
|
"""
|
|
101888
101621
|
|
|
101889
|
-
default_color_name: str
|
|
101890
|
-
""" The name of the default color attribute used as a fallback for rendering
|
|
101891
|
-
|
|
101892
|
-
:type: str
|
|
101893
|
-
"""
|
|
101894
|
-
|
|
101895
|
-
render_color_index: int
|
|
101896
|
-
""" The index of the color attribute used as a fallback for rendering
|
|
101897
|
-
|
|
101898
|
-
:type: int
|
|
101899
|
-
"""
|
|
101900
|
-
|
|
101901
101622
|
def new(self, name: str, type: str | None, domain: str | None) -> Attribute:
|
|
101902
101623
|
"""Add attribute to geometry
|
|
101903
101624
|
|
|
@@ -101944,7 +101665,7 @@ class AttributeGroupMesh(bpy_prop_collection[Attribute], bpy_struct):
|
|
|
101944
101665
|
"""
|
|
101945
101666
|
...
|
|
101946
101667
|
|
|
101947
|
-
class
|
|
101668
|
+
class AttributeGroupMesh(bpy_prop_collection[Attribute], bpy_struct):
|
|
101948
101669
|
"""Group of geometry attributes"""
|
|
101949
101670
|
|
|
101950
101671
|
active: Attribute | None
|
|
@@ -101953,12 +101674,42 @@ class AttributeGroupPointCloud(bpy_prop_collection[Attribute], bpy_struct):
|
|
|
101953
101674
|
:type: Attribute | None
|
|
101954
101675
|
"""
|
|
101955
101676
|
|
|
101677
|
+
active_color: Attribute | None
|
|
101678
|
+
""" Active color attribute for display and editing
|
|
101679
|
+
|
|
101680
|
+
:type: Attribute | None
|
|
101681
|
+
"""
|
|
101682
|
+
|
|
101683
|
+
active_color_index: int | None
|
|
101684
|
+
""" Active color attribute index
|
|
101685
|
+
|
|
101686
|
+
:type: int | None
|
|
101687
|
+
"""
|
|
101688
|
+
|
|
101689
|
+
active_color_name: str | None
|
|
101690
|
+
""" The name of the active color attribute for display and editing
|
|
101691
|
+
|
|
101692
|
+
:type: str | None
|
|
101693
|
+
"""
|
|
101694
|
+
|
|
101956
101695
|
active_index: int | None
|
|
101957
101696
|
""" Active attribute index
|
|
101958
101697
|
|
|
101959
101698
|
:type: int | None
|
|
101960
101699
|
"""
|
|
101961
101700
|
|
|
101701
|
+
default_color_name: str
|
|
101702
|
+
""" The name of the default color attribute used as a fallback for rendering
|
|
101703
|
+
|
|
101704
|
+
:type: str
|
|
101705
|
+
"""
|
|
101706
|
+
|
|
101707
|
+
render_color_index: int
|
|
101708
|
+
""" The index of the color attribute used as a fallback for rendering
|
|
101709
|
+
|
|
101710
|
+
:type: int
|
|
101711
|
+
"""
|
|
101712
|
+
|
|
101962
101713
|
def new(self, name: str, type: str | None, domain: str | None) -> Attribute:
|
|
101963
101714
|
"""Add attribute to geometry
|
|
101964
101715
|
|
|
@@ -102005,44 +101756,105 @@ class AttributeGroupPointCloud(bpy_prop_collection[Attribute], bpy_struct):
|
|
|
102005
101756
|
"""
|
|
102006
101757
|
...
|
|
102007
101758
|
|
|
102008
|
-
class
|
|
102009
|
-
"""
|
|
101759
|
+
class AttributeGroupPointCloud(bpy_prop_collection[Attribute], bpy_struct):
|
|
101760
|
+
"""Group of geometry attributes"""
|
|
102010
101761
|
|
|
102011
|
-
|
|
102012
|
-
|
|
101762
|
+
active: Attribute | None
|
|
101763
|
+
""" Active attribute
|
|
102013
101764
|
|
|
102014
|
-
|
|
102015
|
-
|
|
102016
|
-
:return: New action data-block
|
|
102017
|
-
:rtype: Action
|
|
102018
|
-
"""
|
|
102019
|
-
...
|
|
101765
|
+
:type: Attribute | None
|
|
101766
|
+
"""
|
|
102020
101767
|
|
|
102021
|
-
|
|
102022
|
-
|
|
102023
|
-
action: Action,
|
|
102024
|
-
do_unlink: bool | None = True,
|
|
102025
|
-
do_id_user: bool | None = True,
|
|
102026
|
-
do_ui_user: bool | None = True,
|
|
102027
|
-
):
|
|
102028
|
-
"""Remove an action from the current blendfile
|
|
101768
|
+
active_index: int | None
|
|
101769
|
+
""" Active attribute index
|
|
102029
101770
|
|
|
102030
|
-
|
|
102031
|
-
|
|
102032
|
-
|
|
102033
|
-
|
|
102034
|
-
|
|
102035
|
-
|
|
102036
|
-
:param
|
|
102037
|
-
:type
|
|
101771
|
+
:type: int | None
|
|
101772
|
+
"""
|
|
101773
|
+
|
|
101774
|
+
def new(self, name: str, type: str | None, domain: str | None) -> Attribute:
|
|
101775
|
+
"""Add attribute to geometry
|
|
101776
|
+
|
|
101777
|
+
:param name: Name, Name of geometry attribute
|
|
101778
|
+
:type name: str
|
|
101779
|
+
:param type: Type, Attribute type
|
|
101780
|
+
:type type: str | None
|
|
101781
|
+
:param domain: Domain, Type of element that attribute is stored on
|
|
101782
|
+
:type domain: str | None
|
|
101783
|
+
:return: New geometry attribute
|
|
101784
|
+
:rtype: Attribute
|
|
102038
101785
|
"""
|
|
102039
101786
|
...
|
|
102040
101787
|
|
|
102041
|
-
def
|
|
102042
|
-
"""
|
|
101788
|
+
def remove(self, attribute: Attribute):
|
|
101789
|
+
"""Remove attribute from geometry
|
|
102043
101790
|
|
|
102044
|
-
:param
|
|
102045
|
-
:type
|
|
101791
|
+
:param attribute: Geometry Attribute
|
|
101792
|
+
:type attribute: Attribute
|
|
101793
|
+
"""
|
|
101794
|
+
...
|
|
101795
|
+
|
|
101796
|
+
@classmethod
|
|
101797
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
101798
|
+
"""
|
|
101799
|
+
|
|
101800
|
+
:param id: The RNA type identifier.
|
|
101801
|
+
:type id: str | None
|
|
101802
|
+
:param default:
|
|
101803
|
+
:return: The RNA type or default when not found.
|
|
101804
|
+
:rtype: Struct
|
|
101805
|
+
"""
|
|
101806
|
+
...
|
|
101807
|
+
|
|
101808
|
+
@classmethod
|
|
101809
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
101810
|
+
"""
|
|
101811
|
+
|
|
101812
|
+
:param id: The RNA type identifier.
|
|
101813
|
+
:type id: str | None
|
|
101814
|
+
:param default:
|
|
101815
|
+
:return: The class or default when not found.
|
|
101816
|
+
:rtype: typing.Any
|
|
101817
|
+
"""
|
|
101818
|
+
...
|
|
101819
|
+
|
|
101820
|
+
class BlendDataActions(bpy_prop_collection[Action], bpy_struct):
|
|
101821
|
+
"""Collection of actions"""
|
|
101822
|
+
|
|
101823
|
+
def new(self, name: str) -> Action:
|
|
101824
|
+
"""Add a new action to the main database
|
|
101825
|
+
|
|
101826
|
+
:param name: New name for the data-block
|
|
101827
|
+
:type name: str
|
|
101828
|
+
:return: New action data-block
|
|
101829
|
+
:rtype: Action
|
|
101830
|
+
"""
|
|
101831
|
+
...
|
|
101832
|
+
|
|
101833
|
+
def remove(
|
|
101834
|
+
self,
|
|
101835
|
+
action: Action,
|
|
101836
|
+
do_unlink: bool | None = True,
|
|
101837
|
+
do_id_user: bool | None = True,
|
|
101838
|
+
do_ui_user: bool | None = True,
|
|
101839
|
+
):
|
|
101840
|
+
"""Remove an action from the current blendfile
|
|
101841
|
+
|
|
101842
|
+
:param action: Action to remove
|
|
101843
|
+
:type action: Action
|
|
101844
|
+
:param do_unlink: Unlink all usages of this action before deleting it
|
|
101845
|
+
:type do_unlink: bool | None
|
|
101846
|
+
:param do_id_user: Decrement user counter of all datablocks used by this action
|
|
101847
|
+
:type do_id_user: bool | None
|
|
101848
|
+
:param do_ui_user: Make sure interface does not reference this action
|
|
101849
|
+
:type do_ui_user: bool | None
|
|
101850
|
+
"""
|
|
101851
|
+
...
|
|
101852
|
+
|
|
101853
|
+
def tag(self, value: bool | None):
|
|
101854
|
+
"""tag
|
|
101855
|
+
|
|
101856
|
+
:param value: Value
|
|
101857
|
+
:type value: bool | None
|
|
102046
101858
|
"""
|
|
102047
101859
|
...
|
|
102048
101860
|
|
|
@@ -102510,7 +102322,7 @@ class BlendDataFonts(bpy_prop_collection[VectorFont], bpy_struct):
|
|
|
102510
102322
|
...
|
|
102511
102323
|
|
|
102512
102324
|
class BlendDataGreasePencils(bpy_prop_collection[GreasePencil], bpy_struct):
|
|
102513
|
-
"""Collection of
|
|
102325
|
+
"""Collection of annotations"""
|
|
102514
102326
|
|
|
102515
102327
|
def tag(self, value: bool | None):
|
|
102516
102328
|
"""tag
|
|
@@ -102521,11 +102333,11 @@ class BlendDataGreasePencils(bpy_prop_collection[GreasePencil], bpy_struct):
|
|
|
102521
102333
|
...
|
|
102522
102334
|
|
|
102523
102335
|
def new(self, name: str) -> GreasePencil:
|
|
102524
|
-
"""Add a new
|
|
102336
|
+
"""Add a new annotation datablock to the main database
|
|
102525
102337
|
|
|
102526
102338
|
:param name: New name for the data-block
|
|
102527
102339
|
:type name: str
|
|
102528
|
-
:return: New
|
|
102340
|
+
:return: New annotation data-block
|
|
102529
102341
|
:rtype: GreasePencil
|
|
102530
102342
|
"""
|
|
102531
102343
|
...
|
|
@@ -102537,15 +102349,15 @@ class BlendDataGreasePencils(bpy_prop_collection[GreasePencil], bpy_struct):
|
|
|
102537
102349
|
do_id_user: bool | None = True,
|
|
102538
102350
|
do_ui_user: bool | None = True,
|
|
102539
102351
|
):
|
|
102540
|
-
"""Remove
|
|
102352
|
+
"""Remove annotation instance from the current blendfile
|
|
102541
102353
|
|
|
102542
102354
|
:param grease_pencil: Grease Pencil to remove
|
|
102543
102355
|
:type grease_pencil: GreasePencil
|
|
102544
|
-
:param do_unlink: Unlink all usages of this
|
|
102356
|
+
:param do_unlink: Unlink all usages of this annotation before deleting it
|
|
102545
102357
|
:type do_unlink: bool | None
|
|
102546
|
-
:param do_id_user: Decrement user counter of all datablocks used by this
|
|
102358
|
+
:param do_id_user: Decrement user counter of all datablocks used by this annotation
|
|
102547
102359
|
:type do_id_user: bool | None
|
|
102548
|
-
:param do_ui_user: Make sure interface does not reference this
|
|
102360
|
+
:param do_ui_user: Make sure interface does not reference this annotation
|
|
102549
102361
|
:type do_ui_user: bool | None
|
|
102550
102362
|
"""
|
|
102551
102363
|
...
|
|
@@ -105353,39 +105165,29 @@ class FreestyleModules(bpy_prop_collection[FreestyleModuleSettings], bpy_struct)
|
|
|
105353
105165
|
"""
|
|
105354
105166
|
...
|
|
105355
105167
|
|
|
105356
|
-
class
|
|
105357
|
-
"""Collection of
|
|
105168
|
+
class Gizmos(bpy_prop_collection[Gizmo], bpy_struct):
|
|
105169
|
+
"""Collection of gizmos"""
|
|
105358
105170
|
|
|
105359
|
-
def new(
|
|
105360
|
-
|
|
105361
|
-
) -> GPencilFrame:
|
|
105362
|
-
"""Add a new grease pencil frame
|
|
105171
|
+
def new(self, type: str) -> Gizmo:
|
|
105172
|
+
"""Add gizmo
|
|
105363
105173
|
|
|
105364
|
-
:param
|
|
105365
|
-
:type
|
|
105366
|
-
:
|
|
105367
|
-
:
|
|
105368
|
-
:return: The newly created frame
|
|
105369
|
-
:rtype: GPencilFrame
|
|
105174
|
+
:param type: Gizmo identifier
|
|
105175
|
+
:type type: str
|
|
105176
|
+
:return: New gizmo
|
|
105177
|
+
:rtype: Gizmo
|
|
105370
105178
|
"""
|
|
105371
105179
|
...
|
|
105372
105180
|
|
|
105373
|
-
def remove(self,
|
|
105374
|
-
"""
|
|
105181
|
+
def remove(self, gizmo: Gizmo):
|
|
105182
|
+
"""Delete gizmo
|
|
105375
105183
|
|
|
105376
|
-
:param
|
|
105377
|
-
:type
|
|
105184
|
+
:param gizmo: New gizmo
|
|
105185
|
+
:type gizmo: Gizmo
|
|
105378
105186
|
"""
|
|
105379
105187
|
...
|
|
105380
105188
|
|
|
105381
|
-
def
|
|
105382
|
-
"""
|
|
105383
|
-
|
|
105384
|
-
:param source: Source, The source frame
|
|
105385
|
-
:type source: GPencilFrame
|
|
105386
|
-
:return: The newly copied frame
|
|
105387
|
-
:rtype: GPencilFrame
|
|
105388
|
-
"""
|
|
105189
|
+
def clear(self):
|
|
105190
|
+
"""Delete all gizmos"""
|
|
105389
105191
|
...
|
|
105390
105192
|
|
|
105391
105193
|
@classmethod
|
|
@@ -105412,169 +105214,46 @@ class GPencilFrames(bpy_prop_collection[GPencilFrame], bpy_struct):
|
|
|
105412
105214
|
"""
|
|
105413
105215
|
...
|
|
105414
105216
|
|
|
105415
|
-
class
|
|
105416
|
-
"""Collection of
|
|
105417
|
-
|
|
105418
|
-
def add(
|
|
105419
|
-
self,
|
|
105420
|
-
count: int | None,
|
|
105421
|
-
pressure: float | None = 1.0,
|
|
105422
|
-
strength: float | None = 1.0,
|
|
105423
|
-
):
|
|
105424
|
-
"""Add a new grease pencil stroke point
|
|
105425
|
-
|
|
105426
|
-
:param count: Number, Number of points to add to the stroke
|
|
105427
|
-
:type count: int | None
|
|
105428
|
-
:param pressure: Pressure, Pressure for newly created points
|
|
105429
|
-
:type pressure: float | None
|
|
105430
|
-
:param strength: Strength, Color intensity (alpha factor) for newly created points
|
|
105431
|
-
:type strength: float | None
|
|
105432
|
-
"""
|
|
105433
|
-
...
|
|
105217
|
+
class GreasePencilFrames(bpy_prop_collection[GreasePencilFrame], bpy_struct):
|
|
105218
|
+
"""Collection of Grease Pencil frames"""
|
|
105434
105219
|
|
|
105435
|
-
def
|
|
105436
|
-
"""
|
|
105220
|
+
def new(self, frame_number: int | None) -> GreasePencilFrame:
|
|
105221
|
+
"""Add a new Grease Pencil frame
|
|
105437
105222
|
|
|
105438
|
-
:param
|
|
105439
|
-
:type
|
|
105223
|
+
:param frame_number: Frame Number, The frame on which the drawing appears
|
|
105224
|
+
:type frame_number: int | None
|
|
105225
|
+
:return: The newly created frame
|
|
105226
|
+
:rtype: GreasePencilFrame
|
|
105440
105227
|
"""
|
|
105441
105228
|
...
|
|
105442
105229
|
|
|
105443
|
-
def
|
|
105444
|
-
"""
|
|
105445
|
-
...
|
|
105446
|
-
|
|
105447
|
-
def weight_get(
|
|
105448
|
-
self, vertex_group_index: int | None = 0, point_index: int | None = 0
|
|
105449
|
-
) -> float:
|
|
105450
|
-
"""Get vertex group point weight
|
|
105230
|
+
def remove(self, frame_number: int | None):
|
|
105231
|
+
"""Remove a Grease Pencil frame
|
|
105451
105232
|
|
|
105452
|
-
:param
|
|
105453
|
-
:type
|
|
105454
|
-
:param point_index: Point Index, Index of the Point in the array
|
|
105455
|
-
:type point_index: int | None
|
|
105456
|
-
:return: Weight, Point Weight
|
|
105457
|
-
:rtype: float
|
|
105233
|
+
:param frame_number: Frame Number, The frame number of the frame to remove
|
|
105234
|
+
:type frame_number: int | None
|
|
105458
105235
|
"""
|
|
105459
105236
|
...
|
|
105460
105237
|
|
|
105461
|
-
def
|
|
105238
|
+
def copy(
|
|
105462
105239
|
self,
|
|
105463
|
-
|
|
105464
|
-
|
|
105465
|
-
|
|
105466
|
-
):
|
|
105467
|
-
"""
|
|
105468
|
-
|
|
105469
|
-
:param
|
|
105470
|
-
:type
|
|
105471
|
-
:param
|
|
105472
|
-
:type
|
|
105473
|
-
:param
|
|
105474
|
-
:type
|
|
105475
|
-
|
|
105476
|
-
|
|
105477
|
-
|
|
105478
|
-
@classmethod
|
|
105479
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
105480
|
-
"""
|
|
105481
|
-
|
|
105482
|
-
:param id: The RNA type identifier.
|
|
105483
|
-
:type id: str | None
|
|
105484
|
-
:param default:
|
|
105485
|
-
:return: The RNA type or default when not found.
|
|
105486
|
-
:rtype: Struct
|
|
105487
|
-
"""
|
|
105488
|
-
...
|
|
105489
|
-
|
|
105490
|
-
@classmethod
|
|
105491
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
105492
|
-
"""
|
|
105493
|
-
|
|
105494
|
-
:param id: The RNA type identifier.
|
|
105495
|
-
:type id: str | None
|
|
105496
|
-
:param default:
|
|
105497
|
-
:return: The class or default when not found.
|
|
105498
|
-
:rtype: typing.Any
|
|
105499
|
-
"""
|
|
105500
|
-
...
|
|
105501
|
-
|
|
105502
|
-
class GPencilStrokes(bpy_prop_collection[GPencilStroke], bpy_struct):
|
|
105503
|
-
"""Collection of grease pencil stroke"""
|
|
105504
|
-
|
|
105505
|
-
def new(self) -> GPencilStroke:
|
|
105506
|
-
"""Add a new grease pencil stroke
|
|
105507
|
-
|
|
105508
|
-
:return: The newly created stroke
|
|
105509
|
-
:rtype: GPencilStroke
|
|
105510
|
-
"""
|
|
105511
|
-
...
|
|
105512
|
-
|
|
105513
|
-
def remove(self, stroke: GPencilStroke):
|
|
105514
|
-
"""Remove a grease pencil stroke
|
|
105515
|
-
|
|
105516
|
-
:param stroke: Stroke, The stroke to remove
|
|
105517
|
-
:type stroke: GPencilStroke
|
|
105518
|
-
"""
|
|
105519
|
-
...
|
|
105520
|
-
|
|
105521
|
-
def close(self, stroke: GPencilStroke):
|
|
105522
|
-
"""Close a grease pencil stroke adding geometry
|
|
105523
|
-
|
|
105524
|
-
:param stroke: Stroke, The stroke to close
|
|
105525
|
-
:type stroke: GPencilStroke
|
|
105526
|
-
"""
|
|
105527
|
-
...
|
|
105528
|
-
|
|
105529
|
-
@classmethod
|
|
105530
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
105531
|
-
"""
|
|
105532
|
-
|
|
105533
|
-
:param id: The RNA type identifier.
|
|
105534
|
-
:type id: str | None
|
|
105535
|
-
:param default:
|
|
105536
|
-
:return: The RNA type or default when not found.
|
|
105537
|
-
:rtype: Struct
|
|
105538
|
-
"""
|
|
105539
|
-
...
|
|
105540
|
-
|
|
105541
|
-
@classmethod
|
|
105542
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
105543
|
-
"""
|
|
105544
|
-
|
|
105545
|
-
:param id: The RNA type identifier.
|
|
105546
|
-
:type id: str | None
|
|
105547
|
-
:param default:
|
|
105548
|
-
:return: The class or default when not found.
|
|
105549
|
-
:rtype: typing.Any
|
|
105550
|
-
"""
|
|
105551
|
-
...
|
|
105552
|
-
|
|
105553
|
-
class Gizmos(bpy_prop_collection[Gizmo], bpy_struct):
|
|
105554
|
-
"""Collection of gizmos"""
|
|
105555
|
-
|
|
105556
|
-
def new(self, type: str) -> Gizmo:
|
|
105557
|
-
"""Add gizmo
|
|
105558
|
-
|
|
105559
|
-
:param type: Gizmo identifier
|
|
105560
|
-
:type type: str
|
|
105561
|
-
:return: New gizmo
|
|
105562
|
-
:rtype: Gizmo
|
|
105563
|
-
"""
|
|
105564
|
-
...
|
|
105565
|
-
|
|
105566
|
-
def remove(self, gizmo: Gizmo):
|
|
105567
|
-
"""Delete gizmo
|
|
105568
|
-
|
|
105569
|
-
:param gizmo: New gizmo
|
|
105570
|
-
:type gizmo: Gizmo
|
|
105240
|
+
from_frame_number: int | None,
|
|
105241
|
+
to_frame_number: int | None,
|
|
105242
|
+
instance_drawing: bool | None = False,
|
|
105243
|
+
) -> GreasePencilFrame:
|
|
105244
|
+
"""Copy a Grease Pencil frame
|
|
105245
|
+
|
|
105246
|
+
:param from_frame_number: Source Frame Number, The frame number of the source frame
|
|
105247
|
+
:type from_frame_number: int | None
|
|
105248
|
+
:param to_frame_number: Frame Number of Copy, The frame number to copy the frame to
|
|
105249
|
+
:type to_frame_number: int | None
|
|
105250
|
+
:param instance_drawing: Instance Drawing, Let the copied frame use the same drawing as the source
|
|
105251
|
+
:type instance_drawing: bool | None
|
|
105252
|
+
:return: The newly copied frame
|
|
105253
|
+
:rtype: GreasePencilFrame
|
|
105571
105254
|
"""
|
|
105572
105255
|
...
|
|
105573
105256
|
|
|
105574
|
-
def clear(self):
|
|
105575
|
-
"""Delete all gizmos"""
|
|
105576
|
-
...
|
|
105577
|
-
|
|
105578
105257
|
@classmethod
|
|
105579
105258
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
105580
105259
|
"""
|
|
@@ -105633,16 +105312,10 @@ class GreasePencilLayerMasks(bpy_prop_collection[GreasePencilLayerMask], bpy_str
|
|
|
105633
105312
|
...
|
|
105634
105313
|
|
|
105635
105314
|
class GreasePencilLayers(bpy_prop_collection[GPencilLayer], bpy_struct):
|
|
105636
|
-
"""Collection of
|
|
105637
|
-
|
|
105638
|
-
active: GPencilLayer | None
|
|
105639
|
-
""" Active grease pencil layer
|
|
105640
|
-
|
|
105641
|
-
:type: GPencilLayer | None
|
|
105642
|
-
"""
|
|
105315
|
+
"""Collection of annotation layers"""
|
|
105643
105316
|
|
|
105644
105317
|
active_index: int | None
|
|
105645
|
-
""" Index of active
|
|
105318
|
+
""" Index of active annotation layer
|
|
105646
105319
|
|
|
105647
105320
|
:type: int | None
|
|
105648
105321
|
"""
|
|
@@ -105653,85 +105326,6 @@ class GreasePencilLayers(bpy_prop_collection[GPencilLayer], bpy_struct):
|
|
|
105653
105326
|
:type: str | None
|
|
105654
105327
|
"""
|
|
105655
105328
|
|
|
105656
|
-
def new(self, name: str, set_active: bool | None = True) -> GPencilLayer:
|
|
105657
|
-
"""Add a new grease pencil layer
|
|
105658
|
-
|
|
105659
|
-
:param name: Name, Name of the layer
|
|
105660
|
-
:type name: str
|
|
105661
|
-
:param set_active: Set Active, Set the newly created layer to the active layer
|
|
105662
|
-
:type set_active: bool | None
|
|
105663
|
-
:return: The newly created layer
|
|
105664
|
-
:rtype: GPencilLayer
|
|
105665
|
-
"""
|
|
105666
|
-
...
|
|
105667
|
-
|
|
105668
|
-
def remove(self, layer: GPencilLayer):
|
|
105669
|
-
"""Remove a grease pencil layer
|
|
105670
|
-
|
|
105671
|
-
:param layer: The layer to remove
|
|
105672
|
-
:type layer: GPencilLayer
|
|
105673
|
-
"""
|
|
105674
|
-
...
|
|
105675
|
-
|
|
105676
|
-
def move(self, layer: GPencilLayer, type: str | None):
|
|
105677
|
-
"""Move a grease pencil layer in the layer stack
|
|
105678
|
-
|
|
105679
|
-
:param layer: The layer to move
|
|
105680
|
-
:type layer: GPencilLayer
|
|
105681
|
-
:param type: Direction of movement
|
|
105682
|
-
:type type: str | None
|
|
105683
|
-
"""
|
|
105684
|
-
...
|
|
105685
|
-
|
|
105686
|
-
@classmethod
|
|
105687
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
105688
|
-
"""
|
|
105689
|
-
|
|
105690
|
-
:param id: The RNA type identifier.
|
|
105691
|
-
:type id: str | None
|
|
105692
|
-
:param default:
|
|
105693
|
-
:return: The RNA type or default when not found.
|
|
105694
|
-
:rtype: Struct
|
|
105695
|
-
"""
|
|
105696
|
-
...
|
|
105697
|
-
|
|
105698
|
-
@classmethod
|
|
105699
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
105700
|
-
"""
|
|
105701
|
-
|
|
105702
|
-
:param id: The RNA type identifier.
|
|
105703
|
-
:type id: str | None
|
|
105704
|
-
:param default:
|
|
105705
|
-
:return: The class or default when not found.
|
|
105706
|
-
:rtype: typing.Any
|
|
105707
|
-
"""
|
|
105708
|
-
...
|
|
105709
|
-
|
|
105710
|
-
class GreasePencilMaskLayers(bpy_prop_collection[GPencilLayerMask], bpy_struct):
|
|
105711
|
-
"""Collection of grease pencil masking layers"""
|
|
105712
|
-
|
|
105713
|
-
active_mask_index: int | None
|
|
105714
|
-
""" Active index in layer mask array
|
|
105715
|
-
|
|
105716
|
-
:type: int | None
|
|
105717
|
-
"""
|
|
105718
|
-
|
|
105719
|
-
def add(self, layer: GPencilLayer):
|
|
105720
|
-
"""Add a layer to mask list
|
|
105721
|
-
|
|
105722
|
-
:param layer: Layer to add as mask
|
|
105723
|
-
:type layer: GPencilLayer
|
|
105724
|
-
"""
|
|
105725
|
-
...
|
|
105726
|
-
|
|
105727
|
-
def remove(self, mask: GPencilLayerMask):
|
|
105728
|
-
"""Remove a layer from mask list
|
|
105729
|
-
|
|
105730
|
-
:param mask: Mask to remove
|
|
105731
|
-
:type mask: GPencilLayerMask
|
|
105732
|
-
"""
|
|
105733
|
-
...
|
|
105734
|
-
|
|
105735
105329
|
@classmethod
|
|
105736
105330
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
105737
105331
|
"""
|
|
@@ -112076,10 +111670,10 @@ class AnimData(bpy_struct):
|
|
|
112076
111670
|
:type: float
|
|
112077
111671
|
"""
|
|
112078
111672
|
|
|
112079
|
-
action_slot:
|
|
111673
|
+
action_slot: ActionSlot | None
|
|
112080
111674
|
""" The slot identifies which sub-set of the Action is considered to be for this data-block, and its name is used to find the right slot when assigning an Action
|
|
112081
111675
|
|
|
112082
|
-
:type:
|
|
111676
|
+
:type: ActionSlot | None
|
|
112083
111677
|
"""
|
|
112084
111678
|
|
|
112085
111679
|
action_slot_handle: int
|
|
@@ -112094,6 +111688,12 @@ class AnimData(bpy_struct):
|
|
|
112094
111688
|
:type: str
|
|
112095
111689
|
"""
|
|
112096
111690
|
|
|
111691
|
+
action_slots: bpy_prop_collection[ActionSlot]
|
|
111692
|
+
""" The list of slots in this animation data-block
|
|
111693
|
+
|
|
111694
|
+
:type: bpy_prop_collection[ActionSlot]
|
|
111695
|
+
"""
|
|
111696
|
+
|
|
112097
111697
|
action_tweak_storage: Action | None
|
|
112098
111698
|
""" Slot to temporarily hold the main action while in tweak mode
|
|
112099
111699
|
|
|
@@ -114173,7 +113773,7 @@ class BlendData(bpy_struct):
|
|
|
114173
113773
|
"""
|
|
114174
113774
|
|
|
114175
113775
|
grease_pencils: BlendDataGreasePencils
|
|
114176
|
-
"""
|
|
113776
|
+
""" Annotation data-blocks (legacy Grease Pencil)
|
|
114177
113777
|
|
|
114178
113778
|
:type: BlendDataGreasePencils
|
|
114179
113779
|
"""
|
|
@@ -132125,6 +131725,161 @@ class Curves(ID, bpy_struct):
|
|
|
132125
131725
|
"""
|
|
132126
131726
|
...
|
|
132127
131727
|
|
|
131728
|
+
def remove_curves(
|
|
131729
|
+
self,
|
|
131730
|
+
indices: collections.abc.Iterable[int] | None = (
|
|
131731
|
+
0,
|
|
131732
|
+
0,
|
|
131733
|
+
0,
|
|
131734
|
+
0,
|
|
131735
|
+
0,
|
|
131736
|
+
0,
|
|
131737
|
+
0,
|
|
131738
|
+
0,
|
|
131739
|
+
0,
|
|
131740
|
+
0,
|
|
131741
|
+
0,
|
|
131742
|
+
0,
|
|
131743
|
+
0,
|
|
131744
|
+
0,
|
|
131745
|
+
0,
|
|
131746
|
+
0,
|
|
131747
|
+
0,
|
|
131748
|
+
0,
|
|
131749
|
+
0,
|
|
131750
|
+
0,
|
|
131751
|
+
0,
|
|
131752
|
+
0,
|
|
131753
|
+
0,
|
|
131754
|
+
0,
|
|
131755
|
+
0,
|
|
131756
|
+
0,
|
|
131757
|
+
0,
|
|
131758
|
+
0,
|
|
131759
|
+
0,
|
|
131760
|
+
0,
|
|
131761
|
+
0,
|
|
131762
|
+
0,
|
|
131763
|
+
0,
|
|
131764
|
+
0,
|
|
131765
|
+
0,
|
|
131766
|
+
0,
|
|
131767
|
+
0,
|
|
131768
|
+
0,
|
|
131769
|
+
0,
|
|
131770
|
+
0,
|
|
131771
|
+
0,
|
|
131772
|
+
0,
|
|
131773
|
+
0,
|
|
131774
|
+
0,
|
|
131775
|
+
0,
|
|
131776
|
+
0,
|
|
131777
|
+
0,
|
|
131778
|
+
0,
|
|
131779
|
+
0,
|
|
131780
|
+
0,
|
|
131781
|
+
0,
|
|
131782
|
+
0,
|
|
131783
|
+
0,
|
|
131784
|
+
0,
|
|
131785
|
+
0,
|
|
131786
|
+
0,
|
|
131787
|
+
0,
|
|
131788
|
+
0,
|
|
131789
|
+
0,
|
|
131790
|
+
0,
|
|
131791
|
+
0,
|
|
131792
|
+
0,
|
|
131793
|
+
0,
|
|
131794
|
+
0,
|
|
131795
|
+
),
|
|
131796
|
+
):
|
|
131797
|
+
"""Remove all curves. If indices are provided, remove only the curves with the given indices.
|
|
131798
|
+
|
|
131799
|
+
:param indices: Indices, The indices of the curves to remove
|
|
131800
|
+
:type indices: collections.abc.Iterable[int] | None
|
|
131801
|
+
"""
|
|
131802
|
+
...
|
|
131803
|
+
|
|
131804
|
+
def resize_curves(
|
|
131805
|
+
self,
|
|
131806
|
+
sizes: collections.abc.Iterable[int] | None,
|
|
131807
|
+
indices: collections.abc.Iterable[int] | None = (
|
|
131808
|
+
0,
|
|
131809
|
+
0,
|
|
131810
|
+
0,
|
|
131811
|
+
0,
|
|
131812
|
+
0,
|
|
131813
|
+
0,
|
|
131814
|
+
0,
|
|
131815
|
+
0,
|
|
131816
|
+
0,
|
|
131817
|
+
0,
|
|
131818
|
+
0,
|
|
131819
|
+
0,
|
|
131820
|
+
0,
|
|
131821
|
+
0,
|
|
131822
|
+
0,
|
|
131823
|
+
0,
|
|
131824
|
+
0,
|
|
131825
|
+
0,
|
|
131826
|
+
0,
|
|
131827
|
+
0,
|
|
131828
|
+
0,
|
|
131829
|
+
0,
|
|
131830
|
+
0,
|
|
131831
|
+
0,
|
|
131832
|
+
0,
|
|
131833
|
+
0,
|
|
131834
|
+
0,
|
|
131835
|
+
0,
|
|
131836
|
+
0,
|
|
131837
|
+
0,
|
|
131838
|
+
0,
|
|
131839
|
+
0,
|
|
131840
|
+
0,
|
|
131841
|
+
0,
|
|
131842
|
+
0,
|
|
131843
|
+
0,
|
|
131844
|
+
0,
|
|
131845
|
+
0,
|
|
131846
|
+
0,
|
|
131847
|
+
0,
|
|
131848
|
+
0,
|
|
131849
|
+
0,
|
|
131850
|
+
0,
|
|
131851
|
+
0,
|
|
131852
|
+
0,
|
|
131853
|
+
0,
|
|
131854
|
+
0,
|
|
131855
|
+
0,
|
|
131856
|
+
0,
|
|
131857
|
+
0,
|
|
131858
|
+
0,
|
|
131859
|
+
0,
|
|
131860
|
+
0,
|
|
131861
|
+
0,
|
|
131862
|
+
0,
|
|
131863
|
+
0,
|
|
131864
|
+
0,
|
|
131865
|
+
0,
|
|
131866
|
+
0,
|
|
131867
|
+
0,
|
|
131868
|
+
0,
|
|
131869
|
+
0,
|
|
131870
|
+
0,
|
|
131871
|
+
0,
|
|
131872
|
+
),
|
|
131873
|
+
):
|
|
131874
|
+
"""Resize all existing curves. If indices are provided, resize only the curves with the given indices. If the new size for a curve is smaller, the curve is trimmed. If the new size for a curve is larger, the new end values are default initialized.
|
|
131875
|
+
|
|
131876
|
+
:param sizes: Sizes, The number of points in each curve
|
|
131877
|
+
:type sizes: collections.abc.Iterable[int] | None
|
|
131878
|
+
:param indices: Indices, The indices of the curves to resize
|
|
131879
|
+
:type indices: collections.abc.Iterable[int] | None
|
|
131880
|
+
"""
|
|
131881
|
+
...
|
|
131882
|
+
|
|
132128
131883
|
@classmethod
|
|
132129
131884
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
132130
131885
|
"""
|
|
@@ -143346,150 +143101,6 @@ class GPENCIL_UL_vgroups(UIList, bpy_struct):
|
|
|
143346
143101
|
"""
|
|
143347
143102
|
...
|
|
143348
143103
|
|
|
143349
|
-
class GPencilEditCurve(bpy_struct):
|
|
143350
|
-
"""Edition Curve"""
|
|
143351
|
-
|
|
143352
|
-
curve_points: bpy_prop_collection[GPencilEditCurvePoint]
|
|
143353
|
-
""" Curve data points
|
|
143354
|
-
|
|
143355
|
-
:type: bpy_prop_collection[GPencilEditCurvePoint]
|
|
143356
|
-
"""
|
|
143357
|
-
|
|
143358
|
-
select: bool
|
|
143359
|
-
""" Curve is selected for viewport editing
|
|
143360
|
-
|
|
143361
|
-
:type: bool
|
|
143362
|
-
"""
|
|
143363
|
-
|
|
143364
|
-
@classmethod
|
|
143365
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
143366
|
-
"""
|
|
143367
|
-
|
|
143368
|
-
:param id: The RNA type identifier.
|
|
143369
|
-
:type id: str | None
|
|
143370
|
-
:param default:
|
|
143371
|
-
:return: The RNA type or default when not found.
|
|
143372
|
-
:rtype: Struct
|
|
143373
|
-
"""
|
|
143374
|
-
...
|
|
143375
|
-
|
|
143376
|
-
@classmethod
|
|
143377
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
143378
|
-
"""
|
|
143379
|
-
|
|
143380
|
-
:param id: The RNA type identifier.
|
|
143381
|
-
:type id: str | None
|
|
143382
|
-
:param default:
|
|
143383
|
-
:return: The class or default when not found.
|
|
143384
|
-
:rtype: typing.Any
|
|
143385
|
-
"""
|
|
143386
|
-
...
|
|
143387
|
-
|
|
143388
|
-
class GPencilEditCurvePoint(bpy_struct):
|
|
143389
|
-
"""Bézier curve point with two handles"""
|
|
143390
|
-
|
|
143391
|
-
co: mathutils.Vector
|
|
143392
|
-
""" Coordinates of the control point
|
|
143393
|
-
|
|
143394
|
-
:type: mathutils.Vector
|
|
143395
|
-
"""
|
|
143396
|
-
|
|
143397
|
-
handle_left: mathutils.Vector
|
|
143398
|
-
""" Coordinates of the first handle
|
|
143399
|
-
|
|
143400
|
-
:type: mathutils.Vector
|
|
143401
|
-
"""
|
|
143402
|
-
|
|
143403
|
-
handle_right: mathutils.Vector
|
|
143404
|
-
""" Coordinates of the second handle
|
|
143405
|
-
|
|
143406
|
-
:type: mathutils.Vector
|
|
143407
|
-
"""
|
|
143408
|
-
|
|
143409
|
-
hide: bool
|
|
143410
|
-
""" Visibility status
|
|
143411
|
-
|
|
143412
|
-
:type: bool
|
|
143413
|
-
"""
|
|
143414
|
-
|
|
143415
|
-
point_index: int
|
|
143416
|
-
""" Index of the corresponding grease pencil stroke point
|
|
143417
|
-
|
|
143418
|
-
:type: int
|
|
143419
|
-
"""
|
|
143420
|
-
|
|
143421
|
-
pressure: float
|
|
143422
|
-
""" Pressure of the grease pencil stroke point
|
|
143423
|
-
|
|
143424
|
-
:type: float
|
|
143425
|
-
"""
|
|
143426
|
-
|
|
143427
|
-
select_control_point: bool
|
|
143428
|
-
""" Control point selection status
|
|
143429
|
-
|
|
143430
|
-
:type: bool
|
|
143431
|
-
"""
|
|
143432
|
-
|
|
143433
|
-
select_left_handle: bool
|
|
143434
|
-
""" Handle 1 selection status
|
|
143435
|
-
|
|
143436
|
-
:type: bool
|
|
143437
|
-
"""
|
|
143438
|
-
|
|
143439
|
-
select_right_handle: bool
|
|
143440
|
-
""" Handle 2 selection status
|
|
143441
|
-
|
|
143442
|
-
:type: bool
|
|
143443
|
-
"""
|
|
143444
|
-
|
|
143445
|
-
strength: float
|
|
143446
|
-
""" Color intensity (alpha factor) of the grease pencil stroke point
|
|
143447
|
-
|
|
143448
|
-
:type: float
|
|
143449
|
-
"""
|
|
143450
|
-
|
|
143451
|
-
uv_factor: float
|
|
143452
|
-
""" Internal UV factor
|
|
143453
|
-
|
|
143454
|
-
:type: float
|
|
143455
|
-
"""
|
|
143456
|
-
|
|
143457
|
-
uv_rotation: float
|
|
143458
|
-
""" Internal UV factor for dot mode
|
|
143459
|
-
|
|
143460
|
-
:type: float
|
|
143461
|
-
"""
|
|
143462
|
-
|
|
143463
|
-
vertex_color: bpy_prop_array[float]
|
|
143464
|
-
""" Vertex color of the grease pencil stroke point
|
|
143465
|
-
|
|
143466
|
-
:type: bpy_prop_array[float]
|
|
143467
|
-
"""
|
|
143468
|
-
|
|
143469
|
-
@classmethod
|
|
143470
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
143471
|
-
"""
|
|
143472
|
-
|
|
143473
|
-
:param id: The RNA type identifier.
|
|
143474
|
-
:type id: str | None
|
|
143475
|
-
:param default:
|
|
143476
|
-
:return: The RNA type or default when not found.
|
|
143477
|
-
:rtype: Struct
|
|
143478
|
-
"""
|
|
143479
|
-
...
|
|
143480
|
-
|
|
143481
|
-
@classmethod
|
|
143482
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
143483
|
-
"""
|
|
143484
|
-
|
|
143485
|
-
:param id: The RNA type identifier.
|
|
143486
|
-
:type id: str | None
|
|
143487
|
-
:param default:
|
|
143488
|
-
:return: The class or default when not found.
|
|
143489
|
-
:rtype: typing.Any
|
|
143490
|
-
"""
|
|
143491
|
-
...
|
|
143492
|
-
|
|
143493
143104
|
class GPencilFrame(bpy_struct):
|
|
143494
143105
|
"""Collection of related sketches on a particular frame"""
|
|
143495
143106
|
|
|
@@ -143499,34 +143110,18 @@ class GPencilFrame(bpy_struct):
|
|
|
143499
143110
|
:type: int
|
|
143500
143111
|
"""
|
|
143501
143112
|
|
|
143502
|
-
is_edited: bool
|
|
143503
|
-
""" Frame is being edited (painted on)
|
|
143504
|
-
|
|
143505
|
-
:type: bool
|
|
143506
|
-
"""
|
|
143507
|
-
|
|
143508
|
-
keyframe_type: str
|
|
143509
|
-
""" Type of keyframe
|
|
143510
|
-
|
|
143511
|
-
:type: str
|
|
143512
|
-
"""
|
|
143513
|
-
|
|
143514
143113
|
select: bool
|
|
143515
143114
|
""" Frame is selected for editing in the Dope Sheet
|
|
143516
143115
|
|
|
143517
143116
|
:type: bool
|
|
143518
143117
|
"""
|
|
143519
143118
|
|
|
143520
|
-
strokes:
|
|
143119
|
+
strokes: bpy_prop_collection[GPencilStroke]
|
|
143521
143120
|
""" Freehand curves defining the sketch on this frame
|
|
143522
143121
|
|
|
143523
|
-
:type:
|
|
143122
|
+
:type: bpy_prop_collection[GPencilStroke]
|
|
143524
143123
|
"""
|
|
143525
143124
|
|
|
143526
|
-
def clear(self):
|
|
143527
|
-
"""Remove all the grease pencil frame data"""
|
|
143528
|
-
...
|
|
143529
|
-
|
|
143530
143125
|
@classmethod
|
|
143531
143126
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
143532
143127
|
"""
|
|
@@ -143635,34 +143230,16 @@ class GPencilLayer(bpy_struct):
|
|
|
143635
143230
|
:type: float
|
|
143636
143231
|
"""
|
|
143637
143232
|
|
|
143638
|
-
blend_mode: str
|
|
143639
|
-
""" Blend mode
|
|
143640
|
-
|
|
143641
|
-
:type: str
|
|
143642
|
-
"""
|
|
143643
|
-
|
|
143644
|
-
channel_color: mathutils.Color
|
|
143645
|
-
""" Custom color for animation channel in Dopesheet
|
|
143646
|
-
|
|
143647
|
-
:type: mathutils.Color
|
|
143648
|
-
"""
|
|
143649
|
-
|
|
143650
143233
|
color: mathutils.Color
|
|
143651
143234
|
""" Color for all strokes in this layer
|
|
143652
143235
|
|
|
143653
143236
|
:type: mathutils.Color
|
|
143654
143237
|
"""
|
|
143655
143238
|
|
|
143656
|
-
frames:
|
|
143239
|
+
frames: bpy_prop_collection[GPencilFrame]
|
|
143657
143240
|
""" Sketches for this layer on different frames
|
|
143658
143241
|
|
|
143659
|
-
:type:
|
|
143660
|
-
"""
|
|
143661
|
-
|
|
143662
|
-
hide: bool
|
|
143663
|
-
""" Set layer Visibility
|
|
143664
|
-
|
|
143665
|
-
:type: bool
|
|
143242
|
+
:type: bpy_prop_collection[GPencilFrame]
|
|
143666
143243
|
"""
|
|
143667
143244
|
|
|
143668
143245
|
info: str
|
|
@@ -143671,30 +143248,12 @@ class GPencilLayer(bpy_struct):
|
|
|
143671
143248
|
:type: str
|
|
143672
143249
|
"""
|
|
143673
143250
|
|
|
143674
|
-
is_parented: bool
|
|
143675
|
-
""" True when the layer parent object is set
|
|
143676
|
-
|
|
143677
|
-
:type: bool
|
|
143678
|
-
"""
|
|
143679
|
-
|
|
143680
143251
|
is_ruler: bool
|
|
143681
143252
|
""" This is a special ruler layer
|
|
143682
143253
|
|
|
143683
143254
|
:type: bool
|
|
143684
143255
|
"""
|
|
143685
143256
|
|
|
143686
|
-
line_change: int
|
|
143687
|
-
""" Thickness change to apply to current strokes (in pixels)
|
|
143688
|
-
|
|
143689
|
-
:type: int
|
|
143690
|
-
"""
|
|
143691
|
-
|
|
143692
|
-
location: mathutils.Vector
|
|
143693
|
-
""" Values for change location
|
|
143694
|
-
|
|
143695
|
-
:type: mathutils.Vector
|
|
143696
|
-
"""
|
|
143697
|
-
|
|
143698
143257
|
lock: bool
|
|
143699
143258
|
""" Protect layer from further editing and/or frame changes
|
|
143700
143259
|
|
|
@@ -143707,78 +143266,6 @@ class GPencilLayer(bpy_struct):
|
|
|
143707
143266
|
:type: bool
|
|
143708
143267
|
"""
|
|
143709
143268
|
|
|
143710
|
-
lock_material: bool
|
|
143711
|
-
""" Avoids editing locked materials in the layer
|
|
143712
|
-
|
|
143713
|
-
:type: bool
|
|
143714
|
-
"""
|
|
143715
|
-
|
|
143716
|
-
mask_layers: GreasePencilMaskLayers
|
|
143717
|
-
""" List of Masking Layers
|
|
143718
|
-
|
|
143719
|
-
:type: GreasePencilMaskLayers
|
|
143720
|
-
"""
|
|
143721
|
-
|
|
143722
|
-
matrix_inverse: mathutils.Matrix
|
|
143723
|
-
""" Parent inverse transformation matrix
|
|
143724
|
-
|
|
143725
|
-
:type: mathutils.Matrix
|
|
143726
|
-
"""
|
|
143727
|
-
|
|
143728
|
-
matrix_inverse_layer: mathutils.Matrix
|
|
143729
|
-
""" Local Layer transformation inverse matrix
|
|
143730
|
-
|
|
143731
|
-
:type: mathutils.Matrix
|
|
143732
|
-
"""
|
|
143733
|
-
|
|
143734
|
-
matrix_layer: mathutils.Matrix
|
|
143735
|
-
""" Local Layer transformation matrix
|
|
143736
|
-
|
|
143737
|
-
:type: mathutils.Matrix
|
|
143738
|
-
"""
|
|
143739
|
-
|
|
143740
|
-
opacity: float
|
|
143741
|
-
""" Layer Opacity
|
|
143742
|
-
|
|
143743
|
-
:type: float
|
|
143744
|
-
"""
|
|
143745
|
-
|
|
143746
|
-
parent: Object | None
|
|
143747
|
-
""" Parent object
|
|
143748
|
-
|
|
143749
|
-
:type: Object | None
|
|
143750
|
-
"""
|
|
143751
|
-
|
|
143752
|
-
parent_bone: str
|
|
143753
|
-
""" Name of parent bone in case of a bone parenting relation
|
|
143754
|
-
|
|
143755
|
-
:type: str
|
|
143756
|
-
"""
|
|
143757
|
-
|
|
143758
|
-
parent_type: str
|
|
143759
|
-
""" Type of parent relation
|
|
143760
|
-
|
|
143761
|
-
:type: str
|
|
143762
|
-
"""
|
|
143763
|
-
|
|
143764
|
-
pass_index: int
|
|
143765
|
-
""" Index number for the "Layer Index" pass
|
|
143766
|
-
|
|
143767
|
-
:type: int
|
|
143768
|
-
"""
|
|
143769
|
-
|
|
143770
|
-
rotation: mathutils.Euler
|
|
143771
|
-
""" Values for changes in rotation
|
|
143772
|
-
|
|
143773
|
-
:type: mathutils.Euler
|
|
143774
|
-
"""
|
|
143775
|
-
|
|
143776
|
-
scale: mathutils.Vector
|
|
143777
|
-
""" Values for changes in scale
|
|
143778
|
-
|
|
143779
|
-
:type: mathutils.Vector
|
|
143780
|
-
"""
|
|
143781
|
-
|
|
143782
143269
|
select: bool
|
|
143783
143270
|
""" Layer is selected for editing in the Dope Sheet
|
|
143784
143271
|
|
|
@@ -143791,208 +143278,18 @@ class GPencilLayer(bpy_struct):
|
|
|
143791
143278
|
:type: bool
|
|
143792
143279
|
"""
|
|
143793
143280
|
|
|
143794
|
-
show_points: bool
|
|
143795
|
-
""" Show the points which make up the strokes (for debugging purposes)
|
|
143796
|
-
|
|
143797
|
-
:type: bool
|
|
143798
|
-
"""
|
|
143799
|
-
|
|
143800
143281
|
thickness: int
|
|
143801
143282
|
""" Thickness of annotation strokes
|
|
143802
143283
|
|
|
143803
143284
|
:type: int
|
|
143804
143285
|
"""
|
|
143805
143286
|
|
|
143806
|
-
tint_color: mathutils.Color
|
|
143807
|
-
""" Color for tinting stroke colors
|
|
143808
|
-
|
|
143809
|
-
:type: mathutils.Color
|
|
143810
|
-
"""
|
|
143811
|
-
|
|
143812
|
-
tint_factor: float
|
|
143813
|
-
""" Factor of tinting color
|
|
143814
|
-
|
|
143815
|
-
:type: float
|
|
143816
|
-
"""
|
|
143817
|
-
|
|
143818
143287
|
use_annotation_onion_skinning: bool
|
|
143819
143288
|
""" Display annotation onion skins before and after the current frame
|
|
143820
143289
|
|
|
143821
143290
|
:type: bool
|
|
143822
143291
|
"""
|
|
143823
143292
|
|
|
143824
|
-
use_lights: bool
|
|
143825
|
-
""" Enable the use of lights on stroke and fill materials
|
|
143826
|
-
|
|
143827
|
-
:type: bool
|
|
143828
|
-
"""
|
|
143829
|
-
|
|
143830
|
-
use_mask_layer: bool
|
|
143831
|
-
""" The visibility of drawings on this layer is affected by the layers in its masks list
|
|
143832
|
-
|
|
143833
|
-
:type: bool
|
|
143834
|
-
"""
|
|
143835
|
-
|
|
143836
|
-
use_onion_skinning: bool
|
|
143837
|
-
""" Display onion skins before and after the current frame
|
|
143838
|
-
|
|
143839
|
-
:type: bool
|
|
143840
|
-
"""
|
|
143841
|
-
|
|
143842
|
-
use_solo_mode: bool
|
|
143843
|
-
""" In Draw Mode only display layers with keyframe in current frame
|
|
143844
|
-
|
|
143845
|
-
:type: bool
|
|
143846
|
-
"""
|
|
143847
|
-
|
|
143848
|
-
use_viewlayer_masks: bool
|
|
143849
|
-
""" Include the mask layers when rendering the view-layer
|
|
143850
|
-
|
|
143851
|
-
:type: bool
|
|
143852
|
-
"""
|
|
143853
|
-
|
|
143854
|
-
vertex_paint_opacity: float
|
|
143855
|
-
""" Vertex Paint mix factor
|
|
143856
|
-
|
|
143857
|
-
:type: float
|
|
143858
|
-
"""
|
|
143859
|
-
|
|
143860
|
-
viewlayer_render: str
|
|
143861
|
-
""" Only include Layer in this View Layer render output (leave blank to include always)
|
|
143862
|
-
|
|
143863
|
-
:type: str
|
|
143864
|
-
"""
|
|
143865
|
-
|
|
143866
|
-
def clear(self):
|
|
143867
|
-
"""Remove all the grease pencil layer data"""
|
|
143868
|
-
...
|
|
143869
|
-
|
|
143870
|
-
@classmethod
|
|
143871
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
143872
|
-
"""
|
|
143873
|
-
|
|
143874
|
-
:param id: The RNA type identifier.
|
|
143875
|
-
:type id: str | None
|
|
143876
|
-
:param default:
|
|
143877
|
-
:return: The RNA type or default when not found.
|
|
143878
|
-
:rtype: Struct
|
|
143879
|
-
"""
|
|
143880
|
-
...
|
|
143881
|
-
|
|
143882
|
-
@classmethod
|
|
143883
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
143884
|
-
"""
|
|
143885
|
-
|
|
143886
|
-
:param id: The RNA type identifier.
|
|
143887
|
-
:type id: str | None
|
|
143888
|
-
:param default:
|
|
143889
|
-
:return: The class or default when not found.
|
|
143890
|
-
:rtype: typing.Any
|
|
143891
|
-
"""
|
|
143892
|
-
...
|
|
143893
|
-
|
|
143894
|
-
class GPencilLayerMask(bpy_struct):
|
|
143895
|
-
"""List of Mask Layers"""
|
|
143896
|
-
|
|
143897
|
-
hide: bool
|
|
143898
|
-
""" Set mask Visibility
|
|
143899
|
-
|
|
143900
|
-
:type: bool
|
|
143901
|
-
"""
|
|
143902
|
-
|
|
143903
|
-
invert: bool
|
|
143904
|
-
""" Invert mask
|
|
143905
|
-
|
|
143906
|
-
:type: bool
|
|
143907
|
-
"""
|
|
143908
|
-
|
|
143909
|
-
name: str
|
|
143910
|
-
""" Mask layer name
|
|
143911
|
-
|
|
143912
|
-
:type: str
|
|
143913
|
-
"""
|
|
143914
|
-
|
|
143915
|
-
@classmethod
|
|
143916
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
143917
|
-
"""
|
|
143918
|
-
|
|
143919
|
-
:param id: The RNA type identifier.
|
|
143920
|
-
:type id: str | None
|
|
143921
|
-
:param default:
|
|
143922
|
-
:return: The RNA type or default when not found.
|
|
143923
|
-
:rtype: Struct
|
|
143924
|
-
"""
|
|
143925
|
-
...
|
|
143926
|
-
|
|
143927
|
-
@classmethod
|
|
143928
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
143929
|
-
"""
|
|
143930
|
-
|
|
143931
|
-
:param id: The RNA type identifier.
|
|
143932
|
-
:type id: str | None
|
|
143933
|
-
:param default:
|
|
143934
|
-
:return: The class or default when not found.
|
|
143935
|
-
:rtype: typing.Any
|
|
143936
|
-
"""
|
|
143937
|
-
...
|
|
143938
|
-
|
|
143939
|
-
class GPencilSculptGuide(bpy_struct):
|
|
143940
|
-
"""Guides for drawing"""
|
|
143941
|
-
|
|
143942
|
-
angle: float
|
|
143943
|
-
""" Direction of lines
|
|
143944
|
-
|
|
143945
|
-
:type: float
|
|
143946
|
-
"""
|
|
143947
|
-
|
|
143948
|
-
angle_snap: float
|
|
143949
|
-
""" Angle snapping
|
|
143950
|
-
|
|
143951
|
-
:type: float
|
|
143952
|
-
"""
|
|
143953
|
-
|
|
143954
|
-
location: bpy_prop_array[float]
|
|
143955
|
-
""" Custom reference point for guides
|
|
143956
|
-
|
|
143957
|
-
:type: bpy_prop_array[float]
|
|
143958
|
-
"""
|
|
143959
|
-
|
|
143960
|
-
reference_object: Object | None
|
|
143961
|
-
""" Object used for reference point
|
|
143962
|
-
|
|
143963
|
-
:type: Object | None
|
|
143964
|
-
"""
|
|
143965
|
-
|
|
143966
|
-
reference_point: str
|
|
143967
|
-
""" Type of speed guide
|
|
143968
|
-
|
|
143969
|
-
:type: str
|
|
143970
|
-
"""
|
|
143971
|
-
|
|
143972
|
-
spacing: float
|
|
143973
|
-
""" Guide spacing
|
|
143974
|
-
|
|
143975
|
-
:type: float
|
|
143976
|
-
"""
|
|
143977
|
-
|
|
143978
|
-
type: str
|
|
143979
|
-
""" Type of speed guide
|
|
143980
|
-
|
|
143981
|
-
:type: str
|
|
143982
|
-
"""
|
|
143983
|
-
|
|
143984
|
-
use_guide: bool
|
|
143985
|
-
""" Enable speed guides
|
|
143986
|
-
|
|
143987
|
-
:type: bool
|
|
143988
|
-
"""
|
|
143989
|
-
|
|
143990
|
-
use_snapping: bool
|
|
143991
|
-
""" Enable snapping to guides angle or spacing options
|
|
143992
|
-
|
|
143993
|
-
:type: bool
|
|
143994
|
-
"""
|
|
143995
|
-
|
|
143996
143293
|
@classmethod
|
|
143997
143294
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
143998
143295
|
"""
|
|
@@ -144017,83 +143314,59 @@ class GPencilSculptGuide(bpy_struct):
|
|
|
144017
143314
|
"""
|
|
144018
143315
|
...
|
|
144019
143316
|
|
|
144020
|
-
class
|
|
144021
|
-
"""
|
|
144022
|
-
|
|
144023
|
-
guide: GPencilSculptGuide
|
|
144024
|
-
"""
|
|
144025
|
-
|
|
144026
|
-
:type: GPencilSculptGuide
|
|
144027
|
-
"""
|
|
143317
|
+
class GPencilSculptGuide(bpy_struct):
|
|
143318
|
+
"""Guides for drawing"""
|
|
144028
143319
|
|
|
144029
|
-
|
|
144030
|
-
"""
|
|
143320
|
+
angle: float
|
|
143321
|
+
""" Direction of lines
|
|
144031
143322
|
|
|
144032
143323
|
:type: float
|
|
144033
143324
|
"""
|
|
144034
143325
|
|
|
144035
|
-
|
|
144036
|
-
"""
|
|
144037
|
-
|
|
144038
|
-
:type: str
|
|
144039
|
-
"""
|
|
144040
|
-
|
|
144041
|
-
multiframe_falloff_curve: CurveMapping
|
|
144042
|
-
""" Custom curve to control falloff of brush effect by Grease Pencil frames
|
|
144043
|
-
|
|
144044
|
-
:type: CurveMapping
|
|
144045
|
-
"""
|
|
144046
|
-
|
|
144047
|
-
thickness_primitive_curve: CurveMapping
|
|
144048
|
-
""" Custom curve to control primitive thickness
|
|
144049
|
-
|
|
144050
|
-
:type: CurveMapping
|
|
144051
|
-
"""
|
|
144052
|
-
|
|
144053
|
-
use_automasking_layer_active: bool
|
|
144054
|
-
""" Affect only the Active Layer
|
|
143326
|
+
angle_snap: float
|
|
143327
|
+
""" Angle snapping
|
|
144055
143328
|
|
|
144056
|
-
:type:
|
|
143329
|
+
:type: float
|
|
144057
143330
|
"""
|
|
144058
143331
|
|
|
144059
|
-
|
|
144060
|
-
"""
|
|
143332
|
+
location: bpy_prop_array[float]
|
|
143333
|
+
""" Custom reference point for guides
|
|
144061
143334
|
|
|
144062
|
-
:type:
|
|
143335
|
+
:type: bpy_prop_array[float]
|
|
144063
143336
|
"""
|
|
144064
143337
|
|
|
144065
|
-
|
|
144066
|
-
"""
|
|
143338
|
+
reference_object: Object | None
|
|
143339
|
+
""" Object used for reference point
|
|
144067
143340
|
|
|
144068
|
-
:type:
|
|
143341
|
+
:type: Object | None
|
|
144069
143342
|
"""
|
|
144070
143343
|
|
|
144071
|
-
|
|
144072
|
-
"""
|
|
143344
|
+
reference_point: str
|
|
143345
|
+
""" Type of speed guide
|
|
144073
143346
|
|
|
144074
|
-
:type:
|
|
143347
|
+
:type: str
|
|
144075
143348
|
"""
|
|
144076
143349
|
|
|
144077
|
-
|
|
144078
|
-
"""
|
|
143350
|
+
spacing: float
|
|
143351
|
+
""" Guide spacing
|
|
144079
143352
|
|
|
144080
|
-
:type:
|
|
143353
|
+
:type: float
|
|
144081
143354
|
"""
|
|
144082
143355
|
|
|
144083
|
-
|
|
144084
|
-
"""
|
|
143356
|
+
type: str
|
|
143357
|
+
""" Type of speed guide
|
|
144085
143358
|
|
|
144086
|
-
:type:
|
|
143359
|
+
:type: str
|
|
144087
143360
|
"""
|
|
144088
143361
|
|
|
144089
|
-
|
|
144090
|
-
"""
|
|
143362
|
+
use_guide: bool
|
|
143363
|
+
""" Enable speed guides
|
|
144091
143364
|
|
|
144092
143365
|
:type: bool
|
|
144093
143366
|
"""
|
|
144094
143367
|
|
|
144095
|
-
|
|
144096
|
-
"""
|
|
143368
|
+
use_snapping: bool
|
|
143369
|
+
""" Enable snapping to guides angle or spacing options
|
|
144097
143370
|
|
|
144098
143371
|
:type: bool
|
|
144099
143372
|
"""
|
|
@@ -144122,139 +143395,85 @@ class GPencilSculptSettings(bpy_struct):
|
|
|
144122
143395
|
"""
|
|
144123
143396
|
...
|
|
144124
143397
|
|
|
144125
|
-
class
|
|
144126
|
-
"""
|
|
143398
|
+
class GPencilSculptSettings(bpy_struct):
|
|
143399
|
+
"""General properties for Grease Pencil stroke sculpting tools"""
|
|
144127
143400
|
|
|
144128
|
-
|
|
143401
|
+
guide: GPencilSculptGuide
|
|
144129
143402
|
"""
|
|
144130
143403
|
|
|
144131
|
-
:type:
|
|
143404
|
+
:type: GPencilSculptGuide
|
|
144132
143405
|
"""
|
|
144133
143406
|
|
|
144134
|
-
|
|
144135
|
-
"""
|
|
143407
|
+
intersection_threshold: float
|
|
143408
|
+
""" Threshold for stroke intersections
|
|
144136
143409
|
|
|
144137
|
-
:type:
|
|
143410
|
+
:type: float
|
|
144138
143411
|
"""
|
|
144139
143412
|
|
|
144140
|
-
|
|
143413
|
+
lock_axis: str
|
|
144141
143414
|
"""
|
|
144142
143415
|
|
|
144143
|
-
:type: mathutils.Vector
|
|
144144
|
-
"""
|
|
144145
|
-
|
|
144146
|
-
display_mode: str
|
|
144147
|
-
""" Coordinate space that stroke is in
|
|
144148
|
-
|
|
144149
143416
|
:type: str
|
|
144150
143417
|
"""
|
|
144151
143418
|
|
|
144152
|
-
|
|
144153
|
-
"""
|
|
144154
|
-
|
|
144155
|
-
:type: GPencilEditCurve
|
|
144156
|
-
"""
|
|
144157
|
-
|
|
144158
|
-
end_cap_mode: str
|
|
144159
|
-
""" Stroke end extreme cap style
|
|
143419
|
+
multiframe_falloff_curve: CurveMapping
|
|
143420
|
+
""" Custom curve to control falloff of brush effect by Grease Pencil frames
|
|
144160
143421
|
|
|
144161
|
-
:type:
|
|
143422
|
+
:type: CurveMapping
|
|
144162
143423
|
"""
|
|
144163
143424
|
|
|
144164
|
-
|
|
144165
|
-
"""
|
|
143425
|
+
thickness_primitive_curve: CurveMapping
|
|
143426
|
+
""" Custom curve to control primitive thickness
|
|
144166
143427
|
|
|
144167
|
-
:type:
|
|
143428
|
+
:type: CurveMapping
|
|
144168
143429
|
"""
|
|
144169
143430
|
|
|
144170
|
-
|
|
144171
|
-
"""
|
|
143431
|
+
use_automasking_layer_active: bool
|
|
143432
|
+
""" Affect only the Active Layer
|
|
144172
143433
|
|
|
144173
143434
|
:type: bool
|
|
144174
143435
|
"""
|
|
144175
143436
|
|
|
144176
|
-
|
|
144177
|
-
"""
|
|
143437
|
+
use_automasking_layer_stroke: bool
|
|
143438
|
+
""" Affect only strokes below the cursor
|
|
144178
143439
|
|
|
144179
143440
|
:type: bool
|
|
144180
143441
|
"""
|
|
144181
143442
|
|
|
144182
|
-
|
|
144183
|
-
"""
|
|
144184
|
-
|
|
144185
|
-
:type: int
|
|
144186
|
-
"""
|
|
144187
|
-
|
|
144188
|
-
material_index: int
|
|
144189
|
-
""" Material slot index of this stroke
|
|
144190
|
-
|
|
144191
|
-
:type: int
|
|
144192
|
-
"""
|
|
144193
|
-
|
|
144194
|
-
points: GPencilStrokePoints
|
|
144195
|
-
""" Stroke data points
|
|
144196
|
-
|
|
144197
|
-
:type: GPencilStrokePoints
|
|
144198
|
-
"""
|
|
144199
|
-
|
|
144200
|
-
select: bool
|
|
144201
|
-
""" Stroke is selected for viewport editing
|
|
143443
|
+
use_automasking_material_active: bool
|
|
143444
|
+
""" Affect only the Active Material
|
|
144202
143445
|
|
|
144203
143446
|
:type: bool
|
|
144204
143447
|
"""
|
|
144205
143448
|
|
|
144206
|
-
|
|
144207
|
-
"""
|
|
144208
|
-
|
|
144209
|
-
:type: int
|
|
144210
|
-
"""
|
|
144211
|
-
|
|
144212
|
-
start_cap_mode: str
|
|
144213
|
-
""" Stroke start extreme cap style
|
|
144214
|
-
|
|
144215
|
-
:type: str
|
|
144216
|
-
"""
|
|
144217
|
-
|
|
144218
|
-
time_start: float
|
|
144219
|
-
""" Initial time of the stroke
|
|
144220
|
-
|
|
144221
|
-
:type: float
|
|
144222
|
-
"""
|
|
144223
|
-
|
|
144224
|
-
triangles: bpy_prop_collection[GPencilTriangle]
|
|
144225
|
-
""" Triangulation data for HQ fill
|
|
144226
|
-
|
|
144227
|
-
:type: bpy_prop_collection[GPencilTriangle]
|
|
144228
|
-
"""
|
|
144229
|
-
|
|
144230
|
-
use_cyclic: bool
|
|
144231
|
-
""" Enable cyclic drawing, closing the stroke
|
|
143449
|
+
use_automasking_material_stroke: bool
|
|
143450
|
+
""" Affect only strokes below the cursor
|
|
144232
143451
|
|
|
144233
143452
|
:type: bool
|
|
144234
143453
|
"""
|
|
144235
143454
|
|
|
144236
|
-
|
|
144237
|
-
"""
|
|
143455
|
+
use_automasking_stroke: bool
|
|
143456
|
+
""" Affect only strokes below the cursor
|
|
144238
143457
|
|
|
144239
|
-
:type:
|
|
143458
|
+
:type: bool
|
|
144240
143459
|
"""
|
|
144241
143460
|
|
|
144242
|
-
|
|
144243
|
-
"""
|
|
143461
|
+
use_multiframe_falloff: bool
|
|
143462
|
+
""" Use falloff effect when edit in multiframe mode to compute brush effect by frame
|
|
144244
143463
|
|
|
144245
|
-
:type:
|
|
143464
|
+
:type: bool
|
|
144246
143465
|
"""
|
|
144247
143466
|
|
|
144248
|
-
|
|
144249
|
-
"""
|
|
143467
|
+
use_scale_thickness: bool
|
|
143468
|
+
""" Scale the stroke thickness when transforming strokes
|
|
144250
143469
|
|
|
144251
|
-
:type:
|
|
143470
|
+
:type: bool
|
|
144252
143471
|
"""
|
|
144253
143472
|
|
|
144254
|
-
|
|
144255
|
-
"""
|
|
143473
|
+
use_thickness_curve: bool
|
|
143474
|
+
""" Use curve to define primitive stroke thickness
|
|
144256
143475
|
|
|
144257
|
-
:type:
|
|
143476
|
+
:type: bool
|
|
144258
143477
|
"""
|
|
144259
143478
|
|
|
144260
143479
|
@classmethod
|
|
@@ -144281,61 +143500,13 @@ class GPencilStroke(bpy_struct):
|
|
|
144281
143500
|
"""
|
|
144282
143501
|
...
|
|
144283
143502
|
|
|
144284
|
-
class
|
|
144285
|
-
"""
|
|
144286
|
-
|
|
144287
|
-
co: mathutils.Vector
|
|
144288
|
-
"""
|
|
144289
|
-
|
|
144290
|
-
:type: mathutils.Vector
|
|
144291
|
-
"""
|
|
144292
|
-
|
|
144293
|
-
pressure: float
|
|
144294
|
-
""" Pressure of tablet at point when drawing it
|
|
144295
|
-
|
|
144296
|
-
:type: float
|
|
144297
|
-
"""
|
|
144298
|
-
|
|
144299
|
-
select: bool
|
|
144300
|
-
""" Point is selected for viewport editing
|
|
144301
|
-
|
|
144302
|
-
:type: bool
|
|
144303
|
-
"""
|
|
144304
|
-
|
|
144305
|
-
strength: float
|
|
144306
|
-
""" Color intensity (alpha factor)
|
|
144307
|
-
|
|
144308
|
-
:type: float
|
|
144309
|
-
"""
|
|
144310
|
-
|
|
144311
|
-
time: float
|
|
144312
|
-
""" Time relative to stroke start
|
|
144313
|
-
|
|
144314
|
-
:type: float
|
|
144315
|
-
"""
|
|
144316
|
-
|
|
144317
|
-
uv_factor: float
|
|
144318
|
-
""" Internal UV factor
|
|
144319
|
-
|
|
144320
|
-
:type: float
|
|
144321
|
-
"""
|
|
144322
|
-
|
|
144323
|
-
uv_fill: mathutils.Vector
|
|
144324
|
-
""" Internal UV factor for filling
|
|
144325
|
-
|
|
144326
|
-
:type: mathutils.Vector
|
|
144327
|
-
"""
|
|
144328
|
-
|
|
144329
|
-
uv_rotation: float
|
|
144330
|
-
""" Internal UV factor for dot mode
|
|
144331
|
-
|
|
144332
|
-
:type: float
|
|
144333
|
-
"""
|
|
143503
|
+
class GPencilStroke(bpy_struct):
|
|
143504
|
+
"""Freehand curve defining part of a sketch"""
|
|
144334
143505
|
|
|
144335
|
-
|
|
144336
|
-
"""
|
|
143506
|
+
points: bpy_prop_collection[GPencilStrokePoint]
|
|
143507
|
+
""" Stroke data points
|
|
144337
143508
|
|
|
144338
|
-
:type:
|
|
143509
|
+
:type: bpy_prop_collection[GPencilStrokePoint]
|
|
144339
143510
|
"""
|
|
144340
143511
|
|
|
144341
143512
|
@classmethod
|
|
@@ -144362,25 +143533,13 @@ class GPencilStrokePoint(bpy_struct):
|
|
|
144362
143533
|
"""
|
|
144363
143534
|
...
|
|
144364
143535
|
|
|
144365
|
-
class
|
|
144366
|
-
"""
|
|
144367
|
-
|
|
144368
|
-
v1: int
|
|
144369
|
-
""" First triangle vertex index
|
|
144370
|
-
|
|
144371
|
-
:type: int
|
|
144372
|
-
"""
|
|
144373
|
-
|
|
144374
|
-
v2: int
|
|
144375
|
-
""" Second triangle vertex index
|
|
144376
|
-
|
|
144377
|
-
:type: int
|
|
144378
|
-
"""
|
|
143536
|
+
class GPencilStrokePoint(bpy_struct):
|
|
143537
|
+
"""Data point for freehand stroke curve"""
|
|
144379
143538
|
|
|
144380
|
-
|
|
144381
|
-
"""
|
|
143539
|
+
co: mathutils.Vector
|
|
143540
|
+
"""
|
|
144382
143541
|
|
|
144383
|
-
:type:
|
|
143542
|
+
:type: mathutils.Vector
|
|
144384
143543
|
"""
|
|
144385
143544
|
|
|
144386
143545
|
@classmethod
|
|
@@ -157708,256 +156867,21 @@ class GpencilModifier(bpy_struct):
|
|
|
157708
156867
|
"""
|
|
157709
156868
|
...
|
|
157710
156869
|
|
|
157711
|
-
class GpencilVertexGroupElement(bpy_struct):
|
|
157712
|
-
"""Weight value of a vertex in a vertex group"""
|
|
157713
|
-
|
|
157714
|
-
group: int
|
|
157715
|
-
"""
|
|
157716
|
-
|
|
157717
|
-
:type: int
|
|
157718
|
-
"""
|
|
157719
|
-
|
|
157720
|
-
weight: float
|
|
157721
|
-
""" Vertex Weight
|
|
157722
|
-
|
|
157723
|
-
:type: float
|
|
157724
|
-
"""
|
|
157725
|
-
|
|
157726
|
-
@classmethod
|
|
157727
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
157728
|
-
"""
|
|
157729
|
-
|
|
157730
|
-
:param id: The RNA type identifier.
|
|
157731
|
-
:type id: str | None
|
|
157732
|
-
:param default:
|
|
157733
|
-
:return: The RNA type or default when not found.
|
|
157734
|
-
:rtype: Struct
|
|
157735
|
-
"""
|
|
157736
|
-
...
|
|
157737
|
-
|
|
157738
|
-
@classmethod
|
|
157739
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
157740
|
-
"""
|
|
157741
|
-
|
|
157742
|
-
:param id: The RNA type identifier.
|
|
157743
|
-
:type id: str | None
|
|
157744
|
-
:param default:
|
|
157745
|
-
:return: The class or default when not found.
|
|
157746
|
-
:rtype: typing.Any
|
|
157747
|
-
"""
|
|
157748
|
-
...
|
|
157749
|
-
|
|
157750
156870
|
class GreasePencil(ID, bpy_struct):
|
|
157751
156871
|
"""Freehand annotation sketchbook"""
|
|
157752
156872
|
|
|
157753
|
-
after_color: mathutils.Color
|
|
157754
|
-
""" Base color for ghosts after the active frame
|
|
157755
|
-
|
|
157756
|
-
:type: mathutils.Color
|
|
157757
|
-
"""
|
|
157758
|
-
|
|
157759
156873
|
animation_data: AnimData
|
|
157760
156874
|
""" Animation data for this data-block
|
|
157761
156875
|
|
|
157762
156876
|
:type: AnimData
|
|
157763
156877
|
"""
|
|
157764
156878
|
|
|
157765
|
-
before_color: mathutils.Color
|
|
157766
|
-
""" Base color for ghosts before the active frame
|
|
157767
|
-
|
|
157768
|
-
:type: mathutils.Color
|
|
157769
|
-
"""
|
|
157770
|
-
|
|
157771
|
-
curve_edit_corner_angle: float
|
|
157772
|
-
""" Angles above this are considered corners
|
|
157773
|
-
|
|
157774
|
-
:type: float
|
|
157775
|
-
"""
|
|
157776
|
-
|
|
157777
|
-
curve_edit_threshold: float
|
|
157778
|
-
""" Curve conversion error threshold
|
|
157779
|
-
|
|
157780
|
-
:type: float
|
|
157781
|
-
"""
|
|
157782
|
-
|
|
157783
|
-
edit_curve_resolution: int
|
|
157784
|
-
""" Number of segments generated between control points when editing strokes in curve mode
|
|
157785
|
-
|
|
157786
|
-
:type: int
|
|
157787
|
-
"""
|
|
157788
|
-
|
|
157789
|
-
edit_line_color: bpy_prop_array[float]
|
|
157790
|
-
""" Color for editing line
|
|
157791
|
-
|
|
157792
|
-
:type: bpy_prop_array[float]
|
|
157793
|
-
"""
|
|
157794
|
-
|
|
157795
|
-
ghost_after_range: int
|
|
157796
|
-
""" Maximum number of frames to show after current frame (0 = don't show any frames after current)
|
|
157797
|
-
|
|
157798
|
-
:type: int
|
|
157799
|
-
"""
|
|
157800
|
-
|
|
157801
|
-
ghost_before_range: int
|
|
157802
|
-
""" Maximum number of frames to show before current frame (0 = don't show any frames before current)
|
|
157803
|
-
|
|
157804
|
-
:type: int
|
|
157805
|
-
"""
|
|
157806
|
-
|
|
157807
|
-
grid: GreasePencilGrid
|
|
157808
|
-
""" Settings for grid and canvas in the 3D viewport
|
|
157809
|
-
|
|
157810
|
-
:type: GreasePencilGrid
|
|
157811
|
-
"""
|
|
157812
|
-
|
|
157813
|
-
is_annotation: bool
|
|
157814
|
-
""" Current data-block is an annotation
|
|
157815
|
-
|
|
157816
|
-
:type: bool
|
|
157817
|
-
"""
|
|
157818
|
-
|
|
157819
|
-
is_stroke_paint_mode: bool
|
|
157820
|
-
""" Draw Grease Pencil strokes on click/drag
|
|
157821
|
-
|
|
157822
|
-
:type: bool
|
|
157823
|
-
"""
|
|
157824
|
-
|
|
157825
|
-
is_stroke_sculpt_mode: bool
|
|
157826
|
-
""" Sculpt Grease Pencil strokes instead of viewport data
|
|
157827
|
-
|
|
157828
|
-
:type: bool
|
|
157829
|
-
"""
|
|
157830
|
-
|
|
157831
|
-
is_stroke_vertex_mode: bool
|
|
157832
|
-
""" Grease Pencil vertex paint
|
|
157833
|
-
|
|
157834
|
-
:type: bool
|
|
157835
|
-
"""
|
|
157836
|
-
|
|
157837
|
-
is_stroke_weight_mode: bool
|
|
157838
|
-
""" Grease Pencil weight paint
|
|
157839
|
-
|
|
157840
|
-
:type: bool
|
|
157841
|
-
"""
|
|
157842
|
-
|
|
157843
156879
|
layers: GreasePencilLayers
|
|
157844
156880
|
"""
|
|
157845
156881
|
|
|
157846
156882
|
:type: GreasePencilLayers
|
|
157847
156883
|
"""
|
|
157848
156884
|
|
|
157849
|
-
materials: IDMaterials
|
|
157850
|
-
"""
|
|
157851
|
-
|
|
157852
|
-
:type: IDMaterials
|
|
157853
|
-
"""
|
|
157854
|
-
|
|
157855
|
-
onion_factor: float
|
|
157856
|
-
""" Change fade opacity of displayed onion frames
|
|
157857
|
-
|
|
157858
|
-
:type: float
|
|
157859
|
-
"""
|
|
157860
|
-
|
|
157861
|
-
onion_keyframe_type: str
|
|
157862
|
-
""" Type of keyframe (for filtering)
|
|
157863
|
-
|
|
157864
|
-
:type: str
|
|
157865
|
-
"""
|
|
157866
|
-
|
|
157867
|
-
onion_mode: str
|
|
157868
|
-
""" Mode to display frames
|
|
157869
|
-
|
|
157870
|
-
:type: str
|
|
157871
|
-
"""
|
|
157872
|
-
|
|
157873
|
-
pixel_factor: float
|
|
157874
|
-
""" Scale conversion factor for pixel size (use larger values for thicker lines)
|
|
157875
|
-
|
|
157876
|
-
:type: float
|
|
157877
|
-
"""
|
|
157878
|
-
|
|
157879
|
-
stroke_depth_order: str
|
|
157880
|
-
""" Defines how the strokes are ordered in 3D space (for objects not displayed 'In Front')
|
|
157881
|
-
|
|
157882
|
-
:type: str
|
|
157883
|
-
"""
|
|
157884
|
-
|
|
157885
|
-
stroke_thickness_space: str
|
|
157886
|
-
""" Set stroke thickness in screen space or world space
|
|
157887
|
-
|
|
157888
|
-
:type: str
|
|
157889
|
-
"""
|
|
157890
|
-
|
|
157891
|
-
use_adaptive_curve_resolution: bool
|
|
157892
|
-
""" Set the resolution of each editcurve segment dynamically depending on the length of the segment. The resolution is the number of points generated per unit distance
|
|
157893
|
-
|
|
157894
|
-
:type: bool
|
|
157895
|
-
"""
|
|
157896
|
-
|
|
157897
|
-
use_autolock_layers: bool
|
|
157898
|
-
""" Automatically lock all layers except the active one to avoid accidental changes
|
|
157899
|
-
|
|
157900
|
-
:type: bool
|
|
157901
|
-
"""
|
|
157902
|
-
|
|
157903
|
-
use_curve_edit: bool
|
|
157904
|
-
""" Edit strokes using curve handles
|
|
157905
|
-
|
|
157906
|
-
:type: bool
|
|
157907
|
-
"""
|
|
157908
|
-
|
|
157909
|
-
use_ghost_custom_colors: bool
|
|
157910
|
-
""" Use custom colors for ghost frames
|
|
157911
|
-
|
|
157912
|
-
:type: bool
|
|
157913
|
-
"""
|
|
157914
|
-
|
|
157915
|
-
use_ghosts_always: bool
|
|
157916
|
-
""" Ghosts are shown in renders and animation playback. Useful for special effects (e.g. motion blur)
|
|
157917
|
-
|
|
157918
|
-
:type: bool
|
|
157919
|
-
"""
|
|
157920
|
-
|
|
157921
|
-
use_multiedit: bool
|
|
157922
|
-
""" Edit strokes from multiple grease pencil keyframes at the same time (keyframes must be selected to be included)
|
|
157923
|
-
|
|
157924
|
-
:type: bool
|
|
157925
|
-
"""
|
|
157926
|
-
|
|
157927
|
-
use_onion_fade: bool
|
|
157928
|
-
""" Display onion keyframes with a fade in color transparency
|
|
157929
|
-
|
|
157930
|
-
:type: bool
|
|
157931
|
-
"""
|
|
157932
|
-
|
|
157933
|
-
use_onion_loop: bool
|
|
157934
|
-
""" Display onion keyframes for looping animations
|
|
157935
|
-
|
|
157936
|
-
:type: bool
|
|
157937
|
-
"""
|
|
157938
|
-
|
|
157939
|
-
use_onion_skinning: bool
|
|
157940
|
-
""" Show ghosts of the keyframes before and after the current frame
|
|
157941
|
-
|
|
157942
|
-
:type: bool
|
|
157943
|
-
"""
|
|
157944
|
-
|
|
157945
|
-
use_stroke_edit_mode: bool
|
|
157946
|
-
""" Edit Grease Pencil strokes instead of viewport data
|
|
157947
|
-
|
|
157948
|
-
:type: bool
|
|
157949
|
-
"""
|
|
157950
|
-
|
|
157951
|
-
zdepth_offset: float
|
|
157952
|
-
""" Offset amount when drawing in surface mode
|
|
157953
|
-
|
|
157954
|
-
:type: float
|
|
157955
|
-
"""
|
|
157956
|
-
|
|
157957
|
-
def clear(self):
|
|
157958
|
-
"""Remove all the Grease Pencil data"""
|
|
157959
|
-
...
|
|
157960
|
-
|
|
157961
156885
|
@classmethod
|
|
157962
156886
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
157963
156887
|
"""
|
|
@@ -158772,6 +157696,226 @@ class GreasePencilDashModifierSegment(bpy_struct):
|
|
|
158772
157696
|
"""
|
|
158773
157697
|
...
|
|
158774
157698
|
|
|
157699
|
+
class GreasePencilDrawing(bpy_struct):
|
|
157700
|
+
"""A Grease Pencil drawing"""
|
|
157701
|
+
|
|
157702
|
+
attributes: AttributeGroupGreasePencilDrawing
|
|
157703
|
+
""" Geometry attributes
|
|
157704
|
+
|
|
157705
|
+
:type: AttributeGroupGreasePencilDrawing
|
|
157706
|
+
"""
|
|
157707
|
+
|
|
157708
|
+
color_attributes: AttributeGroupGreasePencilDrawing
|
|
157709
|
+
""" Geometry color attributes
|
|
157710
|
+
|
|
157711
|
+
:type: AttributeGroupGreasePencilDrawing
|
|
157712
|
+
"""
|
|
157713
|
+
|
|
157714
|
+
curve_offsets: bpy_prop_collection[IntAttributeValue]
|
|
157715
|
+
""" Offset indices of the first point of each curve
|
|
157716
|
+
|
|
157717
|
+
:type: bpy_prop_collection[IntAttributeValue]
|
|
157718
|
+
"""
|
|
157719
|
+
|
|
157720
|
+
type: str
|
|
157721
|
+
""" Drawing type
|
|
157722
|
+
|
|
157723
|
+
:type: str
|
|
157724
|
+
"""
|
|
157725
|
+
|
|
157726
|
+
user_count: int
|
|
157727
|
+
""" The number of keyframes this drawing is used by
|
|
157728
|
+
|
|
157729
|
+
:type: int
|
|
157730
|
+
"""
|
|
157731
|
+
|
|
157732
|
+
def add_curves(self, sizes: collections.abc.Iterable[int] | None):
|
|
157733
|
+
"""Add new curves with provided sizes at the end
|
|
157734
|
+
|
|
157735
|
+
:param sizes: Sizes, The number of points in each curve
|
|
157736
|
+
:type sizes: collections.abc.Iterable[int] | None
|
|
157737
|
+
"""
|
|
157738
|
+
...
|
|
157739
|
+
|
|
157740
|
+
def remove_curves(
|
|
157741
|
+
self,
|
|
157742
|
+
indices: collections.abc.Iterable[int] | None = (
|
|
157743
|
+
0,
|
|
157744
|
+
0,
|
|
157745
|
+
0,
|
|
157746
|
+
0,
|
|
157747
|
+
0,
|
|
157748
|
+
0,
|
|
157749
|
+
0,
|
|
157750
|
+
0,
|
|
157751
|
+
0,
|
|
157752
|
+
0,
|
|
157753
|
+
0,
|
|
157754
|
+
0,
|
|
157755
|
+
0,
|
|
157756
|
+
0,
|
|
157757
|
+
0,
|
|
157758
|
+
0,
|
|
157759
|
+
0,
|
|
157760
|
+
0,
|
|
157761
|
+
0,
|
|
157762
|
+
0,
|
|
157763
|
+
0,
|
|
157764
|
+
0,
|
|
157765
|
+
0,
|
|
157766
|
+
0,
|
|
157767
|
+
0,
|
|
157768
|
+
0,
|
|
157769
|
+
0,
|
|
157770
|
+
0,
|
|
157771
|
+
0,
|
|
157772
|
+
0,
|
|
157773
|
+
0,
|
|
157774
|
+
0,
|
|
157775
|
+
0,
|
|
157776
|
+
0,
|
|
157777
|
+
0,
|
|
157778
|
+
0,
|
|
157779
|
+
0,
|
|
157780
|
+
0,
|
|
157781
|
+
0,
|
|
157782
|
+
0,
|
|
157783
|
+
0,
|
|
157784
|
+
0,
|
|
157785
|
+
0,
|
|
157786
|
+
0,
|
|
157787
|
+
0,
|
|
157788
|
+
0,
|
|
157789
|
+
0,
|
|
157790
|
+
0,
|
|
157791
|
+
0,
|
|
157792
|
+
0,
|
|
157793
|
+
0,
|
|
157794
|
+
0,
|
|
157795
|
+
0,
|
|
157796
|
+
0,
|
|
157797
|
+
0,
|
|
157798
|
+
0,
|
|
157799
|
+
0,
|
|
157800
|
+
0,
|
|
157801
|
+
0,
|
|
157802
|
+
0,
|
|
157803
|
+
0,
|
|
157804
|
+
0,
|
|
157805
|
+
0,
|
|
157806
|
+
0,
|
|
157807
|
+
),
|
|
157808
|
+
):
|
|
157809
|
+
"""Remove all curves. If indices are provided, remove only the curves with the given indices.
|
|
157810
|
+
|
|
157811
|
+
:param indices: Indices, The indices of the curves to remove
|
|
157812
|
+
:type indices: collections.abc.Iterable[int] | None
|
|
157813
|
+
"""
|
|
157814
|
+
...
|
|
157815
|
+
|
|
157816
|
+
def resize_curves(
|
|
157817
|
+
self,
|
|
157818
|
+
sizes: collections.abc.Iterable[int] | None,
|
|
157819
|
+
indices: collections.abc.Iterable[int] | None = (
|
|
157820
|
+
0,
|
|
157821
|
+
0,
|
|
157822
|
+
0,
|
|
157823
|
+
0,
|
|
157824
|
+
0,
|
|
157825
|
+
0,
|
|
157826
|
+
0,
|
|
157827
|
+
0,
|
|
157828
|
+
0,
|
|
157829
|
+
0,
|
|
157830
|
+
0,
|
|
157831
|
+
0,
|
|
157832
|
+
0,
|
|
157833
|
+
0,
|
|
157834
|
+
0,
|
|
157835
|
+
0,
|
|
157836
|
+
0,
|
|
157837
|
+
0,
|
|
157838
|
+
0,
|
|
157839
|
+
0,
|
|
157840
|
+
0,
|
|
157841
|
+
0,
|
|
157842
|
+
0,
|
|
157843
|
+
0,
|
|
157844
|
+
0,
|
|
157845
|
+
0,
|
|
157846
|
+
0,
|
|
157847
|
+
0,
|
|
157848
|
+
0,
|
|
157849
|
+
0,
|
|
157850
|
+
0,
|
|
157851
|
+
0,
|
|
157852
|
+
0,
|
|
157853
|
+
0,
|
|
157854
|
+
0,
|
|
157855
|
+
0,
|
|
157856
|
+
0,
|
|
157857
|
+
0,
|
|
157858
|
+
0,
|
|
157859
|
+
0,
|
|
157860
|
+
0,
|
|
157861
|
+
0,
|
|
157862
|
+
0,
|
|
157863
|
+
0,
|
|
157864
|
+
0,
|
|
157865
|
+
0,
|
|
157866
|
+
0,
|
|
157867
|
+
0,
|
|
157868
|
+
0,
|
|
157869
|
+
0,
|
|
157870
|
+
0,
|
|
157871
|
+
0,
|
|
157872
|
+
0,
|
|
157873
|
+
0,
|
|
157874
|
+
0,
|
|
157875
|
+
0,
|
|
157876
|
+
0,
|
|
157877
|
+
0,
|
|
157878
|
+
0,
|
|
157879
|
+
0,
|
|
157880
|
+
0,
|
|
157881
|
+
0,
|
|
157882
|
+
0,
|
|
157883
|
+
0,
|
|
157884
|
+
),
|
|
157885
|
+
):
|
|
157886
|
+
"""Resize all existing curves. If indices are provided, resize only the curves with the given indices. If the new size for a curve is smaller, the curve is trimmed. If the new size for a curve is larger, the new end values are default initialized.
|
|
157887
|
+
|
|
157888
|
+
:param sizes: Sizes, The number of points in each curve
|
|
157889
|
+
:type sizes: collections.abc.Iterable[int] | None
|
|
157890
|
+
:param indices: Indices, The indices of the curves to resize
|
|
157891
|
+
:type indices: collections.abc.Iterable[int] | None
|
|
157892
|
+
"""
|
|
157893
|
+
...
|
|
157894
|
+
|
|
157895
|
+
@classmethod
|
|
157896
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
157897
|
+
"""
|
|
157898
|
+
|
|
157899
|
+
:param id: The RNA type identifier.
|
|
157900
|
+
:type id: str | None
|
|
157901
|
+
:param default:
|
|
157902
|
+
:return: The RNA type or default when not found.
|
|
157903
|
+
:rtype: Struct
|
|
157904
|
+
"""
|
|
157905
|
+
...
|
|
157906
|
+
|
|
157907
|
+
@classmethod
|
|
157908
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
157909
|
+
"""
|
|
157910
|
+
|
|
157911
|
+
:param id: The RNA type identifier.
|
|
157912
|
+
:type id: str | None
|
|
157913
|
+
:param default:
|
|
157914
|
+
:return: The class or default when not found.
|
|
157915
|
+
:rtype: typing.Any
|
|
157916
|
+
"""
|
|
157917
|
+
...
|
|
157918
|
+
|
|
158775
157919
|
class GreasePencilEnvelopeModifier(Modifier, bpy_struct):
|
|
158776
157920
|
"""Envelope stroke effect modifier"""
|
|
158777
157921
|
|
|
@@ -158913,31 +158057,31 @@ class GreasePencilEnvelopeModifier(Modifier, bpy_struct):
|
|
|
158913
158057
|
"""
|
|
158914
158058
|
...
|
|
158915
158059
|
|
|
158916
|
-
class
|
|
158917
|
-
"""
|
|
158060
|
+
class GreasePencilFrame(bpy_struct):
|
|
158061
|
+
"""A Grease Pencil keyframe"""
|
|
158918
158062
|
|
|
158919
|
-
|
|
158920
|
-
"""
|
|
158063
|
+
drawing: GreasePencilDrawing
|
|
158064
|
+
""" A Grease Pencil drawing
|
|
158921
158065
|
|
|
158922
|
-
:type:
|
|
158066
|
+
:type: GreasePencilDrawing
|
|
158923
158067
|
"""
|
|
158924
158068
|
|
|
158925
|
-
|
|
158926
|
-
"""
|
|
158069
|
+
frame_number: int
|
|
158070
|
+
""" The frame number in the scene
|
|
158927
158071
|
|
|
158928
158072
|
:type: int
|
|
158929
158073
|
"""
|
|
158930
158074
|
|
|
158931
|
-
|
|
158932
|
-
"""
|
|
158075
|
+
keyframe_type: str
|
|
158076
|
+
""" Type of keyframe
|
|
158933
158077
|
|
|
158934
|
-
:type:
|
|
158078
|
+
:type: str
|
|
158935
158079
|
"""
|
|
158936
158080
|
|
|
158937
|
-
|
|
158938
|
-
"""
|
|
158081
|
+
select: bool
|
|
158082
|
+
""" Frame Selection in the Dope Sheet
|
|
158939
158083
|
|
|
158940
|
-
:type:
|
|
158084
|
+
:type: bool
|
|
158941
158085
|
"""
|
|
158942
158086
|
|
|
158943
158087
|
@classmethod
|
|
@@ -159261,6 +158405,12 @@ class GreasePencilLayer(bpy_struct):
|
|
|
159261
158405
|
:type: str
|
|
159262
158406
|
"""
|
|
159263
158407
|
|
|
158408
|
+
frames: GreasePencilFrames
|
|
158409
|
+
""" Grease Pencil frames
|
|
158410
|
+
|
|
158411
|
+
:type: GreasePencilFrames
|
|
158412
|
+
"""
|
|
158413
|
+
|
|
159264
158414
|
hide: bool
|
|
159265
158415
|
""" Set layer visibility
|
|
159266
158416
|
|
|
@@ -159393,6 +158543,16 @@ class GreasePencilLayer(bpy_struct):
|
|
|
159393
158543
|
:type: str
|
|
159394
158544
|
"""
|
|
159395
158545
|
|
|
158546
|
+
def get_frame_at(self, frame_number: int | None) -> GreasePencilFrame:
|
|
158547
|
+
"""Get the frame at given frame number
|
|
158548
|
+
|
|
158549
|
+
:param frame_number: Frame Number
|
|
158550
|
+
:type frame_number: int | None
|
|
158551
|
+
:return: Frame
|
|
158552
|
+
:rtype: GreasePencilFrame
|
|
158553
|
+
"""
|
|
158554
|
+
...
|
|
158555
|
+
|
|
159396
158556
|
@classmethod
|
|
159397
158557
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
159398
158558
|
"""
|
|
@@ -223100,6 +222260,12 @@ class ThemeStyle(bpy_struct):
|
|
|
223100
222260
|
:type: ThemeFontStyle
|
|
223101
222261
|
"""
|
|
223102
222262
|
|
|
222263
|
+
tooltip: ThemeFontStyle
|
|
222264
|
+
"""
|
|
222265
|
+
|
|
222266
|
+
:type: ThemeFontStyle
|
|
222267
|
+
"""
|
|
222268
|
+
|
|
223103
222269
|
widget: ThemeFontStyle
|
|
223104
222270
|
"""
|
|
223105
222271
|
|
|
@@ -225087,10 +224253,10 @@ class ToolSettings(bpy_struct):
|
|
|
225087
224253
|
:type: str
|
|
225088
224254
|
"""
|
|
225089
224255
|
|
|
225090
|
-
snap_uv_element: str
|
|
224256
|
+
snap_uv_element: set[str]
|
|
225091
224257
|
""" Type of element to snap to
|
|
225092
224258
|
|
|
225093
|
-
:type: str
|
|
224259
|
+
:type: set[str]
|
|
225094
224260
|
"""
|
|
225095
224261
|
|
|
225096
224262
|
statvis: MeshStatVis
|
|
@@ -233693,6 +232859,12 @@ class WindowManager(ID, bpy_struct):
|
|
|
233693
232859
|
:type: str
|
|
233694
232860
|
"""
|
|
233695
232861
|
|
|
232862
|
+
extensions_blocked: int
|
|
232863
|
+
""" Number of installed extensions which are blocked
|
|
232864
|
+
|
|
232865
|
+
:type: int
|
|
232866
|
+
"""
|
|
232867
|
+
|
|
233696
232868
|
extensions_updates: int
|
|
233697
232869
|
""" Number of extensions with available update
|
|
233698
232870
|
|
|
@@ -233729,12 +232901,6 @@ class WindowManager(ID, bpy_struct):
|
|
|
233729
232901
|
:type: str | typing.Any
|
|
233730
232902
|
"""
|
|
233731
232903
|
|
|
233732
|
-
selected_action: Action | None
|
|
233733
|
-
""" Action assigned to the active Object
|
|
233734
|
-
|
|
233735
|
-
:type: Action | None
|
|
233736
|
-
"""
|
|
233737
|
-
|
|
233738
232904
|
windows: bpy_prop_collection[Window]
|
|
233739
232905
|
""" Open windows
|
|
233740
232906
|
|