fake-bpy-module 20240914__py3-none-any.whl → 20240915__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.
- bpy/types/__init__.pyi +1013 -3
- {fake_bpy_module-20240914.dist-info → fake_bpy_module-20240915.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240914.dist-info → fake_bpy_module-20240915.dist-info}/RECORD +6 -6
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240914.dist-info → fake_bpy_module-20240915.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240914.dist-info → fake_bpy_module-20240915.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -74,6 +74,8 @@
|
|
|
74
74
|
* Node.draw_buttons
|
|
75
75
|
* Node.draw_buttons_ext
|
|
76
76
|
* Node.draw_label
|
|
77
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
78
|
+
* Node.debug_zone_lazy_function_graph
|
|
77
79
|
* Node.poll
|
|
78
80
|
* Node.bl_rna_get_subclass
|
|
79
81
|
* Node.bl_rna_get_subclass_py
|
|
@@ -430,6 +432,8 @@
|
|
|
430
432
|
* Node.draw_buttons
|
|
431
433
|
* Node.draw_buttons_ext
|
|
432
434
|
* Node.draw_label
|
|
435
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
436
|
+
* Node.debug_zone_lazy_function_graph
|
|
433
437
|
* Node.poll
|
|
434
438
|
* Node.bl_rna_get_subclass
|
|
435
439
|
* Node.bl_rna_get_subclass_py
|
|
@@ -563,6 +567,8 @@
|
|
|
563
567
|
* Node.draw_buttons
|
|
564
568
|
* Node.draw_buttons_ext
|
|
565
569
|
* Node.draw_label
|
|
570
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
571
|
+
* Node.debug_zone_lazy_function_graph
|
|
566
572
|
* Node.poll
|
|
567
573
|
* Node.bl_rna_get_subclass
|
|
568
574
|
* Node.bl_rna_get_subclass_py
|
|
@@ -894,6 +900,8 @@
|
|
|
894
900
|
* Node.draw_buttons
|
|
895
901
|
* Node.draw_buttons_ext
|
|
896
902
|
* Node.draw_label
|
|
903
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
904
|
+
* Node.debug_zone_lazy_function_graph
|
|
897
905
|
* Node.poll
|
|
898
906
|
* Node.bl_rna_get_subclass
|
|
899
907
|
* Node.bl_rna_get_subclass_py
|
|
@@ -987,6 +995,8 @@
|
|
|
987
995
|
* Node.draw_buttons
|
|
988
996
|
* Node.draw_buttons_ext
|
|
989
997
|
* Node.draw_label
|
|
998
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
999
|
+
* Node.debug_zone_lazy_function_graph
|
|
990
1000
|
* Node.poll
|
|
991
1001
|
* Node.bl_rna_get_subclass
|
|
992
1002
|
* Node.bl_rna_get_subclass_py
|
|
@@ -1077,6 +1087,8 @@
|
|
|
1077
1087
|
* Node.draw_buttons
|
|
1078
1088
|
* Node.draw_buttons_ext
|
|
1079
1089
|
* Node.draw_label
|
|
1090
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
1091
|
+
* Node.debug_zone_lazy_function_graph
|
|
1080
1092
|
* Node.poll
|
|
1081
1093
|
* Node.bl_rna_get_subclass
|
|
1082
1094
|
* Node.bl_rna_get_subclass_py
|
|
@@ -1228,6 +1240,8 @@
|
|
|
1228
1240
|
* Node.draw_buttons
|
|
1229
1241
|
* Node.draw_buttons_ext
|
|
1230
1242
|
* Node.draw_label
|
|
1243
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
1244
|
+
* Node.debug_zone_lazy_function_graph
|
|
1231
1245
|
* Node.poll
|
|
1232
1246
|
* Node.bl_rna_get_subclass
|
|
1233
1247
|
* Node.bl_rna_get_subclass_py
|
|
@@ -1447,6 +1461,8 @@
|
|
|
1447
1461
|
* Node.draw_buttons
|
|
1448
1462
|
* Node.draw_buttons_ext
|
|
1449
1463
|
* Node.draw_label
|
|
1464
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
1465
|
+
* Node.debug_zone_lazy_function_graph
|
|
1450
1466
|
* Node.poll
|
|
1451
1467
|
* Node.bl_rna_get_subclass
|
|
1452
1468
|
* Node.bl_rna_get_subclass_py
|
|
@@ -1656,6 +1672,8 @@
|
|
|
1656
1672
|
* Node.draw_buttons
|
|
1657
1673
|
* Node.draw_buttons_ext
|
|
1658
1674
|
* Node.draw_label
|
|
1675
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
1676
|
+
* Node.debug_zone_lazy_function_graph
|
|
1659
1677
|
* Node.poll
|
|
1660
1678
|
* Node.bl_rna_get_subclass
|
|
1661
1679
|
* Node.bl_rna_get_subclass_py
|
|
@@ -2157,6 +2175,8 @@
|
|
|
2157
2175
|
* Node.draw_buttons
|
|
2158
2176
|
* Node.draw_buttons_ext
|
|
2159
2177
|
* Node.draw_label
|
|
2178
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
2179
|
+
* Node.debug_zone_lazy_function_graph
|
|
2160
2180
|
* Node.poll
|
|
2161
2181
|
* Node.bl_rna_get_subclass
|
|
2162
2182
|
* Node.bl_rna_get_subclass_py
|
|
@@ -2250,6 +2270,8 @@
|
|
|
2250
2270
|
* Node.draw_buttons
|
|
2251
2271
|
* Node.draw_buttons_ext
|
|
2252
2272
|
* Node.draw_label
|
|
2273
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
2274
|
+
* Node.debug_zone_lazy_function_graph
|
|
2253
2275
|
* Node.poll
|
|
2254
2276
|
* Node.bl_rna_get_subclass
|
|
2255
2277
|
* Node.bl_rna_get_subclass_py
|
|
@@ -2842,6 +2864,8 @@
|
|
|
2842
2864
|
* Node.draw_buttons
|
|
2843
2865
|
* Node.draw_buttons_ext
|
|
2844
2866
|
* Node.draw_label
|
|
2867
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
2868
|
+
* Node.debug_zone_lazy_function_graph
|
|
2845
2869
|
* Node.poll
|
|
2846
2870
|
* Node.bl_rna_get_subclass
|
|
2847
2871
|
* Node.bl_rna_get_subclass_py
|
|
@@ -2974,6 +2998,8 @@
|
|
|
2974
2998
|
* Node.draw_buttons
|
|
2975
2999
|
* Node.draw_buttons_ext
|
|
2976
3000
|
* Node.draw_label
|
|
3001
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
3002
|
+
* Node.debug_zone_lazy_function_graph
|
|
2977
3003
|
* Node.poll
|
|
2978
3004
|
* Node.bl_rna_get_subclass
|
|
2979
3005
|
* Node.bl_rna_get_subclass_py
|
|
@@ -3194,6 +3220,8 @@
|
|
|
3194
3220
|
* Node.draw_buttons
|
|
3195
3221
|
* Node.draw_buttons_ext
|
|
3196
3222
|
* Node.draw_label
|
|
3223
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
3224
|
+
* Node.debug_zone_lazy_function_graph
|
|
3197
3225
|
* Node.poll
|
|
3198
3226
|
* Node.bl_rna_get_subclass
|
|
3199
3227
|
* Node.bl_rna_get_subclass_py
|
|
@@ -3427,6 +3455,8 @@
|
|
|
3427
3455
|
* Node.draw_buttons
|
|
3428
3456
|
* Node.draw_buttons_ext
|
|
3429
3457
|
* Node.draw_label
|
|
3458
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
3459
|
+
* Node.debug_zone_lazy_function_graph
|
|
3430
3460
|
* Node.poll
|
|
3431
3461
|
* Node.bl_rna_get_subclass
|
|
3432
3462
|
* Node.bl_rna_get_subclass_py
|
|
@@ -3687,6 +3717,8 @@
|
|
|
3687
3717
|
* Node.draw_buttons
|
|
3688
3718
|
* Node.draw_buttons_ext
|
|
3689
3719
|
* Node.draw_label
|
|
3720
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
3721
|
+
* Node.debug_zone_lazy_function_graph
|
|
3690
3722
|
* Node.poll
|
|
3691
3723
|
* Node.bl_rna_get_subclass
|
|
3692
3724
|
* Node.bl_rna_get_subclass_py
|
|
@@ -3880,6 +3912,8 @@
|
|
|
3880
3912
|
* Node.draw_buttons
|
|
3881
3913
|
* Node.draw_buttons_ext
|
|
3882
3914
|
* Node.draw_label
|
|
3915
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
3916
|
+
* Node.debug_zone_lazy_function_graph
|
|
3883
3917
|
* Node.poll
|
|
3884
3918
|
* Node.bl_rna_get_subclass
|
|
3885
3919
|
* Node.bl_rna_get_subclass_py
|
|
@@ -3971,6 +4005,8 @@
|
|
|
3971
4005
|
* Node.draw_buttons
|
|
3972
4006
|
* Node.draw_buttons_ext
|
|
3973
4007
|
* Node.draw_label
|
|
4008
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
4009
|
+
* Node.debug_zone_lazy_function_graph
|
|
3974
4010
|
* Node.poll
|
|
3975
4011
|
* Node.bl_rna_get_subclass
|
|
3976
4012
|
* Node.bl_rna_get_subclass_py
|
|
@@ -4189,6 +4225,8 @@
|
|
|
4189
4225
|
* Node.draw_buttons
|
|
4190
4226
|
* Node.draw_buttons_ext
|
|
4191
4227
|
* Node.draw_label
|
|
4228
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
4229
|
+
* Node.debug_zone_lazy_function_graph
|
|
4192
4230
|
* Node.poll
|
|
4193
4231
|
* Node.bl_rna_get_subclass
|
|
4194
4232
|
* Node.bl_rna_get_subclass_py
|
|
@@ -4538,6 +4576,8 @@
|
|
|
4538
4576
|
* Node.draw_buttons
|
|
4539
4577
|
* Node.draw_buttons_ext
|
|
4540
4578
|
* Node.draw_label
|
|
4579
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
4580
|
+
* Node.debug_zone_lazy_function_graph
|
|
4541
4581
|
* Node.poll
|
|
4542
4582
|
* Node.bl_rna_get_subclass
|
|
4543
4583
|
* Node.bl_rna_get_subclass_py
|
|
@@ -4767,6 +4807,8 @@
|
|
|
4767
4807
|
* Node.draw_buttons
|
|
4768
4808
|
* Node.draw_buttons_ext
|
|
4769
4809
|
* Node.draw_label
|
|
4810
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
4811
|
+
* Node.debug_zone_lazy_function_graph
|
|
4770
4812
|
* Node.poll
|
|
4771
4813
|
* Node.bl_rna_get_subclass
|
|
4772
4814
|
* Node.bl_rna_get_subclass_py
|
|
@@ -4951,6 +4993,8 @@
|
|
|
4951
4993
|
* Node.draw_buttons
|
|
4952
4994
|
* Node.draw_buttons_ext
|
|
4953
4995
|
* Node.draw_label
|
|
4996
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
4997
|
+
* Node.debug_zone_lazy_function_graph
|
|
4954
4998
|
* Node.poll
|
|
4955
4999
|
* Node.bl_rna_get_subclass
|
|
4956
5000
|
* Node.bl_rna_get_subclass_py
|
|
@@ -5213,6 +5257,8 @@
|
|
|
5213
5257
|
* Node.draw_buttons
|
|
5214
5258
|
* Node.draw_buttons_ext
|
|
5215
5259
|
* Node.draw_label
|
|
5260
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
5261
|
+
* Node.debug_zone_lazy_function_graph
|
|
5216
5262
|
* Node.poll
|
|
5217
5263
|
* Node.bl_rna_get_subclass
|
|
5218
5264
|
* Node.bl_rna_get_subclass_py
|
|
@@ -5601,6 +5647,8 @@
|
|
|
5601
5647
|
* Node.draw_buttons
|
|
5602
5648
|
* Node.draw_buttons_ext
|
|
5603
5649
|
* Node.draw_label
|
|
5650
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
5651
|
+
* Node.debug_zone_lazy_function_graph
|
|
5604
5652
|
* Node.poll
|
|
5605
5653
|
* Node.bl_rna_get_subclass
|
|
5606
5654
|
* Node.bl_rna_get_subclass_py
|
|
@@ -6058,6 +6106,8 @@
|
|
|
6058
6106
|
* Node.draw_buttons
|
|
6059
6107
|
* Node.draw_buttons_ext
|
|
6060
6108
|
* Node.draw_label
|
|
6109
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
6110
|
+
* Node.debug_zone_lazy_function_graph
|
|
6061
6111
|
* Node.poll
|
|
6062
6112
|
* Node.bl_rna_get_subclass
|
|
6063
6113
|
* Node.bl_rna_get_subclass_py
|
|
@@ -6149,6 +6199,8 @@
|
|
|
6149
6199
|
* Node.draw_buttons
|
|
6150
6200
|
* Node.draw_buttons_ext
|
|
6151
6201
|
* Node.draw_label
|
|
6202
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
6203
|
+
* Node.debug_zone_lazy_function_graph
|
|
6152
6204
|
* Node.poll
|
|
6153
6205
|
* Node.bl_rna_get_subclass
|
|
6154
6206
|
* Node.bl_rna_get_subclass_py
|
|
@@ -6366,6 +6418,8 @@
|
|
|
6366
6418
|
* Node.draw_buttons
|
|
6367
6419
|
* Node.draw_buttons_ext
|
|
6368
6420
|
* Node.draw_label
|
|
6421
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
6422
|
+
* Node.debug_zone_lazy_function_graph
|
|
6369
6423
|
* Node.poll
|
|
6370
6424
|
* Node.bl_rna_get_subclass
|
|
6371
6425
|
* Node.bl_rna_get_subclass_py
|
|
@@ -6538,6 +6592,8 @@
|
|
|
6538
6592
|
* Node.draw_buttons
|
|
6539
6593
|
* Node.draw_buttons_ext
|
|
6540
6594
|
* Node.draw_label
|
|
6595
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
6596
|
+
* Node.debug_zone_lazy_function_graph
|
|
6541
6597
|
* Node.poll
|
|
6542
6598
|
* Node.bl_rna_get_subclass
|
|
6543
6599
|
* Node.bl_rna_get_subclass_py
|
|
@@ -7001,6 +7057,8 @@
|
|
|
7001
7057
|
* Node.draw_buttons
|
|
7002
7058
|
* Node.draw_buttons_ext
|
|
7003
7059
|
* Node.draw_label
|
|
7060
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
7061
|
+
* Node.debug_zone_lazy_function_graph
|
|
7004
7062
|
* Node.poll
|
|
7005
7063
|
* Node.bl_rna_get_subclass
|
|
7006
7064
|
* Node.bl_rna_get_subclass_py
|
|
@@ -7092,6 +7150,8 @@
|
|
|
7092
7150
|
* Node.draw_buttons
|
|
7093
7151
|
* Node.draw_buttons_ext
|
|
7094
7152
|
* Node.draw_label
|
|
7153
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
7154
|
+
* Node.debug_zone_lazy_function_graph
|
|
7095
7155
|
* Node.poll
|
|
7096
7156
|
* Node.bl_rna_get_subclass
|
|
7097
7157
|
* Node.bl_rna_get_subclass_py
|
|
@@ -7361,6 +7421,8 @@
|
|
|
7361
7421
|
* Node.draw_buttons
|
|
7362
7422
|
* Node.draw_buttons_ext
|
|
7363
7423
|
* Node.draw_label
|
|
7424
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
7425
|
+
* Node.debug_zone_lazy_function_graph
|
|
7364
7426
|
* Node.poll
|
|
7365
7427
|
* Node.bl_rna_get_subclass
|
|
7366
7428
|
* Node.bl_rna_get_subclass_py
|
|
@@ -7496,6 +7558,8 @@
|
|
|
7496
7558
|
* Node.draw_buttons
|
|
7497
7559
|
* Node.draw_buttons_ext
|
|
7498
7560
|
* Node.draw_label
|
|
7561
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
7562
|
+
* Node.debug_zone_lazy_function_graph
|
|
7499
7563
|
* Node.poll
|
|
7500
7564
|
* Node.bl_rna_get_subclass
|
|
7501
7565
|
* Node.bl_rna_get_subclass_py
|
|
@@ -7670,6 +7734,8 @@
|
|
|
7670
7734
|
* Node.draw_buttons
|
|
7671
7735
|
* Node.draw_buttons_ext
|
|
7672
7736
|
* Node.draw_label
|
|
7737
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
7738
|
+
* Node.debug_zone_lazy_function_graph
|
|
7673
7739
|
* Node.poll
|
|
7674
7740
|
* Node.bl_rna_get_subclass
|
|
7675
7741
|
* Node.bl_rna_get_subclass_py
|
|
@@ -7761,6 +7827,8 @@
|
|
|
7761
7827
|
* Node.draw_buttons
|
|
7762
7828
|
* Node.draw_buttons_ext
|
|
7763
7829
|
* Node.draw_label
|
|
7830
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
7831
|
+
* Node.debug_zone_lazy_function_graph
|
|
7764
7832
|
* Node.poll
|
|
7765
7833
|
* Node.bl_rna_get_subclass
|
|
7766
7834
|
* Node.bl_rna_get_subclass_py
|
|
@@ -8059,6 +8127,8 @@
|
|
|
8059
8127
|
* Node.draw_buttons
|
|
8060
8128
|
* Node.draw_buttons_ext
|
|
8061
8129
|
* Node.draw_label
|
|
8130
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
8131
|
+
* Node.debug_zone_lazy_function_graph
|
|
8062
8132
|
* Node.poll
|
|
8063
8133
|
* Node.bl_rna_get_subclass
|
|
8064
8134
|
* Node.bl_rna_get_subclass_py
|
|
@@ -8152,6 +8222,8 @@
|
|
|
8152
8222
|
* Node.draw_buttons
|
|
8153
8223
|
* Node.draw_buttons_ext
|
|
8154
8224
|
* Node.draw_label
|
|
8225
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
8226
|
+
* Node.debug_zone_lazy_function_graph
|
|
8155
8227
|
* Node.poll
|
|
8156
8228
|
* Node.bl_rna_get_subclass
|
|
8157
8229
|
* Node.bl_rna_get_subclass_py
|
|
@@ -8243,6 +8315,8 @@
|
|
|
8243
8315
|
* Node.draw_buttons
|
|
8244
8316
|
* Node.draw_buttons_ext
|
|
8245
8317
|
* Node.draw_label
|
|
8318
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
8319
|
+
* Node.debug_zone_lazy_function_graph
|
|
8246
8320
|
* Node.poll
|
|
8247
8321
|
* Node.bl_rna_get_subclass
|
|
8248
8322
|
* Node.bl_rna_get_subclass_py
|
|
@@ -8334,6 +8408,8 @@
|
|
|
8334
8408
|
* Node.draw_buttons
|
|
8335
8409
|
* Node.draw_buttons_ext
|
|
8336
8410
|
* Node.draw_label
|
|
8411
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
8412
|
+
* Node.debug_zone_lazy_function_graph
|
|
8337
8413
|
* Node.poll
|
|
8338
8414
|
* Node.bl_rna_get_subclass
|
|
8339
8415
|
* Node.bl_rna_get_subclass_py
|
|
@@ -8424,6 +8500,8 @@
|
|
|
8424
8500
|
* Node.draw_buttons
|
|
8425
8501
|
* Node.draw_buttons_ext
|
|
8426
8502
|
* Node.draw_label
|
|
8503
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
8504
|
+
* Node.debug_zone_lazy_function_graph
|
|
8427
8505
|
* Node.poll
|
|
8428
8506
|
* Node.bl_rna_get_subclass
|
|
8429
8507
|
* Node.bl_rna_get_subclass_py
|
|
@@ -8515,6 +8593,8 @@
|
|
|
8515
8593
|
* Node.draw_buttons
|
|
8516
8594
|
* Node.draw_buttons_ext
|
|
8517
8595
|
* Node.draw_label
|
|
8596
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
8597
|
+
* Node.debug_zone_lazy_function_graph
|
|
8518
8598
|
* Node.poll
|
|
8519
8599
|
* Node.bl_rna_get_subclass
|
|
8520
8600
|
* Node.bl_rna_get_subclass_py
|
|
@@ -9036,6 +9116,8 @@
|
|
|
9036
9116
|
* Node.draw_buttons
|
|
9037
9117
|
* Node.draw_buttons_ext
|
|
9038
9118
|
* Node.draw_label
|
|
9119
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
9120
|
+
* Node.debug_zone_lazy_function_graph
|
|
9039
9121
|
* Node.poll
|
|
9040
9122
|
* Node.bl_rna_get_subclass
|
|
9041
9123
|
* Node.bl_rna_get_subclass_py
|
|
@@ -9169,6 +9251,8 @@
|
|
|
9169
9251
|
* Node.draw_buttons
|
|
9170
9252
|
* Node.draw_buttons_ext
|
|
9171
9253
|
* Node.draw_label
|
|
9254
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
9255
|
+
* Node.debug_zone_lazy_function_graph
|
|
9172
9256
|
* Node.poll
|
|
9173
9257
|
* Node.bl_rna_get_subclass
|
|
9174
9258
|
* Node.bl_rna_get_subclass_py
|
|
@@ -9260,6 +9344,8 @@
|
|
|
9260
9344
|
* Node.draw_buttons
|
|
9261
9345
|
* Node.draw_buttons_ext
|
|
9262
9346
|
* Node.draw_label
|
|
9347
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
9348
|
+
* Node.debug_zone_lazy_function_graph
|
|
9263
9349
|
* Node.poll
|
|
9264
9350
|
* Node.bl_rna_get_subclass
|
|
9265
9351
|
* Node.bl_rna_get_subclass_py
|
|
@@ -9514,6 +9600,8 @@
|
|
|
9514
9600
|
* Node.draw_buttons
|
|
9515
9601
|
* Node.draw_buttons_ext
|
|
9516
9602
|
* Node.draw_label
|
|
9603
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
9604
|
+
* Node.debug_zone_lazy_function_graph
|
|
9517
9605
|
* Node.poll
|
|
9518
9606
|
* Node.bl_rna_get_subclass
|
|
9519
9607
|
* Node.bl_rna_get_subclass_py
|
|
@@ -9605,6 +9693,8 @@
|
|
|
9605
9693
|
* Node.draw_buttons
|
|
9606
9694
|
* Node.draw_buttons_ext
|
|
9607
9695
|
* Node.draw_label
|
|
9696
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
9697
|
+
* Node.debug_zone_lazy_function_graph
|
|
9608
9698
|
* Node.poll
|
|
9609
9699
|
* Node.bl_rna_get_subclass
|
|
9610
9700
|
* Node.bl_rna_get_subclass_py
|
|
@@ -9696,6 +9786,8 @@
|
|
|
9696
9786
|
* Node.draw_buttons
|
|
9697
9787
|
* Node.draw_buttons_ext
|
|
9698
9788
|
* Node.draw_label
|
|
9789
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
9790
|
+
* Node.debug_zone_lazy_function_graph
|
|
9699
9791
|
* Node.poll
|
|
9700
9792
|
* Node.bl_rna_get_subclass
|
|
9701
9793
|
* Node.bl_rna_get_subclass_py
|
|
@@ -9787,6 +9879,8 @@
|
|
|
9787
9879
|
* Node.draw_buttons
|
|
9788
9880
|
* Node.draw_buttons_ext
|
|
9789
9881
|
* Node.draw_label
|
|
9882
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
9883
|
+
* Node.debug_zone_lazy_function_graph
|
|
9790
9884
|
* Node.poll
|
|
9791
9885
|
* Node.bl_rna_get_subclass
|
|
9792
9886
|
* Node.bl_rna_get_subclass_py
|
|
@@ -9947,6 +10041,8 @@
|
|
|
9947
10041
|
* Node.draw_buttons
|
|
9948
10042
|
* Node.draw_buttons_ext
|
|
9949
10043
|
* Node.draw_label
|
|
10044
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
10045
|
+
* Node.debug_zone_lazy_function_graph
|
|
9950
10046
|
* Node.poll
|
|
9951
10047
|
* Node.bl_rna_get_subclass
|
|
9952
10048
|
* Node.bl_rna_get_subclass_py
|
|
@@ -10038,6 +10134,8 @@
|
|
|
10038
10134
|
* Node.draw_buttons
|
|
10039
10135
|
* Node.draw_buttons_ext
|
|
10040
10136
|
* Node.draw_label
|
|
10137
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
10138
|
+
* Node.debug_zone_lazy_function_graph
|
|
10041
10139
|
* Node.poll
|
|
10042
10140
|
* Node.bl_rna_get_subclass
|
|
10043
10141
|
* Node.bl_rna_get_subclass_py
|
|
@@ -10225,6 +10323,8 @@
|
|
|
10225
10323
|
* Node.draw_buttons
|
|
10226
10324
|
* Node.draw_buttons_ext
|
|
10227
10325
|
* Node.draw_label
|
|
10326
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
10327
|
+
* Node.debug_zone_lazy_function_graph
|
|
10228
10328
|
* Node.poll
|
|
10229
10329
|
* Node.bl_rna_get_subclass
|
|
10230
10330
|
* Node.bl_rna_get_subclass_py
|
|
@@ -10355,6 +10455,8 @@
|
|
|
10355
10455
|
* Node.draw_buttons
|
|
10356
10456
|
* Node.draw_buttons_ext
|
|
10357
10457
|
* Node.draw_label
|
|
10458
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
10459
|
+
* Node.debug_zone_lazy_function_graph
|
|
10358
10460
|
* Node.poll
|
|
10359
10461
|
* Node.bl_rna_get_subclass
|
|
10360
10462
|
* Node.bl_rna_get_subclass_py
|
|
@@ -10675,6 +10777,8 @@
|
|
|
10675
10777
|
* Node.draw_buttons
|
|
10676
10778
|
* Node.draw_buttons_ext
|
|
10677
10779
|
* Node.draw_label
|
|
10780
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
10781
|
+
* Node.debug_zone_lazy_function_graph
|
|
10678
10782
|
* Node.poll
|
|
10679
10783
|
* Node.bl_rna_get_subclass
|
|
10680
10784
|
* Node.bl_rna_get_subclass_py
|
|
@@ -11132,6 +11236,8 @@
|
|
|
11132
11236
|
* Node.draw_buttons
|
|
11133
11237
|
* Node.draw_buttons_ext
|
|
11134
11238
|
* Node.draw_label
|
|
11239
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
11240
|
+
* Node.debug_zone_lazy_function_graph
|
|
11135
11241
|
* Node.poll
|
|
11136
11242
|
* Node.bl_rna_get_subclass
|
|
11137
11243
|
* Node.bl_rna_get_subclass_py
|
|
@@ -11478,6 +11584,8 @@
|
|
|
11478
11584
|
* Node.draw_buttons
|
|
11479
11585
|
* Node.draw_buttons_ext
|
|
11480
11586
|
* Node.draw_label
|
|
11587
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
11588
|
+
* Node.debug_zone_lazy_function_graph
|
|
11481
11589
|
* Node.poll
|
|
11482
11590
|
* Node.bl_rna_get_subclass
|
|
11483
11591
|
* Node.bl_rna_get_subclass_py
|
|
@@ -11761,6 +11869,8 @@
|
|
|
11761
11869
|
* Node.draw_buttons
|
|
11762
11870
|
* Node.draw_buttons_ext
|
|
11763
11871
|
* Node.draw_label
|
|
11872
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
11873
|
+
* Node.debug_zone_lazy_function_graph
|
|
11764
11874
|
* Node.poll
|
|
11765
11875
|
* Node.bl_rna_get_subclass
|
|
11766
11876
|
* Node.bl_rna_get_subclass_py
|
|
@@ -11948,6 +12058,8 @@
|
|
|
11948
12058
|
* Node.draw_buttons
|
|
11949
12059
|
* Node.draw_buttons_ext
|
|
11950
12060
|
* Node.draw_label
|
|
12061
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
12062
|
+
* Node.debug_zone_lazy_function_graph
|
|
11951
12063
|
* Node.poll
|
|
11952
12064
|
* Node.bl_rna_get_subclass
|
|
11953
12065
|
* Node.bl_rna_get_subclass_py
|
|
@@ -12041,6 +12153,8 @@
|
|
|
12041
12153
|
* Node.draw_buttons
|
|
12042
12154
|
* Node.draw_buttons_ext
|
|
12043
12155
|
* Node.draw_label
|
|
12156
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
12157
|
+
* Node.debug_zone_lazy_function_graph
|
|
12044
12158
|
* Node.poll
|
|
12045
12159
|
* Node.bl_rna_get_subclass
|
|
12046
12160
|
* Node.bl_rna_get_subclass_py
|
|
@@ -12182,6 +12296,8 @@
|
|
|
12182
12296
|
* Node.draw_buttons
|
|
12183
12297
|
* Node.draw_buttons_ext
|
|
12184
12298
|
* Node.draw_label
|
|
12299
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
12300
|
+
* Node.debug_zone_lazy_function_graph
|
|
12185
12301
|
* Node.poll
|
|
12186
12302
|
* Node.bl_rna_get_subclass
|
|
12187
12303
|
* Node.bl_rna_get_subclass_py
|
|
@@ -12380,6 +12496,7 @@
|
|
|
12380
12496
|
* NodeTree.update
|
|
12381
12497
|
* NodeTree.get_from_context
|
|
12382
12498
|
* NodeTree.valid_socket_type
|
|
12499
|
+
* NodeTree.debug_lazy_function_graph
|
|
12383
12500
|
* NodeTree.bl_rna_get_subclass
|
|
12384
12501
|
* NodeTree.bl_rna_get_subclass_py
|
|
12385
12502
|
|
|
@@ -12772,6 +12889,8 @@
|
|
|
12772
12889
|
* Node.draw_buttons
|
|
12773
12890
|
* Node.draw_buttons_ext
|
|
12774
12891
|
* Node.draw_label
|
|
12892
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
12893
|
+
* Node.debug_zone_lazy_function_graph
|
|
12775
12894
|
* Node.poll
|
|
12776
12895
|
* Node.bl_rna_get_subclass
|
|
12777
12896
|
* Node.bl_rna_get_subclass_py
|
|
@@ -13019,6 +13138,8 @@
|
|
|
13019
13138
|
* Node.draw_buttons
|
|
13020
13139
|
* Node.draw_buttons_ext
|
|
13021
13140
|
* Node.draw_label
|
|
13141
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
13142
|
+
* Node.debug_zone_lazy_function_graph
|
|
13022
13143
|
* Node.poll
|
|
13023
13144
|
* Node.bl_rna_get_subclass
|
|
13024
13145
|
* Node.bl_rna_get_subclass_py
|
|
@@ -13154,6 +13275,8 @@
|
|
|
13154
13275
|
* Node.draw_buttons
|
|
13155
13276
|
* Node.draw_buttons_ext
|
|
13156
13277
|
* Node.draw_label
|
|
13278
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
13279
|
+
* Node.debug_zone_lazy_function_graph
|
|
13157
13280
|
* Node.poll
|
|
13158
13281
|
* Node.bl_rna_get_subclass
|
|
13159
13282
|
* Node.bl_rna_get_subclass_py
|
|
@@ -13245,6 +13368,8 @@
|
|
|
13245
13368
|
* Node.draw_buttons
|
|
13246
13369
|
* Node.draw_buttons_ext
|
|
13247
13370
|
* Node.draw_label
|
|
13371
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
13372
|
+
* Node.debug_zone_lazy_function_graph
|
|
13248
13373
|
* Node.poll
|
|
13249
13374
|
* Node.bl_rna_get_subclass
|
|
13250
13375
|
* Node.bl_rna_get_subclass_py
|
|
@@ -13336,6 +13461,8 @@
|
|
|
13336
13461
|
* Node.draw_buttons
|
|
13337
13462
|
* Node.draw_buttons_ext
|
|
13338
13463
|
* Node.draw_label
|
|
13464
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
13465
|
+
* Node.debug_zone_lazy_function_graph
|
|
13339
13466
|
* Node.poll
|
|
13340
13467
|
* Node.bl_rna_get_subclass
|
|
13341
13468
|
* Node.bl_rna_get_subclass_py
|
|
@@ -13429,6 +13556,8 @@
|
|
|
13429
13556
|
* Node.draw_buttons
|
|
13430
13557
|
* Node.draw_buttons_ext
|
|
13431
13558
|
* Node.draw_label
|
|
13559
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
13560
|
+
* Node.debug_zone_lazy_function_graph
|
|
13432
13561
|
* Node.poll
|
|
13433
13562
|
* Node.bl_rna_get_subclass
|
|
13434
13563
|
* Node.bl_rna_get_subclass_py
|
|
@@ -13729,6 +13858,8 @@
|
|
|
13729
13858
|
* Node.draw_buttons
|
|
13730
13859
|
* Node.draw_buttons_ext
|
|
13731
13860
|
* Node.draw_label
|
|
13861
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
13862
|
+
* Node.debug_zone_lazy_function_graph
|
|
13732
13863
|
* Node.poll
|
|
13733
13864
|
* Node.bl_rna_get_subclass
|
|
13734
13865
|
* Node.bl_rna_get_subclass_py
|
|
@@ -13822,6 +13953,8 @@
|
|
|
13822
13953
|
* Node.draw_buttons
|
|
13823
13954
|
* Node.draw_buttons_ext
|
|
13824
13955
|
* Node.draw_label
|
|
13956
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
13957
|
+
* Node.debug_zone_lazy_function_graph
|
|
13825
13958
|
* Node.poll
|
|
13826
13959
|
* Node.bl_rna_get_subclass
|
|
13827
13960
|
* Node.bl_rna_get_subclass_py
|
|
@@ -13913,6 +14046,8 @@
|
|
|
13913
14046
|
* Node.draw_buttons
|
|
13914
14047
|
* Node.draw_buttons_ext
|
|
13915
14048
|
* Node.draw_label
|
|
14049
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
14050
|
+
* Node.debug_zone_lazy_function_graph
|
|
13916
14051
|
* Node.poll
|
|
13917
14052
|
* Node.bl_rna_get_subclass
|
|
13918
14053
|
* Node.bl_rna_get_subclass_py
|
|
@@ -14149,6 +14284,8 @@
|
|
|
14149
14284
|
* Node.draw_buttons
|
|
14150
14285
|
* Node.draw_buttons_ext
|
|
14151
14286
|
* Node.draw_label
|
|
14287
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
14288
|
+
* Node.debug_zone_lazy_function_graph
|
|
14152
14289
|
* Node.poll
|
|
14153
14290
|
* Node.bl_rna_get_subclass
|
|
14154
14291
|
* Node.bl_rna_get_subclass_py
|
|
@@ -14282,6 +14419,8 @@
|
|
|
14282
14419
|
* Node.draw_buttons
|
|
14283
14420
|
* Node.draw_buttons_ext
|
|
14284
14421
|
* Node.draw_label
|
|
14422
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
14423
|
+
* Node.debug_zone_lazy_function_graph
|
|
14285
14424
|
* Node.poll
|
|
14286
14425
|
* Node.bl_rna_get_subclass
|
|
14287
14426
|
* Node.bl_rna_get_subclass_py
|
|
@@ -14375,6 +14514,8 @@
|
|
|
14375
14514
|
* Node.draw_buttons
|
|
14376
14515
|
* Node.draw_buttons_ext
|
|
14377
14516
|
* Node.draw_label
|
|
14517
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
14518
|
+
* Node.debug_zone_lazy_function_graph
|
|
14378
14519
|
* Node.poll
|
|
14379
14520
|
* Node.bl_rna_get_subclass
|
|
14380
14521
|
* Node.bl_rna_get_subclass_py
|
|
@@ -14466,6 +14607,8 @@
|
|
|
14466
14607
|
* Node.draw_buttons
|
|
14467
14608
|
* Node.draw_buttons_ext
|
|
14468
14609
|
* Node.draw_label
|
|
14610
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
14611
|
+
* Node.debug_zone_lazy_function_graph
|
|
14469
14612
|
* Node.poll
|
|
14470
14613
|
* Node.bl_rna_get_subclass
|
|
14471
14614
|
* Node.bl_rna_get_subclass_py
|
|
@@ -14699,6 +14842,8 @@
|
|
|
14699
14842
|
* Node.draw_buttons
|
|
14700
14843
|
* Node.draw_buttons_ext
|
|
14701
14844
|
* Node.draw_label
|
|
14845
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
14846
|
+
* Node.debug_zone_lazy_function_graph
|
|
14702
14847
|
* Node.poll
|
|
14703
14848
|
* Node.bl_rna_get_subclass
|
|
14704
14849
|
* Node.bl_rna_get_subclass_py
|
|
@@ -14790,6 +14935,8 @@
|
|
|
14790
14935
|
* Node.draw_buttons
|
|
14791
14936
|
* Node.draw_buttons_ext
|
|
14792
14937
|
* Node.draw_label
|
|
14938
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
14939
|
+
* Node.debug_zone_lazy_function_graph
|
|
14793
14940
|
* Node.poll
|
|
14794
14941
|
* Node.bl_rna_get_subclass
|
|
14795
14942
|
* Node.bl_rna_get_subclass_py
|
|
@@ -15094,6 +15241,8 @@
|
|
|
15094
15241
|
* Node.draw_buttons
|
|
15095
15242
|
* Node.draw_buttons_ext
|
|
15096
15243
|
* Node.draw_label
|
|
15244
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
15245
|
+
* Node.debug_zone_lazy_function_graph
|
|
15097
15246
|
* Node.poll
|
|
15098
15247
|
* Node.bl_rna_get_subclass
|
|
15099
15248
|
* Node.bl_rna_get_subclass_py
|
|
@@ -15269,6 +15418,8 @@
|
|
|
15269
15418
|
* Node.draw_buttons
|
|
15270
15419
|
* Node.draw_buttons_ext
|
|
15271
15420
|
* Node.draw_label
|
|
15421
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
15422
|
+
* Node.debug_zone_lazy_function_graph
|
|
15272
15423
|
* Node.poll
|
|
15273
15424
|
* Node.bl_rna_get_subclass
|
|
15274
15425
|
* Node.bl_rna_get_subclass_py
|
|
@@ -15402,6 +15553,8 @@
|
|
|
15402
15553
|
* Node.draw_buttons
|
|
15403
15554
|
* Node.draw_buttons_ext
|
|
15404
15555
|
* Node.draw_label
|
|
15556
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
15557
|
+
* Node.debug_zone_lazy_function_graph
|
|
15405
15558
|
* Node.poll
|
|
15406
15559
|
* Node.bl_rna_get_subclass
|
|
15407
15560
|
* Node.bl_rna_get_subclass_py
|
|
@@ -15493,6 +15646,8 @@
|
|
|
15493
15646
|
* Node.draw_buttons
|
|
15494
15647
|
* Node.draw_buttons_ext
|
|
15495
15648
|
* Node.draw_label
|
|
15649
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
15650
|
+
* Node.debug_zone_lazy_function_graph
|
|
15496
15651
|
* Node.poll
|
|
15497
15652
|
* Node.bl_rna_get_subclass
|
|
15498
15653
|
* Node.bl_rna_get_subclass_py
|
|
@@ -16054,6 +16209,8 @@
|
|
|
16054
16209
|
* Node.draw_buttons
|
|
16055
16210
|
* Node.draw_buttons_ext
|
|
16056
16211
|
* Node.draw_label
|
|
16212
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
16213
|
+
* Node.debug_zone_lazy_function_graph
|
|
16057
16214
|
* Node.poll
|
|
16058
16215
|
* Node.bl_rna_get_subclass
|
|
16059
16216
|
* Node.bl_rna_get_subclass_py
|
|
@@ -16230,6 +16387,8 @@
|
|
|
16230
16387
|
* Node.draw_buttons
|
|
16231
16388
|
* Node.draw_buttons_ext
|
|
16232
16389
|
* Node.draw_label
|
|
16390
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
16391
|
+
* Node.debug_zone_lazy_function_graph
|
|
16233
16392
|
* Node.poll
|
|
16234
16393
|
* Node.bl_rna_get_subclass
|
|
16235
16394
|
* Node.bl_rna_get_subclass_py
|
|
@@ -16321,6 +16480,8 @@
|
|
|
16321
16480
|
* Node.draw_buttons
|
|
16322
16481
|
* Node.draw_buttons_ext
|
|
16323
16482
|
* Node.draw_label
|
|
16483
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
16484
|
+
* Node.debug_zone_lazy_function_graph
|
|
16324
16485
|
* Node.poll
|
|
16325
16486
|
* Node.bl_rna_get_subclass
|
|
16326
16487
|
* Node.bl_rna_get_subclass_py
|
|
@@ -16414,6 +16575,8 @@
|
|
|
16414
16575
|
* Node.draw_buttons
|
|
16415
16576
|
* Node.draw_buttons_ext
|
|
16416
16577
|
* Node.draw_label
|
|
16578
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
16579
|
+
* Node.debug_zone_lazy_function_graph
|
|
16417
16580
|
* Node.poll
|
|
16418
16581
|
* Node.bl_rna_get_subclass
|
|
16419
16582
|
* Node.bl_rna_get_subclass_py
|
|
@@ -16507,6 +16670,8 @@
|
|
|
16507
16670
|
* Node.draw_buttons
|
|
16508
16671
|
* Node.draw_buttons_ext
|
|
16509
16672
|
* Node.draw_label
|
|
16673
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
16674
|
+
* Node.debug_zone_lazy_function_graph
|
|
16510
16675
|
* Node.poll
|
|
16511
16676
|
* Node.bl_rna_get_subclass
|
|
16512
16677
|
* Node.bl_rna_get_subclass_py
|
|
@@ -16953,6 +17118,8 @@
|
|
|
16953
17118
|
* Node.draw_buttons
|
|
16954
17119
|
* Node.draw_buttons_ext
|
|
16955
17120
|
* Node.draw_label
|
|
17121
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
17122
|
+
* Node.debug_zone_lazy_function_graph
|
|
16956
17123
|
* Node.poll
|
|
16957
17124
|
* Node.bl_rna_get_subclass
|
|
16958
17125
|
* Node.bl_rna_get_subclass_py
|
|
@@ -17130,6 +17297,8 @@
|
|
|
17130
17297
|
* Node.draw_buttons
|
|
17131
17298
|
* Node.draw_buttons_ext
|
|
17132
17299
|
* Node.draw_label
|
|
17300
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
17301
|
+
* Node.debug_zone_lazy_function_graph
|
|
17133
17302
|
* Node.poll
|
|
17134
17303
|
* Node.bl_rna_get_subclass
|
|
17135
17304
|
* Node.bl_rna_get_subclass_py
|
|
@@ -17223,6 +17392,8 @@
|
|
|
17223
17392
|
* Node.draw_buttons
|
|
17224
17393
|
* Node.draw_buttons_ext
|
|
17225
17394
|
* Node.draw_label
|
|
17395
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
17396
|
+
* Node.debug_zone_lazy_function_graph
|
|
17226
17397
|
* Node.poll
|
|
17227
17398
|
* Node.bl_rna_get_subclass
|
|
17228
17399
|
* Node.bl_rna_get_subclass_py
|
|
@@ -17374,6 +17545,8 @@
|
|
|
17374
17545
|
* Node.draw_buttons
|
|
17375
17546
|
* Node.draw_buttons_ext
|
|
17376
17547
|
* Node.draw_label
|
|
17548
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
17549
|
+
* Node.debug_zone_lazy_function_graph
|
|
17377
17550
|
* Node.poll
|
|
17378
17551
|
* Node.bl_rna_get_subclass
|
|
17379
17552
|
* Node.bl_rna_get_subclass_py
|
|
@@ -17515,6 +17688,8 @@
|
|
|
17515
17688
|
* Node.draw_buttons
|
|
17516
17689
|
* Node.draw_buttons_ext
|
|
17517
17690
|
* Node.draw_label
|
|
17691
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
17692
|
+
* Node.debug_zone_lazy_function_graph
|
|
17518
17693
|
* Node.poll
|
|
17519
17694
|
* Node.bl_rna_get_subclass
|
|
17520
17695
|
* Node.bl_rna_get_subclass_py
|
|
@@ -17781,6 +17956,8 @@
|
|
|
17781
17956
|
* Node.draw_buttons
|
|
17782
17957
|
* Node.draw_buttons_ext
|
|
17783
17958
|
* Node.draw_label
|
|
17959
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
17960
|
+
* Node.debug_zone_lazy_function_graph
|
|
17784
17961
|
* Node.poll
|
|
17785
17962
|
* Node.bl_rna_get_subclass
|
|
17786
17963
|
* Node.bl_rna_get_subclass_py
|
|
@@ -18095,6 +18272,8 @@
|
|
|
18095
18272
|
* Node.draw_buttons
|
|
18096
18273
|
* Node.draw_buttons_ext
|
|
18097
18274
|
* Node.draw_label
|
|
18275
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
18276
|
+
* Node.debug_zone_lazy_function_graph
|
|
18098
18277
|
* Node.poll
|
|
18099
18278
|
* Node.bl_rna_get_subclass
|
|
18100
18279
|
* Node.bl_rna_get_subclass_py
|
|
@@ -18438,6 +18617,8 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
18438
18617
|
* Node.draw_buttons
|
|
18439
18618
|
* Node.draw_buttons_ext
|
|
18440
18619
|
* Node.draw_label
|
|
18620
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
18621
|
+
* Node.debug_zone_lazy_function_graph
|
|
18441
18622
|
* Node.poll
|
|
18442
18623
|
* Node.bl_rna_get_subclass
|
|
18443
18624
|
* Node.bl_rna_get_subclass_py
|
|
@@ -18634,6 +18815,8 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
18634
18815
|
* Node.draw_buttons
|
|
18635
18816
|
* Node.draw_buttons_ext
|
|
18636
18817
|
* Node.draw_label
|
|
18818
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
18819
|
+
* Node.debug_zone_lazy_function_graph
|
|
18637
18820
|
* Node.poll
|
|
18638
18821
|
* Node.bl_rna_get_subclass
|
|
18639
18822
|
* Node.bl_rna_get_subclass_py
|
|
@@ -18822,6 +19005,8 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
18822
19005
|
* Node.draw_buttons
|
|
18823
19006
|
* Node.draw_buttons_ext
|
|
18824
19007
|
* Node.draw_label
|
|
19008
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
19009
|
+
* Node.debug_zone_lazy_function_graph
|
|
18825
19010
|
* Node.poll
|
|
18826
19011
|
* Node.bl_rna_get_subclass
|
|
18827
19012
|
* Node.bl_rna_get_subclass_py
|
|
@@ -18955,6 +19140,8 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
18955
19140
|
* Node.draw_buttons
|
|
18956
19141
|
* Node.draw_buttons_ext
|
|
18957
19142
|
* Node.draw_label
|
|
19143
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
19144
|
+
* Node.debug_zone_lazy_function_graph
|
|
18958
19145
|
* Node.poll
|
|
18959
19146
|
* Node.bl_rna_get_subclass
|
|
18960
19147
|
* Node.bl_rna_get_subclass_py
|
|
@@ -19091,6 +19278,8 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
19091
19278
|
* Node.draw_buttons
|
|
19092
19279
|
* Node.draw_buttons_ext
|
|
19093
19280
|
* Node.draw_label
|
|
19281
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
19282
|
+
* Node.debug_zone_lazy_function_graph
|
|
19094
19283
|
* Node.poll
|
|
19095
19284
|
* Node.bl_rna_get_subclass
|
|
19096
19285
|
* Node.bl_rna_get_subclass_py
|
|
@@ -19552,6 +19741,8 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
19552
19741
|
* Node.draw_buttons
|
|
19553
19742
|
* Node.draw_buttons_ext
|
|
19554
19743
|
* Node.draw_label
|
|
19744
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
19745
|
+
* Node.debug_zone_lazy_function_graph
|
|
19555
19746
|
* Node.poll
|
|
19556
19747
|
* Node.bl_rna_get_subclass
|
|
19557
19748
|
* Node.bl_rna_get_subclass_py
|
|
@@ -19814,6 +20005,8 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
19814
20005
|
* Node.draw_buttons
|
|
19815
20006
|
* Node.draw_buttons_ext
|
|
19816
20007
|
* Node.draw_label
|
|
20008
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
20009
|
+
* Node.debug_zone_lazy_function_graph
|
|
19817
20010
|
* Node.poll
|
|
19818
20011
|
* Node.bl_rna_get_subclass
|
|
19819
20012
|
* Node.bl_rna_get_subclass_py
|
|
@@ -20605,6 +20798,8 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
20605
20798
|
* Node.draw_buttons
|
|
20606
20799
|
* Node.draw_buttons_ext
|
|
20607
20800
|
* Node.draw_label
|
|
20801
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
20802
|
+
* Node.debug_zone_lazy_function_graph
|
|
20608
20803
|
* Node.poll
|
|
20609
20804
|
* Node.bl_rna_get_subclass
|
|
20610
20805
|
* Node.bl_rna_get_subclass_py
|
|
@@ -20817,6 +21012,8 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
20817
21012
|
* Node.draw_buttons
|
|
20818
21013
|
* Node.draw_buttons_ext
|
|
20819
21014
|
* Node.draw_label
|
|
21015
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
21016
|
+
* Node.debug_zone_lazy_function_graph
|
|
20820
21017
|
* Node.poll
|
|
20821
21018
|
* Node.bl_rna_get_subclass
|
|
20822
21019
|
* Node.bl_rna_get_subclass_py
|
|
@@ -21121,6 +21318,8 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
21121
21318
|
* Node.draw_buttons
|
|
21122
21319
|
* Node.draw_buttons_ext
|
|
21123
21320
|
* Node.draw_label
|
|
21321
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
21322
|
+
* Node.debug_zone_lazy_function_graph
|
|
21124
21323
|
* Node.poll
|
|
21125
21324
|
* Node.bl_rna_get_subclass
|
|
21126
21325
|
* Node.bl_rna_get_subclass_py
|
|
@@ -21212,6 +21411,8 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
21212
21411
|
* Node.draw_buttons
|
|
21213
21412
|
* Node.draw_buttons_ext
|
|
21214
21413
|
* Node.draw_label
|
|
21414
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
21415
|
+
* Node.debug_zone_lazy_function_graph
|
|
21215
21416
|
* Node.poll
|
|
21216
21417
|
* Node.bl_rna_get_subclass
|
|
21217
21418
|
* Node.bl_rna_get_subclass_py
|
|
@@ -21498,6 +21699,8 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
21498
21699
|
* Node.draw_buttons
|
|
21499
21700
|
* Node.draw_buttons_ext
|
|
21500
21701
|
* Node.draw_label
|
|
21702
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
21703
|
+
* Node.debug_zone_lazy_function_graph
|
|
21501
21704
|
* Node.poll
|
|
21502
21705
|
* Node.bl_rna_get_subclass
|
|
21503
21706
|
* Node.bl_rna_get_subclass_py
|
|
@@ -21734,6 +21937,8 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
21734
21937
|
* Node.draw_buttons
|
|
21735
21938
|
* Node.draw_buttons_ext
|
|
21736
21939
|
* Node.draw_label
|
|
21940
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
21941
|
+
* Node.debug_zone_lazy_function_graph
|
|
21737
21942
|
* Node.poll
|
|
21738
21943
|
* Node.bl_rna_get_subclass
|
|
21739
21944
|
* Node.bl_rna_get_subclass_py
|
|
@@ -22015,6 +22220,8 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
22015
22220
|
* Node.draw_buttons
|
|
22016
22221
|
* Node.draw_buttons_ext
|
|
22017
22222
|
* Node.draw_label
|
|
22223
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
22224
|
+
* Node.debug_zone_lazy_function_graph
|
|
22018
22225
|
* Node.poll
|
|
22019
22226
|
* Node.bl_rna_get_subclass
|
|
22020
22227
|
* Node.bl_rna_get_subclass_py
|
|
@@ -22722,6 +22929,8 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
22722
22929
|
* Node.draw_buttons
|
|
22723
22930
|
* Node.draw_buttons_ext
|
|
22724
22931
|
* Node.draw_label
|
|
22932
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
22933
|
+
* Node.debug_zone_lazy_function_graph
|
|
22725
22934
|
* Node.poll
|
|
22726
22935
|
* Node.bl_rna_get_subclass
|
|
22727
22936
|
* Node.bl_rna_get_subclass_py
|
|
@@ -22815,6 +23024,8 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
22815
23024
|
* Node.draw_buttons
|
|
22816
23025
|
* Node.draw_buttons_ext
|
|
22817
23026
|
* Node.draw_label
|
|
23027
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
23028
|
+
* Node.debug_zone_lazy_function_graph
|
|
22818
23029
|
* Node.poll
|
|
22819
23030
|
* Node.bl_rna_get_subclass
|
|
22820
23031
|
* Node.bl_rna_get_subclass_py
|
|
@@ -22906,6 +23117,8 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
22906
23117
|
* Node.draw_buttons
|
|
22907
23118
|
* Node.draw_buttons_ext
|
|
22908
23119
|
* Node.draw_label
|
|
23120
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
23121
|
+
* Node.debug_zone_lazy_function_graph
|
|
22909
23122
|
* Node.poll
|
|
22910
23123
|
* Node.bl_rna_get_subclass
|
|
22911
23124
|
* Node.bl_rna_get_subclass_py
|
|
@@ -23610,6 +23823,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
23610
23823
|
* Node.draw_buttons
|
|
23611
23824
|
* Node.draw_buttons_ext
|
|
23612
23825
|
* Node.draw_label
|
|
23826
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
23827
|
+
* Node.debug_zone_lazy_function_graph
|
|
23613
23828
|
* Node.poll
|
|
23614
23829
|
* Node.bl_rna_get_subclass
|
|
23615
23830
|
* Node.bl_rna_get_subclass_py
|
|
@@ -23872,6 +24087,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
23872
24087
|
* Node.draw_buttons
|
|
23873
24088
|
* Node.draw_buttons_ext
|
|
23874
24089
|
* Node.draw_label
|
|
24090
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
24091
|
+
* Node.debug_zone_lazy_function_graph
|
|
23875
24092
|
* Node.poll
|
|
23876
24093
|
* Node.bl_rna_get_subclass
|
|
23877
24094
|
* Node.bl_rna_get_subclass_py
|
|
@@ -24059,6 +24276,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
24059
24276
|
* Node.draw_buttons
|
|
24060
24277
|
* Node.draw_buttons_ext
|
|
24061
24278
|
* Node.draw_label
|
|
24279
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
24280
|
+
* Node.debug_zone_lazy_function_graph
|
|
24062
24281
|
* Node.poll
|
|
24063
24282
|
* Node.bl_rna_get_subclass
|
|
24064
24283
|
* Node.bl_rna_get_subclass_py
|
|
@@ -24149,6 +24368,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
24149
24368
|
* Node.draw_buttons
|
|
24150
24369
|
* Node.draw_buttons_ext
|
|
24151
24370
|
* Node.draw_label
|
|
24371
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
24372
|
+
* Node.debug_zone_lazy_function_graph
|
|
24152
24373
|
* Node.poll
|
|
24153
24374
|
* Node.bl_rna_get_subclass
|
|
24154
24375
|
* Node.bl_rna_get_subclass_py
|
|
@@ -24240,6 +24461,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
24240
24461
|
* Node.draw_buttons
|
|
24241
24462
|
* Node.draw_buttons_ext
|
|
24242
24463
|
* Node.draw_label
|
|
24464
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
24465
|
+
* Node.debug_zone_lazy_function_graph
|
|
24243
24466
|
* Node.poll
|
|
24244
24467
|
* Node.bl_rna_get_subclass
|
|
24245
24468
|
* Node.bl_rna_get_subclass_py
|
|
@@ -24945,6 +25168,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
24945
25168
|
* Node.draw_buttons
|
|
24946
25169
|
* Node.draw_buttons_ext
|
|
24947
25170
|
* Node.draw_label
|
|
25171
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
25172
|
+
* Node.debug_zone_lazy_function_graph
|
|
24948
25173
|
* Node.poll
|
|
24949
25174
|
* Node.bl_rna_get_subclass
|
|
24950
25175
|
* Node.bl_rna_get_subclass_py
|
|
@@ -25096,6 +25321,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
25096
25321
|
* Node.draw_buttons
|
|
25097
25322
|
* Node.draw_buttons_ext
|
|
25098
25323
|
* Node.draw_label
|
|
25324
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
25325
|
+
* Node.debug_zone_lazy_function_graph
|
|
25099
25326
|
* Node.poll
|
|
25100
25327
|
* Node.bl_rna_get_subclass
|
|
25101
25328
|
* Node.bl_rna_get_subclass_py
|
|
@@ -25187,6 +25414,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
25187
25414
|
* Node.draw_buttons
|
|
25188
25415
|
* Node.draw_buttons_ext
|
|
25189
25416
|
* Node.draw_label
|
|
25417
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
25418
|
+
* Node.debug_zone_lazy_function_graph
|
|
25190
25419
|
* Node.poll
|
|
25191
25420
|
* Node.bl_rna_get_subclass
|
|
25192
25421
|
* Node.bl_rna_get_subclass_py
|
|
@@ -25278,6 +25507,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
25278
25507
|
* Node.draw_buttons
|
|
25279
25508
|
* Node.draw_buttons_ext
|
|
25280
25509
|
* Node.draw_label
|
|
25510
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
25511
|
+
* Node.debug_zone_lazy_function_graph
|
|
25281
25512
|
* Node.poll
|
|
25282
25513
|
* Node.bl_rna_get_subclass
|
|
25283
25514
|
* Node.bl_rna_get_subclass_py
|
|
@@ -25513,6 +25744,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
25513
25744
|
* Node.draw_buttons
|
|
25514
25745
|
* Node.draw_buttons_ext
|
|
25515
25746
|
* Node.draw_label
|
|
25747
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
25748
|
+
* Node.debug_zone_lazy_function_graph
|
|
25516
25749
|
* Node.poll
|
|
25517
25750
|
* Node.bl_rna_get_subclass
|
|
25518
25751
|
* Node.bl_rna_get_subclass_py
|
|
@@ -25646,6 +25879,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
25646
25879
|
* Node.draw_buttons
|
|
25647
25880
|
* Node.draw_buttons_ext
|
|
25648
25881
|
* Node.draw_label
|
|
25882
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
25883
|
+
* Node.debug_zone_lazy_function_graph
|
|
25649
25884
|
* Node.poll
|
|
25650
25885
|
* Node.bl_rna_get_subclass
|
|
25651
25886
|
* Node.bl_rna_get_subclass_py
|
|
@@ -25795,6 +26030,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
25795
26030
|
* Node.draw_buttons
|
|
25796
26031
|
* Node.draw_buttons_ext
|
|
25797
26032
|
* Node.draw_label
|
|
26033
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
26034
|
+
* Node.debug_zone_lazy_function_graph
|
|
25798
26035
|
* Node.poll
|
|
25799
26036
|
* Node.bl_rna_get_subclass
|
|
25800
26037
|
* Node.bl_rna_get_subclass_py
|
|
@@ -25886,6 +26123,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
25886
26123
|
* Node.draw_buttons
|
|
25887
26124
|
* Node.draw_buttons_ext
|
|
25888
26125
|
* Node.draw_label
|
|
26126
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
26127
|
+
* Node.debug_zone_lazy_function_graph
|
|
25889
26128
|
* Node.poll
|
|
25890
26129
|
* Node.bl_rna_get_subclass
|
|
25891
26130
|
* Node.bl_rna_get_subclass_py
|
|
@@ -26215,6 +26454,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
26215
26454
|
* Node.draw_buttons
|
|
26216
26455
|
* Node.draw_buttons_ext
|
|
26217
26456
|
* Node.draw_label
|
|
26457
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
26458
|
+
* Node.debug_zone_lazy_function_graph
|
|
26218
26459
|
* Node.poll
|
|
26219
26460
|
* Node.bl_rna_get_subclass
|
|
26220
26461
|
* Node.bl_rna_get_subclass_py
|
|
@@ -26306,6 +26547,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
26306
26547
|
* Node.draw_buttons
|
|
26307
26548
|
* Node.draw_buttons_ext
|
|
26308
26549
|
* Node.draw_label
|
|
26550
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
26551
|
+
* Node.debug_zone_lazy_function_graph
|
|
26309
26552
|
* Node.poll
|
|
26310
26553
|
* Node.bl_rna_get_subclass
|
|
26311
26554
|
* Node.bl_rna_get_subclass_py
|
|
@@ -26397,6 +26640,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
26397
26640
|
* Node.draw_buttons
|
|
26398
26641
|
* Node.draw_buttons_ext
|
|
26399
26642
|
* Node.draw_label
|
|
26643
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
26644
|
+
* Node.debug_zone_lazy_function_graph
|
|
26400
26645
|
* Node.poll
|
|
26401
26646
|
* Node.bl_rna_get_subclass
|
|
26402
26647
|
* Node.bl_rna_get_subclass_py
|
|
@@ -26487,6 +26732,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
26487
26732
|
* Node.draw_buttons
|
|
26488
26733
|
* Node.draw_buttons_ext
|
|
26489
26734
|
* Node.draw_label
|
|
26735
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
26736
|
+
* Node.debug_zone_lazy_function_graph
|
|
26490
26737
|
* Node.poll
|
|
26491
26738
|
* Node.bl_rna_get_subclass
|
|
26492
26739
|
* Node.bl_rna_get_subclass_py
|
|
@@ -26623,6 +26870,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
26623
26870
|
* Node.draw_buttons
|
|
26624
26871
|
* Node.draw_buttons_ext
|
|
26625
26872
|
* Node.draw_label
|
|
26873
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
26874
|
+
* Node.debug_zone_lazy_function_graph
|
|
26626
26875
|
* Node.poll
|
|
26627
26876
|
* Node.bl_rna_get_subclass
|
|
26628
26877
|
* Node.bl_rna_get_subclass_py
|
|
@@ -26844,6 +27093,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
26844
27093
|
* Node.draw_buttons
|
|
26845
27094
|
* Node.draw_buttons_ext
|
|
26846
27095
|
* Node.draw_label
|
|
27096
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
27097
|
+
* Node.debug_zone_lazy_function_graph
|
|
26847
27098
|
* Node.poll
|
|
26848
27099
|
* Node.bl_rna_get_subclass
|
|
26849
27100
|
* Node.bl_rna_get_subclass_py
|
|
@@ -26935,6 +27186,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
26935
27186
|
* Node.draw_buttons
|
|
26936
27187
|
* Node.draw_buttons_ext
|
|
26937
27188
|
* Node.draw_label
|
|
27189
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
27190
|
+
* Node.debug_zone_lazy_function_graph
|
|
26938
27191
|
* Node.poll
|
|
26939
27192
|
* Node.bl_rna_get_subclass
|
|
26940
27193
|
* Node.bl_rna_get_subclass_py
|
|
@@ -27072,6 +27325,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
27072
27325
|
* Node.draw_buttons
|
|
27073
27326
|
* Node.draw_buttons_ext
|
|
27074
27327
|
* Node.draw_label
|
|
27328
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
27329
|
+
* Node.debug_zone_lazy_function_graph
|
|
27075
27330
|
* Node.poll
|
|
27076
27331
|
* Node.bl_rna_get_subclass
|
|
27077
27332
|
* Node.bl_rna_get_subclass_py
|
|
@@ -27163,6 +27418,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
27163
27418
|
* Node.draw_buttons
|
|
27164
27419
|
* Node.draw_buttons_ext
|
|
27165
27420
|
* Node.draw_label
|
|
27421
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
27422
|
+
* Node.debug_zone_lazy_function_graph
|
|
27166
27423
|
* Node.poll
|
|
27167
27424
|
* Node.bl_rna_get_subclass
|
|
27168
27425
|
* Node.bl_rna_get_subclass_py
|
|
@@ -27304,6 +27561,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
27304
27561
|
* Node.draw_buttons
|
|
27305
27562
|
* Node.draw_buttons_ext
|
|
27306
27563
|
* Node.draw_label
|
|
27564
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
27565
|
+
* Node.debug_zone_lazy_function_graph
|
|
27307
27566
|
* Node.poll
|
|
27308
27567
|
* Node.bl_rna_get_subclass
|
|
27309
27568
|
* Node.bl_rna_get_subclass_py
|
|
@@ -27395,6 +27654,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
27395
27654
|
* Node.draw_buttons
|
|
27396
27655
|
* Node.draw_buttons_ext
|
|
27397
27656
|
* Node.draw_label
|
|
27657
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
27658
|
+
* Node.debug_zone_lazy_function_graph
|
|
27398
27659
|
* Node.poll
|
|
27399
27660
|
* Node.bl_rna_get_subclass
|
|
27400
27661
|
* Node.bl_rna_get_subclass_py
|
|
@@ -27540,6 +27801,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
27540
27801
|
* Node.draw_buttons
|
|
27541
27802
|
* Node.draw_buttons_ext
|
|
27542
27803
|
* Node.draw_label
|
|
27804
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
27805
|
+
* Node.debug_zone_lazy_function_graph
|
|
27543
27806
|
* Node.poll
|
|
27544
27807
|
* Node.bl_rna_get_subclass
|
|
27545
27808
|
* Node.bl_rna_get_subclass_py
|
|
@@ -27698,6 +27961,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
27698
27961
|
* Node.draw_buttons
|
|
27699
27962
|
* Node.draw_buttons_ext
|
|
27700
27963
|
* Node.draw_label
|
|
27964
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
27965
|
+
* Node.debug_zone_lazy_function_graph
|
|
27701
27966
|
* Node.poll
|
|
27702
27967
|
* Node.bl_rna_get_subclass
|
|
27703
27968
|
* Node.bl_rna_get_subclass_py
|
|
@@ -27786,6 +28051,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
27786
28051
|
* Node.draw_buttons
|
|
27787
28052
|
* Node.draw_buttons_ext
|
|
27788
28053
|
* Node.draw_label
|
|
28054
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
28055
|
+
* Node.debug_zone_lazy_function_graph
|
|
27789
28056
|
* Node.poll
|
|
27790
28057
|
* Node.bl_rna_get_subclass
|
|
27791
28058
|
* Node.bl_rna_get_subclass_py
|
|
@@ -27877,6 +28144,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
27877
28144
|
* Node.draw_buttons
|
|
27878
28145
|
* Node.draw_buttons_ext
|
|
27879
28146
|
* Node.draw_label
|
|
28147
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
28148
|
+
* Node.debug_zone_lazy_function_graph
|
|
27880
28149
|
* Node.poll
|
|
27881
28150
|
* Node.bl_rna_get_subclass
|
|
27882
28151
|
* Node.bl_rna_get_subclass_py
|
|
@@ -28123,6 +28392,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
28123
28392
|
* Node.draw_buttons
|
|
28124
28393
|
* Node.draw_buttons_ext
|
|
28125
28394
|
* Node.draw_label
|
|
28395
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
28396
|
+
* Node.debug_zone_lazy_function_graph
|
|
28126
28397
|
* Node.poll
|
|
28127
28398
|
* Node.bl_rna_get_subclass
|
|
28128
28399
|
* Node.bl_rna_get_subclass_py
|
|
@@ -28540,6 +28811,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
28540
28811
|
* Node.draw_buttons
|
|
28541
28812
|
* Node.draw_buttons_ext
|
|
28542
28813
|
* Node.draw_label
|
|
28814
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
28815
|
+
* Node.debug_zone_lazy_function_graph
|
|
28543
28816
|
* Node.poll
|
|
28544
28817
|
* Node.bl_rna_get_subclass
|
|
28545
28818
|
* Node.bl_rna_get_subclass_py
|
|
@@ -28633,6 +28906,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
28633
28906
|
* Node.draw_buttons
|
|
28634
28907
|
* Node.draw_buttons_ext
|
|
28635
28908
|
* Node.draw_label
|
|
28909
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
28910
|
+
* Node.debug_zone_lazy_function_graph
|
|
28636
28911
|
* Node.poll
|
|
28637
28912
|
* Node.bl_rna_get_subclass
|
|
28638
28913
|
* Node.bl_rna_get_subclass_py
|
|
@@ -29075,6 +29350,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
29075
29350
|
* Node.draw_buttons
|
|
29076
29351
|
* Node.draw_buttons_ext
|
|
29077
29352
|
* Node.draw_label
|
|
29353
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
29354
|
+
* Node.debug_zone_lazy_function_graph
|
|
29078
29355
|
* Node.poll
|
|
29079
29356
|
* Node.bl_rna_get_subclass
|
|
29080
29357
|
* Node.bl_rna_get_subclass_py
|
|
@@ -29209,6 +29486,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
29209
29486
|
* Node.draw_buttons
|
|
29210
29487
|
* Node.draw_buttons_ext
|
|
29211
29488
|
* Node.draw_label
|
|
29489
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
29490
|
+
* Node.debug_zone_lazy_function_graph
|
|
29212
29491
|
* Node.poll
|
|
29213
29492
|
* Node.bl_rna_get_subclass
|
|
29214
29493
|
* Node.bl_rna_get_subclass_py
|
|
@@ -29387,6 +29666,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
29387
29666
|
* Node.draw_buttons
|
|
29388
29667
|
* Node.draw_buttons_ext
|
|
29389
29668
|
* Node.draw_label
|
|
29669
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
29670
|
+
* Node.debug_zone_lazy_function_graph
|
|
29390
29671
|
* Node.poll
|
|
29391
29672
|
* Node.bl_rna_get_subclass
|
|
29392
29673
|
* Node.bl_rna_get_subclass_py
|
|
@@ -29480,6 +29761,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
29480
29761
|
* Node.draw_buttons
|
|
29481
29762
|
* Node.draw_buttons_ext
|
|
29482
29763
|
* Node.draw_label
|
|
29764
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
29765
|
+
* Node.debug_zone_lazy_function_graph
|
|
29483
29766
|
* Node.poll
|
|
29484
29767
|
* Node.bl_rna_get_subclass
|
|
29485
29768
|
* Node.bl_rna_get_subclass_py
|
|
@@ -29747,6 +30030,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
29747
30030
|
* Node.draw_buttons
|
|
29748
30031
|
* Node.draw_buttons_ext
|
|
29749
30032
|
* Node.draw_label
|
|
30033
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
30034
|
+
* Node.debug_zone_lazy_function_graph
|
|
29750
30035
|
* Node.poll
|
|
29751
30036
|
* Node.bl_rna_get_subclass
|
|
29752
30037
|
* Node.bl_rna_get_subclass_py
|
|
@@ -29838,6 +30123,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
29838
30123
|
* Node.draw_buttons
|
|
29839
30124
|
* Node.draw_buttons_ext
|
|
29840
30125
|
* Node.draw_label
|
|
30126
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
30127
|
+
* Node.debug_zone_lazy_function_graph
|
|
29841
30128
|
* Node.poll
|
|
29842
30129
|
* Node.bl_rna_get_subclass
|
|
29843
30130
|
* Node.bl_rna_get_subclass_py
|
|
@@ -30023,6 +30310,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
30023
30310
|
* Node.draw_buttons
|
|
30024
30311
|
* Node.draw_buttons_ext
|
|
30025
30312
|
* Node.draw_label
|
|
30313
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
30314
|
+
* Node.debug_zone_lazy_function_graph
|
|
30026
30315
|
* Node.poll
|
|
30027
30316
|
* Node.bl_rna_get_subclass
|
|
30028
30317
|
* Node.bl_rna_get_subclass_py
|
|
@@ -30116,6 +30405,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
30116
30405
|
* Node.draw_buttons
|
|
30117
30406
|
* Node.draw_buttons_ext
|
|
30118
30407
|
* Node.draw_label
|
|
30408
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
30409
|
+
* Node.debug_zone_lazy_function_graph
|
|
30119
30410
|
* Node.poll
|
|
30120
30411
|
* Node.bl_rna_get_subclass
|
|
30121
30412
|
* Node.bl_rna_get_subclass_py
|
|
@@ -30207,6 +30498,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
30207
30498
|
* Node.draw_buttons
|
|
30208
30499
|
* Node.draw_buttons_ext
|
|
30209
30500
|
* Node.draw_label
|
|
30501
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
30502
|
+
* Node.debug_zone_lazy_function_graph
|
|
30210
30503
|
* Node.poll
|
|
30211
30504
|
* Node.bl_rna_get_subclass
|
|
30212
30505
|
* Node.bl_rna_get_subclass_py
|
|
@@ -30462,6 +30755,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
30462
30755
|
* Node.draw_buttons
|
|
30463
30756
|
* Node.draw_buttons_ext
|
|
30464
30757
|
* Node.draw_label
|
|
30758
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
30759
|
+
* Node.debug_zone_lazy_function_graph
|
|
30465
30760
|
* Node.poll
|
|
30466
30761
|
* Node.bl_rna_get_subclass
|
|
30467
30762
|
* Node.bl_rna_get_subclass_py
|
|
@@ -30597,6 +30892,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
30597
30892
|
* Node.draw_buttons
|
|
30598
30893
|
* Node.draw_buttons_ext
|
|
30599
30894
|
* Node.draw_label
|
|
30895
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
30896
|
+
* Node.debug_zone_lazy_function_graph
|
|
30600
30897
|
* Node.poll
|
|
30601
30898
|
* Node.bl_rna_get_subclass
|
|
30602
30899
|
* Node.bl_rna_get_subclass_py
|
|
@@ -30731,6 +31028,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
30731
31028
|
* Node.draw_buttons
|
|
30732
31029
|
* Node.draw_buttons_ext
|
|
30733
31030
|
* Node.draw_label
|
|
31031
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
31032
|
+
* Node.debug_zone_lazy_function_graph
|
|
30734
31033
|
* Node.poll
|
|
30735
31034
|
* Node.bl_rna_get_subclass
|
|
30736
31035
|
* Node.bl_rna_get_subclass_py
|
|
@@ -30925,6 +31224,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
30925
31224
|
* Node.draw_buttons
|
|
30926
31225
|
* Node.draw_buttons_ext
|
|
30927
31226
|
* Node.draw_label
|
|
31227
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
31228
|
+
* Node.debug_zone_lazy_function_graph
|
|
30928
31229
|
* Node.poll
|
|
30929
31230
|
* Node.bl_rna_get_subclass
|
|
30930
31231
|
* Node.bl_rna_get_subclass_py
|
|
@@ -31112,6 +31413,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
31112
31413
|
* Node.draw_buttons
|
|
31113
31414
|
* Node.draw_buttons_ext
|
|
31114
31415
|
* Node.draw_label
|
|
31416
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
31417
|
+
* Node.debug_zone_lazy_function_graph
|
|
31115
31418
|
* Node.poll
|
|
31116
31419
|
* Node.bl_rna_get_subclass
|
|
31117
31420
|
* Node.bl_rna_get_subclass_py
|
|
@@ -31300,6 +31603,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
31300
31603
|
* Node.draw_buttons
|
|
31301
31604
|
* Node.draw_buttons_ext
|
|
31302
31605
|
* Node.draw_label
|
|
31606
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
31607
|
+
* Node.debug_zone_lazy_function_graph
|
|
31303
31608
|
* Node.poll
|
|
31304
31609
|
* Node.bl_rna_get_subclass
|
|
31305
31610
|
* Node.bl_rna_get_subclass_py
|
|
@@ -31703,6 +32008,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
31703
32008
|
* Node.draw_buttons
|
|
31704
32009
|
* Node.draw_buttons_ext
|
|
31705
32010
|
* Node.draw_label
|
|
32011
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
32012
|
+
* Node.debug_zone_lazy_function_graph
|
|
31706
32013
|
* Node.poll
|
|
31707
32014
|
* Node.bl_rna_get_subclass
|
|
31708
32015
|
* Node.bl_rna_get_subclass_py
|
|
@@ -32032,6 +32339,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
32032
32339
|
* Node.draw_buttons
|
|
32033
32340
|
* Node.draw_buttons_ext
|
|
32034
32341
|
* Node.draw_label
|
|
32342
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
32343
|
+
* Node.debug_zone_lazy_function_graph
|
|
32035
32344
|
* Node.poll
|
|
32036
32345
|
* Node.bl_rna_get_subclass
|
|
32037
32346
|
* Node.bl_rna_get_subclass_py
|
|
@@ -32165,6 +32474,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
32165
32474
|
* Node.draw_buttons
|
|
32166
32475
|
* Node.draw_buttons_ext
|
|
32167
32476
|
* Node.draw_label
|
|
32477
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
32478
|
+
* Node.debug_zone_lazy_function_graph
|
|
32168
32479
|
* Node.poll
|
|
32169
32480
|
* Node.bl_rna_get_subclass
|
|
32170
32481
|
* Node.bl_rna_get_subclass_py
|
|
@@ -32298,6 +32609,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
32298
32609
|
* Node.draw_buttons
|
|
32299
32610
|
* Node.draw_buttons_ext
|
|
32300
32611
|
* Node.draw_label
|
|
32612
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
32613
|
+
* Node.debug_zone_lazy_function_graph
|
|
32301
32614
|
* Node.poll
|
|
32302
32615
|
* Node.bl_rna_get_subclass
|
|
32303
32616
|
* Node.bl_rna_get_subclass_py
|
|
@@ -32539,6 +32852,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
32539
32852
|
* Node.draw_buttons
|
|
32540
32853
|
* Node.draw_buttons_ext
|
|
32541
32854
|
* Node.draw_label
|
|
32855
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
32856
|
+
* Node.debug_zone_lazy_function_graph
|
|
32542
32857
|
* Node.poll
|
|
32543
32858
|
* Node.bl_rna_get_subclass
|
|
32544
32859
|
* Node.bl_rna_get_subclass_py
|
|
@@ -32630,6 +32945,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
32630
32945
|
* Node.draw_buttons
|
|
32631
32946
|
* Node.draw_buttons_ext
|
|
32632
32947
|
* Node.draw_label
|
|
32948
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
32949
|
+
* Node.debug_zone_lazy_function_graph
|
|
32633
32950
|
* Node.poll
|
|
32634
32951
|
* Node.bl_rna_get_subclass
|
|
32635
32952
|
* Node.bl_rna_get_subclass_py
|
|
@@ -32765,6 +33082,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
32765
33082
|
* Node.draw_buttons
|
|
32766
33083
|
* Node.draw_buttons_ext
|
|
32767
33084
|
* Node.draw_label
|
|
33085
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
33086
|
+
* Node.debug_zone_lazy_function_graph
|
|
32768
33087
|
* Node.poll
|
|
32769
33088
|
* Node.bl_rna_get_subclass
|
|
32770
33089
|
* Node.bl_rna_get_subclass_py
|
|
@@ -33063,6 +33382,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
33063
33382
|
* Node.draw_buttons
|
|
33064
33383
|
* Node.draw_buttons_ext
|
|
33065
33384
|
* Node.draw_label
|
|
33385
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
33386
|
+
* Node.debug_zone_lazy_function_graph
|
|
33066
33387
|
* Node.poll
|
|
33067
33388
|
* Node.bl_rna_get_subclass
|
|
33068
33389
|
* Node.bl_rna_get_subclass_py
|
|
@@ -33159,6 +33480,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
33159
33480
|
* Node.draw_buttons
|
|
33160
33481
|
* Node.draw_buttons_ext
|
|
33161
33482
|
* Node.draw_label
|
|
33483
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
33484
|
+
* Node.debug_zone_lazy_function_graph
|
|
33162
33485
|
* Node.poll
|
|
33163
33486
|
* Node.bl_rna_get_subclass
|
|
33164
33487
|
* Node.bl_rna_get_subclass_py
|
|
@@ -33502,6 +33825,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
33502
33825
|
* Node.draw_buttons
|
|
33503
33826
|
* Node.draw_buttons_ext
|
|
33504
33827
|
* Node.draw_label
|
|
33828
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
33829
|
+
* Node.debug_zone_lazy_function_graph
|
|
33505
33830
|
* Node.poll
|
|
33506
33831
|
* Node.bl_rna_get_subclass
|
|
33507
33832
|
* Node.bl_rna_get_subclass_py
|
|
@@ -33679,6 +34004,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
33679
34004
|
* Node.draw_buttons
|
|
33680
34005
|
* Node.draw_buttons_ext
|
|
33681
34006
|
* Node.draw_label
|
|
34007
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
34008
|
+
* Node.debug_zone_lazy_function_graph
|
|
33682
34009
|
* Node.poll
|
|
33683
34010
|
* Node.bl_rna_get_subclass
|
|
33684
34011
|
* Node.bl_rna_get_subclass_py
|
|
@@ -33770,6 +34097,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
33770
34097
|
* Node.draw_buttons
|
|
33771
34098
|
* Node.draw_buttons_ext
|
|
33772
34099
|
* Node.draw_label
|
|
34100
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
34101
|
+
* Node.debug_zone_lazy_function_graph
|
|
33773
34102
|
* Node.poll
|
|
33774
34103
|
* Node.bl_rna_get_subclass
|
|
33775
34104
|
* Node.bl_rna_get_subclass_py
|
|
@@ -33928,6 +34257,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
33928
34257
|
* Node.draw_buttons
|
|
33929
34258
|
* Node.draw_buttons_ext
|
|
33930
34259
|
* Node.draw_label
|
|
34260
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
34261
|
+
* Node.debug_zone_lazy_function_graph
|
|
33931
34262
|
* Node.poll
|
|
33932
34263
|
* Node.bl_rna_get_subclass
|
|
33933
34264
|
* Node.bl_rna_get_subclass_py
|
|
@@ -34061,6 +34392,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
34061
34392
|
* Node.draw_buttons
|
|
34062
34393
|
* Node.draw_buttons_ext
|
|
34063
34394
|
* Node.draw_label
|
|
34395
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
34396
|
+
* Node.debug_zone_lazy_function_graph
|
|
34064
34397
|
* Node.poll
|
|
34065
34398
|
* Node.bl_rna_get_subclass
|
|
34066
34399
|
* Node.bl_rna_get_subclass_py
|
|
@@ -34152,6 +34485,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
34152
34485
|
* Node.draw_buttons
|
|
34153
34486
|
* Node.draw_buttons_ext
|
|
34154
34487
|
* Node.draw_label
|
|
34488
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
34489
|
+
* Node.debug_zone_lazy_function_graph
|
|
34155
34490
|
* Node.poll
|
|
34156
34491
|
* Node.bl_rna_get_subclass
|
|
34157
34492
|
* Node.bl_rna_get_subclass_py
|
|
@@ -34285,6 +34620,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
34285
34620
|
* Node.draw_buttons
|
|
34286
34621
|
* Node.draw_buttons_ext
|
|
34287
34622
|
* Node.draw_label
|
|
34623
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
34624
|
+
* Node.debug_zone_lazy_function_graph
|
|
34288
34625
|
* Node.poll
|
|
34289
34626
|
* Node.bl_rna_get_subclass
|
|
34290
34627
|
* Node.bl_rna_get_subclass_py
|
|
@@ -34376,6 +34713,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
34376
34713
|
* Node.draw_buttons
|
|
34377
34714
|
* Node.draw_buttons_ext
|
|
34378
34715
|
* Node.draw_label
|
|
34716
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
34717
|
+
* Node.debug_zone_lazy_function_graph
|
|
34379
34718
|
* Node.poll
|
|
34380
34719
|
* Node.bl_rna_get_subclass
|
|
34381
34720
|
* Node.bl_rna_get_subclass_py
|
|
@@ -34466,6 +34805,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
34466
34805
|
* Node.draw_buttons
|
|
34467
34806
|
* Node.draw_buttons_ext
|
|
34468
34807
|
* Node.draw_label
|
|
34808
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
34809
|
+
* Node.debug_zone_lazy_function_graph
|
|
34469
34810
|
* Node.poll
|
|
34470
34811
|
* Node.bl_rna_get_subclass
|
|
34471
34812
|
* Node.bl_rna_get_subclass_py
|
|
@@ -34557,6 +34898,8 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
34557
34898
|
* Node.draw_buttons
|
|
34558
34899
|
* Node.draw_buttons_ext
|
|
34559
34900
|
* Node.draw_label
|
|
34901
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
34902
|
+
* Node.debug_zone_lazy_function_graph
|
|
34560
34903
|
* Node.poll
|
|
34561
34904
|
* Node.bl_rna_get_subclass
|
|
34562
34905
|
* Node.bl_rna_get_subclass_py
|
|
@@ -35114,6 +35457,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
35114
35457
|
* Node.draw_buttons
|
|
35115
35458
|
* Node.draw_buttons_ext
|
|
35116
35459
|
* Node.draw_label
|
|
35460
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
35461
|
+
* Node.debug_zone_lazy_function_graph
|
|
35117
35462
|
* Node.poll
|
|
35118
35463
|
* Node.bl_rna_get_subclass
|
|
35119
35464
|
* Node.bl_rna_get_subclass_py
|
|
@@ -35207,6 +35552,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
35207
35552
|
* Node.draw_buttons
|
|
35208
35553
|
* Node.draw_buttons_ext
|
|
35209
35554
|
* Node.draw_label
|
|
35555
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
35556
|
+
* Node.debug_zone_lazy_function_graph
|
|
35210
35557
|
* Node.poll
|
|
35211
35558
|
* Node.bl_rna_get_subclass
|
|
35212
35559
|
* Node.bl_rna_get_subclass_py
|
|
@@ -35696,6 +36043,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
35696
36043
|
* Node.draw_buttons
|
|
35697
36044
|
* Node.draw_buttons_ext
|
|
35698
36045
|
* Node.draw_label
|
|
36046
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
36047
|
+
* Node.debug_zone_lazy_function_graph
|
|
35699
36048
|
* Node.poll
|
|
35700
36049
|
* Node.bl_rna_get_subclass
|
|
35701
36050
|
* Node.bl_rna_get_subclass_py
|
|
@@ -35874,6 +36223,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
35874
36223
|
* Node.draw_buttons
|
|
35875
36224
|
* Node.draw_buttons_ext
|
|
35876
36225
|
* Node.draw_label
|
|
36226
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
36227
|
+
* Node.debug_zone_lazy_function_graph
|
|
35877
36228
|
* Node.poll
|
|
35878
36229
|
* Node.bl_rna_get_subclass
|
|
35879
36230
|
* Node.bl_rna_get_subclass_py
|
|
@@ -36051,6 +36402,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
36051
36402
|
* Node.draw_buttons
|
|
36052
36403
|
* Node.draw_buttons_ext
|
|
36053
36404
|
* Node.draw_label
|
|
36405
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
36406
|
+
* Node.debug_zone_lazy_function_graph
|
|
36054
36407
|
* Node.poll
|
|
36055
36408
|
* Node.bl_rna_get_subclass
|
|
36056
36409
|
* Node.bl_rna_get_subclass_py
|
|
@@ -36187,6 +36540,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
36187
36540
|
* Node.draw_buttons
|
|
36188
36541
|
* Node.draw_buttons_ext
|
|
36189
36542
|
* Node.draw_label
|
|
36543
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
36544
|
+
* Node.debug_zone_lazy_function_graph
|
|
36190
36545
|
* Node.poll
|
|
36191
36546
|
* Node.bl_rna_get_subclass
|
|
36192
36547
|
* Node.bl_rna_get_subclass_py
|
|
@@ -36698,6 +37053,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
36698
37053
|
* Node.draw_buttons
|
|
36699
37054
|
* Node.draw_buttons_ext
|
|
36700
37055
|
* Node.draw_label
|
|
37056
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
37057
|
+
* Node.debug_zone_lazy_function_graph
|
|
36701
37058
|
* Node.poll
|
|
36702
37059
|
* Node.bl_rna_get_subclass
|
|
36703
37060
|
* Node.bl_rna_get_subclass_py
|
|
@@ -36873,6 +37230,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
36873
37230
|
* Node.draw_buttons
|
|
36874
37231
|
* Node.draw_buttons_ext
|
|
36875
37232
|
* Node.draw_label
|
|
37233
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
37234
|
+
* Node.debug_zone_lazy_function_graph
|
|
36876
37235
|
* Node.poll
|
|
36877
37236
|
* Node.bl_rna_get_subclass
|
|
36878
37237
|
* Node.bl_rna_get_subclass_py
|
|
@@ -37006,6 +37365,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
37006
37365
|
* Node.draw_buttons
|
|
37007
37366
|
* Node.draw_buttons_ext
|
|
37008
37367
|
* Node.draw_label
|
|
37368
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
37369
|
+
* Node.debug_zone_lazy_function_graph
|
|
37009
37370
|
* Node.poll
|
|
37010
37371
|
* Node.bl_rna_get_subclass
|
|
37011
37372
|
* Node.bl_rna_get_subclass_py
|
|
@@ -37097,6 +37458,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
37097
37458
|
* Node.draw_buttons
|
|
37098
37459
|
* Node.draw_buttons_ext
|
|
37099
37460
|
* Node.draw_label
|
|
37461
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
37462
|
+
* Node.debug_zone_lazy_function_graph
|
|
37100
37463
|
* Node.poll
|
|
37101
37464
|
* Node.bl_rna_get_subclass
|
|
37102
37465
|
* Node.bl_rna_get_subclass_py
|
|
@@ -37325,6 +37688,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
37325
37688
|
* Node.draw_buttons
|
|
37326
37689
|
* Node.draw_buttons_ext
|
|
37327
37690
|
* Node.draw_label
|
|
37691
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
37692
|
+
* Node.debug_zone_lazy_function_graph
|
|
37328
37693
|
* Node.poll
|
|
37329
37694
|
* Node.bl_rna_get_subclass
|
|
37330
37695
|
* Node.bl_rna_get_subclass_py
|
|
@@ -37416,6 +37781,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
37416
37781
|
* Node.draw_buttons
|
|
37417
37782
|
* Node.draw_buttons_ext
|
|
37418
37783
|
* Node.draw_label
|
|
37784
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
37785
|
+
* Node.debug_zone_lazy_function_graph
|
|
37419
37786
|
* Node.poll
|
|
37420
37787
|
* Node.bl_rna_get_subclass
|
|
37421
37788
|
* Node.bl_rna_get_subclass_py
|
|
@@ -37507,6 +37874,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
37507
37874
|
* Node.draw_buttons
|
|
37508
37875
|
* Node.draw_buttons_ext
|
|
37509
37876
|
* Node.draw_label
|
|
37877
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
37878
|
+
* Node.debug_zone_lazy_function_graph
|
|
37510
37879
|
* Node.poll
|
|
37511
37880
|
* Node.bl_rna_get_subclass
|
|
37512
37881
|
* Node.bl_rna_get_subclass_py
|
|
@@ -37598,6 +37967,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
37598
37967
|
* Node.draw_buttons
|
|
37599
37968
|
* Node.draw_buttons_ext
|
|
37600
37969
|
* Node.draw_label
|
|
37970
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
37971
|
+
* Node.debug_zone_lazy_function_graph
|
|
37601
37972
|
* Node.poll
|
|
37602
37973
|
* Node.bl_rna_get_subclass
|
|
37603
37974
|
* Node.bl_rna_get_subclass_py
|
|
@@ -37688,6 +38059,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
37688
38059
|
* Node.draw_buttons
|
|
37689
38060
|
* Node.draw_buttons_ext
|
|
37690
38061
|
* Node.draw_label
|
|
38062
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
38063
|
+
* Node.debug_zone_lazy_function_graph
|
|
37691
38064
|
* Node.poll
|
|
37692
38065
|
* Node.bl_rna_get_subclass
|
|
37693
38066
|
* Node.bl_rna_get_subclass_py
|
|
@@ -37821,6 +38194,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
37821
38194
|
* Node.draw_buttons
|
|
37822
38195
|
* Node.draw_buttons_ext
|
|
37823
38196
|
* Node.draw_label
|
|
38197
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
38198
|
+
* Node.debug_zone_lazy_function_graph
|
|
37824
38199
|
* Node.poll
|
|
37825
38200
|
* Node.bl_rna_get_subclass
|
|
37826
38201
|
* Node.bl_rna_get_subclass_py
|
|
@@ -37972,6 +38347,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
37972
38347
|
* Node.draw_buttons
|
|
37973
38348
|
* Node.draw_buttons_ext
|
|
37974
38349
|
* Node.draw_label
|
|
38350
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
38351
|
+
* Node.debug_zone_lazy_function_graph
|
|
37975
38352
|
* Node.poll
|
|
37976
38353
|
* Node.bl_rna_get_subclass
|
|
37977
38354
|
* Node.bl_rna_get_subclass_py
|
|
@@ -38065,6 +38442,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
38065
38442
|
* Node.draw_buttons
|
|
38066
38443
|
* Node.draw_buttons_ext
|
|
38067
38444
|
* Node.draw_label
|
|
38445
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
38446
|
+
* Node.debug_zone_lazy_function_graph
|
|
38068
38447
|
* Node.poll
|
|
38069
38448
|
* Node.bl_rna_get_subclass
|
|
38070
38449
|
* Node.bl_rna_get_subclass_py
|
|
@@ -38156,6 +38535,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
38156
38535
|
* Node.draw_buttons
|
|
38157
38536
|
* Node.draw_buttons_ext
|
|
38158
38537
|
* Node.draw_label
|
|
38538
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
38539
|
+
* Node.debug_zone_lazy_function_graph
|
|
38159
38540
|
* Node.poll
|
|
38160
38541
|
* Node.bl_rna_get_subclass
|
|
38161
38542
|
* Node.bl_rna_get_subclass_py
|
|
@@ -38244,6 +38625,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
38244
38625
|
* Node.draw_buttons
|
|
38245
38626
|
* Node.draw_buttons_ext
|
|
38246
38627
|
* Node.draw_label
|
|
38628
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
38629
|
+
* Node.debug_zone_lazy_function_graph
|
|
38247
38630
|
* Node.poll
|
|
38248
38631
|
* Node.bl_rna_get_subclass
|
|
38249
38632
|
* Node.bl_rna_get_subclass_py
|
|
@@ -38334,6 +38717,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
38334
38717
|
* Node.draw_buttons
|
|
38335
38718
|
* Node.draw_buttons_ext
|
|
38336
38719
|
* Node.draw_label
|
|
38720
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
38721
|
+
* Node.debug_zone_lazy_function_graph
|
|
38337
38722
|
* Node.poll
|
|
38338
38723
|
* Node.bl_rna_get_subclass
|
|
38339
38724
|
* Node.bl_rna_get_subclass_py
|
|
@@ -38468,6 +38853,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
38468
38853
|
* Node.draw_buttons
|
|
38469
38854
|
* Node.draw_buttons_ext
|
|
38470
38855
|
* Node.draw_label
|
|
38856
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
38857
|
+
* Node.debug_zone_lazy_function_graph
|
|
38471
38858
|
* Node.poll
|
|
38472
38859
|
* Node.bl_rna_get_subclass
|
|
38473
38860
|
* Node.bl_rna_get_subclass_py
|
|
@@ -38777,6 +39164,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
38777
39164
|
* Node.draw_buttons
|
|
38778
39165
|
* Node.draw_buttons_ext
|
|
38779
39166
|
* Node.draw_label
|
|
39167
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
39168
|
+
* Node.debug_zone_lazy_function_graph
|
|
38780
39169
|
* Node.poll
|
|
38781
39170
|
* Node.bl_rna_get_subclass
|
|
38782
39171
|
* Node.bl_rna_get_subclass_py
|
|
@@ -38868,6 +39257,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
38868
39257
|
* Node.draw_buttons
|
|
38869
39258
|
* Node.draw_buttons_ext
|
|
38870
39259
|
* Node.draw_label
|
|
39260
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
39261
|
+
* Node.debug_zone_lazy_function_graph
|
|
38871
39262
|
* Node.poll
|
|
38872
39263
|
* Node.bl_rna_get_subclass
|
|
38873
39264
|
* Node.bl_rna_get_subclass_py
|
|
@@ -39001,6 +39392,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
39001
39392
|
* Node.draw_buttons
|
|
39002
39393
|
* Node.draw_buttons_ext
|
|
39003
39394
|
* Node.draw_label
|
|
39395
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
39396
|
+
* Node.debug_zone_lazy_function_graph
|
|
39004
39397
|
* Node.poll
|
|
39005
39398
|
* Node.bl_rna_get_subclass
|
|
39006
39399
|
* Node.bl_rna_get_subclass_py
|
|
@@ -39092,6 +39485,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
39092
39485
|
* Node.draw_buttons
|
|
39093
39486
|
* Node.draw_buttons_ext
|
|
39094
39487
|
* Node.draw_label
|
|
39488
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
39489
|
+
* Node.debug_zone_lazy_function_graph
|
|
39095
39490
|
* Node.poll
|
|
39096
39491
|
* Node.bl_rna_get_subclass
|
|
39097
39492
|
* Node.bl_rna_get_subclass_py
|
|
@@ -39323,6 +39718,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
39323
39718
|
* Node.draw_buttons
|
|
39324
39719
|
* Node.draw_buttons_ext
|
|
39325
39720
|
* Node.draw_label
|
|
39721
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
39722
|
+
* Node.debug_zone_lazy_function_graph
|
|
39326
39723
|
* Node.poll
|
|
39327
39724
|
* Node.bl_rna_get_subclass
|
|
39328
39725
|
* Node.bl_rna_get_subclass_py
|
|
@@ -39589,6 +39986,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
39589
39986
|
* Node.draw_buttons
|
|
39590
39987
|
* Node.draw_buttons_ext
|
|
39591
39988
|
* Node.draw_label
|
|
39989
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
39990
|
+
* Node.debug_zone_lazy_function_graph
|
|
39592
39991
|
* Node.poll
|
|
39593
39992
|
* Node.bl_rna_get_subclass
|
|
39594
39993
|
* Node.bl_rna_get_subclass_py
|
|
@@ -39682,6 +40081,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
39682
40081
|
* Node.draw_buttons
|
|
39683
40082
|
* Node.draw_buttons_ext
|
|
39684
40083
|
* Node.draw_label
|
|
40084
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
40085
|
+
* Node.debug_zone_lazy_function_graph
|
|
39685
40086
|
* Node.poll
|
|
39686
40087
|
* Node.bl_rna_get_subclass
|
|
39687
40088
|
* Node.bl_rna_get_subclass_py
|
|
@@ -39775,6 +40176,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
39775
40176
|
* Node.draw_buttons
|
|
39776
40177
|
* Node.draw_buttons_ext
|
|
39777
40178
|
* Node.draw_label
|
|
40179
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
40180
|
+
* Node.debug_zone_lazy_function_graph
|
|
39778
40181
|
* Node.poll
|
|
39779
40182
|
* Node.bl_rna_get_subclass
|
|
39780
40183
|
* Node.bl_rna_get_subclass_py
|
|
@@ -40043,6 +40446,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
40043
40446
|
* Node.draw_buttons
|
|
40044
40447
|
* Node.draw_buttons_ext
|
|
40045
40448
|
* Node.draw_label
|
|
40449
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
40450
|
+
* Node.debug_zone_lazy_function_graph
|
|
40046
40451
|
* Node.poll
|
|
40047
40452
|
* Node.bl_rna_get_subclass
|
|
40048
40453
|
* Node.bl_rna_get_subclass_py
|
|
@@ -40134,6 +40539,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
40134
40539
|
* Node.draw_buttons
|
|
40135
40540
|
* Node.draw_buttons_ext
|
|
40136
40541
|
* Node.draw_label
|
|
40542
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
40543
|
+
* Node.debug_zone_lazy_function_graph
|
|
40137
40544
|
* Node.poll
|
|
40138
40545
|
* Node.bl_rna_get_subclass
|
|
40139
40546
|
* Node.bl_rna_get_subclass_py
|
|
@@ -40279,6 +40686,7 @@ Property types used in class declarations are all in bpy.props
|
|
|
40279
40686
|
* NodeTree.update
|
|
40280
40687
|
* NodeTree.get_from_context
|
|
40281
40688
|
* NodeTree.valid_socket_type
|
|
40689
|
+
* NodeTree.debug_lazy_function_graph
|
|
40282
40690
|
* NodeTree.bl_rna_get_subclass
|
|
40283
40691
|
* NodeTree.bl_rna_get_subclass_py
|
|
40284
40692
|
|
|
@@ -40406,6 +40814,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
40406
40814
|
* Node.draw_buttons
|
|
40407
40815
|
* Node.draw_buttons_ext
|
|
40408
40816
|
* Node.draw_label
|
|
40817
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
40818
|
+
* Node.debug_zone_lazy_function_graph
|
|
40409
40819
|
* Node.poll
|
|
40410
40820
|
* Node.bl_rna_get_subclass
|
|
40411
40821
|
* Node.bl_rna_get_subclass_py
|
|
@@ -40588,6 +40998,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
40588
40998
|
* Node.draw_buttons
|
|
40589
40999
|
* Node.draw_buttons_ext
|
|
40590
41000
|
* Node.draw_label
|
|
41001
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
41002
|
+
* Node.debug_zone_lazy_function_graph
|
|
40591
41003
|
* Node.poll
|
|
40592
41004
|
* Node.bl_rna_get_subclass
|
|
40593
41005
|
* Node.bl_rna_get_subclass_py
|
|
@@ -40729,6 +41141,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
40729
41141
|
* Node.draw_buttons
|
|
40730
41142
|
* Node.draw_buttons_ext
|
|
40731
41143
|
* Node.draw_label
|
|
41144
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
41145
|
+
* Node.debug_zone_lazy_function_graph
|
|
40732
41146
|
* Node.poll
|
|
40733
41147
|
* Node.bl_rna_get_subclass
|
|
40734
41148
|
* Node.bl_rna_get_subclass_py
|
|
@@ -40822,6 +41236,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
40822
41236
|
* Node.draw_buttons
|
|
40823
41237
|
* Node.draw_buttons_ext
|
|
40824
41238
|
* Node.draw_label
|
|
41239
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
41240
|
+
* Node.debug_zone_lazy_function_graph
|
|
40825
41241
|
* Node.poll
|
|
40826
41242
|
* Node.bl_rna_get_subclass
|
|
40827
41243
|
* Node.bl_rna_get_subclass_py
|
|
@@ -40913,6 +41329,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
40913
41329
|
* Node.draw_buttons
|
|
40914
41330
|
* Node.draw_buttons_ext
|
|
40915
41331
|
* Node.draw_label
|
|
41332
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
41333
|
+
* Node.debug_zone_lazy_function_graph
|
|
40916
41334
|
* Node.poll
|
|
40917
41335
|
* Node.bl_rna_get_subclass
|
|
40918
41336
|
* Node.bl_rna_get_subclass_py
|
|
@@ -41652,6 +42070,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
41652
42070
|
* Node.draw_buttons
|
|
41653
42071
|
* Node.draw_buttons_ext
|
|
41654
42072
|
* Node.draw_label
|
|
42073
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
42074
|
+
* Node.debug_zone_lazy_function_graph
|
|
41655
42075
|
* Node.poll
|
|
41656
42076
|
* Node.bl_rna_get_subclass
|
|
41657
42077
|
* Node.bl_rna_get_subclass_py
|
|
@@ -41743,6 +42163,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
41743
42163
|
* Node.draw_buttons
|
|
41744
42164
|
* Node.draw_buttons_ext
|
|
41745
42165
|
* Node.draw_label
|
|
42166
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
42167
|
+
* Node.debug_zone_lazy_function_graph
|
|
41746
42168
|
* Node.poll
|
|
41747
42169
|
* Node.bl_rna_get_subclass
|
|
41748
42170
|
* Node.bl_rna_get_subclass_py
|
|
@@ -41834,6 +42256,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
41834
42256
|
* Node.draw_buttons
|
|
41835
42257
|
* Node.draw_buttons_ext
|
|
41836
42258
|
* Node.draw_label
|
|
42259
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
42260
|
+
* Node.debug_zone_lazy_function_graph
|
|
41837
42261
|
* Node.poll
|
|
41838
42262
|
* Node.bl_rna_get_subclass
|
|
41839
42263
|
* Node.bl_rna_get_subclass_py
|
|
@@ -41992,6 +42416,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
41992
42416
|
* Node.draw_buttons
|
|
41993
42417
|
* Node.draw_buttons_ext
|
|
41994
42418
|
* Node.draw_label
|
|
42419
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
42420
|
+
* Node.debug_zone_lazy_function_graph
|
|
41995
42421
|
* Node.poll
|
|
41996
42422
|
* Node.bl_rna_get_subclass
|
|
41997
42423
|
* Node.bl_rna_get_subclass_py
|
|
@@ -42169,6 +42595,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
42169
42595
|
* Node.draw_buttons
|
|
42170
42596
|
* Node.draw_buttons_ext
|
|
42171
42597
|
* Node.draw_label
|
|
42598
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
42599
|
+
* Node.debug_zone_lazy_function_graph
|
|
42172
42600
|
* Node.poll
|
|
42173
42601
|
* Node.bl_rna_get_subclass
|
|
42174
42602
|
* Node.bl_rna_get_subclass_py
|
|
@@ -42260,6 +42688,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
42260
42688
|
* Node.draw_buttons
|
|
42261
42689
|
* Node.draw_buttons_ext
|
|
42262
42690
|
* Node.draw_label
|
|
42691
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
42692
|
+
* Node.debug_zone_lazy_function_graph
|
|
42263
42693
|
* Node.poll
|
|
42264
42694
|
* Node.bl_rna_get_subclass
|
|
42265
42695
|
* Node.bl_rna_get_subclass_py
|
|
@@ -42818,6 +43248,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
42818
43248
|
* Node.draw_buttons
|
|
42819
43249
|
* Node.draw_buttons_ext
|
|
42820
43250
|
* Node.draw_label
|
|
43251
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
43252
|
+
* Node.debug_zone_lazy_function_graph
|
|
42821
43253
|
* Node.poll
|
|
42822
43254
|
* Node.bl_rna_get_subclass
|
|
42823
43255
|
* Node.bl_rna_get_subclass_py
|
|
@@ -42909,6 +43341,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
42909
43341
|
* Node.draw_buttons
|
|
42910
43342
|
* Node.draw_buttons_ext
|
|
42911
43343
|
* Node.draw_label
|
|
43344
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
43345
|
+
* Node.debug_zone_lazy_function_graph
|
|
42912
43346
|
* Node.poll
|
|
42913
43347
|
* Node.bl_rna_get_subclass
|
|
42914
43348
|
* Node.bl_rna_get_subclass_py
|
|
@@ -43215,6 +43649,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
43215
43649
|
* Node.draw_buttons
|
|
43216
43650
|
* Node.draw_buttons_ext
|
|
43217
43651
|
* Node.draw_label
|
|
43652
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
43653
|
+
* Node.debug_zone_lazy_function_graph
|
|
43218
43654
|
* Node.poll
|
|
43219
43655
|
* Node.bl_rna_get_subclass
|
|
43220
43656
|
* Node.bl_rna_get_subclass_py
|
|
@@ -43701,6 +44137,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
43701
44137
|
* Node.draw_buttons
|
|
43702
44138
|
* Node.draw_buttons_ext
|
|
43703
44139
|
* Node.draw_label
|
|
44140
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
44141
|
+
* Node.debug_zone_lazy_function_graph
|
|
43704
44142
|
* Node.poll
|
|
43705
44143
|
* Node.bl_rna_get_subclass
|
|
43706
44144
|
* Node.bl_rna_get_subclass_py
|
|
@@ -43834,6 +44272,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
43834
44272
|
* Node.draw_buttons
|
|
43835
44273
|
* Node.draw_buttons_ext
|
|
43836
44274
|
* Node.draw_label
|
|
44275
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
44276
|
+
* Node.debug_zone_lazy_function_graph
|
|
43837
44277
|
* Node.poll
|
|
43838
44278
|
* Node.bl_rna_get_subclass
|
|
43839
44279
|
* Node.bl_rna_get_subclass_py
|
|
@@ -43981,6 +44421,7 @@ Property types used in class declarations are all in bpy.props
|
|
|
43981
44421
|
* NodeTree.update
|
|
43982
44422
|
* NodeTree.get_from_context
|
|
43983
44423
|
* NodeTree.valid_socket_type
|
|
44424
|
+
* NodeTree.debug_lazy_function_graph
|
|
43984
44425
|
* NodeTree.bl_rna_get_subclass
|
|
43985
44426
|
* NodeTree.bl_rna_get_subclass_py
|
|
43986
44427
|
|
|
@@ -44061,6 +44502,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
44061
44502
|
* Node.draw_buttons
|
|
44062
44503
|
* Node.draw_buttons_ext
|
|
44063
44504
|
* Node.draw_label
|
|
44505
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
44506
|
+
* Node.debug_zone_lazy_function_graph
|
|
44064
44507
|
* Node.poll
|
|
44065
44508
|
* Node.bl_rna_get_subclass
|
|
44066
44509
|
* Node.bl_rna_get_subclass_py
|
|
@@ -44214,6 +44657,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
44214
44657
|
* Node.draw_buttons
|
|
44215
44658
|
* Node.draw_buttons_ext
|
|
44216
44659
|
* Node.draw_label
|
|
44660
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
44661
|
+
* Node.debug_zone_lazy_function_graph
|
|
44217
44662
|
* Node.poll
|
|
44218
44663
|
* Node.bl_rna_get_subclass
|
|
44219
44664
|
* Node.bl_rna_get_subclass_py
|
|
@@ -44448,6 +44893,8 @@ Property types used in class declarations are all in bpy.props
|
|
|
44448
44893
|
* Node.draw_buttons
|
|
44449
44894
|
* Node.draw_buttons_ext
|
|
44450
44895
|
* Node.draw_label
|
|
44896
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
44897
|
+
* Node.debug_zone_lazy_function_graph
|
|
44451
44898
|
* Node.poll
|
|
44452
44899
|
* Node.bl_rna_get_subclass
|
|
44453
44900
|
* Node.bl_rna_get_subclass_py
|
|
@@ -45059,6 +45506,8 @@ Executing the operator will then print all values.
|
|
|
45059
45506
|
* Node.draw_buttons
|
|
45060
45507
|
* Node.draw_buttons_ext
|
|
45061
45508
|
* Node.draw_label
|
|
45509
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
45510
|
+
* Node.debug_zone_lazy_function_graph
|
|
45062
45511
|
* Node.poll
|
|
45063
45512
|
* Node.bl_rna_get_subclass
|
|
45064
45513
|
* Node.bl_rna_get_subclass_py
|
|
@@ -45436,6 +45885,8 @@ Executing the operator will then print all values.
|
|
|
45436
45885
|
* Node.draw_buttons
|
|
45437
45886
|
* Node.draw_buttons_ext
|
|
45438
45887
|
* Node.draw_label
|
|
45888
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
45889
|
+
* Node.debug_zone_lazy_function_graph
|
|
45439
45890
|
* Node.poll
|
|
45440
45891
|
* Node.bl_rna_get_subclass
|
|
45441
45892
|
* Node.bl_rna_get_subclass_py
|
|
@@ -45668,6 +46119,8 @@ Executing the operator will then print all values.
|
|
|
45668
46119
|
* Node.draw_buttons
|
|
45669
46120
|
* Node.draw_buttons_ext
|
|
45670
46121
|
* Node.draw_label
|
|
46122
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
46123
|
+
* Node.debug_zone_lazy_function_graph
|
|
45671
46124
|
* Node.poll
|
|
45672
46125
|
* Node.bl_rna_get_subclass
|
|
45673
46126
|
* Node.bl_rna_get_subclass_py
|
|
@@ -45855,6 +46308,8 @@ Executing the operator will then print all values.
|
|
|
45855
46308
|
* Node.draw_buttons
|
|
45856
46309
|
* Node.draw_buttons_ext
|
|
45857
46310
|
* Node.draw_label
|
|
46311
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
46312
|
+
* Node.debug_zone_lazy_function_graph
|
|
45858
46313
|
* Node.poll
|
|
45859
46314
|
* Node.bl_rna_get_subclass
|
|
45860
46315
|
* Node.bl_rna_get_subclass_py
|
|
@@ -45991,6 +46446,8 @@ Executing the operator will then print all values.
|
|
|
45991
46446
|
* Node.draw_buttons
|
|
45992
46447
|
* Node.draw_buttons_ext
|
|
45993
46448
|
* Node.draw_label
|
|
46449
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
46450
|
+
* Node.debug_zone_lazy_function_graph
|
|
45994
46451
|
* Node.poll
|
|
45995
46452
|
* Node.bl_rna_get_subclass
|
|
45996
46453
|
* Node.bl_rna_get_subclass_py
|
|
@@ -46082,6 +46539,8 @@ Executing the operator will then print all values.
|
|
|
46082
46539
|
* Node.draw_buttons
|
|
46083
46540
|
* Node.draw_buttons_ext
|
|
46084
46541
|
* Node.draw_label
|
|
46542
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
46543
|
+
* Node.debug_zone_lazy_function_graph
|
|
46085
46544
|
* Node.poll
|
|
46086
46545
|
* Node.bl_rna_get_subclass
|
|
46087
46546
|
* Node.bl_rna_get_subclass_py
|
|
@@ -46173,6 +46632,8 @@ Executing the operator will then print all values.
|
|
|
46173
46632
|
* Node.draw_buttons
|
|
46174
46633
|
* Node.draw_buttons_ext
|
|
46175
46634
|
* Node.draw_label
|
|
46635
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
46636
|
+
* Node.debug_zone_lazy_function_graph
|
|
46176
46637
|
* Node.poll
|
|
46177
46638
|
* Node.bl_rna_get_subclass
|
|
46178
46639
|
* Node.bl_rna_get_subclass_py
|
|
@@ -46496,6 +46957,8 @@ Executing the operator will then print all values.
|
|
|
46496
46957
|
* Node.draw_buttons
|
|
46497
46958
|
* Node.draw_buttons_ext
|
|
46498
46959
|
* Node.draw_label
|
|
46960
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
46961
|
+
* Node.debug_zone_lazy_function_graph
|
|
46499
46962
|
* Node.poll
|
|
46500
46963
|
* Node.bl_rna_get_subclass
|
|
46501
46964
|
* Node.bl_rna_get_subclass_py
|
|
@@ -46587,6 +47050,8 @@ Executing the operator will then print all values.
|
|
|
46587
47050
|
* Node.draw_buttons
|
|
46588
47051
|
* Node.draw_buttons_ext
|
|
46589
47052
|
* Node.draw_label
|
|
47053
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
47054
|
+
* Node.debug_zone_lazy_function_graph
|
|
46590
47055
|
* Node.poll
|
|
46591
47056
|
* Node.bl_rna_get_subclass
|
|
46592
47057
|
* Node.bl_rna_get_subclass_py
|
|
@@ -46677,6 +47142,8 @@ Executing the operator will then print all values.
|
|
|
46677
47142
|
* Node.draw_buttons
|
|
46678
47143
|
* Node.draw_buttons_ext
|
|
46679
47144
|
* Node.draw_label
|
|
47145
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
47146
|
+
* Node.debug_zone_lazy_function_graph
|
|
46680
47147
|
* Node.poll
|
|
46681
47148
|
* Node.bl_rna_get_subclass
|
|
46682
47149
|
* Node.bl_rna_get_subclass_py
|
|
@@ -46892,6 +47359,8 @@ Executing the operator will then print all values.
|
|
|
46892
47359
|
* Node.draw_buttons
|
|
46893
47360
|
* Node.draw_buttons_ext
|
|
46894
47361
|
* Node.draw_label
|
|
47362
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
47363
|
+
* Node.debug_zone_lazy_function_graph
|
|
46895
47364
|
* Node.poll
|
|
46896
47365
|
* Node.bl_rna_get_subclass
|
|
46897
47366
|
* Node.bl_rna_get_subclass_py
|
|
@@ -47359,6 +47828,8 @@ Executing the operator will then print all values.
|
|
|
47359
47828
|
* Node.draw_buttons
|
|
47360
47829
|
* Node.draw_buttons_ext
|
|
47361
47830
|
* Node.draw_label
|
|
47831
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
47832
|
+
* Node.debug_zone_lazy_function_graph
|
|
47362
47833
|
* Node.poll
|
|
47363
47834
|
* Node.bl_rna_get_subclass
|
|
47364
47835
|
* Node.bl_rna_get_subclass_py
|
|
@@ -47556,6 +48027,7 @@ Executing the operator will then print all values.
|
|
|
47556
48027
|
* NodeTree.update
|
|
47557
48028
|
* NodeTree.get_from_context
|
|
47558
48029
|
* NodeTree.valid_socket_type
|
|
48030
|
+
* NodeTree.debug_lazy_function_graph
|
|
47559
48031
|
* NodeTree.bl_rna_get_subclass
|
|
47560
48032
|
* NodeTree.bl_rna_get_subclass_py
|
|
47561
48033
|
|
|
@@ -47958,6 +48430,8 @@ Executing the operator will then print all values.
|
|
|
47958
48430
|
* Node.draw_buttons
|
|
47959
48431
|
* Node.draw_buttons_ext
|
|
47960
48432
|
* Node.draw_label
|
|
48433
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
48434
|
+
* Node.debug_zone_lazy_function_graph
|
|
47961
48435
|
* Node.poll
|
|
47962
48436
|
* Node.bl_rna_get_subclass
|
|
47963
48437
|
* Node.bl_rna_get_subclass_py
|
|
@@ -48049,6 +48523,8 @@ Executing the operator will then print all values.
|
|
|
48049
48523
|
* Node.draw_buttons
|
|
48050
48524
|
* Node.draw_buttons_ext
|
|
48051
48525
|
* Node.draw_label
|
|
48526
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
48527
|
+
* Node.debug_zone_lazy_function_graph
|
|
48052
48528
|
* Node.poll
|
|
48053
48529
|
* Node.bl_rna_get_subclass
|
|
48054
48530
|
* Node.bl_rna_get_subclass_py
|
|
@@ -48188,6 +48664,8 @@ Executing the operator will then print all values.
|
|
|
48188
48664
|
* Node.draw_buttons
|
|
48189
48665
|
* Node.draw_buttons_ext
|
|
48190
48666
|
* Node.draw_label
|
|
48667
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
48668
|
+
* Node.debug_zone_lazy_function_graph
|
|
48191
48669
|
* Node.poll
|
|
48192
48670
|
* Node.bl_rna_get_subclass
|
|
48193
48671
|
* Node.bl_rna_get_subclass_py
|
|
@@ -48279,6 +48757,8 @@ Executing the operator will then print all values.
|
|
|
48279
48757
|
* Node.draw_buttons
|
|
48280
48758
|
* Node.draw_buttons_ext
|
|
48281
48759
|
* Node.draw_label
|
|
48760
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
48761
|
+
* Node.debug_zone_lazy_function_graph
|
|
48282
48762
|
* Node.poll
|
|
48283
48763
|
* Node.bl_rna_get_subclass
|
|
48284
48764
|
* Node.bl_rna_get_subclass_py
|
|
@@ -48536,6 +49016,8 @@ Executing the operator will then print all values.
|
|
|
48536
49016
|
* Node.draw_buttons
|
|
48537
49017
|
* Node.draw_buttons_ext
|
|
48538
49018
|
* Node.draw_label
|
|
49019
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
49020
|
+
* Node.debug_zone_lazy_function_graph
|
|
48539
49021
|
* Node.poll
|
|
48540
49022
|
* Node.bl_rna_get_subclass
|
|
48541
49023
|
* Node.bl_rna_get_subclass_py
|
|
@@ -48627,6 +49109,8 @@ Executing the operator will then print all values.
|
|
|
48627
49109
|
* Node.draw_buttons
|
|
48628
49110
|
* Node.draw_buttons_ext
|
|
48629
49111
|
* Node.draw_label
|
|
49112
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
49113
|
+
* Node.debug_zone_lazy_function_graph
|
|
48630
49114
|
* Node.poll
|
|
48631
49115
|
* Node.bl_rna_get_subclass
|
|
48632
49116
|
* Node.bl_rna_get_subclass_py
|
|
@@ -48802,6 +49286,8 @@ Executing the operator will then print all values.
|
|
|
48802
49286
|
* Node.draw_buttons
|
|
48803
49287
|
* Node.draw_buttons_ext
|
|
48804
49288
|
* Node.draw_label
|
|
49289
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
49290
|
+
* Node.debug_zone_lazy_function_graph
|
|
48805
49291
|
* Node.poll
|
|
48806
49292
|
* Node.bl_rna_get_subclass
|
|
48807
49293
|
* Node.bl_rna_get_subclass_py
|
|
@@ -48934,6 +49420,8 @@ Executing the operator will then print all values.
|
|
|
48934
49420
|
* Node.draw_buttons
|
|
48935
49421
|
* Node.draw_buttons_ext
|
|
48936
49422
|
* Node.draw_label
|
|
49423
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
49424
|
+
* Node.debug_zone_lazy_function_graph
|
|
48937
49425
|
* Node.poll
|
|
48938
49426
|
* Node.bl_rna_get_subclass
|
|
48939
49427
|
* Node.bl_rna_get_subclass_py
|
|
@@ -49244,6 +49732,8 @@ Executing the operator will then print all values.
|
|
|
49244
49732
|
* Node.draw_buttons
|
|
49245
49733
|
* Node.draw_buttons_ext
|
|
49246
49734
|
* Node.draw_label
|
|
49735
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
49736
|
+
* Node.debug_zone_lazy_function_graph
|
|
49247
49737
|
* Node.poll
|
|
49248
49738
|
* Node.bl_rna_get_subclass
|
|
49249
49739
|
* Node.bl_rna_get_subclass_py
|
|
@@ -49420,6 +49910,8 @@ Executing the operator will then print all values.
|
|
|
49420
49910
|
* Node.draw_buttons
|
|
49421
49911
|
* Node.draw_buttons_ext
|
|
49422
49912
|
* Node.draw_label
|
|
49913
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
49914
|
+
* Node.debug_zone_lazy_function_graph
|
|
49423
49915
|
* Node.poll
|
|
49424
49916
|
* Node.bl_rna_get_subclass
|
|
49425
49917
|
* Node.bl_rna_get_subclass_py
|
|
@@ -49511,6 +50003,8 @@ Executing the operator will then print all values.
|
|
|
49511
50003
|
* Node.draw_buttons
|
|
49512
50004
|
* Node.draw_buttons_ext
|
|
49513
50005
|
* Node.draw_label
|
|
50006
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
50007
|
+
* Node.debug_zone_lazy_function_graph
|
|
49514
50008
|
* Node.poll
|
|
49515
50009
|
* Node.bl_rna_get_subclass
|
|
49516
50010
|
* Node.bl_rna_get_subclass_py
|
|
@@ -49700,6 +50194,8 @@ Executing the operator will then print all values.
|
|
|
49700
50194
|
* Node.draw_buttons
|
|
49701
50195
|
* Node.draw_buttons_ext
|
|
49702
50196
|
* Node.draw_label
|
|
50197
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
50198
|
+
* Node.debug_zone_lazy_function_graph
|
|
49703
50199
|
* Node.poll
|
|
49704
50200
|
* Node.bl_rna_get_subclass
|
|
49705
50201
|
* Node.bl_rna_get_subclass_py
|
|
@@ -49791,6 +50287,8 @@ Executing the operator will then print all values.
|
|
|
49791
50287
|
* Node.draw_buttons
|
|
49792
50288
|
* Node.draw_buttons_ext
|
|
49793
50289
|
* Node.draw_label
|
|
50290
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
50291
|
+
* Node.debug_zone_lazy_function_graph
|
|
49794
50292
|
* Node.poll
|
|
49795
50293
|
* Node.bl_rna_get_subclass
|
|
49796
50294
|
* Node.bl_rna_get_subclass_py
|
|
@@ -49991,6 +50489,8 @@ Executing the operator will then print all values.
|
|
|
49991
50489
|
* Node.draw_buttons
|
|
49992
50490
|
* Node.draw_buttons_ext
|
|
49993
50491
|
* Node.draw_label
|
|
50492
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
50493
|
+
* Node.debug_zone_lazy_function_graph
|
|
49994
50494
|
* Node.poll
|
|
49995
50495
|
* Node.bl_rna_get_subclass
|
|
49996
50496
|
* Node.bl_rna_get_subclass_py
|
|
@@ -50315,6 +50815,8 @@ Executing the operator will then print all values.
|
|
|
50315
50815
|
* Node.draw_buttons
|
|
50316
50816
|
* Node.draw_buttons_ext
|
|
50317
50817
|
* Node.draw_label
|
|
50818
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
50819
|
+
* Node.debug_zone_lazy_function_graph
|
|
50318
50820
|
* Node.poll
|
|
50319
50821
|
* Node.bl_rna_get_subclass
|
|
50320
50822
|
* Node.bl_rna_get_subclass_py
|
|
@@ -50460,6 +50962,8 @@ Executing the operator will then print all values.
|
|
|
50460
50962
|
* Node.draw_buttons
|
|
50461
50963
|
* Node.draw_buttons_ext
|
|
50462
50964
|
* Node.draw_label
|
|
50965
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
50966
|
+
* Node.debug_zone_lazy_function_graph
|
|
50463
50967
|
* Node.poll
|
|
50464
50968
|
* Node.bl_rna_get_subclass
|
|
50465
50969
|
* Node.bl_rna_get_subclass_py
|
|
@@ -50551,6 +51055,8 @@ Executing the operator will then print all values.
|
|
|
50551
51055
|
* Node.draw_buttons
|
|
50552
51056
|
* Node.draw_buttons_ext
|
|
50553
51057
|
* Node.draw_label
|
|
51058
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
51059
|
+
* Node.debug_zone_lazy_function_graph
|
|
50554
51060
|
* Node.poll
|
|
50555
51061
|
* Node.bl_rna_get_subclass
|
|
50556
51062
|
* Node.bl_rna_get_subclass_py
|
|
@@ -50768,6 +51274,8 @@ Executing the operator will then print all values.
|
|
|
50768
51274
|
* Node.draw_buttons
|
|
50769
51275
|
* Node.draw_buttons_ext
|
|
50770
51276
|
* Node.draw_label
|
|
51277
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
51278
|
+
* Node.debug_zone_lazy_function_graph
|
|
50771
51279
|
* Node.poll
|
|
50772
51280
|
* Node.bl_rna_get_subclass
|
|
50773
51281
|
* Node.bl_rna_get_subclass_py
|
|
@@ -50995,6 +51503,8 @@ Executing the operator will then print all values.
|
|
|
50995
51503
|
* Node.draw_buttons
|
|
50996
51504
|
* Node.draw_buttons_ext
|
|
50997
51505
|
* Node.draw_label
|
|
51506
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
51507
|
+
* Node.debug_zone_lazy_function_graph
|
|
50998
51508
|
* Node.poll
|
|
50999
51509
|
* Node.bl_rna_get_subclass
|
|
51000
51510
|
* Node.bl_rna_get_subclass_py
|
|
@@ -51170,6 +51680,8 @@ Executing the operator will then print all values.
|
|
|
51170
51680
|
* Node.draw_buttons
|
|
51171
51681
|
* Node.draw_buttons_ext
|
|
51172
51682
|
* Node.draw_label
|
|
51683
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
51684
|
+
* Node.debug_zone_lazy_function_graph
|
|
51173
51685
|
* Node.poll
|
|
51174
51686
|
* Node.bl_rna_get_subclass
|
|
51175
51687
|
* Node.bl_rna_get_subclass_py
|
|
@@ -51396,6 +51908,8 @@ Executing the operator will then print all values.
|
|
|
51396
51908
|
* Node.draw_buttons
|
|
51397
51909
|
* Node.draw_buttons_ext
|
|
51398
51910
|
* Node.draw_label
|
|
51911
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
51912
|
+
* Node.debug_zone_lazy_function_graph
|
|
51399
51913
|
* Node.poll
|
|
51400
51914
|
* Node.bl_rna_get_subclass
|
|
51401
51915
|
* Node.bl_rna_get_subclass_py
|
|
@@ -51842,6 +52356,8 @@ Executing the operator will then print all values.
|
|
|
51842
52356
|
* Node.draw_buttons
|
|
51843
52357
|
* Node.draw_buttons_ext
|
|
51844
52358
|
* Node.draw_label
|
|
52359
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
52360
|
+
* Node.debug_zone_lazy_function_graph
|
|
51845
52361
|
* Node.poll
|
|
51846
52362
|
* Node.bl_rna_get_subclass
|
|
51847
52363
|
* Node.bl_rna_get_subclass_py
|
|
@@ -52092,6 +52608,8 @@ Executing the operator will then print all values.
|
|
|
52092
52608
|
* Node.draw_buttons
|
|
52093
52609
|
* Node.draw_buttons_ext
|
|
52094
52610
|
* Node.draw_label
|
|
52611
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
52612
|
+
* Node.debug_zone_lazy_function_graph
|
|
52095
52613
|
* Node.poll
|
|
52096
52614
|
* Node.bl_rna_get_subclass
|
|
52097
52615
|
* Node.bl_rna_get_subclass_py
|
|
@@ -52183,6 +52701,8 @@ Executing the operator will then print all values.
|
|
|
52183
52701
|
* Node.draw_buttons
|
|
52184
52702
|
* Node.draw_buttons_ext
|
|
52185
52703
|
* Node.draw_label
|
|
52704
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
52705
|
+
* Node.debug_zone_lazy_function_graph
|
|
52186
52706
|
* Node.poll
|
|
52187
52707
|
* Node.bl_rna_get_subclass
|
|
52188
52708
|
* Node.bl_rna_get_subclass_py
|
|
@@ -52397,6 +52917,8 @@ Executing the operator will then print all values.
|
|
|
52397
52917
|
* Node.draw_buttons
|
|
52398
52918
|
* Node.draw_buttons_ext
|
|
52399
52919
|
* Node.draw_label
|
|
52920
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
52921
|
+
* Node.debug_zone_lazy_function_graph
|
|
52400
52922
|
* Node.poll
|
|
52401
52923
|
* Node.bl_rna_get_subclass
|
|
52402
52924
|
* Node.bl_rna_get_subclass_py
|
|
@@ -52801,6 +53323,8 @@ print(positions_data)
|
|
|
52801
53323
|
* Node.draw_buttons
|
|
52802
53324
|
* Node.draw_buttons_ext
|
|
52803
53325
|
* Node.draw_label
|
|
53326
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
53327
|
+
* Node.debug_zone_lazy_function_graph
|
|
52804
53328
|
* Node.poll
|
|
52805
53329
|
* Node.bl_rna_get_subclass
|
|
52806
53330
|
* Node.bl_rna_get_subclass_py
|
|
@@ -52959,6 +53483,8 @@ print(positions_data)
|
|
|
52959
53483
|
* Node.draw_buttons
|
|
52960
53484
|
* Node.draw_buttons_ext
|
|
52961
53485
|
* Node.draw_label
|
|
53486
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
53487
|
+
* Node.debug_zone_lazy_function_graph
|
|
52962
53488
|
* Node.poll
|
|
52963
53489
|
* Node.bl_rna_get_subclass
|
|
52964
53490
|
* Node.bl_rna_get_subclass_py
|
|
@@ -53102,6 +53628,8 @@ print(positions_data)
|
|
|
53102
53628
|
* Node.draw_buttons
|
|
53103
53629
|
* Node.draw_buttons_ext
|
|
53104
53630
|
* Node.draw_label
|
|
53631
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
53632
|
+
* Node.debug_zone_lazy_function_graph
|
|
53105
53633
|
* Node.poll
|
|
53106
53634
|
* Node.bl_rna_get_subclass
|
|
53107
53635
|
* Node.bl_rna_get_subclass_py
|
|
@@ -53336,6 +53864,8 @@ print(positions_data)
|
|
|
53336
53864
|
* Node.draw_buttons
|
|
53337
53865
|
* Node.draw_buttons_ext
|
|
53338
53866
|
* Node.draw_label
|
|
53867
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
53868
|
+
* Node.debug_zone_lazy_function_graph
|
|
53339
53869
|
* Node.poll
|
|
53340
53870
|
* Node.bl_rna_get_subclass
|
|
53341
53871
|
* Node.bl_rna_get_subclass_py
|
|
@@ -53427,6 +53957,8 @@ print(positions_data)
|
|
|
53427
53957
|
* Node.draw_buttons
|
|
53428
53958
|
* Node.draw_buttons_ext
|
|
53429
53959
|
* Node.draw_label
|
|
53960
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
53961
|
+
* Node.debug_zone_lazy_function_graph
|
|
53430
53962
|
* Node.poll
|
|
53431
53963
|
* Node.bl_rna_get_subclass
|
|
53432
53964
|
* Node.bl_rna_get_subclass_py
|
|
@@ -53518,6 +54050,8 @@ print(positions_data)
|
|
|
53518
54050
|
* Node.draw_buttons
|
|
53519
54051
|
* Node.draw_buttons_ext
|
|
53520
54052
|
* Node.draw_label
|
|
54053
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
54054
|
+
* Node.debug_zone_lazy_function_graph
|
|
53521
54055
|
* Node.poll
|
|
53522
54056
|
* Node.bl_rna_get_subclass
|
|
53523
54057
|
* Node.bl_rna_get_subclass_py
|
|
@@ -54009,6 +54543,8 @@ print(positions_data)
|
|
|
54009
54543
|
* Node.draw_buttons
|
|
54010
54544
|
* Node.draw_buttons_ext
|
|
54011
54545
|
* Node.draw_label
|
|
54546
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
54547
|
+
* Node.debug_zone_lazy_function_graph
|
|
54012
54548
|
* Node.poll
|
|
54013
54549
|
* Node.bl_rna_get_subclass
|
|
54014
54550
|
* Node.bl_rna_get_subclass_py
|
|
@@ -54316,6 +54852,8 @@ print(positions_data)
|
|
|
54316
54852
|
* Node.draw_buttons
|
|
54317
54853
|
* Node.draw_buttons_ext
|
|
54318
54854
|
* Node.draw_label
|
|
54855
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
54856
|
+
* Node.debug_zone_lazy_function_graph
|
|
54319
54857
|
* Node.poll
|
|
54320
54858
|
* Node.bl_rna_get_subclass
|
|
54321
54859
|
* Node.bl_rna_get_subclass_py
|
|
@@ -54407,6 +54945,8 @@ print(positions_data)
|
|
|
54407
54945
|
* Node.draw_buttons
|
|
54408
54946
|
* Node.draw_buttons_ext
|
|
54409
54947
|
* Node.draw_label
|
|
54948
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
54949
|
+
* Node.debug_zone_lazy_function_graph
|
|
54410
54950
|
* Node.poll
|
|
54411
54951
|
* Node.bl_rna_get_subclass
|
|
54412
54952
|
* Node.bl_rna_get_subclass_py
|
|
@@ -54502,6 +55042,8 @@ print(positions_data)
|
|
|
54502
55042
|
* Node.draw_buttons
|
|
54503
55043
|
* Node.draw_buttons_ext
|
|
54504
55044
|
* Node.draw_label
|
|
55045
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
55046
|
+
* Node.debug_zone_lazy_function_graph
|
|
54505
55047
|
* Node.poll
|
|
54506
55048
|
* Node.bl_rna_get_subclass
|
|
54507
55049
|
* Node.bl_rna_get_subclass_py
|
|
@@ -54769,6 +55311,8 @@ print(positions_data)
|
|
|
54769
55311
|
* Node.draw_buttons
|
|
54770
55312
|
* Node.draw_buttons_ext
|
|
54771
55313
|
* Node.draw_label
|
|
55314
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
55315
|
+
* Node.debug_zone_lazy_function_graph
|
|
54772
55316
|
* Node.poll
|
|
54773
55317
|
* Node.bl_rna_get_subclass
|
|
54774
55318
|
* Node.bl_rna_get_subclass_py
|
|
@@ -55232,6 +55776,8 @@ print(positions_data)
|
|
|
55232
55776
|
* Node.draw_buttons
|
|
55233
55777
|
* Node.draw_buttons_ext
|
|
55234
55778
|
* Node.draw_label
|
|
55779
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
55780
|
+
* Node.debug_zone_lazy_function_graph
|
|
55235
55781
|
* Node.poll
|
|
55236
55782
|
* Node.bl_rna_get_subclass
|
|
55237
55783
|
* Node.bl_rna_get_subclass_py
|
|
@@ -55323,6 +55869,8 @@ print(positions_data)
|
|
|
55323
55869
|
* Node.draw_buttons
|
|
55324
55870
|
* Node.draw_buttons_ext
|
|
55325
55871
|
* Node.draw_label
|
|
55872
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
55873
|
+
* Node.debug_zone_lazy_function_graph
|
|
55326
55874
|
* Node.poll
|
|
55327
55875
|
* Node.bl_rna_get_subclass
|
|
55328
55876
|
* Node.bl_rna_get_subclass_py
|
|
@@ -55414,6 +55962,8 @@ print(positions_data)
|
|
|
55414
55962
|
* Node.draw_buttons
|
|
55415
55963
|
* Node.draw_buttons_ext
|
|
55416
55964
|
* Node.draw_label
|
|
55965
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
55966
|
+
* Node.debug_zone_lazy_function_graph
|
|
55417
55967
|
* Node.poll
|
|
55418
55968
|
* Node.bl_rna_get_subclass
|
|
55419
55969
|
* Node.bl_rna_get_subclass_py
|
|
@@ -55854,6 +56404,8 @@ print(positions_data)
|
|
|
55854
56404
|
* Node.draw_buttons
|
|
55855
56405
|
* Node.draw_buttons_ext
|
|
55856
56406
|
* Node.draw_label
|
|
56407
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
56408
|
+
* Node.debug_zone_lazy_function_graph
|
|
55857
56409
|
* Node.poll
|
|
55858
56410
|
* Node.bl_rna_get_subclass
|
|
55859
56411
|
* Node.bl_rna_get_subclass_py
|
|
@@ -56001,6 +56553,8 @@ print(positions_data)
|
|
|
56001
56553
|
* Node.draw_buttons
|
|
56002
56554
|
* Node.draw_buttons_ext
|
|
56003
56555
|
* Node.draw_label
|
|
56556
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
56557
|
+
* Node.debug_zone_lazy_function_graph
|
|
56004
56558
|
* Node.poll
|
|
56005
56559
|
* Node.bl_rna_get_subclass
|
|
56006
56560
|
* Node.bl_rna_get_subclass_py
|
|
@@ -56148,6 +56702,8 @@ print(positions_data)
|
|
|
56148
56702
|
* Node.draw_buttons
|
|
56149
56703
|
* Node.draw_buttons_ext
|
|
56150
56704
|
* Node.draw_label
|
|
56705
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
56706
|
+
* Node.debug_zone_lazy_function_graph
|
|
56151
56707
|
* Node.poll
|
|
56152
56708
|
* Node.bl_rna_get_subclass
|
|
56153
56709
|
* Node.bl_rna_get_subclass_py
|
|
@@ -56373,6 +56929,8 @@ print(positions_data)
|
|
|
56373
56929
|
* Node.draw_buttons
|
|
56374
56930
|
* Node.draw_buttons_ext
|
|
56375
56931
|
* Node.draw_label
|
|
56932
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
56933
|
+
* Node.debug_zone_lazy_function_graph
|
|
56376
56934
|
* Node.poll
|
|
56377
56935
|
* Node.bl_rna_get_subclass
|
|
56378
56936
|
* Node.bl_rna_get_subclass_py
|
|
@@ -56506,6 +57064,8 @@ print(positions_data)
|
|
|
56506
57064
|
* Node.draw_buttons
|
|
56507
57065
|
* Node.draw_buttons_ext
|
|
56508
57066
|
* Node.draw_label
|
|
57067
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
57068
|
+
* Node.debug_zone_lazy_function_graph
|
|
56509
57069
|
* Node.poll
|
|
56510
57070
|
* Node.bl_rna_get_subclass
|
|
56511
57071
|
* Node.bl_rna_get_subclass_py
|
|
@@ -56599,6 +57159,8 @@ print(positions_data)
|
|
|
56599
57159
|
* Node.draw_buttons
|
|
56600
57160
|
* Node.draw_buttons_ext
|
|
56601
57161
|
* Node.draw_label
|
|
57162
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
57163
|
+
* Node.debug_zone_lazy_function_graph
|
|
56602
57164
|
* Node.poll
|
|
56603
57165
|
* Node.bl_rna_get_subclass
|
|
56604
57166
|
* Node.bl_rna_get_subclass_py
|
|
@@ -56853,6 +57415,8 @@ print(positions_data)
|
|
|
56853
57415
|
* Node.draw_buttons
|
|
56854
57416
|
* Node.draw_buttons_ext
|
|
56855
57417
|
* Node.draw_label
|
|
57418
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
57419
|
+
* Node.debug_zone_lazy_function_graph
|
|
56856
57420
|
* Node.poll
|
|
56857
57421
|
* Node.bl_rna_get_subclass
|
|
56858
57422
|
* Node.bl_rna_get_subclass_py
|
|
@@ -57088,6 +57652,8 @@ print(positions_data)
|
|
|
57088
57652
|
* Node.draw_buttons
|
|
57089
57653
|
* Node.draw_buttons_ext
|
|
57090
57654
|
* Node.draw_label
|
|
57655
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
57656
|
+
* Node.debug_zone_lazy_function_graph
|
|
57091
57657
|
* Node.poll
|
|
57092
57658
|
* Node.bl_rna_get_subclass
|
|
57093
57659
|
* Node.bl_rna_get_subclass_py
|
|
@@ -57231,6 +57797,8 @@ print(positions_data)
|
|
|
57231
57797
|
* Node.draw_buttons
|
|
57232
57798
|
* Node.draw_buttons_ext
|
|
57233
57799
|
* Node.draw_label
|
|
57800
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
57801
|
+
* Node.debug_zone_lazy_function_graph
|
|
57234
57802
|
* Node.poll
|
|
57235
57803
|
* Node.bl_rna_get_subclass
|
|
57236
57804
|
* Node.bl_rna_get_subclass_py
|
|
@@ -57322,6 +57890,8 @@ print(positions_data)
|
|
|
57322
57890
|
* Node.draw_buttons
|
|
57323
57891
|
* Node.draw_buttons_ext
|
|
57324
57892
|
* Node.draw_label
|
|
57893
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
57894
|
+
* Node.debug_zone_lazy_function_graph
|
|
57325
57895
|
* Node.poll
|
|
57326
57896
|
* Node.bl_rna_get_subclass
|
|
57327
57897
|
* Node.bl_rna_get_subclass_py
|
|
@@ -57413,6 +57983,8 @@ print(positions_data)
|
|
|
57413
57983
|
* Node.draw_buttons
|
|
57414
57984
|
* Node.draw_buttons_ext
|
|
57415
57985
|
* Node.draw_label
|
|
57986
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
57987
|
+
* Node.debug_zone_lazy_function_graph
|
|
57416
57988
|
* Node.poll
|
|
57417
57989
|
* Node.bl_rna_get_subclass
|
|
57418
57990
|
* Node.bl_rna_get_subclass_py
|
|
@@ -57506,6 +58078,8 @@ print(positions_data)
|
|
|
57506
58078
|
* Node.draw_buttons
|
|
57507
58079
|
* Node.draw_buttons_ext
|
|
57508
58080
|
* Node.draw_label
|
|
58081
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
58082
|
+
* Node.debug_zone_lazy_function_graph
|
|
57509
58083
|
* Node.poll
|
|
57510
58084
|
* Node.bl_rna_get_subclass
|
|
57511
58085
|
* Node.bl_rna_get_subclass_py
|
|
@@ -57956,6 +58530,8 @@ print(positions_data)
|
|
|
57956
58530
|
* Node.draw_buttons
|
|
57957
58531
|
* Node.draw_buttons_ext
|
|
57958
58532
|
* Node.draw_label
|
|
58533
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
58534
|
+
* Node.debug_zone_lazy_function_graph
|
|
57959
58535
|
* Node.poll
|
|
57960
58536
|
* Node.bl_rna_get_subclass
|
|
57961
58537
|
* Node.bl_rna_get_subclass_py
|
|
@@ -58089,6 +58665,8 @@ print(positions_data)
|
|
|
58089
58665
|
* Node.draw_buttons
|
|
58090
58666
|
* Node.draw_buttons_ext
|
|
58091
58667
|
* Node.draw_label
|
|
58668
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
58669
|
+
* Node.debug_zone_lazy_function_graph
|
|
58092
58670
|
* Node.poll
|
|
58093
58671
|
* Node.bl_rna_get_subclass
|
|
58094
58672
|
* Node.bl_rna_get_subclass_py
|
|
@@ -58180,6 +58758,8 @@ print(positions_data)
|
|
|
58180
58758
|
* Node.draw_buttons
|
|
58181
58759
|
* Node.draw_buttons_ext
|
|
58182
58760
|
* Node.draw_label
|
|
58761
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
58762
|
+
* Node.debug_zone_lazy_function_graph
|
|
58183
58763
|
* Node.poll
|
|
58184
58764
|
* Node.bl_rna_get_subclass
|
|
58185
58765
|
* Node.bl_rna_get_subclass_py
|
|
@@ -58417,6 +58997,8 @@ print(positions_data)
|
|
|
58417
58997
|
* Node.draw_buttons
|
|
58418
58998
|
* Node.draw_buttons_ext
|
|
58419
58999
|
* Node.draw_label
|
|
59000
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
59001
|
+
* Node.debug_zone_lazy_function_graph
|
|
58420
59002
|
* Node.poll
|
|
58421
59003
|
* Node.bl_rna_get_subclass
|
|
58422
59004
|
* Node.bl_rna_get_subclass_py
|
|
@@ -58510,6 +59092,8 @@ print(positions_data)
|
|
|
58510
59092
|
* Node.draw_buttons
|
|
58511
59093
|
* Node.draw_buttons_ext
|
|
58512
59094
|
* Node.draw_label
|
|
59095
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
59096
|
+
* Node.debug_zone_lazy_function_graph
|
|
58513
59097
|
* Node.poll
|
|
58514
59098
|
* Node.bl_rna_get_subclass
|
|
58515
59099
|
* Node.bl_rna_get_subclass_py
|
|
@@ -58704,6 +59288,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
58704
59288
|
* Node.draw_buttons
|
|
58705
59289
|
* Node.draw_buttons_ext
|
|
58706
59290
|
* Node.draw_label
|
|
59291
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
59292
|
+
* Node.debug_zone_lazy_function_graph
|
|
58707
59293
|
* Node.poll
|
|
58708
59294
|
* Node.bl_rna_get_subclass
|
|
58709
59295
|
* Node.bl_rna_get_subclass_py
|
|
@@ -58943,6 +59529,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
58943
59529
|
* Node.draw_buttons
|
|
58944
59530
|
* Node.draw_buttons_ext
|
|
58945
59531
|
* Node.draw_label
|
|
59532
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
59533
|
+
* Node.debug_zone_lazy_function_graph
|
|
58946
59534
|
* Node.poll
|
|
58947
59535
|
* Node.bl_rna_get_subclass
|
|
58948
59536
|
* Node.bl_rna_get_subclass_py
|
|
@@ -59088,6 +59676,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
59088
59676
|
* Node.draw_buttons
|
|
59089
59677
|
* Node.draw_buttons_ext
|
|
59090
59678
|
* Node.draw_label
|
|
59679
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
59680
|
+
* Node.debug_zone_lazy_function_graph
|
|
59091
59681
|
* Node.poll
|
|
59092
59682
|
* Node.bl_rna_get_subclass
|
|
59093
59683
|
* Node.bl_rna_get_subclass_py
|
|
@@ -59267,6 +59857,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
59267
59857
|
* Node.draw_buttons
|
|
59268
59858
|
* Node.draw_buttons_ext
|
|
59269
59859
|
* Node.draw_label
|
|
59860
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
59861
|
+
* Node.debug_zone_lazy_function_graph
|
|
59270
59862
|
* Node.poll
|
|
59271
59863
|
* Node.bl_rna_get_subclass
|
|
59272
59864
|
* Node.bl_rna_get_subclass_py
|
|
@@ -59358,6 +59950,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
59358
59950
|
* Node.draw_buttons
|
|
59359
59951
|
* Node.draw_buttons_ext
|
|
59360
59952
|
* Node.draw_label
|
|
59953
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
59954
|
+
* Node.debug_zone_lazy_function_graph
|
|
59361
59955
|
* Node.poll
|
|
59362
59956
|
* Node.bl_rna_get_subclass
|
|
59363
59957
|
* Node.bl_rna_get_subclass_py
|
|
@@ -59497,6 +60091,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
59497
60091
|
* Node.draw_buttons
|
|
59498
60092
|
* Node.draw_buttons_ext
|
|
59499
60093
|
* Node.draw_label
|
|
60094
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
60095
|
+
* Node.debug_zone_lazy_function_graph
|
|
59500
60096
|
* Node.poll
|
|
59501
60097
|
* Node.bl_rna_get_subclass
|
|
59502
60098
|
* Node.bl_rna_get_subclass_py
|
|
@@ -59862,6 +60458,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
59862
60458
|
* Node.draw_buttons
|
|
59863
60459
|
* Node.draw_buttons_ext
|
|
59864
60460
|
* Node.draw_label
|
|
60461
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
60462
|
+
* Node.debug_zone_lazy_function_graph
|
|
59865
60463
|
* Node.poll
|
|
59866
60464
|
* Node.bl_rna_get_subclass
|
|
59867
60465
|
* Node.bl_rna_get_subclass_py
|
|
@@ -60035,6 +60633,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
60035
60633
|
* Node.draw_buttons
|
|
60036
60634
|
* Node.draw_buttons_ext
|
|
60037
60635
|
* Node.draw_label
|
|
60636
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
60637
|
+
* Node.debug_zone_lazy_function_graph
|
|
60038
60638
|
* Node.poll
|
|
60039
60639
|
* Node.bl_rna_get_subclass
|
|
60040
60640
|
* Node.bl_rna_get_subclass_py
|
|
@@ -60346,6 +60946,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
60346
60946
|
* Node.draw_buttons
|
|
60347
60947
|
* Node.draw_buttons_ext
|
|
60348
60948
|
* Node.draw_label
|
|
60949
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
60950
|
+
* Node.debug_zone_lazy_function_graph
|
|
60349
60951
|
* Node.poll
|
|
60350
60952
|
* Node.bl_rna_get_subclass
|
|
60351
60953
|
* Node.bl_rna_get_subclass_py
|
|
@@ -60540,6 +61142,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
60540
61142
|
* Node.draw_buttons
|
|
60541
61143
|
* Node.draw_buttons_ext
|
|
60542
61144
|
* Node.draw_label
|
|
61145
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
61146
|
+
* Node.debug_zone_lazy_function_graph
|
|
60543
61147
|
* Node.poll
|
|
60544
61148
|
* Node.bl_rna_get_subclass
|
|
60545
61149
|
* Node.bl_rna_get_subclass_py
|
|
@@ -60768,6 +61372,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
60768
61372
|
* Node.draw_buttons
|
|
60769
61373
|
* Node.draw_buttons_ext
|
|
60770
61374
|
* Node.draw_label
|
|
61375
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
61376
|
+
* Node.debug_zone_lazy_function_graph
|
|
60771
61377
|
* Node.poll
|
|
60772
61378
|
* Node.bl_rna_get_subclass
|
|
60773
61379
|
* Node.bl_rna_get_subclass_py
|
|
@@ -60859,6 +61465,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
60859
61465
|
* Node.draw_buttons
|
|
60860
61466
|
* Node.draw_buttons_ext
|
|
60861
61467
|
* Node.draw_label
|
|
61468
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
61469
|
+
* Node.debug_zone_lazy_function_graph
|
|
60862
61470
|
* Node.poll
|
|
60863
61471
|
* Node.bl_rna_get_subclass
|
|
60864
61472
|
* Node.bl_rna_get_subclass_py
|
|
@@ -61160,6 +61768,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
61160
61768
|
* Node.draw_buttons
|
|
61161
61769
|
* Node.draw_buttons_ext
|
|
61162
61770
|
* Node.draw_label
|
|
61771
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
61772
|
+
* Node.debug_zone_lazy_function_graph
|
|
61163
61773
|
* Node.poll
|
|
61164
61774
|
* Node.bl_rna_get_subclass
|
|
61165
61775
|
* Node.bl_rna_get_subclass_py
|
|
@@ -61313,6 +61923,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
61313
61923
|
* Node.draw_buttons
|
|
61314
61924
|
* Node.draw_buttons_ext
|
|
61315
61925
|
* Node.draw_label
|
|
61926
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
61927
|
+
* Node.debug_zone_lazy_function_graph
|
|
61316
61928
|
* Node.poll
|
|
61317
61929
|
* Node.bl_rna_get_subclass
|
|
61318
61930
|
* Node.bl_rna_get_subclass_py
|
|
@@ -61550,6 +62162,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
61550
62162
|
* Node.draw_buttons
|
|
61551
62163
|
* Node.draw_buttons_ext
|
|
61552
62164
|
* Node.draw_label
|
|
62165
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
62166
|
+
* Node.debug_zone_lazy_function_graph
|
|
61553
62167
|
* Node.poll
|
|
61554
62168
|
* Node.bl_rna_get_subclass
|
|
61555
62169
|
* Node.bl_rna_get_subclass_py
|
|
@@ -61641,6 +62255,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
61641
62255
|
* Node.draw_buttons
|
|
61642
62256
|
* Node.draw_buttons_ext
|
|
61643
62257
|
* Node.draw_label
|
|
62258
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
62259
|
+
* Node.debug_zone_lazy_function_graph
|
|
61644
62260
|
* Node.poll
|
|
61645
62261
|
* Node.bl_rna_get_subclass
|
|
61646
62262
|
* Node.bl_rna_get_subclass_py
|
|
@@ -61731,6 +62347,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
61731
62347
|
* Node.draw_buttons
|
|
61732
62348
|
* Node.draw_buttons_ext
|
|
61733
62349
|
* Node.draw_label
|
|
62350
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
62351
|
+
* Node.debug_zone_lazy_function_graph
|
|
61734
62352
|
* Node.poll
|
|
61735
62353
|
* Node.bl_rna_get_subclass
|
|
61736
62354
|
* Node.bl_rna_get_subclass_py
|
|
@@ -62190,6 +62808,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
62190
62808
|
* Node.draw_buttons
|
|
62191
62809
|
* Node.draw_buttons_ext
|
|
62192
62810
|
* Node.draw_label
|
|
62811
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
62812
|
+
* Node.debug_zone_lazy_function_graph
|
|
62193
62813
|
* Node.poll
|
|
62194
62814
|
* Node.bl_rna_get_subclass
|
|
62195
62815
|
* Node.bl_rna_get_subclass_py
|
|
@@ -62283,6 +62903,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
62283
62903
|
* Node.draw_buttons
|
|
62284
62904
|
* Node.draw_buttons_ext
|
|
62285
62905
|
* Node.draw_label
|
|
62906
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
62907
|
+
* Node.debug_zone_lazy_function_graph
|
|
62286
62908
|
* Node.poll
|
|
62287
62909
|
* Node.bl_rna_get_subclass
|
|
62288
62910
|
* Node.bl_rna_get_subclass_py
|
|
@@ -62648,6 +63270,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
62648
63270
|
* Node.draw_buttons
|
|
62649
63271
|
* Node.draw_buttons_ext
|
|
62650
63272
|
* Node.draw_label
|
|
63273
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
63274
|
+
* Node.debug_zone_lazy_function_graph
|
|
62651
63275
|
* Node.poll
|
|
62652
63276
|
* Node.bl_rna_get_subclass
|
|
62653
63277
|
* Node.bl_rna_get_subclass_py
|
|
@@ -62890,6 +63514,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
62890
63514
|
* Node.draw_buttons
|
|
62891
63515
|
* Node.draw_buttons_ext
|
|
62892
63516
|
* Node.draw_label
|
|
63517
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
63518
|
+
* Node.debug_zone_lazy_function_graph
|
|
62893
63519
|
* Node.poll
|
|
62894
63520
|
* Node.bl_rna_get_subclass
|
|
62895
63521
|
* Node.bl_rna_get_subclass_py
|
|
@@ -63023,6 +63649,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
63023
63649
|
* Node.draw_buttons
|
|
63024
63650
|
* Node.draw_buttons_ext
|
|
63025
63651
|
* Node.draw_label
|
|
63652
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
63653
|
+
* Node.debug_zone_lazy_function_graph
|
|
63026
63654
|
* Node.poll
|
|
63027
63655
|
* Node.bl_rna_get_subclass
|
|
63028
63656
|
* Node.bl_rna_get_subclass_py
|
|
@@ -63262,6 +63890,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
63262
63890
|
* Node.draw_buttons
|
|
63263
63891
|
* Node.draw_buttons_ext
|
|
63264
63892
|
* Node.draw_label
|
|
63893
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
63894
|
+
* Node.debug_zone_lazy_function_graph
|
|
63265
63895
|
* Node.poll
|
|
63266
63896
|
* Node.bl_rna_get_subclass
|
|
63267
63897
|
* Node.bl_rna_get_subclass_py
|
|
@@ -63493,6 +64123,8 @@ Base class for integrating USD Hydra based renderers.
|
|
|
63493
64123
|
* Node.draw_buttons
|
|
63494
64124
|
* Node.draw_buttons_ext
|
|
63495
64125
|
* Node.draw_label
|
|
64126
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
64127
|
+
* Node.debug_zone_lazy_function_graph
|
|
63496
64128
|
* Node.poll
|
|
63497
64129
|
* Node.bl_rna_get_subclass
|
|
63498
64130
|
* Node.bl_rna_get_subclass_py
|
|
@@ -63804,6 +64436,8 @@ FileHandler
|
|
|
63804
64436
|
* Node.draw_buttons
|
|
63805
64437
|
* Node.draw_buttons_ext
|
|
63806
64438
|
* Node.draw_label
|
|
64439
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
64440
|
+
* Node.debug_zone_lazy_function_graph
|
|
63807
64441
|
* Node.poll
|
|
63808
64442
|
* Node.bl_rna_get_subclass
|
|
63809
64443
|
* Node.bl_rna_get_subclass_py
|
|
@@ -64122,6 +64756,8 @@ FileHandler
|
|
|
64122
64756
|
* Node.draw_buttons
|
|
64123
64757
|
* Node.draw_buttons_ext
|
|
64124
64758
|
* Node.draw_label
|
|
64759
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
64760
|
+
* Node.debug_zone_lazy_function_graph
|
|
64125
64761
|
* Node.poll
|
|
64126
64762
|
* Node.bl_rna_get_subclass
|
|
64127
64763
|
* Node.bl_rna_get_subclass_py
|
|
@@ -64212,6 +64848,8 @@ FileHandler
|
|
|
64212
64848
|
* Node.draw_buttons
|
|
64213
64849
|
* Node.draw_buttons_ext
|
|
64214
64850
|
* Node.draw_label
|
|
64851
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
64852
|
+
* Node.debug_zone_lazy_function_graph
|
|
64215
64853
|
* Node.poll
|
|
64216
64854
|
* Node.bl_rna_get_subclass
|
|
64217
64855
|
* Node.bl_rna_get_subclass_py
|
|
@@ -64345,6 +64983,8 @@ FileHandler
|
|
|
64345
64983
|
* Node.draw_buttons
|
|
64346
64984
|
* Node.draw_buttons_ext
|
|
64347
64985
|
* Node.draw_label
|
|
64986
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
64987
|
+
* Node.debug_zone_lazy_function_graph
|
|
64348
64988
|
* Node.poll
|
|
64349
64989
|
* Node.bl_rna_get_subclass
|
|
64350
64990
|
* Node.bl_rna_get_subclass_py
|
|
@@ -64436,6 +65076,8 @@ FileHandler
|
|
|
64436
65076
|
* Node.draw_buttons
|
|
64437
65077
|
* Node.draw_buttons_ext
|
|
64438
65078
|
* Node.draw_label
|
|
65079
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
65080
|
+
* Node.debug_zone_lazy_function_graph
|
|
64439
65081
|
* Node.poll
|
|
64440
65082
|
* Node.bl_rna_get_subclass
|
|
64441
65083
|
* Node.bl_rna_get_subclass_py
|
|
@@ -64772,6 +65414,8 @@ FileHandler
|
|
|
64772
65414
|
* Node.draw_buttons
|
|
64773
65415
|
* Node.draw_buttons_ext
|
|
64774
65416
|
* Node.draw_label
|
|
65417
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
65418
|
+
* Node.debug_zone_lazy_function_graph
|
|
64775
65419
|
* Node.poll
|
|
64776
65420
|
* Node.bl_rna_get_subclass
|
|
64777
65421
|
* Node.bl_rna_get_subclass_py
|
|
@@ -65112,6 +65756,8 @@ FileHandler
|
|
|
65112
65756
|
* Node.draw_buttons
|
|
65113
65757
|
* Node.draw_buttons_ext
|
|
65114
65758
|
* Node.draw_label
|
|
65759
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
65760
|
+
* Node.debug_zone_lazy_function_graph
|
|
65115
65761
|
* Node.poll
|
|
65116
65762
|
* Node.bl_rna_get_subclass
|
|
65117
65763
|
* Node.bl_rna_get_subclass_py
|
|
@@ -65203,6 +65849,8 @@ FileHandler
|
|
|
65203
65849
|
* Node.draw_buttons
|
|
65204
65850
|
* Node.draw_buttons_ext
|
|
65205
65851
|
* Node.draw_label
|
|
65852
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
65853
|
+
* Node.debug_zone_lazy_function_graph
|
|
65206
65854
|
* Node.poll
|
|
65207
65855
|
* Node.bl_rna_get_subclass
|
|
65208
65856
|
* Node.bl_rna_get_subclass_py
|
|
@@ -65433,6 +66081,8 @@ FileHandler
|
|
|
65433
66081
|
* Node.draw_buttons
|
|
65434
66082
|
* Node.draw_buttons_ext
|
|
65435
66083
|
* Node.draw_label
|
|
66084
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
66085
|
+
* Node.debug_zone_lazy_function_graph
|
|
65436
66086
|
* Node.poll
|
|
65437
66087
|
* Node.bl_rna_get_subclass
|
|
65438
66088
|
* Node.bl_rna_get_subclass_py
|
|
@@ -65524,6 +66174,8 @@ FileHandler
|
|
|
65524
66174
|
* Node.draw_buttons
|
|
65525
66175
|
* Node.draw_buttons_ext
|
|
65526
66176
|
* Node.draw_label
|
|
66177
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
66178
|
+
* Node.debug_zone_lazy_function_graph
|
|
65527
66179
|
* Node.poll
|
|
65528
66180
|
* Node.bl_rna_get_subclass
|
|
65529
66181
|
* Node.bl_rna_get_subclass_py
|
|
@@ -65615,6 +66267,8 @@ FileHandler
|
|
|
65615
66267
|
* Node.draw_buttons
|
|
65616
66268
|
* Node.draw_buttons_ext
|
|
65617
66269
|
* Node.draw_label
|
|
66270
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
66271
|
+
* Node.debug_zone_lazy_function_graph
|
|
65618
66272
|
* Node.poll
|
|
65619
66273
|
* Node.bl_rna_get_subclass
|
|
65620
66274
|
* Node.bl_rna_get_subclass_py
|
|
@@ -65950,6 +66604,8 @@ FileHandler
|
|
|
65950
66604
|
* Node.draw_buttons
|
|
65951
66605
|
* Node.draw_buttons_ext
|
|
65952
66606
|
* Node.draw_label
|
|
66607
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
66608
|
+
* Node.debug_zone_lazy_function_graph
|
|
65953
66609
|
* Node.poll
|
|
65954
66610
|
* Node.bl_rna_get_subclass
|
|
65955
66611
|
* Node.bl_rna_get_subclass_py
|
|
@@ -66041,6 +66697,8 @@ FileHandler
|
|
|
66041
66697
|
* Node.draw_buttons
|
|
66042
66698
|
* Node.draw_buttons_ext
|
|
66043
66699
|
* Node.draw_label
|
|
66700
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
66701
|
+
* Node.debug_zone_lazy_function_graph
|
|
66044
66702
|
* Node.poll
|
|
66045
66703
|
* Node.bl_rna_get_subclass
|
|
66046
66704
|
* Node.bl_rna_get_subclass_py
|
|
@@ -66268,6 +66926,8 @@ FileHandler
|
|
|
66268
66926
|
* Node.draw_buttons
|
|
66269
66927
|
* Node.draw_buttons_ext
|
|
66270
66928
|
* Node.draw_label
|
|
66929
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
66930
|
+
* Node.debug_zone_lazy_function_graph
|
|
66271
66931
|
* Node.poll
|
|
66272
66932
|
* Node.bl_rna_get_subclass
|
|
66273
66933
|
* Node.bl_rna_get_subclass_py
|
|
@@ -66359,6 +67019,8 @@ FileHandler
|
|
|
66359
67019
|
* Node.draw_buttons
|
|
66360
67020
|
* Node.draw_buttons_ext
|
|
66361
67021
|
* Node.draw_label
|
|
67022
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
67023
|
+
* Node.debug_zone_lazy_function_graph
|
|
66362
67024
|
* Node.poll
|
|
66363
67025
|
* Node.bl_rna_get_subclass
|
|
66364
67026
|
* Node.bl_rna_get_subclass_py
|
|
@@ -66620,6 +67282,8 @@ FileHandler
|
|
|
66620
67282
|
* Node.draw_buttons
|
|
66621
67283
|
* Node.draw_buttons_ext
|
|
66622
67284
|
* Node.draw_label
|
|
67285
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
67286
|
+
* Node.debug_zone_lazy_function_graph
|
|
66623
67287
|
* Node.poll
|
|
66624
67288
|
* Node.bl_rna_get_subclass
|
|
66625
67289
|
* Node.bl_rna_get_subclass_py
|
|
@@ -66967,6 +67631,8 @@ FileHandler
|
|
|
66967
67631
|
* Node.draw_buttons
|
|
66968
67632
|
* Node.draw_buttons_ext
|
|
66969
67633
|
* Node.draw_label
|
|
67634
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
67635
|
+
* Node.debug_zone_lazy_function_graph
|
|
66970
67636
|
* Node.poll
|
|
66971
67637
|
* Node.bl_rna_get_subclass
|
|
66972
67638
|
* Node.bl_rna_get_subclass_py
|
|
@@ -67101,6 +67767,8 @@ FileHandler
|
|
|
67101
67767
|
* Node.draw_buttons
|
|
67102
67768
|
* Node.draw_buttons_ext
|
|
67103
67769
|
* Node.draw_label
|
|
67770
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
67771
|
+
* Node.debug_zone_lazy_function_graph
|
|
67104
67772
|
* Node.poll
|
|
67105
67773
|
* Node.bl_rna_get_subclass
|
|
67106
67774
|
* Node.bl_rna_get_subclass_py
|
|
@@ -67236,6 +67904,8 @@ FileHandler
|
|
|
67236
67904
|
* Node.draw_buttons
|
|
67237
67905
|
* Node.draw_buttons_ext
|
|
67238
67906
|
* Node.draw_label
|
|
67907
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
67908
|
+
* Node.debug_zone_lazy_function_graph
|
|
67239
67909
|
* Node.poll
|
|
67240
67910
|
* Node.bl_rna_get_subclass
|
|
67241
67911
|
* Node.bl_rna_get_subclass_py
|
|
@@ -67502,6 +68172,8 @@ FileHandler
|
|
|
67502
68172
|
* Node.draw_buttons
|
|
67503
68173
|
* Node.draw_buttons_ext
|
|
67504
68174
|
* Node.draw_label
|
|
68175
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
68176
|
+
* Node.debug_zone_lazy_function_graph
|
|
67505
68177
|
* Node.poll
|
|
67506
68178
|
* Node.bl_rna_get_subclass
|
|
67507
68179
|
* Node.bl_rna_get_subclass_py
|
|
@@ -67643,6 +68315,8 @@ FileHandler
|
|
|
67643
68315
|
* Node.draw_buttons
|
|
67644
68316
|
* Node.draw_buttons_ext
|
|
67645
68317
|
* Node.draw_label
|
|
68318
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
68319
|
+
* Node.debug_zone_lazy_function_graph
|
|
67646
68320
|
* Node.poll
|
|
67647
68321
|
* Node.bl_rna_get_subclass
|
|
67648
68322
|
* Node.bl_rna_get_subclass_py
|
|
@@ -67916,6 +68590,8 @@ FileHandler
|
|
|
67916
68590
|
* Node.draw_buttons
|
|
67917
68591
|
* Node.draw_buttons_ext
|
|
67918
68592
|
* Node.draw_label
|
|
68593
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
68594
|
+
* Node.debug_zone_lazy_function_graph
|
|
67919
68595
|
* Node.poll
|
|
67920
68596
|
* Node.bl_rna_get_subclass
|
|
67921
68597
|
* Node.bl_rna_get_subclass_py
|
|
@@ -68178,6 +68854,8 @@ FileHandler
|
|
|
68178
68854
|
* Node.draw_buttons
|
|
68179
68855
|
* Node.draw_buttons_ext
|
|
68180
68856
|
* Node.draw_label
|
|
68857
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
68858
|
+
* Node.debug_zone_lazy_function_graph
|
|
68181
68859
|
* Node.poll
|
|
68182
68860
|
* Node.bl_rna_get_subclass
|
|
68183
68861
|
* Node.bl_rna_get_subclass_py
|
|
@@ -68568,6 +69246,8 @@ FileHandler
|
|
|
68568
69246
|
* Node.draw_buttons
|
|
68569
69247
|
* Node.draw_buttons_ext
|
|
68570
69248
|
* Node.draw_label
|
|
69249
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
69250
|
+
* Node.debug_zone_lazy_function_graph
|
|
68571
69251
|
* Node.poll
|
|
68572
69252
|
* Node.bl_rna_get_subclass
|
|
68573
69253
|
* Node.bl_rna_get_subclass_py
|
|
@@ -68659,6 +69339,8 @@ FileHandler
|
|
|
68659
69339
|
* Node.draw_buttons
|
|
68660
69340
|
* Node.draw_buttons_ext
|
|
68661
69341
|
* Node.draw_label
|
|
69342
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
69343
|
+
* Node.debug_zone_lazy_function_graph
|
|
68662
69344
|
* Node.poll
|
|
68663
69345
|
* Node.bl_rna_get_subclass
|
|
68664
69346
|
* Node.bl_rna_get_subclass_py
|
|
@@ -68792,6 +69474,8 @@ FileHandler
|
|
|
68792
69474
|
* Node.draw_buttons
|
|
68793
69475
|
* Node.draw_buttons_ext
|
|
68794
69476
|
* Node.draw_label
|
|
69477
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
69478
|
+
* Node.debug_zone_lazy_function_graph
|
|
68795
69479
|
* Node.poll
|
|
68796
69480
|
* Node.bl_rna_get_subclass
|
|
68797
69481
|
* Node.bl_rna_get_subclass_py
|
|
@@ -69081,6 +69765,8 @@ FileHandler
|
|
|
69081
69765
|
* Node.draw_buttons
|
|
69082
69766
|
* Node.draw_buttons_ext
|
|
69083
69767
|
* Node.draw_label
|
|
69768
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
69769
|
+
* Node.debug_zone_lazy_function_graph
|
|
69084
69770
|
* Node.poll
|
|
69085
69771
|
* Node.bl_rna_get_subclass
|
|
69086
69772
|
* Node.bl_rna_get_subclass_py
|
|
@@ -69212,6 +69898,8 @@ FileHandler
|
|
|
69212
69898
|
* Node.draw_buttons
|
|
69213
69899
|
* Node.draw_buttons_ext
|
|
69214
69900
|
* Node.draw_label
|
|
69901
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
69902
|
+
* Node.debug_zone_lazy_function_graph
|
|
69215
69903
|
* Node.poll
|
|
69216
69904
|
* Node.bl_rna_get_subclass
|
|
69217
69905
|
* Node.bl_rna_get_subclass_py
|
|
@@ -69431,6 +70119,8 @@ FileHandler
|
|
|
69431
70119
|
* Node.draw_buttons
|
|
69432
70120
|
* Node.draw_buttons_ext
|
|
69433
70121
|
* Node.draw_label
|
|
70122
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
70123
|
+
* Node.debug_zone_lazy_function_graph
|
|
69434
70124
|
* Node.poll
|
|
69435
70125
|
* Node.bl_rna_get_subclass
|
|
69436
70126
|
* Node.bl_rna_get_subclass_py
|
|
@@ -69616,6 +70306,8 @@ FileHandler
|
|
|
69616
70306
|
* Node.draw_buttons
|
|
69617
70307
|
* Node.draw_buttons_ext
|
|
69618
70308
|
* Node.draw_label
|
|
70309
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
70310
|
+
* Node.debug_zone_lazy_function_graph
|
|
69619
70311
|
* Node.poll
|
|
69620
70312
|
* Node.bl_rna_get_subclass
|
|
69621
70313
|
* Node.bl_rna_get_subclass_py
|
|
@@ -69750,6 +70442,8 @@ FileHandler
|
|
|
69750
70442
|
* Node.draw_buttons
|
|
69751
70443
|
* Node.draw_buttons_ext
|
|
69752
70444
|
* Node.draw_label
|
|
70445
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
70446
|
+
* Node.debug_zone_lazy_function_graph
|
|
69753
70447
|
* Node.poll
|
|
69754
70448
|
* Node.bl_rna_get_subclass
|
|
69755
70449
|
* Node.bl_rna_get_subclass_py
|
|
@@ -70201,6 +70895,8 @@ FileHandler
|
|
|
70201
70895
|
* Node.draw_buttons
|
|
70202
70896
|
* Node.draw_buttons_ext
|
|
70203
70897
|
* Node.draw_label
|
|
70898
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
70899
|
+
* Node.debug_zone_lazy_function_graph
|
|
70204
70900
|
* Node.poll
|
|
70205
70901
|
* Node.bl_rna_get_subclass
|
|
70206
70902
|
* Node.bl_rna_get_subclass_py
|
|
@@ -70536,6 +71232,8 @@ FileHandler
|
|
|
70536
71232
|
* Node.draw_buttons
|
|
70537
71233
|
* Node.draw_buttons_ext
|
|
70538
71234
|
* Node.draw_label
|
|
71235
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
71236
|
+
* Node.debug_zone_lazy_function_graph
|
|
70539
71237
|
* Node.poll
|
|
70540
71238
|
* Node.bl_rna_get_subclass
|
|
70541
71239
|
* Node.bl_rna_get_subclass_py
|
|
@@ -70736,6 +71434,8 @@ FileHandler
|
|
|
70736
71434
|
* Node.draw_buttons
|
|
70737
71435
|
* Node.draw_buttons_ext
|
|
70738
71436
|
* Node.draw_label
|
|
71437
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
71438
|
+
* Node.debug_zone_lazy_function_graph
|
|
70739
71439
|
* Node.poll
|
|
70740
71440
|
* Node.bl_rna_get_subclass
|
|
70741
71441
|
* Node.bl_rna_get_subclass_py
|
|
@@ -70827,6 +71527,8 @@ FileHandler
|
|
|
70827
71527
|
* Node.draw_buttons
|
|
70828
71528
|
* Node.draw_buttons_ext
|
|
70829
71529
|
* Node.draw_label
|
|
71530
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
71531
|
+
* Node.debug_zone_lazy_function_graph
|
|
70830
71532
|
* Node.poll
|
|
70831
71533
|
* Node.bl_rna_get_subclass
|
|
70832
71534
|
* Node.bl_rna_get_subclass_py
|
|
@@ -71691,6 +72393,8 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
71691
72393
|
* Node.draw_buttons
|
|
71692
72394
|
* Node.draw_buttons_ext
|
|
71693
72395
|
* Node.draw_label
|
|
72396
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
72397
|
+
* Node.debug_zone_lazy_function_graph
|
|
71694
72398
|
* Node.poll
|
|
71695
72399
|
* Node.bl_rna_get_subclass
|
|
71696
72400
|
* Node.bl_rna_get_subclass_py
|
|
@@ -72155,6 +72859,8 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
72155
72859
|
* Node.draw_buttons
|
|
72156
72860
|
* Node.draw_buttons_ext
|
|
72157
72861
|
* Node.draw_label
|
|
72862
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
72863
|
+
* Node.debug_zone_lazy_function_graph
|
|
72158
72864
|
* Node.poll
|
|
72159
72865
|
* Node.bl_rna_get_subclass
|
|
72160
72866
|
* Node.bl_rna_get_subclass_py
|
|
@@ -72370,6 +73076,8 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
72370
73076
|
* Node.draw_buttons
|
|
72371
73077
|
* Node.draw_buttons_ext
|
|
72372
73078
|
* Node.draw_label
|
|
73079
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
73080
|
+
* Node.debug_zone_lazy_function_graph
|
|
72373
73081
|
* Node.poll
|
|
72374
73082
|
* Node.bl_rna_get_subclass
|
|
72375
73083
|
* Node.bl_rna_get_subclass_py
|
|
@@ -72615,6 +73323,8 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
72615
73323
|
* Node.draw_buttons
|
|
72616
73324
|
* Node.draw_buttons_ext
|
|
72617
73325
|
* Node.draw_label
|
|
73326
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
73327
|
+
* Node.debug_zone_lazy_function_graph
|
|
72618
73328
|
* Node.poll
|
|
72619
73329
|
* Node.bl_rna_get_subclass
|
|
72620
73330
|
* Node.bl_rna_get_subclass_py
|
|
@@ -72759,6 +73469,8 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
72759
73469
|
* Node.draw_buttons
|
|
72760
73470
|
* Node.draw_buttons_ext
|
|
72761
73471
|
* Node.draw_label
|
|
73472
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
73473
|
+
* Node.debug_zone_lazy_function_graph
|
|
72762
73474
|
* Node.poll
|
|
72763
73475
|
* Node.bl_rna_get_subclass
|
|
72764
73476
|
* Node.bl_rna_get_subclass_py
|
|
@@ -72847,6 +73559,8 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
72847
73559
|
* Node.draw_buttons
|
|
72848
73560
|
* Node.draw_buttons_ext
|
|
72849
73561
|
* Node.draw_label
|
|
73562
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
73563
|
+
* Node.debug_zone_lazy_function_graph
|
|
72850
73564
|
* Node.poll
|
|
72851
73565
|
* Node.bl_rna_get_subclass
|
|
72852
73566
|
* Node.bl_rna_get_subclass_py
|
|
@@ -73156,6 +73870,8 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
73156
73870
|
* Node.draw_buttons
|
|
73157
73871
|
* Node.draw_buttons_ext
|
|
73158
73872
|
* Node.draw_label
|
|
73873
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
73874
|
+
* Node.debug_zone_lazy_function_graph
|
|
73159
73875
|
* Node.poll
|
|
73160
73876
|
* Node.bl_rna_get_subclass
|
|
73161
73877
|
* Node.bl_rna_get_subclass_py
|
|
@@ -73569,6 +74285,8 @@ The USDHookExample
|
|
|
73569
74285
|
* Node.draw_buttons
|
|
73570
74286
|
* Node.draw_buttons_ext
|
|
73571
74287
|
* Node.draw_label
|
|
74288
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
74289
|
+
* Node.debug_zone_lazy_function_graph
|
|
73572
74290
|
* Node.poll
|
|
73573
74291
|
* Node.bl_rna_get_subclass
|
|
73574
74292
|
* Node.bl_rna_get_subclass_py
|
|
@@ -73722,6 +74440,8 @@ The USDHookExample
|
|
|
73722
74440
|
* Node.draw_buttons
|
|
73723
74441
|
* Node.draw_buttons_ext
|
|
73724
74442
|
* Node.draw_label
|
|
74443
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
74444
|
+
* Node.debug_zone_lazy_function_graph
|
|
73725
74445
|
* Node.poll
|
|
73726
74446
|
* Node.bl_rna_get_subclass
|
|
73727
74447
|
* Node.bl_rna_get_subclass_py
|
|
@@ -73863,6 +74583,8 @@ The USDHookExample
|
|
|
73863
74583
|
* Node.draw_buttons
|
|
73864
74584
|
* Node.draw_buttons_ext
|
|
73865
74585
|
* Node.draw_label
|
|
74586
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
74587
|
+
* Node.debug_zone_lazy_function_graph
|
|
73866
74588
|
* Node.poll
|
|
73867
74589
|
* Node.bl_rna_get_subclass
|
|
73868
74590
|
* Node.bl_rna_get_subclass_py
|
|
@@ -73956,6 +74678,8 @@ The USDHookExample
|
|
|
73956
74678
|
* Node.draw_buttons
|
|
73957
74679
|
* Node.draw_buttons_ext
|
|
73958
74680
|
* Node.draw_label
|
|
74681
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
74682
|
+
* Node.debug_zone_lazy_function_graph
|
|
73959
74683
|
* Node.poll
|
|
73960
74684
|
* Node.bl_rna_get_subclass
|
|
73961
74685
|
* Node.bl_rna_get_subclass_py
|
|
@@ -74047,6 +74771,8 @@ The USDHookExample
|
|
|
74047
74771
|
* Node.draw_buttons
|
|
74048
74772
|
* Node.draw_buttons_ext
|
|
74049
74773
|
* Node.draw_label
|
|
74774
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
74775
|
+
* Node.debug_zone_lazy_function_graph
|
|
74050
74776
|
* Node.poll
|
|
74051
74777
|
* Node.bl_rna_get_subclass
|
|
74052
74778
|
* Node.bl_rna_get_subclass_py
|
|
@@ -74180,6 +74906,8 @@ The USDHookExample
|
|
|
74180
74906
|
* Node.draw_buttons
|
|
74181
74907
|
* Node.draw_buttons_ext
|
|
74182
74908
|
* Node.draw_label
|
|
74909
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
74910
|
+
* Node.debug_zone_lazy_function_graph
|
|
74183
74911
|
* Node.poll
|
|
74184
74912
|
* Node.bl_rna_get_subclass
|
|
74185
74913
|
* Node.bl_rna_get_subclass_py
|
|
@@ -74273,6 +75001,8 @@ The USDHookExample
|
|
|
74273
75001
|
* Node.draw_buttons
|
|
74274
75002
|
* Node.draw_buttons_ext
|
|
74275
75003
|
* Node.draw_label
|
|
75004
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
75005
|
+
* Node.debug_zone_lazy_function_graph
|
|
74276
75006
|
* Node.poll
|
|
74277
75007
|
* Node.bl_rna_get_subclass
|
|
74278
75008
|
* Node.bl_rna_get_subclass_py
|
|
@@ -74364,6 +75094,8 @@ The USDHookExample
|
|
|
74364
75094
|
* Node.draw_buttons
|
|
74365
75095
|
* Node.draw_buttons_ext
|
|
74366
75096
|
* Node.draw_label
|
|
75097
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
75098
|
+
* Node.debug_zone_lazy_function_graph
|
|
74367
75099
|
* Node.poll
|
|
74368
75100
|
* Node.bl_rna_get_subclass
|
|
74369
75101
|
* Node.bl_rna_get_subclass_py
|
|
@@ -74638,6 +75370,8 @@ The USDHookExample
|
|
|
74638
75370
|
* Node.draw_buttons
|
|
74639
75371
|
* Node.draw_buttons_ext
|
|
74640
75372
|
* Node.draw_label
|
|
75373
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
75374
|
+
* Node.debug_zone_lazy_function_graph
|
|
74641
75375
|
* Node.poll
|
|
74642
75376
|
* Node.bl_rna_get_subclass
|
|
74643
75377
|
* Node.bl_rna_get_subclass_py
|
|
@@ -74771,6 +75505,8 @@ The USDHookExample
|
|
|
74771
75505
|
* Node.draw_buttons
|
|
74772
75506
|
* Node.draw_buttons_ext
|
|
74773
75507
|
* Node.draw_label
|
|
75508
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
75509
|
+
* Node.debug_zone_lazy_function_graph
|
|
74774
75510
|
* Node.poll
|
|
74775
75511
|
* Node.bl_rna_get_subclass
|
|
74776
75512
|
* Node.bl_rna_get_subclass_py
|
|
@@ -74864,6 +75600,8 @@ The USDHookExample
|
|
|
74864
75600
|
* Node.draw_buttons
|
|
74865
75601
|
* Node.draw_buttons_ext
|
|
74866
75602
|
* Node.draw_label
|
|
75603
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
75604
|
+
* Node.debug_zone_lazy_function_graph
|
|
74867
75605
|
* Node.poll
|
|
74868
75606
|
* Node.bl_rna_get_subclass
|
|
74869
75607
|
* Node.bl_rna_get_subclass_py
|
|
@@ -75263,6 +76001,8 @@ The USDHookExample
|
|
|
75263
76001
|
* Node.draw_buttons
|
|
75264
76002
|
* Node.draw_buttons_ext
|
|
75265
76003
|
* Node.draw_label
|
|
76004
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
76005
|
+
* Node.debug_zone_lazy_function_graph
|
|
75266
76006
|
* Node.poll
|
|
75267
76007
|
* Node.bl_rna_get_subclass
|
|
75268
76008
|
* Node.bl_rna_get_subclass_py
|
|
@@ -75415,6 +76155,8 @@ The USDHookExample
|
|
|
75415
76155
|
* Node.draw_buttons
|
|
75416
76156
|
* Node.draw_buttons_ext
|
|
75417
76157
|
* Node.draw_label
|
|
76158
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
76159
|
+
* Node.debug_zone_lazy_function_graph
|
|
75418
76160
|
* Node.poll
|
|
75419
76161
|
* Node.bl_rna_get_subclass
|
|
75420
76162
|
* Node.bl_rna_get_subclass_py
|
|
@@ -75506,6 +76248,8 @@ The USDHookExample
|
|
|
75506
76248
|
* Node.draw_buttons
|
|
75507
76249
|
* Node.draw_buttons_ext
|
|
75508
76250
|
* Node.draw_label
|
|
76251
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
76252
|
+
* Node.debug_zone_lazy_function_graph
|
|
75509
76253
|
* Node.poll
|
|
75510
76254
|
* Node.bl_rna_get_subclass
|
|
75511
76255
|
* Node.bl_rna_get_subclass_py
|
|
@@ -75708,6 +76452,8 @@ The USDHookExample
|
|
|
75708
76452
|
* Node.draw_buttons
|
|
75709
76453
|
* Node.draw_buttons_ext
|
|
75710
76454
|
* Node.draw_label
|
|
76455
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
76456
|
+
* Node.debug_zone_lazy_function_graph
|
|
75711
76457
|
* Node.poll
|
|
75712
76458
|
* Node.bl_rna_get_subclass
|
|
75713
76459
|
* Node.bl_rna_get_subclass_py
|
|
@@ -75849,6 +76595,8 @@ The USDHookExample
|
|
|
75849
76595
|
* Node.draw_buttons
|
|
75850
76596
|
* Node.draw_buttons_ext
|
|
75851
76597
|
* Node.draw_label
|
|
76598
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
76599
|
+
* Node.debug_zone_lazy_function_graph
|
|
75852
76600
|
* Node.poll
|
|
75853
76601
|
* Node.bl_rna_get_subclass
|
|
75854
76602
|
* Node.bl_rna_get_subclass_py
|
|
@@ -76067,6 +76815,8 @@ The USDHookExample
|
|
|
76067
76815
|
* Node.draw_buttons
|
|
76068
76816
|
* Node.draw_buttons_ext
|
|
76069
76817
|
* Node.draw_label
|
|
76818
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
76819
|
+
* Node.debug_zone_lazy_function_graph
|
|
76070
76820
|
* Node.poll
|
|
76071
76821
|
* Node.bl_rna_get_subclass
|
|
76072
76822
|
* Node.bl_rna_get_subclass_py
|
|
@@ -76158,6 +76908,8 @@ The USDHookExample
|
|
|
76158
76908
|
* Node.draw_buttons
|
|
76159
76909
|
* Node.draw_buttons_ext
|
|
76160
76910
|
* Node.draw_label
|
|
76911
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
76912
|
+
* Node.debug_zone_lazy_function_graph
|
|
76161
76913
|
* Node.poll
|
|
76162
76914
|
* Node.bl_rna_get_subclass
|
|
76163
76915
|
* Node.bl_rna_get_subclass_py
|
|
@@ -76249,6 +77001,8 @@ The USDHookExample
|
|
|
76249
77001
|
* Node.draw_buttons
|
|
76250
77002
|
* Node.draw_buttons_ext
|
|
76251
77003
|
* Node.draw_label
|
|
77004
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
77005
|
+
* Node.debug_zone_lazy_function_graph
|
|
76252
77006
|
* Node.poll
|
|
76253
77007
|
* Node.bl_rna_get_subclass
|
|
76254
77008
|
* Node.bl_rna_get_subclass_py
|
|
@@ -76384,6 +77138,8 @@ The USDHookExample
|
|
|
76384
77138
|
* Node.draw_buttons
|
|
76385
77139
|
* Node.draw_buttons_ext
|
|
76386
77140
|
* Node.draw_label
|
|
77141
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
77142
|
+
* Node.debug_zone_lazy_function_graph
|
|
76387
77143
|
* Node.poll
|
|
76388
77144
|
* Node.bl_rna_get_subclass
|
|
76389
77145
|
* Node.bl_rna_get_subclass_py
|
|
@@ -76657,6 +77413,8 @@ The USDHookExample
|
|
|
76657
77413
|
* Node.draw_buttons
|
|
76658
77414
|
* Node.draw_buttons_ext
|
|
76659
77415
|
* Node.draw_label
|
|
77416
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
77417
|
+
* Node.debug_zone_lazy_function_graph
|
|
76660
77418
|
* Node.poll
|
|
76661
77419
|
* Node.bl_rna_get_subclass
|
|
76662
77420
|
* Node.bl_rna_get_subclass_py
|
|
@@ -76789,6 +77547,8 @@ The USDHookExample
|
|
|
76789
77547
|
* Node.draw_buttons
|
|
76790
77548
|
* Node.draw_buttons_ext
|
|
76791
77549
|
* Node.draw_label
|
|
77550
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
77551
|
+
* Node.debug_zone_lazy_function_graph
|
|
76792
77552
|
* Node.poll
|
|
76793
77553
|
* Node.bl_rna_get_subclass
|
|
76794
77554
|
* Node.bl_rna_get_subclass_py
|
|
@@ -77142,6 +77902,8 @@ The USDHookExample
|
|
|
77142
77902
|
* Node.draw_buttons
|
|
77143
77903
|
* Node.draw_buttons_ext
|
|
77144
77904
|
* Node.draw_label
|
|
77905
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
77906
|
+
* Node.debug_zone_lazy_function_graph
|
|
77145
77907
|
* Node.poll
|
|
77146
77908
|
* Node.bl_rna_get_subclass
|
|
77147
77909
|
* Node.bl_rna_get_subclass_py
|
|
@@ -77361,6 +78123,8 @@ The USDHookExample
|
|
|
77361
78123
|
* Node.draw_buttons
|
|
77362
78124
|
* Node.draw_buttons_ext
|
|
77363
78125
|
* Node.draw_label
|
|
78126
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
78127
|
+
* Node.debug_zone_lazy_function_graph
|
|
77364
78128
|
* Node.poll
|
|
77365
78129
|
* Node.bl_rna_get_subclass
|
|
77366
78130
|
* Node.bl_rna_get_subclass_py
|
|
@@ -77452,6 +78216,8 @@ The USDHookExample
|
|
|
77452
78216
|
* Node.draw_buttons
|
|
77453
78217
|
* Node.draw_buttons_ext
|
|
77454
78218
|
* Node.draw_label
|
|
78219
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
78220
|
+
* Node.debug_zone_lazy_function_graph
|
|
77455
78221
|
* Node.poll
|
|
77456
78222
|
* Node.bl_rna_get_subclass
|
|
77457
78223
|
* Node.bl_rna_get_subclass_py
|
|
@@ -77543,6 +78309,8 @@ The USDHookExample
|
|
|
77543
78309
|
* Node.draw_buttons
|
|
77544
78310
|
* Node.draw_buttons_ext
|
|
77545
78311
|
* Node.draw_label
|
|
78312
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
78313
|
+
* Node.debug_zone_lazy_function_graph
|
|
77546
78314
|
* Node.poll
|
|
77547
78315
|
* Node.bl_rna_get_subclass
|
|
77548
78316
|
* Node.bl_rna_get_subclass_py
|
|
@@ -77725,6 +78493,8 @@ The USDHookExample
|
|
|
77725
78493
|
* Node.draw_buttons
|
|
77726
78494
|
* Node.draw_buttons_ext
|
|
77727
78495
|
* Node.draw_label
|
|
78496
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
78497
|
+
* Node.debug_zone_lazy_function_graph
|
|
77728
78498
|
* Node.poll
|
|
77729
78499
|
* Node.bl_rna_get_subclass
|
|
77730
78500
|
* Node.bl_rna_get_subclass_py
|
|
@@ -78124,6 +78894,8 @@ The USDHookExample
|
|
|
78124
78894
|
* Node.draw_buttons
|
|
78125
78895
|
* Node.draw_buttons_ext
|
|
78126
78896
|
* Node.draw_label
|
|
78897
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
78898
|
+
* Node.debug_zone_lazy_function_graph
|
|
78127
78899
|
* Node.poll
|
|
78128
78900
|
* Node.bl_rna_get_subclass
|
|
78129
78901
|
* Node.bl_rna_get_subclass_py
|
|
@@ -78215,6 +78987,8 @@ The USDHookExample
|
|
|
78215
78987
|
* Node.draw_buttons
|
|
78216
78988
|
* Node.draw_buttons_ext
|
|
78217
78989
|
* Node.draw_label
|
|
78990
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
78991
|
+
* Node.debug_zone_lazy_function_graph
|
|
78218
78992
|
* Node.poll
|
|
78219
78993
|
* Node.bl_rna_get_subclass
|
|
78220
78994
|
* Node.bl_rna_get_subclass_py
|
|
@@ -78306,6 +79080,8 @@ The USDHookExample
|
|
|
78306
79080
|
* Node.draw_buttons
|
|
78307
79081
|
* Node.draw_buttons_ext
|
|
78308
79082
|
* Node.draw_label
|
|
79083
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
79084
|
+
* Node.debug_zone_lazy_function_graph
|
|
78309
79085
|
* Node.poll
|
|
78310
79086
|
* Node.bl_rna_get_subclass
|
|
78311
79087
|
* Node.bl_rna_get_subclass_py
|
|
@@ -78700,6 +79476,8 @@ The USDHookExample
|
|
|
78700
79476
|
* Node.draw_buttons
|
|
78701
79477
|
* Node.draw_buttons_ext
|
|
78702
79478
|
* Node.draw_label
|
|
79479
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
79480
|
+
* Node.debug_zone_lazy_function_graph
|
|
78703
79481
|
* Node.poll
|
|
78704
79482
|
* Node.bl_rna_get_subclass
|
|
78705
79483
|
* Node.bl_rna_get_subclass_py
|
|
@@ -78833,6 +79611,8 @@ The USDHookExample
|
|
|
78833
79611
|
* Node.draw_buttons
|
|
78834
79612
|
* Node.draw_buttons_ext
|
|
78835
79613
|
* Node.draw_label
|
|
79614
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
79615
|
+
* Node.debug_zone_lazy_function_graph
|
|
78836
79616
|
* Node.poll
|
|
78837
79617
|
* Node.bl_rna_get_subclass
|
|
78838
79618
|
* Node.bl_rna_get_subclass_py
|
|
@@ -79114,6 +79894,8 @@ The USDHookExample
|
|
|
79114
79894
|
* Node.draw_buttons
|
|
79115
79895
|
* Node.draw_buttons_ext
|
|
79116
79896
|
* Node.draw_label
|
|
79897
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
79898
|
+
* Node.debug_zone_lazy_function_graph
|
|
79117
79899
|
* Node.poll
|
|
79118
79900
|
* Node.bl_rna_get_subclass
|
|
79119
79901
|
* Node.bl_rna_get_subclass_py
|
|
@@ -79205,6 +79987,8 @@ The USDHookExample
|
|
|
79205
79987
|
* Node.draw_buttons
|
|
79206
79988
|
* Node.draw_buttons_ext
|
|
79207
79989
|
* Node.draw_label
|
|
79990
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
79991
|
+
* Node.debug_zone_lazy_function_graph
|
|
79208
79992
|
* Node.poll
|
|
79209
79993
|
* Node.bl_rna_get_subclass
|
|
79210
79994
|
* Node.bl_rna_get_subclass_py
|
|
@@ -79477,6 +80261,8 @@ The USDHookExample
|
|
|
79477
80261
|
* Node.draw_buttons
|
|
79478
80262
|
* Node.draw_buttons_ext
|
|
79479
80263
|
* Node.draw_label
|
|
80264
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
80265
|
+
* Node.debug_zone_lazy_function_graph
|
|
79480
80266
|
* Node.poll
|
|
79481
80267
|
* Node.bl_rna_get_subclass
|
|
79482
80268
|
* Node.bl_rna_get_subclass_py
|
|
@@ -79567,6 +80353,8 @@ The USDHookExample
|
|
|
79567
80353
|
* Node.draw_buttons
|
|
79568
80354
|
* Node.draw_buttons_ext
|
|
79569
80355
|
* Node.draw_label
|
|
80356
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
80357
|
+
* Node.debug_zone_lazy_function_graph
|
|
79570
80358
|
* Node.poll
|
|
79571
80359
|
* Node.bl_rna_get_subclass
|
|
79572
80360
|
* Node.bl_rna_get_subclass_py
|
|
@@ -79657,6 +80445,8 @@ The USDHookExample
|
|
|
79657
80445
|
* Node.draw_buttons
|
|
79658
80446
|
* Node.draw_buttons_ext
|
|
79659
80447
|
* Node.draw_label
|
|
80448
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
80449
|
+
* Node.debug_zone_lazy_function_graph
|
|
79660
80450
|
* Node.poll
|
|
79661
80451
|
* Node.bl_rna_get_subclass
|
|
79662
80452
|
* Node.bl_rna_get_subclass_py
|
|
@@ -79748,6 +80538,8 @@ The USDHookExample
|
|
|
79748
80538
|
* Node.draw_buttons
|
|
79749
80539
|
* Node.draw_buttons_ext
|
|
79750
80540
|
* Node.draw_label
|
|
80541
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
80542
|
+
* Node.debug_zone_lazy_function_graph
|
|
79751
80543
|
* Node.poll
|
|
79752
80544
|
* Node.bl_rna_get_subclass
|
|
79753
80545
|
* Node.bl_rna_get_subclass_py
|
|
@@ -79841,6 +80633,8 @@ The USDHookExample
|
|
|
79841
80633
|
* Node.draw_buttons
|
|
79842
80634
|
* Node.draw_buttons_ext
|
|
79843
80635
|
* Node.draw_label
|
|
80636
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
80637
|
+
* Node.debug_zone_lazy_function_graph
|
|
79844
80638
|
* Node.poll
|
|
79845
80639
|
* Node.bl_rna_get_subclass
|
|
79846
80640
|
* Node.bl_rna_get_subclass_py
|
|
@@ -79929,6 +80723,8 @@ The USDHookExample
|
|
|
79929
80723
|
* Node.draw_buttons
|
|
79930
80724
|
* Node.draw_buttons_ext
|
|
79931
80725
|
* Node.draw_label
|
|
80726
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
80727
|
+
* Node.debug_zone_lazy_function_graph
|
|
79932
80728
|
* Node.poll
|
|
79933
80729
|
* Node.bl_rna_get_subclass
|
|
79934
80730
|
* Node.bl_rna_get_subclass_py
|
|
@@ -80020,6 +80816,8 @@ The USDHookExample
|
|
|
80020
80816
|
* Node.draw_buttons
|
|
80021
80817
|
* Node.draw_buttons_ext
|
|
80022
80818
|
* Node.draw_label
|
|
80819
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
80820
|
+
* Node.debug_zone_lazy_function_graph
|
|
80023
80821
|
* Node.poll
|
|
80024
80822
|
* Node.bl_rna_get_subclass
|
|
80025
80823
|
* Node.bl_rna_get_subclass_py
|
|
@@ -80113,6 +80911,8 @@ The USDHookExample
|
|
|
80113
80911
|
* Node.draw_buttons
|
|
80114
80912
|
* Node.draw_buttons_ext
|
|
80115
80913
|
* Node.draw_label
|
|
80914
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
80915
|
+
* Node.debug_zone_lazy_function_graph
|
|
80116
80916
|
* Node.poll
|
|
80117
80917
|
* Node.bl_rna_get_subclass
|
|
80118
80918
|
* Node.bl_rna_get_subclass_py
|
|
@@ -80204,6 +81004,8 @@ The USDHookExample
|
|
|
80204
81004
|
* Node.draw_buttons
|
|
80205
81005
|
* Node.draw_buttons_ext
|
|
80206
81006
|
* Node.draw_label
|
|
81007
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
81008
|
+
* Node.debug_zone_lazy_function_graph
|
|
80207
81009
|
* Node.poll
|
|
80208
81010
|
* Node.bl_rna_get_subclass
|
|
80209
81011
|
* Node.bl_rna_get_subclass_py
|
|
@@ -80295,6 +81097,8 @@ The USDHookExample
|
|
|
80295
81097
|
* Node.draw_buttons
|
|
80296
81098
|
* Node.draw_buttons_ext
|
|
80297
81099
|
* Node.draw_label
|
|
81100
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
81101
|
+
* Node.debug_zone_lazy_function_graph
|
|
80298
81102
|
* Node.poll
|
|
80299
81103
|
* Node.bl_rna_get_subclass
|
|
80300
81104
|
* Node.bl_rna_get_subclass_py
|
|
@@ -80472,6 +81276,8 @@ The USDHookExample
|
|
|
80472
81276
|
* Node.draw_buttons
|
|
80473
81277
|
* Node.draw_buttons_ext
|
|
80474
81278
|
* Node.draw_label
|
|
81279
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
81280
|
+
* Node.debug_zone_lazy_function_graph
|
|
80475
81281
|
* Node.poll
|
|
80476
81282
|
* Node.bl_rna_get_subclass
|
|
80477
81283
|
* Node.bl_rna_get_subclass_py
|
|
@@ -80563,6 +81369,8 @@ The USDHookExample
|
|
|
80563
81369
|
* Node.draw_buttons
|
|
80564
81370
|
* Node.draw_buttons_ext
|
|
80565
81371
|
* Node.draw_label
|
|
81372
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
81373
|
+
* Node.debug_zone_lazy_function_graph
|
|
80566
81374
|
* Node.poll
|
|
80567
81375
|
* Node.bl_rna_get_subclass
|
|
80568
81376
|
* Node.bl_rna_get_subclass_py
|
|
@@ -80651,6 +81459,8 @@ The USDHookExample
|
|
|
80651
81459
|
* Node.draw_buttons
|
|
80652
81460
|
* Node.draw_buttons_ext
|
|
80653
81461
|
* Node.draw_label
|
|
81462
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
81463
|
+
* Node.debug_zone_lazy_function_graph
|
|
80654
81464
|
* Node.poll
|
|
80655
81465
|
* Node.bl_rna_get_subclass
|
|
80656
81466
|
* Node.bl_rna_get_subclass_py
|
|
@@ -80962,6 +81772,8 @@ The USDHookExample
|
|
|
80962
81772
|
* Node.draw_buttons
|
|
80963
81773
|
* Node.draw_buttons_ext
|
|
80964
81774
|
* Node.draw_label
|
|
81775
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
81776
|
+
* Node.debug_zone_lazy_function_graph
|
|
80965
81777
|
* Node.poll
|
|
80966
81778
|
* Node.bl_rna_get_subclass
|
|
80967
81779
|
* Node.bl_rna_get_subclass_py
|
|
@@ -81055,6 +81867,8 @@ The USDHookExample
|
|
|
81055
81867
|
* Node.draw_buttons
|
|
81056
81868
|
* Node.draw_buttons_ext
|
|
81057
81869
|
* Node.draw_label
|
|
81870
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
81871
|
+
* Node.debug_zone_lazy_function_graph
|
|
81058
81872
|
* Node.poll
|
|
81059
81873
|
* Node.bl_rna_get_subclass
|
|
81060
81874
|
* Node.bl_rna_get_subclass_py
|
|
@@ -81188,6 +82002,8 @@ The USDHookExample
|
|
|
81188
82002
|
* Node.draw_buttons
|
|
81189
82003
|
* Node.draw_buttons_ext
|
|
81190
82004
|
* Node.draw_label
|
|
82005
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
82006
|
+
* Node.debug_zone_lazy_function_graph
|
|
81191
82007
|
* Node.poll
|
|
81192
82008
|
* Node.bl_rna_get_subclass
|
|
81193
82009
|
* Node.bl_rna_get_subclass_py
|
|
@@ -81281,6 +82097,8 @@ The USDHookExample
|
|
|
81281
82097
|
* Node.draw_buttons
|
|
81282
82098
|
* Node.draw_buttons_ext
|
|
81283
82099
|
* Node.draw_label
|
|
82100
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
82101
|
+
* Node.debug_zone_lazy_function_graph
|
|
81284
82102
|
* Node.poll
|
|
81285
82103
|
* Node.bl_rna_get_subclass
|
|
81286
82104
|
* Node.bl_rna_get_subclass_py
|
|
@@ -81372,6 +82190,8 @@ The USDHookExample
|
|
|
81372
82190
|
* Node.draw_buttons
|
|
81373
82191
|
* Node.draw_buttons_ext
|
|
81374
82192
|
* Node.draw_label
|
|
82193
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
82194
|
+
* Node.debug_zone_lazy_function_graph
|
|
81375
82195
|
* Node.poll
|
|
81376
82196
|
* Node.bl_rna_get_subclass
|
|
81377
82197
|
* Node.bl_rna_get_subclass_py
|
|
@@ -81507,6 +82327,8 @@ The USDHookExample
|
|
|
81507
82327
|
* Node.draw_buttons
|
|
81508
82328
|
* Node.draw_buttons_ext
|
|
81509
82329
|
* Node.draw_label
|
|
82330
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
82331
|
+
* Node.debug_zone_lazy_function_graph
|
|
81510
82332
|
* Node.poll
|
|
81511
82333
|
* Node.bl_rna_get_subclass
|
|
81512
82334
|
* Node.bl_rna_get_subclass_py
|
|
@@ -81724,6 +82546,8 @@ The USDHookExample
|
|
|
81724
82546
|
* Node.draw_buttons
|
|
81725
82547
|
* Node.draw_buttons_ext
|
|
81726
82548
|
* Node.draw_label
|
|
82549
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
82550
|
+
* Node.debug_zone_lazy_function_graph
|
|
81727
82551
|
* Node.poll
|
|
81728
82552
|
* Node.bl_rna_get_subclass
|
|
81729
82553
|
* Node.bl_rna_get_subclass_py
|
|
@@ -81815,6 +82639,8 @@ The USDHookExample
|
|
|
81815
82639
|
* Node.draw_buttons
|
|
81816
82640
|
* Node.draw_buttons_ext
|
|
81817
82641
|
* Node.draw_label
|
|
82642
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
82643
|
+
* Node.debug_zone_lazy_function_graph
|
|
81818
82644
|
* Node.poll
|
|
81819
82645
|
* Node.bl_rna_get_subclass
|
|
81820
82646
|
* Node.bl_rna_get_subclass_py
|
|
@@ -82077,6 +82903,8 @@ The USDHookExample
|
|
|
82077
82903
|
* Node.draw_buttons
|
|
82078
82904
|
* Node.draw_buttons_ext
|
|
82079
82905
|
* Node.draw_label
|
|
82906
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
82907
|
+
* Node.debug_zone_lazy_function_graph
|
|
82080
82908
|
* Node.poll
|
|
82081
82909
|
* Node.bl_rna_get_subclass
|
|
82082
82910
|
* Node.bl_rna_get_subclass_py
|
|
@@ -82168,6 +82996,8 @@ The USDHookExample
|
|
|
82168
82996
|
* Node.draw_buttons
|
|
82169
82997
|
* Node.draw_buttons_ext
|
|
82170
82998
|
* Node.draw_label
|
|
82999
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
83000
|
+
* Node.debug_zone_lazy_function_graph
|
|
82171
83001
|
* Node.poll
|
|
82172
83002
|
* Node.bl_rna_get_subclass
|
|
82173
83003
|
* Node.bl_rna_get_subclass_py
|
|
@@ -82442,6 +83272,8 @@ The USDHookExample
|
|
|
82442
83272
|
* Node.draw_buttons
|
|
82443
83273
|
* Node.draw_buttons_ext
|
|
82444
83274
|
* Node.draw_label
|
|
83275
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
83276
|
+
* Node.debug_zone_lazy_function_graph
|
|
82445
83277
|
* Node.poll
|
|
82446
83278
|
* Node.bl_rna_get_subclass
|
|
82447
83279
|
* Node.bl_rna_get_subclass_py
|
|
@@ -82535,6 +83367,8 @@ The USDHookExample
|
|
|
82535
83367
|
* Node.draw_buttons
|
|
82536
83368
|
* Node.draw_buttons_ext
|
|
82537
83369
|
* Node.draw_label
|
|
83370
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
83371
|
+
* Node.debug_zone_lazy_function_graph
|
|
82538
83372
|
* Node.poll
|
|
82539
83373
|
* Node.bl_rna_get_subclass
|
|
82540
83374
|
* Node.bl_rna_get_subclass_py
|
|
@@ -82628,6 +83462,8 @@ The USDHookExample
|
|
|
82628
83462
|
* Node.draw_buttons
|
|
82629
83463
|
* Node.draw_buttons_ext
|
|
82630
83464
|
* Node.draw_label
|
|
83465
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
83466
|
+
* Node.debug_zone_lazy_function_graph
|
|
82631
83467
|
* Node.poll
|
|
82632
83468
|
* Node.bl_rna_get_subclass
|
|
82633
83469
|
* Node.bl_rna_get_subclass_py
|
|
@@ -83801,6 +84637,8 @@ The USDHookExample
|
|
|
83801
84637
|
* Node.draw_buttons
|
|
83802
84638
|
* Node.draw_buttons_ext
|
|
83803
84639
|
* Node.draw_label
|
|
84640
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
84641
|
+
* Node.debug_zone_lazy_function_graph
|
|
83804
84642
|
* Node.poll
|
|
83805
84643
|
* Node.bl_rna_get_subclass
|
|
83806
84644
|
* Node.bl_rna_get_subclass_py
|
|
@@ -83934,6 +84772,8 @@ The USDHookExample
|
|
|
83934
84772
|
* Node.draw_buttons
|
|
83935
84773
|
* Node.draw_buttons_ext
|
|
83936
84774
|
* Node.draw_label
|
|
84775
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
84776
|
+
* Node.debug_zone_lazy_function_graph
|
|
83937
84777
|
* Node.poll
|
|
83938
84778
|
* Node.bl_rna_get_subclass
|
|
83939
84779
|
* Node.bl_rna_get_subclass_py
|
|
@@ -84069,6 +84909,8 @@ The USDHookExample
|
|
|
84069
84909
|
* Node.draw_buttons
|
|
84070
84910
|
* Node.draw_buttons_ext
|
|
84071
84911
|
* Node.draw_label
|
|
84912
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
84913
|
+
* Node.debug_zone_lazy_function_graph
|
|
84072
84914
|
* Node.poll
|
|
84073
84915
|
* Node.bl_rna_get_subclass
|
|
84074
84916
|
* Node.bl_rna_get_subclass_py
|
|
@@ -84625,6 +85467,8 @@ The USDHookExample
|
|
|
84625
85467
|
* Node.draw_buttons
|
|
84626
85468
|
* Node.draw_buttons_ext
|
|
84627
85469
|
* Node.draw_label
|
|
85470
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
85471
|
+
* Node.debug_zone_lazy_function_graph
|
|
84628
85472
|
* Node.poll
|
|
84629
85473
|
* Node.bl_rna_get_subclass
|
|
84630
85474
|
* Node.bl_rna_get_subclass_py
|
|
@@ -84758,6 +85602,8 @@ The USDHookExample
|
|
|
84758
85602
|
* Node.draw_buttons
|
|
84759
85603
|
* Node.draw_buttons_ext
|
|
84760
85604
|
* Node.draw_label
|
|
85605
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
85606
|
+
* Node.debug_zone_lazy_function_graph
|
|
84761
85607
|
* Node.poll
|
|
84762
85608
|
* Node.bl_rna_get_subclass
|
|
84763
85609
|
* Node.bl_rna_get_subclass_py
|
|
@@ -84849,6 +85695,8 @@ The USDHookExample
|
|
|
84849
85695
|
* Node.draw_buttons
|
|
84850
85696
|
* Node.draw_buttons_ext
|
|
84851
85697
|
* Node.draw_label
|
|
85698
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
85699
|
+
* Node.debug_zone_lazy_function_graph
|
|
84852
85700
|
* Node.poll
|
|
84853
85701
|
* Node.bl_rna_get_subclass
|
|
84854
85702
|
* Node.bl_rna_get_subclass_py
|
|
@@ -85374,6 +86222,8 @@ The USDHookExample
|
|
|
85374
86222
|
* Node.draw_buttons
|
|
85375
86223
|
* Node.draw_buttons_ext
|
|
85376
86224
|
* Node.draw_label
|
|
86225
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
86226
|
+
* Node.debug_zone_lazy_function_graph
|
|
85377
86227
|
* Node.poll
|
|
85378
86228
|
* Node.bl_rna_get_subclass
|
|
85379
86229
|
* Node.bl_rna_get_subclass_py
|
|
@@ -85592,6 +86442,8 @@ The USDHookExample
|
|
|
85592
86442
|
* Node.draw_buttons
|
|
85593
86443
|
* Node.draw_buttons_ext
|
|
85594
86444
|
* Node.draw_label
|
|
86445
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
86446
|
+
* Node.debug_zone_lazy_function_graph
|
|
85595
86447
|
* Node.poll
|
|
85596
86448
|
* Node.bl_rna_get_subclass
|
|
85597
86449
|
* Node.bl_rna_get_subclass_py
|
|
@@ -85863,6 +86715,8 @@ The USDHookExample
|
|
|
85863
86715
|
* Node.draw_buttons
|
|
85864
86716
|
* Node.draw_buttons_ext
|
|
85865
86717
|
* Node.draw_label
|
|
86718
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
86719
|
+
* Node.debug_zone_lazy_function_graph
|
|
85866
86720
|
* Node.poll
|
|
85867
86721
|
* Node.bl_rna_get_subclass
|
|
85868
86722
|
* Node.bl_rna_get_subclass_py
|
|
@@ -85954,6 +86808,8 @@ The USDHookExample
|
|
|
85954
86808
|
* Node.draw_buttons
|
|
85955
86809
|
* Node.draw_buttons_ext
|
|
85956
86810
|
* Node.draw_label
|
|
86811
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
86812
|
+
* Node.debug_zone_lazy_function_graph
|
|
85957
86813
|
* Node.poll
|
|
85958
86814
|
* Node.bl_rna_get_subclass
|
|
85959
86815
|
* Node.bl_rna_get_subclass_py
|
|
@@ -86191,6 +87047,8 @@ The USDHookExample
|
|
|
86191
87047
|
* Node.draw_buttons
|
|
86192
87048
|
* Node.draw_buttons_ext
|
|
86193
87049
|
* Node.draw_label
|
|
87050
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
87051
|
+
* Node.debug_zone_lazy_function_graph
|
|
86194
87052
|
* Node.poll
|
|
86195
87053
|
* Node.bl_rna_get_subclass
|
|
86196
87054
|
* Node.bl_rna_get_subclass_py
|
|
@@ -86507,6 +87365,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
86507
87365
|
* Node.draw_buttons
|
|
86508
87366
|
* Node.draw_buttons_ext
|
|
86509
87367
|
* Node.draw_label
|
|
87368
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
87369
|
+
* Node.debug_zone_lazy_function_graph
|
|
86510
87370
|
* Node.poll
|
|
86511
87371
|
* Node.bl_rna_get_subclass
|
|
86512
87372
|
* Node.bl_rna_get_subclass_py
|
|
@@ -86598,6 +87458,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
86598
87458
|
* Node.draw_buttons
|
|
86599
87459
|
* Node.draw_buttons_ext
|
|
86600
87460
|
* Node.draw_label
|
|
87461
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
87462
|
+
* Node.debug_zone_lazy_function_graph
|
|
86601
87463
|
* Node.poll
|
|
86602
87464
|
* Node.bl_rna_get_subclass
|
|
86603
87465
|
* Node.bl_rna_get_subclass_py
|
|
@@ -86776,6 +87638,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
86776
87638
|
* Node.draw_buttons
|
|
86777
87639
|
* Node.draw_buttons_ext
|
|
86778
87640
|
* Node.draw_label
|
|
87641
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
87642
|
+
* Node.debug_zone_lazy_function_graph
|
|
86779
87643
|
* Node.poll
|
|
86780
87644
|
* Node.bl_rna_get_subclass
|
|
86781
87645
|
* Node.bl_rna_get_subclass_py
|
|
@@ -86959,6 +87823,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
86959
87823
|
* Node.draw_buttons
|
|
86960
87824
|
* Node.draw_buttons_ext
|
|
86961
87825
|
* Node.draw_label
|
|
87826
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
87827
|
+
* Node.debug_zone_lazy_function_graph
|
|
86962
87828
|
* Node.poll
|
|
86963
87829
|
* Node.bl_rna_get_subclass
|
|
86964
87830
|
* Node.bl_rna_get_subclass_py
|
|
@@ -87198,6 +88064,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
87198
88064
|
* Node.draw_buttons
|
|
87199
88065
|
* Node.draw_buttons_ext
|
|
87200
88066
|
* Node.draw_label
|
|
88067
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
88068
|
+
* Node.debug_zone_lazy_function_graph
|
|
87201
88069
|
* Node.poll
|
|
87202
88070
|
* Node.bl_rna_get_subclass
|
|
87203
88071
|
* Node.bl_rna_get_subclass_py
|
|
@@ -87548,6 +88416,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
87548
88416
|
* Node.draw_buttons
|
|
87549
88417
|
* Node.draw_buttons_ext
|
|
87550
88418
|
* Node.draw_label
|
|
88419
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
88420
|
+
* Node.debug_zone_lazy_function_graph
|
|
87551
88421
|
* Node.poll
|
|
87552
88422
|
* Node.bl_rna_get_subclass
|
|
87553
88423
|
* Node.bl_rna_get_subclass_py
|
|
@@ -87932,6 +88802,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
87932
88802
|
* Node.draw_buttons
|
|
87933
88803
|
* Node.draw_buttons_ext
|
|
87934
88804
|
* Node.draw_label
|
|
88805
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
88806
|
+
* Node.debug_zone_lazy_function_graph
|
|
87935
88807
|
* Node.poll
|
|
87936
88808
|
* Node.bl_rna_get_subclass
|
|
87937
88809
|
* Node.bl_rna_get_subclass_py
|
|
@@ -88159,6 +89031,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
88159
89031
|
* Node.draw_buttons
|
|
88160
89032
|
* Node.draw_buttons_ext
|
|
88161
89033
|
* Node.draw_label
|
|
89034
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
89035
|
+
* Node.debug_zone_lazy_function_graph
|
|
88162
89036
|
* Node.poll
|
|
88163
89037
|
* Node.bl_rna_get_subclass
|
|
88164
89038
|
* Node.bl_rna_get_subclass_py
|
|
@@ -88250,6 +89124,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
88250
89124
|
* Node.draw_buttons
|
|
88251
89125
|
* Node.draw_buttons_ext
|
|
88252
89126
|
* Node.draw_label
|
|
89127
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
89128
|
+
* Node.debug_zone_lazy_function_graph
|
|
88253
89129
|
* Node.poll
|
|
88254
89130
|
* Node.bl_rna_get_subclass
|
|
88255
89131
|
* Node.bl_rna_get_subclass_py
|
|
@@ -88439,6 +89315,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
88439
89315
|
* Node.draw_buttons
|
|
88440
89316
|
* Node.draw_buttons_ext
|
|
88441
89317
|
* Node.draw_label
|
|
89318
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
89319
|
+
* Node.debug_zone_lazy_function_graph
|
|
88442
89320
|
* Node.poll
|
|
88443
89321
|
* Node.bl_rna_get_subclass
|
|
88444
89322
|
* Node.bl_rna_get_subclass_py
|
|
@@ -88614,6 +89492,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
88614
89492
|
* Node.draw_buttons
|
|
88615
89493
|
* Node.draw_buttons_ext
|
|
88616
89494
|
* Node.draw_label
|
|
89495
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
89496
|
+
* Node.debug_zone_lazy_function_graph
|
|
88617
89497
|
* Node.poll
|
|
88618
89498
|
* Node.bl_rna_get_subclass
|
|
88619
89499
|
* Node.bl_rna_get_subclass_py
|
|
@@ -88967,6 +89847,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
88967
89847
|
* Node.draw_buttons
|
|
88968
89848
|
* Node.draw_buttons_ext
|
|
88969
89849
|
* Node.draw_label
|
|
89850
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
89851
|
+
* Node.debug_zone_lazy_function_graph
|
|
88970
89852
|
* Node.poll
|
|
88971
89853
|
* Node.bl_rna_get_subclass
|
|
88972
89854
|
* Node.bl_rna_get_subclass_py
|
|
@@ -89228,6 +90110,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
89228
90110
|
* Node.draw_buttons
|
|
89229
90111
|
* Node.draw_buttons_ext
|
|
89230
90112
|
* Node.draw_label
|
|
90113
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
90114
|
+
* Node.debug_zone_lazy_function_graph
|
|
89231
90115
|
* Node.poll
|
|
89232
90116
|
* Node.bl_rna_get_subclass
|
|
89233
90117
|
* Node.bl_rna_get_subclass_py
|
|
@@ -89365,6 +90249,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
89365
90249
|
* Node.draw_buttons
|
|
89366
90250
|
* Node.draw_buttons_ext
|
|
89367
90251
|
* Node.draw_label
|
|
90252
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
90253
|
+
* Node.debug_zone_lazy_function_graph
|
|
89368
90254
|
* Node.poll
|
|
89369
90255
|
* Node.bl_rna_get_subclass
|
|
89370
90256
|
* Node.bl_rna_get_subclass_py
|
|
@@ -89595,6 +90481,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
89595
90481
|
* Node.draw_buttons
|
|
89596
90482
|
* Node.draw_buttons_ext
|
|
89597
90483
|
* Node.draw_label
|
|
90484
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
90485
|
+
* Node.debug_zone_lazy_function_graph
|
|
89598
90486
|
* Node.poll
|
|
89599
90487
|
* Node.bl_rna_get_subclass
|
|
89600
90488
|
* Node.bl_rna_get_subclass_py
|
|
@@ -89728,6 +90616,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
89728
90616
|
* Node.draw_buttons
|
|
89729
90617
|
* Node.draw_buttons_ext
|
|
89730
90618
|
* Node.draw_label
|
|
90619
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
90620
|
+
* Node.debug_zone_lazy_function_graph
|
|
89731
90621
|
* Node.poll
|
|
89732
90622
|
* Node.bl_rna_get_subclass
|
|
89733
90623
|
* Node.bl_rna_get_subclass_py
|
|
@@ -89819,6 +90709,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
89819
90709
|
* Node.draw_buttons
|
|
89820
90710
|
* Node.draw_buttons_ext
|
|
89821
90711
|
* Node.draw_label
|
|
90712
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
90713
|
+
* Node.debug_zone_lazy_function_graph
|
|
89822
90714
|
* Node.poll
|
|
89823
90715
|
* Node.bl_rna_get_subclass
|
|
89824
90716
|
* Node.bl_rna_get_subclass_py
|
|
@@ -89954,6 +90846,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
89954
90846
|
* Node.draw_buttons
|
|
89955
90847
|
* Node.draw_buttons_ext
|
|
89956
90848
|
* Node.draw_label
|
|
90849
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
90850
|
+
* Node.debug_zone_lazy_function_graph
|
|
89957
90851
|
* Node.poll
|
|
89958
90852
|
* Node.bl_rna_get_subclass
|
|
89959
90853
|
* Node.bl_rna_get_subclass_py
|
|
@@ -90263,6 +91157,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
90263
91157
|
* Node.draw_buttons
|
|
90264
91158
|
* Node.draw_buttons_ext
|
|
90265
91159
|
* Node.draw_label
|
|
91160
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
91161
|
+
* Node.debug_zone_lazy_function_graph
|
|
90266
91162
|
* Node.poll
|
|
90267
91163
|
* Node.bl_rna_get_subclass
|
|
90268
91164
|
* Node.bl_rna_get_subclass_py
|
|
@@ -90491,6 +91387,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
90491
91387
|
* Node.draw_buttons
|
|
90492
91388
|
* Node.draw_buttons_ext
|
|
90493
91389
|
* Node.draw_label
|
|
91390
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
91391
|
+
* Node.debug_zone_lazy_function_graph
|
|
90494
91392
|
* Node.poll
|
|
90495
91393
|
* Node.bl_rna_get_subclass
|
|
90496
91394
|
* Node.bl_rna_get_subclass_py
|
|
@@ -90579,6 +91477,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
90579
91477
|
* Node.draw_buttons
|
|
90580
91478
|
* Node.draw_buttons_ext
|
|
90581
91479
|
* Node.draw_label
|
|
91480
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
91481
|
+
* Node.debug_zone_lazy_function_graph
|
|
90582
91482
|
* Node.poll
|
|
90583
91483
|
* Node.bl_rna_get_subclass
|
|
90584
91484
|
* Node.bl_rna_get_subclass_py
|
|
@@ -90757,6 +91657,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
90757
91657
|
* Node.draw_buttons
|
|
90758
91658
|
* Node.draw_buttons_ext
|
|
90759
91659
|
* Node.draw_label
|
|
91660
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
91661
|
+
* Node.debug_zone_lazy_function_graph
|
|
90760
91662
|
* Node.poll
|
|
90761
91663
|
* Node.bl_rna_get_subclass
|
|
90762
91664
|
* Node.bl_rna_get_subclass_py
|
|
@@ -90848,6 +91750,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
90848
91750
|
* Node.draw_buttons
|
|
90849
91751
|
* Node.draw_buttons_ext
|
|
90850
91752
|
* Node.draw_label
|
|
91753
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
91754
|
+
* Node.debug_zone_lazy_function_graph
|
|
90851
91755
|
* Node.poll
|
|
90852
91756
|
* Node.bl_rna_get_subclass
|
|
90853
91757
|
* Node.bl_rna_get_subclass_py
|
|
@@ -90938,6 +91842,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
90938
91842
|
* Node.draw_buttons
|
|
90939
91843
|
* Node.draw_buttons_ext
|
|
90940
91844
|
* Node.draw_label
|
|
91845
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
91846
|
+
* Node.debug_zone_lazy_function_graph
|
|
90941
91847
|
* Node.poll
|
|
90942
91848
|
* Node.bl_rna_get_subclass
|
|
90943
91849
|
* Node.bl_rna_get_subclass_py
|
|
@@ -91029,6 +91935,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
91029
91935
|
* Node.draw_buttons
|
|
91030
91936
|
* Node.draw_buttons_ext
|
|
91031
91937
|
* Node.draw_label
|
|
91938
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
91939
|
+
* Node.debug_zone_lazy_function_graph
|
|
91032
91940
|
* Node.poll
|
|
91033
91941
|
* Node.bl_rna_get_subclass
|
|
91034
91942
|
* Node.bl_rna_get_subclass_py
|
|
@@ -91273,6 +92181,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
91273
92181
|
* Node.draw_buttons
|
|
91274
92182
|
* Node.draw_buttons_ext
|
|
91275
92183
|
* Node.draw_label
|
|
92184
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
92185
|
+
* Node.debug_zone_lazy_function_graph
|
|
91276
92186
|
* Node.poll
|
|
91277
92187
|
* Node.bl_rna_get_subclass
|
|
91278
92188
|
* Node.bl_rna_get_subclass_py
|
|
@@ -91500,6 +92410,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
91500
92410
|
* Node.draw_buttons
|
|
91501
92411
|
* Node.draw_buttons_ext
|
|
91502
92412
|
* Node.draw_label
|
|
92413
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
92414
|
+
* Node.debug_zone_lazy_function_graph
|
|
91503
92415
|
* Node.poll
|
|
91504
92416
|
* Node.bl_rna_get_subclass
|
|
91505
92417
|
* Node.bl_rna_get_subclass_py
|
|
@@ -91593,6 +92505,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
91593
92505
|
* Node.draw_buttons
|
|
91594
92506
|
* Node.draw_buttons_ext
|
|
91595
92507
|
* Node.draw_label
|
|
92508
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
92509
|
+
* Node.debug_zone_lazy_function_graph
|
|
91596
92510
|
* Node.poll
|
|
91597
92511
|
* Node.bl_rna_get_subclass
|
|
91598
92512
|
* Node.bl_rna_get_subclass_py
|
|
@@ -91912,6 +92826,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
91912
92826
|
* Node.draw_buttons
|
|
91913
92827
|
* Node.draw_buttons_ext
|
|
91914
92828
|
* Node.draw_label
|
|
92829
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
92830
|
+
* Node.debug_zone_lazy_function_graph
|
|
91915
92831
|
* Node.poll
|
|
91916
92832
|
* Node.bl_rna_get_subclass
|
|
91917
92833
|
* Node.bl_rna_get_subclass_py
|
|
@@ -92005,6 +92921,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
92005
92921
|
* Node.draw_buttons
|
|
92006
92922
|
* Node.draw_buttons_ext
|
|
92007
92923
|
* Node.draw_label
|
|
92924
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
92925
|
+
* Node.debug_zone_lazy_function_graph
|
|
92008
92926
|
* Node.poll
|
|
92009
92927
|
* Node.bl_rna_get_subclass
|
|
92010
92928
|
* Node.bl_rna_get_subclass_py
|
|
@@ -92138,6 +93056,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
92138
93056
|
* Node.draw_buttons
|
|
92139
93057
|
* Node.draw_buttons_ext
|
|
92140
93058
|
* Node.draw_label
|
|
93059
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
93060
|
+
* Node.debug_zone_lazy_function_graph
|
|
92141
93061
|
* Node.poll
|
|
92142
93062
|
* Node.bl_rna_get_subclass
|
|
92143
93063
|
* Node.bl_rna_get_subclass_py
|
|
@@ -92231,6 +93151,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
92231
93151
|
* Node.draw_buttons
|
|
92232
93152
|
* Node.draw_buttons_ext
|
|
92233
93153
|
* Node.draw_label
|
|
93154
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
93155
|
+
* Node.debug_zone_lazy_function_graph
|
|
92234
93156
|
* Node.poll
|
|
92235
93157
|
* Node.bl_rna_get_subclass
|
|
92236
93158
|
* Node.bl_rna_get_subclass_py
|
|
@@ -92467,6 +93389,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
92467
93389
|
* Node.draw_buttons
|
|
92468
93390
|
* Node.draw_buttons_ext
|
|
92469
93391
|
* Node.draw_label
|
|
93392
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
93393
|
+
* Node.debug_zone_lazy_function_graph
|
|
92470
93394
|
* Node.poll
|
|
92471
93395
|
* Node.bl_rna_get_subclass
|
|
92472
93396
|
* Node.bl_rna_get_subclass_py
|
|
@@ -92890,6 +93814,8 @@ Menu.poll function.
|
|
|
92890
93814
|
* Node.draw_buttons
|
|
92891
93815
|
* Node.draw_buttons_ext
|
|
92892
93816
|
* Node.draw_label
|
|
93817
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
93818
|
+
* Node.debug_zone_lazy_function_graph
|
|
92893
93819
|
* Node.poll
|
|
92894
93820
|
* Node.bl_rna_get_subclass
|
|
92895
93821
|
* Node.bl_rna_get_subclass_py
|
|
@@ -92983,6 +93909,8 @@ Menu.poll function.
|
|
|
92983
93909
|
* Node.draw_buttons
|
|
92984
93910
|
* Node.draw_buttons_ext
|
|
92985
93911
|
* Node.draw_label
|
|
93912
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
93913
|
+
* Node.debug_zone_lazy_function_graph
|
|
92986
93914
|
* Node.poll
|
|
92987
93915
|
* Node.bl_rna_get_subclass
|
|
92988
93916
|
* Node.bl_rna_get_subclass_py
|
|
@@ -93325,6 +94253,8 @@ Menu.poll function.
|
|
|
93325
94253
|
* Node.draw_buttons
|
|
93326
94254
|
* Node.draw_buttons_ext
|
|
93327
94255
|
* Node.draw_label
|
|
94256
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
94257
|
+
* Node.debug_zone_lazy_function_graph
|
|
93328
94258
|
* Node.poll
|
|
93329
94259
|
* Node.bl_rna_get_subclass
|
|
93330
94260
|
* Node.bl_rna_get_subclass_py
|
|
@@ -93416,6 +94346,8 @@ Menu.poll function.
|
|
|
93416
94346
|
* Node.draw_buttons
|
|
93417
94347
|
* Node.draw_buttons_ext
|
|
93418
94348
|
* Node.draw_label
|
|
94349
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
94350
|
+
* Node.debug_zone_lazy_function_graph
|
|
93419
94351
|
* Node.poll
|
|
93420
94352
|
* Node.bl_rna_get_subclass
|
|
93421
94353
|
* Node.bl_rna_get_subclass_py
|
|
@@ -93591,6 +94523,8 @@ Menu.poll function.
|
|
|
93591
94523
|
* Node.draw_buttons
|
|
93592
94524
|
* Node.draw_buttons_ext
|
|
93593
94525
|
* Node.draw_label
|
|
94526
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
94527
|
+
* Node.debug_zone_lazy_function_graph
|
|
93594
94528
|
* Node.poll
|
|
93595
94529
|
* Node.bl_rna_get_subclass
|
|
93596
94530
|
* Node.bl_rna_get_subclass_py
|
|
@@ -93684,6 +94618,8 @@ Menu.poll function.
|
|
|
93684
94618
|
* Node.draw_buttons
|
|
93685
94619
|
* Node.draw_buttons_ext
|
|
93686
94620
|
* Node.draw_label
|
|
94621
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
94622
|
+
* Node.debug_zone_lazy_function_graph
|
|
93687
94623
|
* Node.poll
|
|
93688
94624
|
* Node.bl_rna_get_subclass
|
|
93689
94625
|
* Node.bl_rna_get_subclass_py
|
|
@@ -93775,6 +94711,8 @@ Menu.poll function.
|
|
|
93775
94711
|
* Node.draw_buttons
|
|
93776
94712
|
* Node.draw_buttons_ext
|
|
93777
94713
|
* Node.draw_label
|
|
94714
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
94715
|
+
* Node.debug_zone_lazy_function_graph
|
|
93778
94716
|
* Node.poll
|
|
93779
94717
|
* Node.bl_rna_get_subclass
|
|
93780
94718
|
* Node.bl_rna_get_subclass_py
|
|
@@ -93866,6 +94804,8 @@ Menu.poll function.
|
|
|
93866
94804
|
* Node.draw_buttons
|
|
93867
94805
|
* Node.draw_buttons_ext
|
|
93868
94806
|
* Node.draw_label
|
|
94807
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
94808
|
+
* Node.debug_zone_lazy_function_graph
|
|
93869
94809
|
* Node.poll
|
|
93870
94810
|
* Node.bl_rna_get_subclass
|
|
93871
94811
|
* Node.bl_rna_get_subclass_py
|
|
@@ -94045,6 +94985,8 @@ Menu.poll function.
|
|
|
94045
94985
|
* Node.draw_buttons
|
|
94046
94986
|
* Node.draw_buttons_ext
|
|
94047
94987
|
* Node.draw_label
|
|
94988
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
94989
|
+
* Node.debug_zone_lazy_function_graph
|
|
94048
94990
|
* Node.poll
|
|
94049
94991
|
* Node.bl_rna_get_subclass
|
|
94050
94992
|
* Node.bl_rna_get_subclass_py
|
|
@@ -94367,6 +95309,8 @@ Menu.poll function.
|
|
|
94367
95309
|
* Node.draw_buttons
|
|
94368
95310
|
* Node.draw_buttons_ext
|
|
94369
95311
|
* Node.draw_label
|
|
95312
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
95313
|
+
* Node.debug_zone_lazy_function_graph
|
|
94370
95314
|
* Node.poll
|
|
94371
95315
|
* Node.bl_rna_get_subclass
|
|
94372
95316
|
* Node.bl_rna_get_subclass_py
|
|
@@ -94539,6 +95483,8 @@ Menu.poll function.
|
|
|
94539
95483
|
* Node.draw_buttons
|
|
94540
95484
|
* Node.draw_buttons_ext
|
|
94541
95485
|
* Node.draw_label
|
|
95486
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
95487
|
+
* Node.debug_zone_lazy_function_graph
|
|
94542
95488
|
* Node.poll
|
|
94543
95489
|
* Node.bl_rna_get_subclass
|
|
94544
95490
|
* Node.bl_rna_get_subclass_py
|
|
@@ -94860,6 +95806,8 @@ Menu.poll function.
|
|
|
94860
95806
|
* Node.draw_buttons
|
|
94861
95807
|
* Node.draw_buttons_ext
|
|
94862
95808
|
* Node.draw_label
|
|
95809
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
95810
|
+
* Node.debug_zone_lazy_function_graph
|
|
94863
95811
|
* Node.poll
|
|
94864
95812
|
* Node.bl_rna_get_subclass
|
|
94865
95813
|
* Node.bl_rna_get_subclass_py
|
|
@@ -94993,6 +95941,8 @@ Menu.poll function.
|
|
|
94993
95941
|
* Node.draw_buttons
|
|
94994
95942
|
* Node.draw_buttons_ext
|
|
94995
95943
|
* Node.draw_label
|
|
95944
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
95945
|
+
* Node.debug_zone_lazy_function_graph
|
|
94996
95946
|
* Node.poll
|
|
94997
95947
|
* Node.bl_rna_get_subclass
|
|
94998
95948
|
* Node.bl_rna_get_subclass_py
|
|
@@ -95084,6 +96034,8 @@ Menu.poll function.
|
|
|
95084
96034
|
* Node.draw_buttons
|
|
95085
96035
|
* Node.draw_buttons_ext
|
|
95086
96036
|
* Node.draw_label
|
|
96037
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
96038
|
+
* Node.debug_zone_lazy_function_graph
|
|
95087
96039
|
* Node.poll
|
|
95088
96040
|
* Node.bl_rna_get_subclass
|
|
95089
96041
|
* Node.bl_rna_get_subclass_py
|
|
@@ -95218,6 +96170,8 @@ Menu.poll function.
|
|
|
95218
96170
|
* Node.draw_buttons
|
|
95219
96171
|
* Node.draw_buttons_ext
|
|
95220
96172
|
* Node.draw_label
|
|
96173
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
96174
|
+
* Node.debug_zone_lazy_function_graph
|
|
95221
96175
|
* Node.poll
|
|
95222
96176
|
* Node.bl_rna_get_subclass
|
|
95223
96177
|
* Node.bl_rna_get_subclass_py
|
|
@@ -95495,6 +96449,8 @@ Menu.poll function.
|
|
|
95495
96449
|
* Node.draw_buttons
|
|
95496
96450
|
* Node.draw_buttons_ext
|
|
95497
96451
|
* Node.draw_label
|
|
96452
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
96453
|
+
* Node.debug_zone_lazy_function_graph
|
|
95498
96454
|
* Node.poll
|
|
95499
96455
|
* Node.bl_rna_get_subclass
|
|
95500
96456
|
* Node.bl_rna_get_subclass_py
|
|
@@ -95670,6 +96626,8 @@ Menu.poll function.
|
|
|
95670
96626
|
* Node.draw_buttons
|
|
95671
96627
|
* Node.draw_buttons_ext
|
|
95672
96628
|
* Node.draw_label
|
|
96629
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
96630
|
+
* Node.debug_zone_lazy_function_graph
|
|
95673
96631
|
* Node.poll
|
|
95674
96632
|
* Node.bl_rna_get_subclass
|
|
95675
96633
|
* Node.bl_rna_get_subclass_py
|
|
@@ -96124,6 +97082,8 @@ Menu.poll function.
|
|
|
96124
97082
|
* Node.draw_buttons
|
|
96125
97083
|
* Node.draw_buttons_ext
|
|
96126
97084
|
* Node.draw_label
|
|
97085
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
97086
|
+
* Node.debug_zone_lazy_function_graph
|
|
96127
97087
|
* Node.poll
|
|
96128
97088
|
* Node.bl_rna_get_subclass
|
|
96129
97089
|
* Node.bl_rna_get_subclass_py
|
|
@@ -96306,6 +97266,8 @@ Menu.poll function.
|
|
|
96306
97266
|
* Node.draw_buttons
|
|
96307
97267
|
* Node.draw_buttons_ext
|
|
96308
97268
|
* Node.draw_label
|
|
97269
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
97270
|
+
* Node.debug_zone_lazy_function_graph
|
|
96309
97271
|
* Node.poll
|
|
96310
97272
|
* Node.bl_rna_get_subclass
|
|
96311
97273
|
* Node.bl_rna_get_subclass_py
|
|
@@ -96582,6 +97544,8 @@ Menu.poll function.
|
|
|
96582
97544
|
* Node.draw_buttons
|
|
96583
97545
|
* Node.draw_buttons_ext
|
|
96584
97546
|
* Node.draw_label
|
|
97547
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
97548
|
+
* Node.debug_zone_lazy_function_graph
|
|
96585
97549
|
* Node.poll
|
|
96586
97550
|
* Node.bl_rna_get_subclass
|
|
96587
97551
|
* Node.bl_rna_get_subclass_py
|
|
@@ -96965,6 +97929,8 @@ Menu.poll function.
|
|
|
96965
97929
|
* Node.draw_buttons
|
|
96966
97930
|
* Node.draw_buttons_ext
|
|
96967
97931
|
* Node.draw_label
|
|
97932
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
97933
|
+
* Node.debug_zone_lazy_function_graph
|
|
96968
97934
|
* Node.poll
|
|
96969
97935
|
* Node.bl_rna_get_subclass
|
|
96970
97936
|
* Node.bl_rna_get_subclass_py
|
|
@@ -97234,6 +98200,8 @@ Menu.poll function.
|
|
|
97234
98200
|
* Node.draw_buttons
|
|
97235
98201
|
* Node.draw_buttons_ext
|
|
97236
98202
|
* Node.draw_label
|
|
98203
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
98204
|
+
* Node.debug_zone_lazy_function_graph
|
|
97237
98205
|
* Node.poll
|
|
97238
98206
|
* Node.bl_rna_get_subclass
|
|
97239
98207
|
* Node.bl_rna_get_subclass_py
|
|
@@ -97325,6 +98293,8 @@ Menu.poll function.
|
|
|
97325
98293
|
* Node.draw_buttons
|
|
97326
98294
|
* Node.draw_buttons_ext
|
|
97327
98295
|
* Node.draw_label
|
|
98296
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
98297
|
+
* Node.debug_zone_lazy_function_graph
|
|
97328
98298
|
* Node.poll
|
|
97329
98299
|
* Node.bl_rna_get_subclass
|
|
97330
98300
|
* Node.bl_rna_get_subclass_py
|
|
@@ -97416,6 +98386,8 @@ Menu.poll function.
|
|
|
97416
98386
|
* Node.draw_buttons
|
|
97417
98387
|
* Node.draw_buttons_ext
|
|
97418
98388
|
* Node.draw_label
|
|
98389
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
98390
|
+
* Node.debug_zone_lazy_function_graph
|
|
97419
98391
|
* Node.poll
|
|
97420
98392
|
* Node.bl_rna_get_subclass
|
|
97421
98393
|
* Node.bl_rna_get_subclass_py
|
|
@@ -97553,6 +98525,8 @@ Menu.poll function.
|
|
|
97553
98525
|
* Node.draw_buttons
|
|
97554
98526
|
* Node.draw_buttons_ext
|
|
97555
98527
|
* Node.draw_label
|
|
98528
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
98529
|
+
* Node.debug_zone_lazy_function_graph
|
|
97556
98530
|
* Node.poll
|
|
97557
98531
|
* Node.bl_rna_get_subclass
|
|
97558
98532
|
* Node.bl_rna_get_subclass_py
|
|
@@ -97644,6 +98618,8 @@ Menu.poll function.
|
|
|
97644
98618
|
* Node.draw_buttons
|
|
97645
98619
|
* Node.draw_buttons_ext
|
|
97646
98620
|
* Node.draw_label
|
|
98621
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
98622
|
+
* Node.debug_zone_lazy_function_graph
|
|
97647
98623
|
* Node.poll
|
|
97648
98624
|
* Node.bl_rna_get_subclass
|
|
97649
98625
|
* Node.bl_rna_get_subclass_py
|
|
@@ -98359,6 +99335,8 @@ Menu.poll function.
|
|
|
98359
99335
|
* Node.draw_buttons
|
|
98360
99336
|
* Node.draw_buttons_ext
|
|
98361
99337
|
* Node.draw_label
|
|
99338
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
99339
|
+
* Node.debug_zone_lazy_function_graph
|
|
98362
99340
|
* Node.poll
|
|
98363
99341
|
* Node.bl_rna_get_subclass
|
|
98364
99342
|
* Node.bl_rna_get_subclass_py
|
|
@@ -98898,6 +99876,8 @@ Menu.poll function.
|
|
|
98898
99876
|
* Node.draw_buttons
|
|
98899
99877
|
* Node.draw_buttons_ext
|
|
98900
99878
|
* Node.draw_label
|
|
99879
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
99880
|
+
* Node.debug_zone_lazy_function_graph
|
|
98901
99881
|
* Node.poll
|
|
98902
99882
|
* Node.bl_rna_get_subclass
|
|
98903
99883
|
* Node.bl_rna_get_subclass_py
|
|
@@ -98989,6 +99969,8 @@ Menu.poll function.
|
|
|
98989
99969
|
* Node.draw_buttons
|
|
98990
99970
|
* Node.draw_buttons_ext
|
|
98991
99971
|
* Node.draw_label
|
|
99972
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
99973
|
+
* Node.debug_zone_lazy_function_graph
|
|
98992
99974
|
* Node.poll
|
|
98993
99975
|
* Node.bl_rna_get_subclass
|
|
98994
99976
|
* Node.bl_rna_get_subclass_py
|
|
@@ -99566,6 +100548,8 @@ database.
|
|
|
99566
100548
|
* Node.draw_buttons
|
|
99567
100549
|
* Node.draw_buttons_ext
|
|
99568
100550
|
* Node.draw_label
|
|
100551
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
100552
|
+
* Node.debug_zone_lazy_function_graph
|
|
99569
100553
|
* Node.poll
|
|
99570
100554
|
* Node.bl_rna_get_subclass
|
|
99571
100555
|
* Node.bl_rna_get_subclass_py
|
|
@@ -134088,11 +135072,13 @@ class Depsgraph(bpy_struct):
|
|
|
134088
135072
|
:type: ViewLayer
|
|
134089
135073
|
"""
|
|
134090
135074
|
|
|
134091
|
-
def debug_relations_graphviz(self, filepath: str):
|
|
135075
|
+
def debug_relations_graphviz(self, filepath: str = "") -> str:
|
|
134092
135076
|
"""debug_relations_graphviz
|
|
134093
135077
|
|
|
134094
|
-
:param filepath: File Name,
|
|
135078
|
+
:param filepath: File Name, Optional output path for the graphviz debug file
|
|
134095
135079
|
:type filepath: str
|
|
135080
|
+
:return: Dot Graph, Graph in dot format
|
|
135081
|
+
:rtype: str
|
|
134096
135082
|
"""
|
|
134097
135083
|
...
|
|
134098
135084
|
|
|
@@ -161248,7 +162234,7 @@ class GreasePencilDrawing(bpy_struct):
|
|
|
161248
162234
|
sizes: collections.abc.Iterable[int] | None,
|
|
161249
162235
|
indices: collections.abc.Iterable[int] | None = (0),
|
|
161250
162236
|
):
|
|
161251
|
-
"""Resize all existing
|
|
162237
|
+
"""Resize all existing strokes. If indices are provided, resize only the strokes with the given indices. If the new size for a stroke is smaller, the stroke is trimmed. If the new size for a stroke is larger, the new end values are default initialized.
|
|
161252
162238
|
|
|
161253
162239
|
:param sizes: Sizes, The number of points in each stroke
|
|
161254
162240
|
:type sizes: collections.abc.Iterable[int] | None
|
|
@@ -183735,6 +184721,22 @@ class Node(bpy_struct):
|
|
|
183735
184721
|
"""
|
|
183736
184722
|
...
|
|
183737
184723
|
|
|
184724
|
+
def debug_zone_body_lazy_function_graph(self) -> str:
|
|
184725
|
+
"""Get the internal lazy-function graph for the body of this zone
|
|
184726
|
+
|
|
184727
|
+
:return: Dot Graph, Graph in dot format
|
|
184728
|
+
:rtype: str
|
|
184729
|
+
"""
|
|
184730
|
+
...
|
|
184731
|
+
|
|
184732
|
+
def debug_zone_lazy_function_graph(self) -> str:
|
|
184733
|
+
"""Get the internal lazy-function graph for this zone
|
|
184734
|
+
|
|
184735
|
+
:return: Dot Graph, Graph in dot format
|
|
184736
|
+
:rtype: str
|
|
184737
|
+
"""
|
|
184738
|
+
...
|
|
184739
|
+
|
|
183738
184740
|
@classmethod
|
|
183739
184741
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
183740
184742
|
"""
|
|
@@ -187301,6 +188303,14 @@ class NodeTree(ID, bpy_struct):
|
|
|
187301
188303
|
"""
|
|
187302
188304
|
...
|
|
187303
188305
|
|
|
188306
|
+
def debug_lazy_function_graph(self) -> str:
|
|
188307
|
+
"""Get the internal lazy-function graph for this node tree
|
|
188308
|
+
|
|
188309
|
+
:return: Dot Graph, Graph in dot format
|
|
188310
|
+
:rtype: str
|
|
188311
|
+
"""
|
|
188312
|
+
...
|
|
188313
|
+
|
|
187304
188314
|
@classmethod
|
|
187305
188315
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
187306
188316
|
"""
|