fake-bpy-module 20240508__py3-none-any.whl → 20240510__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.
- bmesh/ops/__init__.pyi +106 -106
- bpy/ops/action/__init__.pyi +152 -76
- bpy/ops/anim/__init__.pyi +212 -106
- bpy/ops/armature/__init__.pyi +192 -96
- bpy/ops/asset/__init__.pyi +64 -32
- bpy/ops/boid/__init__.pyi +32 -16
- bpy/ops/brush/__init__.pyi +36 -18
- bpy/ops/buttons/__init__.pyi +24 -12
- bpy/ops/cachefile/__init__.pyi +20 -10
- bpy/ops/camera/__init__.pyi +8 -4
- bpy/ops/clip/__init__.pyi +368 -184
- bpy/ops/cloth/__init__.pyi +4 -2
- bpy/ops/collection/__init__.pyi +36 -18
- bpy/ops/console/__init__.pyi +84 -42
- bpy/ops/constraint/__init__.pyi +72 -36
- bpy/ops/curve/__init__.pyi +204 -102
- bpy/ops/curves/__init__.pyi +108 -54
- bpy/ops/cycles/__init__.pyi +12 -6
- bpy/ops/dpaint/__init__.pyi +20 -10
- bpy/ops/ed/__init__.pyi +48 -24
- bpy/ops/export_anim/__init__.pyi +4 -2
- bpy/ops/export_mesh/__init__.pyi +4 -2
- bpy/ops/export_scene/__init__.pyi +15 -9
- bpy/ops/file/__init__.pyi +160 -80
- bpy/ops/fluid/__init__.pyi +56 -28
- bpy/ops/font/__init__.pyi +92 -46
- bpy/ops/geometry/__init__.pyi +40 -20
- bpy/ops/gizmogroup/__init__.pyi +8 -4
- bpy/ops/gpencil/__init__.pyi +600 -300
- bpy/ops/graph/__init__.pyi +260 -130
- bpy/ops/grease_pencil/__init__.pyi +268 -134
- bpy/ops/image/__init__.pyi +188 -94
- bpy/ops/import_anim/__init__.pyi +4 -2
- bpy/ops/import_curve/__init__.pyi +4 -2
- bpy/ops/import_mesh/__init__.pyi +4 -2
- bpy/ops/import_scene/__init__.pyi +12 -6
- bpy/ops/info/__init__.pyi +28 -14
- bpy/ops/lattice/__init__.pyi +32 -16
- bpy/ops/marker/__init__.pyi +44 -22
- bpy/ops/mask/__init__.pyi +156 -78
- bpy/ops/material/__init__.pyi +12 -6
- bpy/ops/mball/__init__.pyi +32 -16
- bpy/ops/mesh/__init__.pyi +652 -326
- bpy/ops/nla/__init__.pyi +158 -80
- bpy/ops/node/__init__.pyi +404 -202
- bpy/ops/object/__init__.pyi +1002 -490
- bpy/ops/outliner/__init__.pyi +276 -138
- bpy/ops/paint/__init__.pyi +212 -106
- bpy/ops/paintcurve/__init__.pyi +32 -16
- bpy/ops/palette/__init__.pyi +28 -14
- bpy/ops/particle/__init__.pyi +144 -72
- bpy/ops/pose/__init__.pyi +156 -78
- bpy/ops/poselib/__init__.pyi +36 -18
- bpy/ops/preferences/__init__.pyi +152 -76
- bpy/ops/ptcache/__init__.pyi +28 -14
- bpy/ops/render/__init__.pyi +48 -24
- bpy/ops/rigidbody/__init__.pyi +52 -26
- bpy/ops/scene/__init__.pyi +156 -78
- bpy/ops/screen/__init__.pyi +156 -78
- bpy/ops/script/__init__.pyi +12 -6
- bpy/ops/sculpt/__init__.pyi +134 -68
- bpy/ops/sculpt_curves/__init__.pyi +16 -8
- bpy/ops/sequencer/__init__.pyi +340 -170
- bpy/ops/sound/__init__.pyi +28 -14
- bpy/ops/spreadsheet/__init__.pyi +16 -8
- bpy/ops/surface/__init__.pyi +24 -12
- bpy/ops/text/__init__.pyi +172 -86
- bpy/ops/text_editor/__init__.pyi +4 -2
- bpy/ops/texture/__init__.pyi +16 -8
- bpy/ops/transform/__init__.pyi +108 -54
- bpy/ops/ui/__init__.pyi +132 -66
- bpy/ops/uilist/__init__.pyi +12 -6
- bpy/ops/uv/__init__.pyi +196 -98
- bpy/ops/view2d/__init__.pyi +56 -28
- bpy/ops/view3d/__init__.pyi +268 -134
- bpy/ops/wm/__init__.pyi +496 -227
- bpy/ops/workspace/__init__.pyi +28 -14
- bpy/ops/world/__init__.pyi +4 -2
- bpy/types/__init__.pyi +434 -37
- {fake_bpy_module-20240508.dist-info → fake_bpy_module-20240510.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240508.dist-info → fake_bpy_module-20240510.dist-info}/RECORD +84 -84
- mathutils/__init__.pyi +20 -0
- {fake_bpy_module-20240508.dist-info → fake_bpy_module-20240510.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240508.dist-info → fake_bpy_module-20240510.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -503,6 +503,7 @@
|
|
|
503
503
|
* Modifier.show_on_cage
|
|
504
504
|
* Modifier.show_expanded
|
|
505
505
|
* Modifier.is_active
|
|
506
|
+
* Modifier.use_pin_to_last
|
|
506
507
|
* Modifier.is_override_data
|
|
507
508
|
* Modifier.use_apply_on_spline
|
|
508
509
|
* Modifier.execution_time
|
|
@@ -818,6 +819,7 @@
|
|
|
818
819
|
* Modifier.show_on_cage
|
|
819
820
|
* Modifier.show_expanded
|
|
820
821
|
* Modifier.is_active
|
|
822
|
+
* Modifier.use_pin_to_last
|
|
821
823
|
* Modifier.is_override_data
|
|
822
824
|
* Modifier.use_apply_on_spline
|
|
823
825
|
* Modifier.execution_time
|
|
@@ -2039,6 +2041,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
2039
2041
|
* Modifier.show_on_cage
|
|
2040
2042
|
* Modifier.show_expanded
|
|
2041
2043
|
* Modifier.is_active
|
|
2044
|
+
* Modifier.use_pin_to_last
|
|
2042
2045
|
* Modifier.is_override_data
|
|
2043
2046
|
* Modifier.use_apply_on_spline
|
|
2044
2047
|
* Modifier.execution_time
|
|
@@ -3398,6 +3401,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
3398
3401
|
* Modifier.show_on_cage
|
|
3399
3402
|
* Modifier.show_expanded
|
|
3400
3403
|
* Modifier.is_active
|
|
3404
|
+
* Modifier.use_pin_to_last
|
|
3401
3405
|
* Modifier.is_override_data
|
|
3402
3406
|
* Modifier.use_apply_on_spline
|
|
3403
3407
|
* Modifier.execution_time
|
|
@@ -4126,6 +4130,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
4126
4130
|
* Modifier.show_on_cage
|
|
4127
4131
|
* Modifier.show_expanded
|
|
4128
4132
|
* Modifier.is_active
|
|
4133
|
+
* Modifier.use_pin_to_last
|
|
4129
4134
|
* Modifier.is_override_data
|
|
4130
4135
|
* Modifier.use_apply_on_spline
|
|
4131
4136
|
* Modifier.execution_time
|
|
@@ -4265,6 +4270,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
4265
4270
|
* Modifier.show_on_cage
|
|
4266
4271
|
* Modifier.show_expanded
|
|
4267
4272
|
* Modifier.is_active
|
|
4273
|
+
* Modifier.use_pin_to_last
|
|
4268
4274
|
* Modifier.is_override_data
|
|
4269
4275
|
* Modifier.use_apply_on_spline
|
|
4270
4276
|
* Modifier.execution_time
|
|
@@ -4385,6 +4391,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
4385
4391
|
|
|
4386
4392
|
* Area.regions
|
|
4387
4393
|
* Context.region
|
|
4394
|
+
* Context.region_popup
|
|
4388
4395
|
|
|
4389
4396
|
:columns: 2
|
|
4390
4397
|
|
|
@@ -4666,6 +4673,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
4666
4673
|
* Modifier.show_on_cage
|
|
4667
4674
|
* Modifier.show_expanded
|
|
4668
4675
|
* Modifier.is_active
|
|
4676
|
+
* Modifier.use_pin_to_last
|
|
4669
4677
|
* Modifier.is_override_data
|
|
4670
4678
|
* Modifier.use_apply_on_spline
|
|
4671
4679
|
* Modifier.execution_time
|
|
@@ -5067,6 +5075,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
5067
5075
|
* Modifier.show_on_cage
|
|
5068
5076
|
* Modifier.show_expanded
|
|
5069
5077
|
* Modifier.is_active
|
|
5078
|
+
* Modifier.use_pin_to_last
|
|
5070
5079
|
* Modifier.is_override_data
|
|
5071
5080
|
* Modifier.use_apply_on_spline
|
|
5072
5081
|
* Modifier.execution_time
|
|
@@ -7341,6 +7350,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
7341
7350
|
* Modifier.show_on_cage
|
|
7342
7351
|
* Modifier.show_expanded
|
|
7343
7352
|
* Modifier.is_active
|
|
7353
|
+
* Modifier.use_pin_to_last
|
|
7344
7354
|
* Modifier.is_override_data
|
|
7345
7355
|
* Modifier.use_apply_on_spline
|
|
7346
7356
|
* Modifier.execution_time
|
|
@@ -7746,6 +7756,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
7746
7756
|
* Modifier.show_on_cage
|
|
7747
7757
|
* Modifier.show_expanded
|
|
7748
7758
|
* Modifier.is_active
|
|
7759
|
+
* Modifier.use_pin_to_last
|
|
7749
7760
|
* Modifier.is_override_data
|
|
7750
7761
|
* Modifier.use_apply_on_spline
|
|
7751
7762
|
* Modifier.execution_time
|
|
@@ -8691,6 +8702,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
8691
8702
|
* Modifier.show_on_cage
|
|
8692
8703
|
* Modifier.show_expanded
|
|
8693
8704
|
* Modifier.is_active
|
|
8705
|
+
* Modifier.use_pin_to_last
|
|
8694
8706
|
* Modifier.is_override_data
|
|
8695
8707
|
* Modifier.use_apply_on_spline
|
|
8696
8708
|
* Modifier.execution_time
|
|
@@ -10731,7 +10743,9 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
10731
10743
|
* ID.asset_data
|
|
10732
10744
|
* ID.override_library
|
|
10733
10745
|
* ID.preview
|
|
10746
|
+
* NodeTree.color_tag
|
|
10734
10747
|
* NodeTree.view_center
|
|
10748
|
+
* NodeTree.description
|
|
10735
10749
|
* NodeTree.animation_data
|
|
10736
10750
|
* NodeTree.nodes
|
|
10737
10751
|
* NodeTree.links
|
|
@@ -11055,6 +11069,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
11055
11069
|
* Modifier.show_on_cage
|
|
11056
11070
|
* Modifier.show_expanded
|
|
11057
11071
|
* Modifier.is_active
|
|
11072
|
+
* Modifier.use_pin_to_last
|
|
11058
11073
|
* Modifier.is_override_data
|
|
11059
11074
|
* Modifier.use_apply_on_spline
|
|
11060
11075
|
* Modifier.execution_time
|
|
@@ -11373,6 +11388,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
11373
11388
|
* Modifier.show_on_cage
|
|
11374
11389
|
* Modifier.show_expanded
|
|
11375
11390
|
* Modifier.is_active
|
|
11391
|
+
* Modifier.use_pin_to_last
|
|
11376
11392
|
* Modifier.is_override_data
|
|
11377
11393
|
* Modifier.use_apply_on_spline
|
|
11378
11394
|
* Modifier.execution_time
|
|
@@ -16689,6 +16705,7 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
16689
16705
|
* Modifier.show_on_cage
|
|
16690
16706
|
* Modifier.show_expanded
|
|
16691
16707
|
* Modifier.is_active
|
|
16708
|
+
* Modifier.use_pin_to_last
|
|
16692
16709
|
* Modifier.is_override_data
|
|
16693
16710
|
* Modifier.use_apply_on_spline
|
|
16694
16711
|
* Modifier.execution_time
|
|
@@ -16738,6 +16755,7 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
16738
16755
|
* Modifier.show_on_cage
|
|
16739
16756
|
* Modifier.show_expanded
|
|
16740
16757
|
* Modifier.is_active
|
|
16758
|
+
* Modifier.use_pin_to_last
|
|
16741
16759
|
* Modifier.is_override_data
|
|
16742
16760
|
* Modifier.use_apply_on_spline
|
|
16743
16761
|
* Modifier.execution_time
|
|
@@ -18476,6 +18494,7 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
18476
18494
|
* Modifier.show_on_cage
|
|
18477
18495
|
* Modifier.show_expanded
|
|
18478
18496
|
* Modifier.is_active
|
|
18497
|
+
* Modifier.use_pin_to_last
|
|
18479
18498
|
* Modifier.is_override_data
|
|
18480
18499
|
* Modifier.use_apply_on_spline
|
|
18481
18500
|
* Modifier.execution_time
|
|
@@ -19237,6 +19256,7 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
19237
19256
|
* Modifier.show_on_cage
|
|
19238
19257
|
* Modifier.show_expanded
|
|
19239
19258
|
* Modifier.is_active
|
|
19259
|
+
* Modifier.use_pin_to_last
|
|
19240
19260
|
* Modifier.is_override_data
|
|
19241
19261
|
* Modifier.use_apply_on_spline
|
|
19242
19262
|
* Modifier.execution_time
|
|
@@ -19716,6 +19736,7 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
19716
19736
|
* Modifier.show_on_cage
|
|
19717
19737
|
* Modifier.show_expanded
|
|
19718
19738
|
* Modifier.is_active
|
|
19739
|
+
* Modifier.use_pin_to_last
|
|
19719
19740
|
* Modifier.is_override_data
|
|
19720
19741
|
* Modifier.use_apply_on_spline
|
|
19721
19742
|
* Modifier.execution_time
|
|
@@ -20156,6 +20177,7 @@ FileHandler
|
|
|
20156
20177
|
* Modifier.show_on_cage
|
|
20157
20178
|
* Modifier.show_expanded
|
|
20158
20179
|
* Modifier.is_active
|
|
20180
|
+
* Modifier.use_pin_to_last
|
|
20159
20181
|
* Modifier.is_override_data
|
|
20160
20182
|
* Modifier.use_apply_on_spline
|
|
20161
20183
|
* Modifier.execution_time
|
|
@@ -21300,6 +21322,7 @@ FileHandler
|
|
|
21300
21322
|
* Modifier.show_on_cage
|
|
21301
21323
|
* Modifier.show_expanded
|
|
21302
21324
|
* Modifier.is_active
|
|
21325
|
+
* Modifier.use_pin_to_last
|
|
21303
21326
|
* Modifier.is_override_data
|
|
21304
21327
|
* Modifier.use_apply_on_spline
|
|
21305
21328
|
* Modifier.execution_time
|
|
@@ -22359,6 +22382,7 @@ FileHandler
|
|
|
22359
22382
|
* Modifier.show_on_cage
|
|
22360
22383
|
* Modifier.show_expanded
|
|
22361
22384
|
* Modifier.is_active
|
|
22385
|
+
* Modifier.use_pin_to_last
|
|
22362
22386
|
* Modifier.is_override_data
|
|
22363
22387
|
* Modifier.use_apply_on_spline
|
|
22364
22388
|
* Modifier.execution_time
|
|
@@ -22575,6 +22599,7 @@ FileHandler
|
|
|
22575
22599
|
* Modifier.show_on_cage
|
|
22576
22600
|
* Modifier.show_expanded
|
|
22577
22601
|
* Modifier.is_active
|
|
22602
|
+
* Modifier.use_pin_to_last
|
|
22578
22603
|
* Modifier.is_override_data
|
|
22579
22604
|
* Modifier.use_apply_on_spline
|
|
22580
22605
|
* Modifier.execution_time
|
|
@@ -22817,7 +22842,9 @@ FileHandler
|
|
|
22817
22842
|
* ID.asset_data
|
|
22818
22843
|
* ID.override_library
|
|
22819
22844
|
* ID.preview
|
|
22845
|
+
* NodeTree.color_tag
|
|
22820
22846
|
* NodeTree.view_center
|
|
22847
|
+
* NodeTree.description
|
|
22821
22848
|
* NodeTree.animation_data
|
|
22822
22849
|
* NodeTree.nodes
|
|
22823
22850
|
* NodeTree.links
|
|
@@ -23764,6 +23791,7 @@ FileHandler
|
|
|
23764
23791
|
* Modifier.show_on_cage
|
|
23765
23792
|
* Modifier.show_expanded
|
|
23766
23793
|
* Modifier.is_active
|
|
23794
|
+
* Modifier.use_pin_to_last
|
|
23767
23795
|
* Modifier.is_override_data
|
|
23768
23796
|
* Modifier.use_apply_on_spline
|
|
23769
23797
|
* Modifier.execution_time
|
|
@@ -24925,6 +24953,7 @@ FileHandler
|
|
|
24925
24953
|
* Modifier.show_on_cage
|
|
24926
24954
|
* Modifier.show_expanded
|
|
24927
24955
|
* Modifier.is_active
|
|
24956
|
+
* Modifier.use_pin_to_last
|
|
24928
24957
|
* Modifier.is_override_data
|
|
24929
24958
|
* Modifier.use_apply_on_spline
|
|
24930
24959
|
* Modifier.execution_time
|
|
@@ -25825,6 +25854,7 @@ FileHandler
|
|
|
25825
25854
|
* Modifier.show_on_cage
|
|
25826
25855
|
* Modifier.show_expanded
|
|
25827
25856
|
* Modifier.is_active
|
|
25857
|
+
* Modifier.use_pin_to_last
|
|
25828
25858
|
* Modifier.is_override_data
|
|
25829
25859
|
* Modifier.use_apply_on_spline
|
|
25830
25860
|
* Modifier.execution_time
|
|
@@ -29244,6 +29274,48 @@ FileHandler
|
|
|
29244
29274
|
:columns: 2
|
|
29245
29275
|
|
|
29246
29276
|
|
|
29277
|
+
--------------------
|
|
29278
|
+
|
|
29279
|
+
* GreasePencilv3.layer_groups
|
|
29280
|
+
|
|
29281
|
+
:columns: 2
|
|
29282
|
+
|
|
29283
|
+
|
|
29284
|
+
--------------------
|
|
29285
|
+
|
|
29286
|
+
* bpy_struct.id_data
|
|
29287
|
+
|
|
29288
|
+
:columns: 2
|
|
29289
|
+
|
|
29290
|
+
|
|
29291
|
+
--------------------
|
|
29292
|
+
|
|
29293
|
+
* bpy_struct.as_pointer
|
|
29294
|
+
* bpy_struct.driver_add
|
|
29295
|
+
* bpy_struct.driver_remove
|
|
29296
|
+
* bpy_struct.get
|
|
29297
|
+
* bpy_struct.id_properties_clear
|
|
29298
|
+
* bpy_struct.id_properties_ensure
|
|
29299
|
+
* bpy_struct.id_properties_ui
|
|
29300
|
+
* bpy_struct.is_property_hidden
|
|
29301
|
+
* bpy_struct.is_property_overridable_library
|
|
29302
|
+
* bpy_struct.is_property_readonly
|
|
29303
|
+
* bpy_struct.is_property_set
|
|
29304
|
+
* bpy_struct.items
|
|
29305
|
+
* bpy_struct.keyframe_delete
|
|
29306
|
+
* bpy_struct.keyframe_insert
|
|
29307
|
+
* bpy_struct.keys
|
|
29308
|
+
* bpy_struct.path_from_id
|
|
29309
|
+
* bpy_struct.path_resolve
|
|
29310
|
+
* bpy_struct.pop
|
|
29311
|
+
* bpy_struct.property_overridable_library_set
|
|
29312
|
+
* bpy_struct.property_unset
|
|
29313
|
+
* bpy_struct.type_recast
|
|
29314
|
+
* bpy_struct.values
|
|
29315
|
+
|
|
29316
|
+
:columns: 2
|
|
29317
|
+
|
|
29318
|
+
|
|
29247
29319
|
--------------------
|
|
29248
29320
|
|
|
29249
29321
|
* bpy_struct.id_data
|
|
@@ -30897,6 +30969,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
30897
30969
|
* Modifier.show_on_cage
|
|
30898
30970
|
* Modifier.show_expanded
|
|
30899
30971
|
* Modifier.is_active
|
|
30972
|
+
* Modifier.use_pin_to_last
|
|
30900
30973
|
* Modifier.is_override_data
|
|
30901
30974
|
* Modifier.use_apply_on_spline
|
|
30902
30975
|
* Modifier.execution_time
|
|
@@ -31800,7 +31873,9 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
31800
31873
|
* ID.asset_data
|
|
31801
31874
|
* ID.override_library
|
|
31802
31875
|
* ID.preview
|
|
31876
|
+
* NodeTree.color_tag
|
|
31803
31877
|
* NodeTree.view_center
|
|
31878
|
+
* NodeTree.description
|
|
31804
31879
|
* NodeTree.animation_data
|
|
31805
31880
|
* NodeTree.nodes
|
|
31806
31881
|
* NodeTree.links
|
|
@@ -31879,6 +31954,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
31879
31954
|
* Modifier.show_on_cage
|
|
31880
31955
|
* Modifier.show_expanded
|
|
31881
31956
|
* Modifier.is_active
|
|
31957
|
+
* Modifier.use_pin_to_last
|
|
31882
31958
|
* Modifier.is_override_data
|
|
31883
31959
|
* Modifier.use_apply_on_spline
|
|
31884
31960
|
* Modifier.execution_time
|
|
@@ -33612,6 +33688,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
33612
33688
|
* Modifier.show_on_cage
|
|
33613
33689
|
* Modifier.show_expanded
|
|
33614
33690
|
* Modifier.is_active
|
|
33691
|
+
* Modifier.use_pin_to_last
|
|
33615
33692
|
* Modifier.is_override_data
|
|
33616
33693
|
* Modifier.use_apply_on_spline
|
|
33617
33694
|
* Modifier.execution_time
|
|
@@ -33703,6 +33780,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
33703
33780
|
* Modifier.show_on_cage
|
|
33704
33781
|
* Modifier.show_expanded
|
|
33705
33782
|
* Modifier.is_active
|
|
33783
|
+
* Modifier.use_pin_to_last
|
|
33706
33784
|
* Modifier.is_override_data
|
|
33707
33785
|
* Modifier.use_apply_on_spline
|
|
33708
33786
|
* Modifier.execution_time
|
|
@@ -34730,6 +34808,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
34730
34808
|
* Modifier.show_on_cage
|
|
34731
34809
|
* Modifier.show_expanded
|
|
34732
34810
|
* Modifier.is_active
|
|
34811
|
+
* Modifier.use_pin_to_last
|
|
34733
34812
|
* Modifier.is_override_data
|
|
34734
34813
|
* Modifier.use_apply_on_spline
|
|
34735
34814
|
* Modifier.execution_time
|
|
@@ -35131,6 +35210,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
35131
35210
|
* Modifier.show_on_cage
|
|
35132
35211
|
* Modifier.show_expanded
|
|
35133
35212
|
* Modifier.is_active
|
|
35213
|
+
* Modifier.use_pin_to_last
|
|
35134
35214
|
* Modifier.is_override_data
|
|
35135
35215
|
* Modifier.use_apply_on_spline
|
|
35136
35216
|
* Modifier.execution_time
|
|
@@ -37323,6 +37403,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
37323
37403
|
* Modifier.show_on_cage
|
|
37324
37404
|
* Modifier.show_expanded
|
|
37325
37405
|
* Modifier.is_active
|
|
37406
|
+
* Modifier.use_pin_to_last
|
|
37326
37407
|
* Modifier.is_override_data
|
|
37327
37408
|
* Modifier.use_apply_on_spline
|
|
37328
37409
|
* Modifier.execution_time
|
|
@@ -38593,6 +38674,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
38593
38674
|
* Modifier.show_on_cage
|
|
38594
38675
|
* Modifier.show_expanded
|
|
38595
38676
|
* Modifier.is_active
|
|
38677
|
+
* Modifier.use_pin_to_last
|
|
38596
38678
|
* Modifier.is_override_data
|
|
38597
38679
|
* Modifier.use_apply_on_spline
|
|
38598
38680
|
* Modifier.execution_time
|
|
@@ -38687,6 +38769,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
38687
38769
|
* Modifier.show_on_cage
|
|
38688
38770
|
* Modifier.show_expanded
|
|
38689
38771
|
* Modifier.is_active
|
|
38772
|
+
* Modifier.use_pin_to_last
|
|
38690
38773
|
* Modifier.is_override_data
|
|
38691
38774
|
* Modifier.use_apply_on_spline
|
|
38692
38775
|
* Modifier.execution_time
|
|
@@ -39624,6 +39707,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
39624
39707
|
* Modifier.show_on_cage
|
|
39625
39708
|
* Modifier.show_expanded
|
|
39626
39709
|
* Modifier.is_active
|
|
39710
|
+
* Modifier.use_pin_to_last
|
|
39627
39711
|
* Modifier.is_override_data
|
|
39628
39712
|
* Modifier.use_apply_on_spline
|
|
39629
39713
|
* Modifier.execution_time
|
|
@@ -40004,6 +40088,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
40004
40088
|
* Modifier.show_on_cage
|
|
40005
40089
|
* Modifier.show_expanded
|
|
40006
40090
|
* Modifier.is_active
|
|
40091
|
+
* Modifier.use_pin_to_last
|
|
40007
40092
|
* Modifier.is_override_data
|
|
40008
40093
|
* Modifier.use_apply_on_spline
|
|
40009
40094
|
* Modifier.execution_time
|
|
@@ -40488,6 +40573,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
40488
40573
|
* Modifier.show_on_cage
|
|
40489
40574
|
* Modifier.show_expanded
|
|
40490
40575
|
* Modifier.is_active
|
|
40576
|
+
* Modifier.use_pin_to_last
|
|
40491
40577
|
* Modifier.is_override_data
|
|
40492
40578
|
* Modifier.use_apply_on_spline
|
|
40493
40579
|
* Modifier.execution_time
|
|
@@ -40796,6 +40882,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
40796
40882
|
* Modifier.show_on_cage
|
|
40797
40883
|
* Modifier.show_expanded
|
|
40798
40884
|
* Modifier.is_active
|
|
40885
|
+
* Modifier.use_pin_to_last
|
|
40799
40886
|
* Modifier.is_override_data
|
|
40800
40887
|
* Modifier.use_apply_on_spline
|
|
40801
40888
|
* Modifier.execution_time
|
|
@@ -43065,6 +43152,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
43065
43152
|
* Modifier.show_on_cage
|
|
43066
43153
|
* Modifier.show_expanded
|
|
43067
43154
|
* Modifier.is_active
|
|
43155
|
+
* Modifier.use_pin_to_last
|
|
43068
43156
|
* Modifier.is_override_data
|
|
43069
43157
|
* Modifier.use_apply_on_spline
|
|
43070
43158
|
* Modifier.execution_time
|
|
@@ -43269,6 +43357,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
43269
43357
|
* Modifier.show_on_cage
|
|
43270
43358
|
* Modifier.show_expanded
|
|
43271
43359
|
* Modifier.is_active
|
|
43360
|
+
* Modifier.use_pin_to_last
|
|
43272
43361
|
* Modifier.is_override_data
|
|
43273
43362
|
* Modifier.use_apply_on_spline
|
|
43274
43363
|
* Modifier.execution_time
|
|
@@ -45329,6 +45418,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
45329
45418
|
* Modifier.show_on_cage
|
|
45330
45419
|
* Modifier.show_expanded
|
|
45331
45420
|
* Modifier.is_active
|
|
45421
|
+
* Modifier.use_pin_to_last
|
|
45332
45422
|
* Modifier.is_override_data
|
|
45333
45423
|
* Modifier.use_apply_on_spline
|
|
45334
45424
|
* Modifier.execution_time
|
|
@@ -46401,7 +46491,7 @@ Executing the operator will then print all values.
|
|
|
46401
46491
|
|
|
46402
46492
|
* bpy.context.active_gpencil_frame
|
|
46403
46493
|
* GreasePencilv3.layers
|
|
46404
|
-
* GreasePencilv3Layers.
|
|
46494
|
+
* GreasePencilv3Layers.active_layer
|
|
46405
46495
|
|
|
46406
46496
|
:columns: 2
|
|
46407
46497
|
|
|
@@ -49505,6 +49595,7 @@ Executing the operator will then print all values.
|
|
|
49505
49595
|
* Modifier.show_on_cage
|
|
49506
49596
|
* Modifier.show_expanded
|
|
49507
49597
|
* Modifier.is_active
|
|
49598
|
+
* Modifier.use_pin_to_last
|
|
49508
49599
|
* Modifier.is_override_data
|
|
49509
49600
|
* Modifier.use_apply_on_spline
|
|
49510
49601
|
* Modifier.execution_time
|
|
@@ -49858,6 +49949,7 @@ Executing the operator will then print all values.
|
|
|
49858
49949
|
* Modifier.show_on_cage
|
|
49859
49950
|
* Modifier.show_expanded
|
|
49860
49951
|
* Modifier.is_active
|
|
49952
|
+
* Modifier.use_pin_to_last
|
|
49861
49953
|
* Modifier.is_override_data
|
|
49862
49954
|
* Modifier.use_apply_on_spline
|
|
49863
49955
|
* Modifier.execution_time
|
|
@@ -50033,6 +50125,7 @@ Executing the operator will then print all values.
|
|
|
50033
50125
|
* Modifier.show_on_cage
|
|
50034
50126
|
* Modifier.show_expanded
|
|
50035
50127
|
* Modifier.is_active
|
|
50128
|
+
* Modifier.use_pin_to_last
|
|
50036
50129
|
* Modifier.is_override_data
|
|
50037
50130
|
* Modifier.use_apply_on_spline
|
|
50038
50131
|
* Modifier.execution_time
|
|
@@ -50301,6 +50394,7 @@ Executing the operator will then print all values.
|
|
|
50301
50394
|
* Modifier.show_on_cage
|
|
50302
50395
|
* Modifier.show_expanded
|
|
50303
50396
|
* Modifier.is_active
|
|
50397
|
+
* Modifier.use_pin_to_last
|
|
50304
50398
|
* Modifier.is_override_data
|
|
50305
50399
|
* Modifier.use_apply_on_spline
|
|
50306
50400
|
* Modifier.execution_time
|
|
@@ -51561,6 +51655,7 @@ Executing the operator will then print all values.
|
|
|
51561
51655
|
* Modifier.show_on_cage
|
|
51562
51656
|
* Modifier.show_expanded
|
|
51563
51657
|
* Modifier.is_active
|
|
51658
|
+
* Modifier.use_pin_to_last
|
|
51564
51659
|
* Modifier.is_override_data
|
|
51565
51660
|
* Modifier.use_apply_on_spline
|
|
51566
51661
|
* Modifier.execution_time
|
|
@@ -52875,6 +52970,95 @@ Executing the operator will then print all values.
|
|
|
52875
52970
|
:columns: 2
|
|
52876
52971
|
|
|
52877
52972
|
|
|
52973
|
+
--------------------
|
|
52974
|
+
|
|
52975
|
+
* bpy_struct.id_data
|
|
52976
|
+
* Node.type
|
|
52977
|
+
* Node.location
|
|
52978
|
+
* Node.width
|
|
52979
|
+
* Node.height
|
|
52980
|
+
* Node.dimensions
|
|
52981
|
+
* Node.name
|
|
52982
|
+
* Node.label
|
|
52983
|
+
* Node.inputs
|
|
52984
|
+
* Node.outputs
|
|
52985
|
+
* Node.internal_links
|
|
52986
|
+
* Node.parent
|
|
52987
|
+
* Node.use_custom_color
|
|
52988
|
+
* Node.color
|
|
52989
|
+
* Node.select
|
|
52990
|
+
* Node.show_options
|
|
52991
|
+
* Node.show_preview
|
|
52992
|
+
* Node.hide
|
|
52993
|
+
* Node.mute
|
|
52994
|
+
* Node.show_texture
|
|
52995
|
+
* Node.bl_idname
|
|
52996
|
+
* Node.bl_label
|
|
52997
|
+
* Node.bl_description
|
|
52998
|
+
* Node.bl_icon
|
|
52999
|
+
* Node.bl_static_type
|
|
53000
|
+
* Node.bl_width_default
|
|
53001
|
+
* Node.bl_width_min
|
|
53002
|
+
* Node.bl_width_max
|
|
53003
|
+
* Node.bl_height_default
|
|
53004
|
+
* Node.bl_height_min
|
|
53005
|
+
* Node.bl_height_max
|
|
53006
|
+
|
|
53007
|
+
:columns: 2
|
|
53008
|
+
|
|
53009
|
+
|
|
53010
|
+
--------------------
|
|
53011
|
+
|
|
53012
|
+
* bpy_struct.as_pointer
|
|
53013
|
+
* bpy_struct.driver_add
|
|
53014
|
+
* bpy_struct.driver_remove
|
|
53015
|
+
* bpy_struct.get
|
|
53016
|
+
* bpy_struct.id_properties_clear
|
|
53017
|
+
* bpy_struct.id_properties_ensure
|
|
53018
|
+
* bpy_struct.id_properties_ui
|
|
53019
|
+
* bpy_struct.is_property_hidden
|
|
53020
|
+
* bpy_struct.is_property_overridable_library
|
|
53021
|
+
* bpy_struct.is_property_readonly
|
|
53022
|
+
* bpy_struct.is_property_set
|
|
53023
|
+
* bpy_struct.items
|
|
53024
|
+
* bpy_struct.keyframe_delete
|
|
53025
|
+
* bpy_struct.keyframe_insert
|
|
53026
|
+
* bpy_struct.keys
|
|
53027
|
+
* bpy_struct.path_from_id
|
|
53028
|
+
* bpy_struct.path_resolve
|
|
53029
|
+
* bpy_struct.pop
|
|
53030
|
+
* bpy_struct.property_overridable_library_set
|
|
53031
|
+
* bpy_struct.property_unset
|
|
53032
|
+
* bpy_struct.type_recast
|
|
53033
|
+
* bpy_struct.values
|
|
53034
|
+
* Node.socket_value_update
|
|
53035
|
+
* Node.is_registered_node_type
|
|
53036
|
+
* Node.poll
|
|
53037
|
+
* Node.poll_instance
|
|
53038
|
+
* Node.update
|
|
53039
|
+
* Node.insert_link
|
|
53040
|
+
* Node.init
|
|
53041
|
+
* Node.copy
|
|
53042
|
+
* Node.free
|
|
53043
|
+
* Node.draw_buttons
|
|
53044
|
+
* Node.draw_buttons_ext
|
|
53045
|
+
* Node.draw_label
|
|
53046
|
+
* Node.poll
|
|
53047
|
+
* Node.bl_rna_get_subclass
|
|
53048
|
+
* Node.bl_rna_get_subclass_py
|
|
53049
|
+
* NodeInternal.poll
|
|
53050
|
+
* NodeInternal.poll_instance
|
|
53051
|
+
* NodeInternal.update
|
|
53052
|
+
* NodeInternal.draw_buttons
|
|
53053
|
+
* NodeInternal.draw_buttons_ext
|
|
53054
|
+
* NodeInternal.bl_rna_get_subclass
|
|
53055
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
53056
|
+
* FunctionNode.bl_rna_get_subclass
|
|
53057
|
+
* FunctionNode.bl_rna_get_subclass_py
|
|
53058
|
+
|
|
53059
|
+
:columns: 2
|
|
53060
|
+
|
|
53061
|
+
|
|
52878
53062
|
--------------------
|
|
52879
53063
|
|
|
52880
53064
|
* bpy_struct.id_data
|
|
@@ -56904,6 +57088,7 @@ Executing the operator will then print all values.
|
|
|
56904
57088
|
* Modifier.show_on_cage
|
|
56905
57089
|
* Modifier.show_expanded
|
|
56906
57090
|
* Modifier.is_active
|
|
57091
|
+
* Modifier.use_pin_to_last
|
|
56907
57092
|
* Modifier.is_override_data
|
|
56908
57093
|
* Modifier.use_apply_on_spline
|
|
56909
57094
|
* Modifier.execution_time
|
|
@@ -57918,6 +58103,7 @@ Executing the operator will then print all values.
|
|
|
57918
58103
|
* Modifier.show_on_cage
|
|
57919
58104
|
* Modifier.show_expanded
|
|
57920
58105
|
* Modifier.is_active
|
|
58106
|
+
* Modifier.use_pin_to_last
|
|
57921
58107
|
* Modifier.is_override_data
|
|
57922
58108
|
* Modifier.use_apply_on_spline
|
|
57923
58109
|
* Modifier.execution_time
|
|
@@ -58873,6 +59059,7 @@ Executing the operator will then print all values.
|
|
|
58873
59059
|
* Modifier.show_on_cage
|
|
58874
59060
|
* Modifier.show_expanded
|
|
58875
59061
|
* Modifier.is_active
|
|
59062
|
+
* Modifier.use_pin_to_last
|
|
58876
59063
|
* Modifier.is_override_data
|
|
58877
59064
|
* Modifier.use_apply_on_spline
|
|
58878
59065
|
* Modifier.execution_time
|
|
@@ -59791,6 +59978,7 @@ Executing the operator will then print all values.
|
|
|
59791
59978
|
* Modifier.show_on_cage
|
|
59792
59979
|
* Modifier.show_expanded
|
|
59793
59980
|
* Modifier.is_active
|
|
59981
|
+
* Modifier.use_pin_to_last
|
|
59794
59982
|
* Modifier.is_override_data
|
|
59795
59983
|
* Modifier.use_apply_on_spline
|
|
59796
59984
|
* Modifier.execution_time
|
|
@@ -59840,6 +60028,7 @@ Executing the operator will then print all values.
|
|
|
59840
60028
|
* Modifier.show_on_cage
|
|
59841
60029
|
* Modifier.show_expanded
|
|
59842
60030
|
* Modifier.is_active
|
|
60031
|
+
* Modifier.use_pin_to_last
|
|
59843
60032
|
* Modifier.is_override_data
|
|
59844
60033
|
* Modifier.use_apply_on_spline
|
|
59845
60034
|
* Modifier.execution_time
|
|
@@ -60698,6 +60887,7 @@ Executing the operator will then print all values.
|
|
|
60698
60887
|
* Modifier.show_on_cage
|
|
60699
60888
|
* Modifier.show_expanded
|
|
60700
60889
|
* Modifier.is_active
|
|
60890
|
+
* Modifier.use_pin_to_last
|
|
60701
60891
|
* Modifier.is_override_data
|
|
60702
60892
|
* Modifier.use_apply_on_spline
|
|
60703
60893
|
* Modifier.execution_time
|
|
@@ -61543,6 +61733,7 @@ Property types used in class declarations are all in bpy.props
|
|
|
61543
61733
|
* Modifier.show_on_cage
|
|
61544
61734
|
* Modifier.show_expanded
|
|
61545
61735
|
* Modifier.is_active
|
|
61736
|
+
* Modifier.use_pin_to_last
|
|
61546
61737
|
* Modifier.is_override_data
|
|
61547
61738
|
* Modifier.use_apply_on_spline
|
|
61548
61739
|
* Modifier.execution_time
|
|
@@ -63028,6 +63219,7 @@ Property types used in class declarations are all in bpy.props
|
|
|
63028
63219
|
* Modifier.show_on_cage
|
|
63029
63220
|
* Modifier.show_expanded
|
|
63030
63221
|
* Modifier.is_active
|
|
63222
|
+
* Modifier.use_pin_to_last
|
|
63031
63223
|
* Modifier.is_override_data
|
|
63032
63224
|
* Modifier.use_apply_on_spline
|
|
63033
63225
|
* Modifier.execution_time
|
|
@@ -63119,6 +63311,7 @@ Property types used in class declarations are all in bpy.props
|
|
|
63119
63311
|
* Modifier.show_on_cage
|
|
63120
63312
|
* Modifier.show_expanded
|
|
63121
63313
|
* Modifier.is_active
|
|
63314
|
+
* Modifier.use_pin_to_last
|
|
63122
63315
|
* Modifier.is_override_data
|
|
63123
63316
|
* Modifier.use_apply_on_spline
|
|
63124
63317
|
* Modifier.execution_time
|
|
@@ -63168,6 +63361,7 @@ Property types used in class declarations are all in bpy.props
|
|
|
63168
63361
|
* Modifier.show_on_cage
|
|
63169
63362
|
* Modifier.show_expanded
|
|
63170
63363
|
* Modifier.is_active
|
|
63364
|
+
* Modifier.use_pin_to_last
|
|
63171
63365
|
* Modifier.is_override_data
|
|
63172
63366
|
* Modifier.use_apply_on_spline
|
|
63173
63367
|
* Modifier.execution_time
|
|
@@ -63926,6 +64120,7 @@ Property types used in class declarations are all in bpy.props
|
|
|
63926
64120
|
* Modifier.show_on_cage
|
|
63927
64121
|
* Modifier.show_expanded
|
|
63928
64122
|
* Modifier.is_active
|
|
64123
|
+
* Modifier.use_pin_to_last
|
|
63929
64124
|
* Modifier.is_override_data
|
|
63930
64125
|
* Modifier.use_apply_on_spline
|
|
63931
64126
|
* Modifier.execution_time
|
|
@@ -65277,6 +65472,7 @@ Property types used in class declarations are all in bpy.props
|
|
|
65277
65472
|
* Modifier.show_on_cage
|
|
65278
65473
|
* Modifier.show_expanded
|
|
65279
65474
|
* Modifier.is_active
|
|
65475
|
+
* Modifier.use_pin_to_last
|
|
65280
65476
|
* Modifier.is_override_data
|
|
65281
65477
|
* Modifier.use_apply_on_spline
|
|
65282
65478
|
* Modifier.execution_time
|
|
@@ -67516,6 +67712,7 @@ Property types used in class declarations are all in bpy.props
|
|
|
67516
67712
|
* Modifier.show_on_cage
|
|
67517
67713
|
* Modifier.show_expanded
|
|
67518
67714
|
* Modifier.is_active
|
|
67715
|
+
* Modifier.use_pin_to_last
|
|
67519
67716
|
* Modifier.is_override_data
|
|
67520
67717
|
* Modifier.use_apply_on_spline
|
|
67521
67718
|
* Modifier.execution_time
|
|
@@ -70389,6 +70586,7 @@ Property types used in class declarations are all in bpy.props
|
|
|
70389
70586
|
* Modifier.show_on_cage
|
|
70390
70587
|
* Modifier.show_expanded
|
|
70391
70588
|
* Modifier.is_active
|
|
70589
|
+
* Modifier.use_pin_to_last
|
|
70392
70590
|
* Modifier.is_override_data
|
|
70393
70591
|
* Modifier.use_apply_on_spline
|
|
70394
70592
|
* Modifier.execution_time
|
|
@@ -71037,6 +71235,7 @@ The USDHookExample
|
|
|
71037
71235
|
* Modifier.show_on_cage
|
|
71038
71236
|
* Modifier.show_expanded
|
|
71039
71237
|
* Modifier.is_active
|
|
71238
|
+
* Modifier.use_pin_to_last
|
|
71040
71239
|
* Modifier.is_override_data
|
|
71041
71240
|
* Modifier.use_apply_on_spline
|
|
71042
71241
|
* Modifier.execution_time
|
|
@@ -71167,6 +71366,7 @@ The USDHookExample
|
|
|
71167
71366
|
* Modifier.show_on_cage
|
|
71168
71367
|
* Modifier.show_expanded
|
|
71169
71368
|
* Modifier.is_active
|
|
71369
|
+
* Modifier.use_pin_to_last
|
|
71170
71370
|
* Modifier.is_override_data
|
|
71171
71371
|
* Modifier.use_apply_on_spline
|
|
71172
71372
|
* Modifier.execution_time
|
|
@@ -71885,6 +72085,7 @@ The USDHookExample
|
|
|
71885
72085
|
* Modifier.show_on_cage
|
|
71886
72086
|
* Modifier.show_expanded
|
|
71887
72087
|
* Modifier.is_active
|
|
72088
|
+
* Modifier.use_pin_to_last
|
|
71888
72089
|
* Modifier.is_override_data
|
|
71889
72090
|
* Modifier.use_apply_on_spline
|
|
71890
72091
|
* Modifier.execution_time
|
|
@@ -72280,6 +72481,7 @@ The USDHookExample
|
|
|
72280
72481
|
* Modifier.show_on_cage
|
|
72281
72482
|
* Modifier.show_expanded
|
|
72282
72483
|
* Modifier.is_active
|
|
72484
|
+
* Modifier.use_pin_to_last
|
|
72283
72485
|
* Modifier.is_override_data
|
|
72284
72486
|
* Modifier.use_apply_on_spline
|
|
72285
72487
|
* Modifier.execution_time
|
|
@@ -72430,7 +72632,9 @@ The USDHookExample
|
|
|
72430
72632
|
* ID.asset_data
|
|
72431
72633
|
* ID.override_library
|
|
72432
72634
|
* ID.preview
|
|
72635
|
+
* NodeTree.color_tag
|
|
72433
72636
|
* NodeTree.view_center
|
|
72637
|
+
* NodeTree.description
|
|
72434
72638
|
* NodeTree.animation_data
|
|
72435
72639
|
* NodeTree.nodes
|
|
72436
72640
|
* NodeTree.links
|
|
@@ -74774,6 +74978,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
74774
74978
|
* Modifier.show_on_cage
|
|
74775
74979
|
* Modifier.show_expanded
|
|
74776
74980
|
* Modifier.is_active
|
|
74981
|
+
* Modifier.use_pin_to_last
|
|
74777
74982
|
* Modifier.is_override_data
|
|
74778
74983
|
* Modifier.use_apply_on_spline
|
|
74779
74984
|
* Modifier.execution_time
|
|
@@ -75178,6 +75383,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
75178
75383
|
* Modifier.show_on_cage
|
|
75179
75384
|
* Modifier.show_expanded
|
|
75180
75385
|
* Modifier.is_active
|
|
75386
|
+
* Modifier.use_pin_to_last
|
|
75181
75387
|
* Modifier.is_override_data
|
|
75182
75388
|
* Modifier.use_apply_on_spline
|
|
75183
75389
|
* Modifier.execution_time
|
|
@@ -75404,6 +75610,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
75404
75610
|
* Modifier.show_on_cage
|
|
75405
75611
|
* Modifier.show_expanded
|
|
75406
75612
|
* Modifier.is_active
|
|
75613
|
+
* Modifier.use_pin_to_last
|
|
75407
75614
|
* Modifier.is_override_data
|
|
75408
75615
|
* Modifier.use_apply_on_spline
|
|
75409
75616
|
* Modifier.execution_time
|
|
@@ -75723,6 +75930,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
75723
75930
|
* Modifier.show_on_cage
|
|
75724
75931
|
* Modifier.show_expanded
|
|
75725
75932
|
* Modifier.is_active
|
|
75933
|
+
* Modifier.use_pin_to_last
|
|
75726
75934
|
* Modifier.is_override_data
|
|
75727
75935
|
* Modifier.use_apply_on_spline
|
|
75728
75936
|
* Modifier.execution_time
|
|
@@ -76517,6 +76725,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
76517
76725
|
* Modifier.show_on_cage
|
|
76518
76726
|
* Modifier.show_expanded
|
|
76519
76727
|
* Modifier.is_active
|
|
76728
|
+
* Modifier.use_pin_to_last
|
|
76520
76729
|
* Modifier.is_override_data
|
|
76521
76730
|
* Modifier.use_apply_on_spline
|
|
76522
76731
|
* Modifier.execution_time
|
|
@@ -78041,6 +78250,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
78041
78250
|
* Modifier.show_on_cage
|
|
78042
78251
|
* Modifier.show_expanded
|
|
78043
78252
|
* Modifier.is_active
|
|
78253
|
+
* Modifier.use_pin_to_last
|
|
78044
78254
|
* Modifier.is_override_data
|
|
78045
78255
|
* Modifier.use_apply_on_spline
|
|
78046
78256
|
* Modifier.execution_time
|
|
@@ -78977,6 +79187,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
78977
79187
|
* FunctionNodeAlignEulerToVector.output_template
|
|
78978
79188
|
* FunctionNodeAlignRotationToVector.input_template
|
|
78979
79189
|
* FunctionNodeAlignRotationToVector.output_template
|
|
79190
|
+
* FunctionNodeAxesToRotation.input_template
|
|
79191
|
+
* FunctionNodeAxesToRotation.output_template
|
|
78980
79192
|
* FunctionNodeAxisAngleToRotation.input_template
|
|
78981
79193
|
* FunctionNodeAxisAngleToRotation.output_template
|
|
78982
79194
|
* FunctionNodeBooleanMath.input_template
|
|
@@ -80483,6 +80695,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
80483
80695
|
--------------------
|
|
80484
80696
|
|
|
80485
80697
|
* GreasePencilv3.layer_groups
|
|
80698
|
+
* GreasePencilv3LayerGroup.active_group
|
|
80486
80699
|
|
|
80487
80700
|
:columns: 2
|
|
80488
80701
|
|
|
@@ -81489,6 +81702,7 @@ database.
|
|
|
81489
81702
|
* Modifier.show_on_cage
|
|
81490
81703
|
* Modifier.show_expanded
|
|
81491
81704
|
* Modifier.is_active
|
|
81705
|
+
* Modifier.use_pin_to_last
|
|
81492
81706
|
* Modifier.is_override_data
|
|
81493
81707
|
* Modifier.use_apply_on_spline
|
|
81494
81708
|
* Modifier.execution_time
|
|
@@ -82762,6 +82976,7 @@ database.
|
|
|
82762
82976
|
* Modifier.show_on_cage
|
|
82763
82977
|
* Modifier.show_expanded
|
|
82764
82978
|
* Modifier.is_active
|
|
82979
|
+
* Modifier.use_pin_to_last
|
|
82765
82980
|
* Modifier.is_override_data
|
|
82766
82981
|
* Modifier.use_apply_on_spline
|
|
82767
82982
|
* Modifier.execution_time
|
|
@@ -83100,6 +83315,7 @@ database.
|
|
|
83100
83315
|
* Modifier.show_on_cage
|
|
83101
83316
|
* Modifier.show_expanded
|
|
83102
83317
|
* Modifier.is_active
|
|
83318
|
+
* Modifier.use_pin_to_last
|
|
83103
83319
|
* Modifier.is_override_data
|
|
83104
83320
|
* Modifier.use_apply_on_spline
|
|
83105
83321
|
* Modifier.execution_time
|
|
@@ -83419,6 +83635,7 @@ database.
|
|
|
83419
83635
|
* Modifier.show_on_cage
|
|
83420
83636
|
* Modifier.show_expanded
|
|
83421
83637
|
* Modifier.is_active
|
|
83638
|
+
* Modifier.use_pin_to_last
|
|
83422
83639
|
* Modifier.is_override_data
|
|
83423
83640
|
* Modifier.use_apply_on_spline
|
|
83424
83641
|
* Modifier.execution_time
|
|
@@ -84229,6 +84446,7 @@ database.
|
|
|
84229
84446
|
* Modifier.show_on_cage
|
|
84230
84447
|
* Modifier.show_expanded
|
|
84231
84448
|
* Modifier.is_active
|
|
84449
|
+
* Modifier.use_pin_to_last
|
|
84232
84450
|
* Modifier.is_override_data
|
|
84233
84451
|
* Modifier.use_apply_on_spline
|
|
84234
84452
|
* Modifier.execution_time
|
|
@@ -87300,6 +87518,7 @@ database.
|
|
|
87300
87518
|
* Modifier.show_on_cage
|
|
87301
87519
|
* Modifier.show_expanded
|
|
87302
87520
|
* Modifier.is_active
|
|
87521
|
+
* Modifier.use_pin_to_last
|
|
87303
87522
|
* Modifier.is_override_data
|
|
87304
87523
|
* Modifier.use_apply_on_spline
|
|
87305
87524
|
* Modifier.execution_time
|
|
@@ -91120,6 +91339,7 @@ database.
|
|
|
91120
91339
|
* Modifier.show_on_cage
|
|
91121
91340
|
* Modifier.show_expanded
|
|
91122
91341
|
* Modifier.is_active
|
|
91342
|
+
* Modifier.use_pin_to_last
|
|
91123
91343
|
* Modifier.is_override_data
|
|
91124
91344
|
* Modifier.use_apply_on_spline
|
|
91125
91345
|
* Modifier.execution_time
|
|
@@ -92583,6 +92803,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
92583
92803
|
* Modifier.show_on_cage
|
|
92584
92804
|
* Modifier.show_expanded
|
|
92585
92805
|
* Modifier.is_active
|
|
92806
|
+
* Modifier.use_pin_to_last
|
|
92586
92807
|
* Modifier.is_override_data
|
|
92587
92808
|
* Modifier.use_apply_on_spline
|
|
92588
92809
|
* Modifier.execution_time
|
|
@@ -94970,6 +95191,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
94970
95191
|
* Modifier.show_on_cage
|
|
94971
95192
|
* Modifier.show_expanded
|
|
94972
95193
|
* Modifier.is_active
|
|
95194
|
+
* Modifier.use_pin_to_last
|
|
94973
95195
|
* Modifier.is_override_data
|
|
94974
95196
|
* Modifier.use_apply_on_spline
|
|
94975
95197
|
* Modifier.execution_time
|
|
@@ -95271,6 +95493,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
95271
95493
|
* Modifier.show_on_cage
|
|
95272
95494
|
* Modifier.show_expanded
|
|
95273
95495
|
* Modifier.is_active
|
|
95496
|
+
* Modifier.use_pin_to_last
|
|
95274
95497
|
* Modifier.is_override_data
|
|
95275
95498
|
* Modifier.use_apply_on_spline
|
|
95276
95499
|
* Modifier.execution_time
|
|
@@ -95320,6 +95543,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
95320
95543
|
* Modifier.show_on_cage
|
|
95321
95544
|
* Modifier.show_expanded
|
|
95322
95545
|
* Modifier.is_active
|
|
95546
|
+
* Modifier.use_pin_to_last
|
|
95323
95547
|
* Modifier.is_override_data
|
|
95324
95548
|
* Modifier.use_apply_on_spline
|
|
95325
95549
|
* Modifier.execution_time
|
|
@@ -96312,6 +96536,7 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
96312
96536
|
* Modifier.show_on_cage
|
|
96313
96537
|
* Modifier.show_expanded
|
|
96314
96538
|
* Modifier.is_active
|
|
96539
|
+
* Modifier.use_pin_to_last
|
|
96315
96540
|
* Modifier.is_override_data
|
|
96316
96541
|
* Modifier.use_apply_on_spline
|
|
96317
96542
|
* Modifier.execution_time
|
|
@@ -96361,6 +96586,7 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
96361
96586
|
* Modifier.show_on_cage
|
|
96362
96587
|
* Modifier.show_expanded
|
|
96363
96588
|
* Modifier.is_active
|
|
96589
|
+
* Modifier.use_pin_to_last
|
|
96364
96590
|
* Modifier.is_override_data
|
|
96365
96591
|
* Modifier.use_apply_on_spline
|
|
96366
96592
|
* Modifier.execution_time
|
|
@@ -97711,11 +97937,11 @@ class bpy_prop_collection(typing.Generic[GenericType]):
|
|
|
97711
97937
|
"""
|
|
97712
97938
|
...
|
|
97713
97939
|
|
|
97714
|
-
def __getitem__(self, key: typing.Union[int, str]) -> GenericType:
|
|
97940
|
+
def __getitem__(self, key: typing.Union[int, str, slice]) -> GenericType:
|
|
97715
97941
|
"""
|
|
97716
97942
|
|
|
97717
97943
|
:param key:
|
|
97718
|
-
:type key: typing.Union[int, str]
|
|
97944
|
+
:type key: typing.Union[int, str, slice]
|
|
97719
97945
|
:return:
|
|
97720
97946
|
:rtype: GenericType
|
|
97721
97947
|
"""
|
|
@@ -98356,6 +98582,18 @@ class NodeTree:
|
|
|
98356
98582
|
:type: typing.Union[str, typing.Any]
|
|
98357
98583
|
"""
|
|
98358
98584
|
|
|
98585
|
+
color_tag: typing.Union[str, int]
|
|
98586
|
+
""" Color tag of the node group which influences the header color
|
|
98587
|
+
|
|
98588
|
+
:type: typing.Union[str, int]
|
|
98589
|
+
"""
|
|
98590
|
+
|
|
98591
|
+
description: typing.Union[str, typing.Any]
|
|
98592
|
+
""" Description of the node tree
|
|
98593
|
+
|
|
98594
|
+
:type: typing.Union[str, typing.Any]
|
|
98595
|
+
"""
|
|
98596
|
+
|
|
98359
98597
|
grease_pencil: GreasePencil
|
|
98360
98598
|
""" Grease Pencil data-block
|
|
98361
98599
|
|
|
@@ -111190,7 +111428,7 @@ class CollectionChildren(bpy_struct):
|
|
|
111190
111428
|
...
|
|
111191
111429
|
|
|
111192
111430
|
class CollectionExport(bpy_struct):
|
|
111193
|
-
"""
|
|
111431
|
+
""" """
|
|
111194
111432
|
|
|
111195
111433
|
export_properties: PropertyGroup
|
|
111196
111434
|
""" Properties associated with the configured exporter
|
|
@@ -111204,6 +111442,12 @@ class CollectionExport(bpy_struct):
|
|
|
111204
111442
|
:type: bool
|
|
111205
111443
|
"""
|
|
111206
111444
|
|
|
111445
|
+
name: typing.Union[str, typing.Any]
|
|
111446
|
+
"""
|
|
111447
|
+
|
|
111448
|
+
:type: typing.Union[str, typing.Any]
|
|
111449
|
+
"""
|
|
111450
|
+
|
|
111207
111451
|
@classmethod
|
|
111208
111452
|
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
111209
111453
|
"""
|
|
@@ -112327,6 +112571,12 @@ class Context(bpy_struct):
|
|
|
112327
112571
|
:type: RegionView3D
|
|
112328
112572
|
"""
|
|
112329
112573
|
|
|
112574
|
+
region_popup: Region
|
|
112575
|
+
""" The temporary region for pop-ups (including menus and pop-overs)
|
|
112576
|
+
|
|
112577
|
+
:type: Region
|
|
112578
|
+
"""
|
|
112579
|
+
|
|
112330
112580
|
scene: Scene
|
|
112331
112581
|
"""
|
|
112332
112582
|
|
|
@@ -112441,6 +112691,12 @@ class Context(bpy_struct):
|
|
|
112441
112691
|
:type: RegionView3D
|
|
112442
112692
|
"""
|
|
112443
112693
|
|
|
112694
|
+
region_popup: Region
|
|
112695
|
+
""" The temporary region for pop-ups (including menus and pop-overs)
|
|
112696
|
+
|
|
112697
|
+
:type: Region
|
|
112698
|
+
"""
|
|
112699
|
+
|
|
112444
112700
|
scene: Scene
|
|
112445
112701
|
"""
|
|
112446
112702
|
|
|
@@ -122939,10 +123195,45 @@ class GreasePencilTimeModifierSegment(bpy_struct):
|
|
|
122939
123195
|
"""
|
|
122940
123196
|
...
|
|
122941
123197
|
|
|
123198
|
+
class GreasePencilv3LayerGroup(bpy_struct):
|
|
123199
|
+
"""Collection of Grease Pencil layers"""
|
|
123200
|
+
|
|
123201
|
+
active_group: GreasePencilLayerGroup
|
|
123202
|
+
""" Active Grease Pencil layer
|
|
123203
|
+
|
|
123204
|
+
:type: GreasePencilLayerGroup
|
|
123205
|
+
"""
|
|
123206
|
+
|
|
123207
|
+
@classmethod
|
|
123208
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
123209
|
+
"""
|
|
123210
|
+
|
|
123211
|
+
:param id: The RNA type identifier.
|
|
123212
|
+
:type id: typing.Optional[str]
|
|
123213
|
+
:param default:
|
|
123214
|
+
:return: The RNA type or default when not found.
|
|
123215
|
+
:rtype: Struct
|
|
123216
|
+
"""
|
|
123217
|
+
...
|
|
123218
|
+
|
|
123219
|
+
@classmethod
|
|
123220
|
+
def bl_rna_get_subclass_py(
|
|
123221
|
+
cls, id: typing.Optional[str], default=None
|
|
123222
|
+
) -> typing.Any:
|
|
123223
|
+
"""
|
|
123224
|
+
|
|
123225
|
+
:param id: The RNA type identifier.
|
|
123226
|
+
:type id: typing.Optional[str]
|
|
123227
|
+
:param default:
|
|
123228
|
+
:return: The class or default when not found.
|
|
123229
|
+
:rtype: typing.Any
|
|
123230
|
+
"""
|
|
123231
|
+
...
|
|
123232
|
+
|
|
122942
123233
|
class GreasePencilv3Layers(bpy_struct):
|
|
122943
123234
|
"""Collection of Grease Pencil layers"""
|
|
122944
123235
|
|
|
122945
|
-
|
|
123236
|
+
active_layer: GreasePencilLayer
|
|
122946
123237
|
""" Active Grease Pencil layer
|
|
122947
123238
|
|
|
122948
123239
|
:type: GreasePencilLayer
|
|
@@ -124482,9 +124773,9 @@ class KeyConfigurations(bpy_struct):
|
|
|
124482
124773
|
properties: typing.Optional[OperatorProperties] = None,
|
|
124483
124774
|
include: typing.Optional[typing.Any] = {
|
|
124484
124775
|
'"KEYBOARD"',
|
|
124485
|
-
'"NDOF"',
|
|
124486
124776
|
'"ACTIONZONE"',
|
|
124487
124777
|
'"MOUSE"',
|
|
124778
|
+
'"NDOF"',
|
|
124488
124779
|
},
|
|
124489
124780
|
exclude: typing.Optional[typing.Any] = {},
|
|
124490
124781
|
):
|
|
@@ -124978,9 +125269,9 @@ class KeyMapItems(bpy_struct):
|
|
|
124978
125269
|
properties: typing.Optional[OperatorProperties] = None,
|
|
124979
125270
|
include: typing.Optional[typing.Any] = {
|
|
124980
125271
|
'"KEYBOARD"',
|
|
124981
|
-
'"NDOF"',
|
|
124982
125272
|
'"ACTIONZONE"',
|
|
124983
125273
|
'"MOUSE"',
|
|
125274
|
+
'"NDOF"',
|
|
124984
125275
|
},
|
|
124985
125276
|
exclude: typing.Optional[typing.Any] = {},
|
|
124986
125277
|
) -> KeyMapItem:
|
|
@@ -128766,6 +129057,12 @@ class Modifier(bpy_struct):
|
|
|
128766
129057
|
:type: bool
|
|
128767
129058
|
"""
|
|
128768
129059
|
|
|
129060
|
+
use_pin_to_last: bool
|
|
129061
|
+
""" Keep the modifier at the end of the list
|
|
129062
|
+
|
|
129063
|
+
:type: bool
|
|
129064
|
+
"""
|
|
129065
|
+
|
|
128769
129066
|
@classmethod
|
|
128770
129067
|
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
128771
129068
|
"""
|
|
@@ -138963,6 +139260,10 @@ class Region(bpy_struct):
|
|
|
138963
139260
|
"""tag_redraw"""
|
|
138964
139261
|
...
|
|
138965
139262
|
|
|
139263
|
+
def tag_refresh_ui(self):
|
|
139264
|
+
"""tag_refresh_ui"""
|
|
139265
|
+
...
|
|
139266
|
+
|
|
138966
139267
|
@classmethod
|
|
138967
139268
|
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
138968
139269
|
"""
|
|
@@ -171215,6 +171516,12 @@ class Camera(ID, bpy_struct):
|
|
|
171215
171516
|
class Collection(ID, bpy_struct):
|
|
171216
171517
|
"""Collection of Object data-blocks"""
|
|
171217
171518
|
|
|
171519
|
+
active_exporter_index: int
|
|
171520
|
+
""" Active index in the exporters list
|
|
171521
|
+
|
|
171522
|
+
:type: int
|
|
171523
|
+
"""
|
|
171524
|
+
|
|
171218
171525
|
all_objects: bpy_prop_collection[Object]
|
|
171219
171526
|
""" Objects that are in this collection and its child collections
|
|
171220
171527
|
|
|
@@ -171348,12 +171655,6 @@ class Collection(ID, bpy_struct):
|
|
|
171348
171655
|
class CompositorNodeTree(NodeTree, ID, bpy_struct):
|
|
171349
171656
|
"""Node tree consisting of linked nodes used for compositing"""
|
|
171350
171657
|
|
|
171351
|
-
edit_quality: typing.Union[str, int]
|
|
171352
|
-
""" Quality when editing
|
|
171353
|
-
|
|
171354
|
-
:type: typing.Union[str, int]
|
|
171355
|
-
"""
|
|
171356
|
-
|
|
171357
171658
|
execution_mode: typing.Union[str, int]
|
|
171358
171659
|
""" Set how compositing is executed
|
|
171359
171660
|
|
|
@@ -171366,18 +171667,6 @@ class CompositorNodeTree(NodeTree, ID, bpy_struct):
|
|
|
171366
171667
|
:type: typing.Union[str, int]
|
|
171367
171668
|
"""
|
|
171368
171669
|
|
|
171369
|
-
render_quality: typing.Union[str, int]
|
|
171370
|
-
""" Quality when rendering
|
|
171371
|
-
|
|
171372
|
-
:type: typing.Union[str, int]
|
|
171373
|
-
"""
|
|
171374
|
-
|
|
171375
|
-
use_two_pass: bool
|
|
171376
|
-
""" Use two pass execution during editing: first calculate fast nodes, second pass calculate all nodes
|
|
171377
|
-
|
|
171378
|
-
:type: bool
|
|
171379
|
-
"""
|
|
171380
|
-
|
|
171381
171670
|
use_viewer_border: bool
|
|
171382
171671
|
""" Use boundaries for viewer nodes and composite backdrop
|
|
171383
171672
|
|
|
@@ -173166,6 +173455,12 @@ class LightProbe(ID, bpy_struct):
|
|
|
173166
173455
|
:type: float
|
|
173167
173456
|
"""
|
|
173168
173457
|
|
|
173458
|
+
grid_surfel_density: int
|
|
173459
|
+
""" Number of surfels to spawn in one local unit distance (higher values improve quality)
|
|
173460
|
+
|
|
173461
|
+
:type: int
|
|
173462
|
+
"""
|
|
173463
|
+
|
|
173169
173464
|
grid_validity_threshold: float
|
|
173170
173465
|
""" Ratio of front-facing surface hits under which a grid sample will not be considered for lighting
|
|
173171
173466
|
|
|
@@ -173238,12 +173533,6 @@ class LightProbe(ID, bpy_struct):
|
|
|
173238
173533
|
:type: bool
|
|
173239
173534
|
"""
|
|
173240
173535
|
|
|
173241
|
-
surfel_density: float
|
|
173242
|
-
""" Number of surfels per unit distance (higher values improve quality)
|
|
173243
|
-
|
|
173244
|
-
:type: float
|
|
173245
|
-
"""
|
|
173246
|
-
|
|
173247
173536
|
type: typing.Union[str, int]
|
|
173248
173537
|
""" Type of light probe
|
|
173249
173538
|
|
|
@@ -195160,12 +195449,6 @@ class SunLight(Light, ID, bpy_struct):
|
|
|
195160
195449
|
:type: float
|
|
195161
195450
|
"""
|
|
195162
195451
|
|
|
195163
|
-
shadow_trace_distance: float
|
|
195164
|
-
""" Maximum distance a shadow map tracing ray can travel
|
|
195165
|
-
|
|
195166
|
-
:type: float
|
|
195167
|
-
"""
|
|
195168
|
-
|
|
195169
195452
|
use_contact_shadow: bool
|
|
195170
195453
|
""" Use screen space ray-tracing to have correct shadowing near occluder, or for small features that does not appear in shadow maps
|
|
195171
195454
|
|
|
@@ -204512,12 +204795,42 @@ class TextSequence(EffectSequence, Sequence, bpy_struct):
|
|
|
204512
204795
|
:type: typing.Union[typing.List[float], typing.Tuple[float, float], mathutils.Vector]
|
|
204513
204796
|
"""
|
|
204514
204797
|
|
|
204798
|
+
outline_color: bpy_prop_array[float]
|
|
204799
|
+
"""
|
|
204800
|
+
|
|
204801
|
+
:type: bpy_prop_array[float]
|
|
204802
|
+
"""
|
|
204803
|
+
|
|
204804
|
+
outline_width: float
|
|
204805
|
+
"""
|
|
204806
|
+
|
|
204807
|
+
:type: float
|
|
204808
|
+
"""
|
|
204809
|
+
|
|
204810
|
+
shadow_angle: float
|
|
204811
|
+
"""
|
|
204812
|
+
|
|
204813
|
+
:type: float
|
|
204814
|
+
"""
|
|
204815
|
+
|
|
204816
|
+
shadow_blur: float
|
|
204817
|
+
"""
|
|
204818
|
+
|
|
204819
|
+
:type: float
|
|
204820
|
+
"""
|
|
204821
|
+
|
|
204515
204822
|
shadow_color: bpy_prop_array[float]
|
|
204516
204823
|
"""
|
|
204517
204824
|
|
|
204518
204825
|
:type: bpy_prop_array[float]
|
|
204519
204826
|
"""
|
|
204520
204827
|
|
|
204828
|
+
shadow_offset: float
|
|
204829
|
+
"""
|
|
204830
|
+
|
|
204831
|
+
:type: float
|
|
204832
|
+
"""
|
|
204833
|
+
|
|
204521
204834
|
text: typing.Union[str, typing.Any]
|
|
204522
204835
|
""" Text that will be displayed
|
|
204523
204836
|
|
|
@@ -204542,6 +204855,12 @@ class TextSequence(EffectSequence, Sequence, bpy_struct):
|
|
|
204542
204855
|
:type: bool
|
|
204543
204856
|
"""
|
|
204544
204857
|
|
|
204858
|
+
use_outline: bool
|
|
204859
|
+
""" Display outline around text
|
|
204860
|
+
|
|
204861
|
+
:type: bool
|
|
204862
|
+
"""
|
|
204863
|
+
|
|
204545
204864
|
use_shadow: bool
|
|
204546
204865
|
""" Display shadow behind text
|
|
204547
204866
|
|
|
@@ -213209,6 +213528,78 @@ class FunctionNodeAlignRotationToVector(FunctionNode, NodeInternal, Node, bpy_st
|
|
|
213209
213528
|
"""
|
|
213210
213529
|
...
|
|
213211
213530
|
|
|
213531
|
+
class FunctionNodeAxesToRotation(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
213532
|
+
"""Create a rotation from a primary and (ideally orthogonal) secondary axis"""
|
|
213533
|
+
|
|
213534
|
+
primary_axis: typing.Union[str, int]
|
|
213535
|
+
""" Axis that is aligned exactly to the provided primary direction
|
|
213536
|
+
|
|
213537
|
+
:type: typing.Union[str, int]
|
|
213538
|
+
"""
|
|
213539
|
+
|
|
213540
|
+
secondary_axis: typing.Union[str, int]
|
|
213541
|
+
""" Axis that is aligned as well as possible given the alignment of the primary axis
|
|
213542
|
+
|
|
213543
|
+
:type: typing.Union[str, int]
|
|
213544
|
+
"""
|
|
213545
|
+
|
|
213546
|
+
@classmethod
|
|
213547
|
+
def is_registered_node_type(cls) -> bool:
|
|
213548
|
+
"""True if a registered node type
|
|
213549
|
+
|
|
213550
|
+
:return: Result
|
|
213551
|
+
:rtype: bool
|
|
213552
|
+
"""
|
|
213553
|
+
...
|
|
213554
|
+
|
|
213555
|
+
@classmethod
|
|
213556
|
+
def input_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
|
|
213557
|
+
"""Input socket template
|
|
213558
|
+
|
|
213559
|
+
:param index: Index
|
|
213560
|
+
:type index: typing.Optional[int]
|
|
213561
|
+
:return: result
|
|
213562
|
+
:rtype: NodeInternalSocketTemplate
|
|
213563
|
+
"""
|
|
213564
|
+
...
|
|
213565
|
+
|
|
213566
|
+
@classmethod
|
|
213567
|
+
def output_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
|
|
213568
|
+
"""Output socket template
|
|
213569
|
+
|
|
213570
|
+
:param index: Index
|
|
213571
|
+
:type index: typing.Optional[int]
|
|
213572
|
+
:return: result
|
|
213573
|
+
:rtype: NodeInternalSocketTemplate
|
|
213574
|
+
"""
|
|
213575
|
+
...
|
|
213576
|
+
|
|
213577
|
+
@classmethod
|
|
213578
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
213579
|
+
"""
|
|
213580
|
+
|
|
213581
|
+
:param id: The RNA type identifier.
|
|
213582
|
+
:type id: typing.Optional[str]
|
|
213583
|
+
:param default:
|
|
213584
|
+
:return: The RNA type or default when not found.
|
|
213585
|
+
:rtype: Struct
|
|
213586
|
+
"""
|
|
213587
|
+
...
|
|
213588
|
+
|
|
213589
|
+
@classmethod
|
|
213590
|
+
def bl_rna_get_subclass_py(
|
|
213591
|
+
cls, id: typing.Optional[str], default=None
|
|
213592
|
+
) -> typing.Any:
|
|
213593
|
+
"""
|
|
213594
|
+
|
|
213595
|
+
:param id: The RNA type identifier.
|
|
213596
|
+
:type id: typing.Optional[str]
|
|
213597
|
+
:param default:
|
|
213598
|
+
:return: The class or default when not found.
|
|
213599
|
+
:rtype: typing.Any
|
|
213600
|
+
"""
|
|
213601
|
+
...
|
|
213602
|
+
|
|
213212
213603
|
class FunctionNodeAxisAngleToRotation(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
213213
213604
|
""" """
|
|
213214
213605
|
|
|
@@ -226643,6 +227034,12 @@ class GeometryNodeToolSetSelection(GeometryNode, NodeInternal, Node, bpy_struct)
|
|
|
226643
227034
|
class GeometryNodeTransform(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
226644
227035
|
"""Translate, rotate or scale the geometry"""
|
|
226645
227036
|
|
|
227037
|
+
mode: typing.Union[str, int]
|
|
227038
|
+
""" How the transformation is specified
|
|
227039
|
+
|
|
227040
|
+
:type: typing.Union[str, int]
|
|
227041
|
+
"""
|
|
227042
|
+
|
|
226646
227043
|
@classmethod
|
|
226647
227044
|
def is_registered_node_type(cls) -> bool:
|
|
226648
227045
|
"""True if a registered node type
|