fake-bpy-module 20240404__py3-none-any.whl → 20240406__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.

@@ -471,16 +471,7 @@ class BakeNodeItemRemoveOperator(bpy_types.Operator):
471
471
  """ """
472
472
  ...
473
473
 
474
- class BakeNodeOperator(NodeOperator):
475
- """ """
476
-
477
- active_index_name: typing.Any
478
- """ """
479
-
480
- items_name: typing.Any
481
- """ """
482
-
483
- node_type: typing.Any
474
+ class NodeOperator:
484
475
  """ """
485
476
 
486
477
  def get_node(self, context):
@@ -1808,19 +1799,7 @@ class RepeatZoneItemRemoveOperator(bpy_types.Operator):
1808
1799
  """ """
1809
1800
  ...
1810
1801
 
1811
- class RepeatZoneOperator(ZoneOperator):
1812
- """ """
1813
-
1814
- active_index_name: typing.Any
1815
- """ """
1816
-
1817
- input_node_type: typing.Any
1818
- """ """
1819
-
1820
- items_name: typing.Any
1821
- """ """
1822
-
1823
- output_node_type: typing.Any
1802
+ class ZoneOperator:
1824
1803
  """ """
1825
1804
 
1826
1805
  def get_node(self, context):
@@ -2314,44 +2293,31 @@ class SimulationZoneItemRemoveOperator(bpy_types.Operator):
2314
2293
  """ """
2315
2294
  ...
2316
2295
 
2317
- class SimulationZoneOperator(ZoneOperator):
2296
+ class SocketItemAddOperator:
2318
2297
  """ """
2319
2298
 
2320
2299
  active_index_name: typing.Any
2321
2300
  """ """
2322
2301
 
2323
- input_node_type: typing.Any
2302
+ default_socket_type: typing.Any
2324
2303
  """ """
2325
2304
 
2326
2305
  items_name: typing.Any
2327
2306
  """ """
2328
2307
 
2329
- output_node_type: typing.Any
2330
- """ """
2331
-
2332
- def get_node(self, context):
2333
- """
2334
-
2335
- :param context:
2336
- """
2337
- ...
2338
-
2339
- def poll(self, context):
2308
+ def execute(self, context):
2340
2309
  """
2341
2310
 
2342
2311
  :param context:
2343
2312
  """
2344
2313
  ...
2345
2314
 
2346
- class SocketItemAddOperator:
2315
+ class SocketItemRemoveOperator:
2347
2316
  """ """
2348
2317
 
2349
2318
  active_index_name: typing.Any
2350
2319
  """ """
2351
2320
 
2352
- default_socket_type: typing.Any
2353
- """ """
2354
-
2355
2321
  items_name: typing.Any
2356
2322
  """ """
2357
2323
 
@@ -2362,7 +2328,7 @@ class SocketItemAddOperator:
2362
2328
  """
2363
2329
  ...
2364
2330
 
2365
- class SocketItemRemoveOperator:
2331
+ class SocketMoveItemOperator:
2366
2332
  """ """
2367
2333
 
2368
2334
  active_index_name: typing.Any
@@ -2378,7 +2344,7 @@ class SocketItemRemoveOperator:
2378
2344
  """
2379
2345
  ...
2380
2346
 
2381
- class SocketMoveItemOperator:
2347
+ class BakeNodeOperator(NodeOperator):
2382
2348
  """ """
2383
2349
 
2384
2350
  active_index_name: typing.Any
@@ -2387,14 +2353,36 @@ class SocketMoveItemOperator:
2387
2353
  items_name: typing.Any
2388
2354
  """ """
2389
2355
 
2390
- def execute(self, context):
2356
+ node_type: typing.Any
2357
+ """ """
2358
+
2359
+ def get_node(self, context):
2391
2360
  """
2392
2361
 
2393
2362
  :param context:
2394
2363
  """
2395
2364
  ...
2396
2365
 
2397
- class NodeOperator:
2366
+ def poll(self, context):
2367
+ """
2368
+
2369
+ :param context:
2370
+ """
2371
+ ...
2372
+
2373
+ class RepeatZoneOperator(ZoneOperator):
2374
+ """ """
2375
+
2376
+ active_index_name: typing.Any
2377
+ """ """
2378
+
2379
+ input_node_type: typing.Any
2380
+ """ """
2381
+
2382
+ items_name: typing.Any
2383
+ """ """
2384
+
2385
+ output_node_type: typing.Any
2398
2386
  """ """
2399
2387
 
2400
2388
  def get_node(self, context):
@@ -2411,7 +2399,19 @@ class NodeOperator:
2411
2399
  """
2412
2400
  ...
2413
2401
 
2414
- class ZoneOperator:
2402
+ class SimulationZoneOperator(ZoneOperator):
2403
+ """ """
2404
+
2405
+ active_index_name: typing.Any
2406
+ """ """
2407
+
2408
+ input_node_type: typing.Any
2409
+ """ """
2410
+
2411
+ items_name: typing.Any
2412
+ """ """
2413
+
2414
+ output_node_type: typing.Any
2415
2415
  """ """
2416
2416
 
2417
2417
  def get_node(self, context):
@@ -1631,7 +1631,7 @@ class NODE_OT_tree_path_parent(bpy_types.Operator):
1631
1631
  """ """
1632
1632
  ...
1633
1633
 
1634
- class NodeAddZoneOperator(NodeAddOperator):
1634
+ class NodeAddOperator:
1635
1635
  """ """
1636
1636
 
1637
1637
  def create_node(self, context, node_type):
@@ -1649,13 +1649,6 @@ class NodeAddZoneOperator(NodeAddOperator):
1649
1649
  """
1650
1650
  ...
1651
1651
 
1652
- def execute(self, context):
1653
- """
1654
-
1655
- :param context:
1656
- """
1657
- ...
1658
-
1659
1652
  def invoke(self, context, event):
1660
1653
  """
1661
1654
 
@@ -1794,7 +1787,7 @@ class NodeSetting(bpy_types.PropertyGroup):
1794
1787
  """ """
1795
1788
  ...
1796
1789
 
1797
- class NodeAddOperator:
1790
+ class NodeAddZoneOperator(NodeAddOperator):
1798
1791
  """ """
1799
1792
 
1800
1793
  def create_node(self, context, node_type):
@@ -1812,6 +1805,13 @@ class NodeAddOperator:
1812
1805
  """
1813
1806
  ...
1814
1807
 
1808
+ def execute(self, context):
1809
+ """
1810
+
1811
+ :param context:
1812
+ """
1813
+ ...
1814
+
1815
1815
  def invoke(self, context, event):
1816
1816
  """
1817
1817
 
@@ -3,64 +3,7 @@ import bpy_types
3
3
 
4
4
  GenericType = typing.TypeVar("GenericType")
5
5
 
6
- class CurveButtonsPanelActive(CurveButtonsPanel):
7
- """ """
8
-
9
- bl_context: typing.Any
10
- """ """
11
-
12
- bl_region_type: typing.Any
13
- """ """
14
-
15
- bl_space_type: typing.Any
16
- """ """
17
-
18
- def poll(self, context):
19
- """
20
-
21
- :param context:
22
- """
23
- ...
24
-
25
- class CurveButtonsPanelCurve(CurveButtonsPanel):
26
- """ """
27
-
28
- bl_context: typing.Any
29
- """ """
30
-
31
- bl_region_type: typing.Any
32
- """ """
33
-
34
- bl_space_type: typing.Any
35
- """ """
36
-
37
- def poll(self, context):
38
- """
39
-
40
- :param context:
41
- """
42
- ...
43
-
44
- class CurveButtonsPanelSurface(CurveButtonsPanel):
45
- """ """
46
-
47
- bl_context: typing.Any
48
- """ """
49
-
50
- bl_region_type: typing.Any
51
- """ """
52
-
53
- bl_space_type: typing.Any
54
- """ """
55
-
56
- def poll(self, context):
57
- """
58
-
59
- :param context:
60
- """
61
- ...
62
-
63
- class CurveButtonsPanelText(CurveButtonsPanel):
6
+ class CurveButtonsPanel:
64
7
  """ """
65
8
 
66
9
  bl_context: typing.Any
@@ -2477,7 +2420,64 @@ class DATA_PT_text_boxes(bpy_types._GenericUI):
2477
2420
  """ """
2478
2421
  ...
2479
2422
 
2480
- class CurveButtonsPanel:
2423
+ class CurveButtonsPanelActive(CurveButtonsPanel):
2424
+ """ """
2425
+
2426
+ bl_context: typing.Any
2427
+ """ """
2428
+
2429
+ bl_region_type: typing.Any
2430
+ """ """
2431
+
2432
+ bl_space_type: typing.Any
2433
+ """ """
2434
+
2435
+ def poll(self, context):
2436
+ """
2437
+
2438
+ :param context:
2439
+ """
2440
+ ...
2441
+
2442
+ class CurveButtonsPanelCurve(CurveButtonsPanel):
2443
+ """ """
2444
+
2445
+ bl_context: typing.Any
2446
+ """ """
2447
+
2448
+ bl_region_type: typing.Any
2449
+ """ """
2450
+
2451
+ bl_space_type: typing.Any
2452
+ """ """
2453
+
2454
+ def poll(self, context):
2455
+ """
2456
+
2457
+ :param context:
2458
+ """
2459
+ ...
2460
+
2461
+ class CurveButtonsPanelSurface(CurveButtonsPanel):
2462
+ """ """
2463
+
2464
+ bl_context: typing.Any
2465
+ """ """
2466
+
2467
+ bl_region_type: typing.Any
2468
+ """ """
2469
+
2470
+ bl_space_type: typing.Any
2471
+ """ """
2472
+
2473
+ def poll(self, context):
2474
+ """
2475
+
2476
+ :param context:
2477
+ """
2478
+ ...
2479
+
2480
+ class CurveButtonsPanelText(CurveButtonsPanel):
2481
2481
  """ """
2482
2482
 
2483
2483
  bl_context: typing.Any
@@ -3,6 +3,21 @@ import bpy_types
3
3
 
4
4
  GenericType = typing.TypeVar("GenericType")
5
5
 
6
+ class ColorAttributesListBase:
7
+ """ """
8
+
9
+ display_domain_names: typing.Any
10
+ """ """
11
+
12
+ def filter_items(self, _context, data, property):
13
+ """
14
+
15
+ :param _context:
16
+ :param data:
17
+ :param property:
18
+ """
19
+ ...
20
+
6
21
  class DATA_PT_context_mesh(bpy_types._GenericUI):
7
22
  """ """
8
23
 
@@ -2502,15 +2517,12 @@ class MESH_UL_attributes(bpy_types._GenericUI):
2502
2517
  """ """
2503
2518
  ...
2504
2519
 
2505
- class MESH_UL_color_attributes(ColorAttributesListBase):
2520
+ class MESH_UL_shape_keys(bpy_types._GenericUI):
2506
2521
  """ """
2507
2522
 
2508
2523
  bl_rna: typing.Any
2509
2524
  """ """
2510
2525
 
2511
- display_domain_names: typing.Any
2512
- """ """
2513
-
2514
2526
  id_data: typing.Any
2515
2527
  """ """
2516
2528
 
@@ -2534,26 +2546,18 @@ class MESH_UL_color_attributes(ColorAttributesListBase):
2534
2546
  ...
2535
2547
 
2536
2548
  def draw_item(
2537
- self,
2538
- _context,
2539
- layout,
2540
- data,
2541
- attribute,
2542
- _icon,
2543
- _active_data,
2544
- _active_propname,
2545
- _index,
2549
+ self, _context, layout, _data, item, icon, active_data, _active_propname, index
2546
2550
  ):
2547
2551
  """
2548
2552
 
2549
2553
  :param _context:
2550
2554
  :param layout:
2551
- :param data:
2552
- :param attribute:
2553
- :param _icon:
2554
- :param _active_data:
2555
+ :param _data:
2556
+ :param item:
2557
+ :param icon:
2558
+ :param active_data:
2555
2559
  :param _active_propname:
2556
- :param _index:
2560
+ :param index:
2557
2561
  """
2558
2562
  ...
2559
2563
 
@@ -2565,15 +2569,6 @@ class MESH_UL_color_attributes(ColorAttributesListBase):
2565
2569
  """ """
2566
2570
  ...
2567
2571
 
2568
- def filter_items(self, _context, data, property):
2569
- """
2570
-
2571
- :param _context:
2572
- :param data:
2573
- :param property:
2574
- """
2575
- ...
2576
-
2577
2572
  def get(self):
2578
2573
  """ """
2579
2574
  ...
@@ -2668,15 +2663,12 @@ class MESH_UL_color_attributes(ColorAttributesListBase):
2668
2663
  """ """
2669
2664
  ...
2670
2665
 
2671
- class MESH_UL_color_attributes_selector(ColorAttributesListBase):
2666
+ class MESH_UL_uvmaps(bpy_types._GenericUI):
2672
2667
  """ """
2673
2668
 
2674
2669
  bl_rna: typing.Any
2675
2670
  """ """
2676
2671
 
2677
- display_domain_names: typing.Any
2678
- """ """
2679
-
2680
2672
  id_data: typing.Any
2681
2673
  """ """
2682
2674
 
@@ -2704,8 +2696,8 @@ class MESH_UL_color_attributes_selector(ColorAttributesListBase):
2704
2696
  _context,
2705
2697
  layout,
2706
2698
  _data,
2707
- attribute,
2708
- _icon,
2699
+ item,
2700
+ icon,
2709
2701
  _active_data,
2710
2702
  _active_propname,
2711
2703
  _index,
@@ -2715,8 +2707,8 @@ class MESH_UL_color_attributes_selector(ColorAttributesListBase):
2715
2707
  :param _context:
2716
2708
  :param layout:
2717
2709
  :param _data:
2718
- :param attribute:
2719
- :param _icon:
2710
+ :param item:
2711
+ :param icon:
2720
2712
  :param _active_data:
2721
2713
  :param _active_propname:
2722
2714
  :param _index:
@@ -2731,15 +2723,6 @@ class MESH_UL_color_attributes_selector(ColorAttributesListBase):
2731
2723
  """ """
2732
2724
  ...
2733
2725
 
2734
- def filter_items(self, _context, data, property):
2735
- """
2736
-
2737
- :param _context:
2738
- :param data:
2739
- :param property:
2740
- """
2741
- ...
2742
-
2743
2726
  def get(self):
2744
2727
  """ """
2745
2728
  ...
@@ -2834,7 +2817,7 @@ class MESH_UL_color_attributes_selector(ColorAttributesListBase):
2834
2817
  """ """
2835
2818
  ...
2836
2819
 
2837
- class MESH_UL_shape_keys(bpy_types._GenericUI):
2820
+ class MESH_UL_vgroups(bpy_types._GenericUI):
2838
2821
  """ """
2839
2822
 
2840
2823
  bl_rna: typing.Any
@@ -2863,7 +2846,15 @@ class MESH_UL_shape_keys(bpy_types._GenericUI):
2863
2846
  ...
2864
2847
 
2865
2848
  def draw_item(
2866
- self, _context, layout, _data, item, icon, active_data, _active_propname, index
2849
+ self,
2850
+ _context,
2851
+ layout,
2852
+ _data,
2853
+ item,
2854
+ icon,
2855
+ _active_data_,
2856
+ _active_propname,
2857
+ _index,
2867
2858
  ):
2868
2859
  """
2869
2860
 
@@ -2872,9 +2863,9 @@ class MESH_UL_shape_keys(bpy_types._GenericUI):
2872
2863
  :param _data:
2873
2864
  :param item:
2874
2865
  :param icon:
2875
- :param active_data:
2866
+ :param _active_data_:
2876
2867
  :param _active_propname:
2877
- :param index:
2868
+ :param _index:
2878
2869
  """
2879
2870
  ...
2880
2871
 
@@ -2980,12 +2971,34 @@ class MESH_UL_shape_keys(bpy_types._GenericUI):
2980
2971
  """ """
2981
2972
  ...
2982
2973
 
2983
- class MESH_UL_uvmaps(bpy_types._GenericUI):
2974
+ class MeshButtonsPanel:
2975
+ """ """
2976
+
2977
+ bl_context: typing.Any
2978
+ """ """
2979
+
2980
+ bl_region_type: typing.Any
2981
+ """ """
2982
+
2983
+ bl_space_type: typing.Any
2984
+ """ """
2985
+
2986
+ def poll(self, context):
2987
+ """
2988
+
2989
+ :param context:
2990
+ """
2991
+ ...
2992
+
2993
+ class MESH_UL_color_attributes(ColorAttributesListBase):
2984
2994
  """ """
2985
2995
 
2986
2996
  bl_rna: typing.Any
2987
2997
  """ """
2988
2998
 
2999
+ display_domain_names: typing.Any
3000
+ """ """
3001
+
2989
3002
  id_data: typing.Any
2990
3003
  """ """
2991
3004
 
@@ -3012,9 +3025,9 @@ class MESH_UL_uvmaps(bpy_types._GenericUI):
3012
3025
  self,
3013
3026
  _context,
3014
3027
  layout,
3015
- _data,
3016
- item,
3017
- icon,
3028
+ data,
3029
+ attribute,
3030
+ _icon,
3018
3031
  _active_data,
3019
3032
  _active_propname,
3020
3033
  _index,
@@ -3023,9 +3036,9 @@ class MESH_UL_uvmaps(bpy_types._GenericUI):
3023
3036
 
3024
3037
  :param _context:
3025
3038
  :param layout:
3026
- :param _data:
3027
- :param item:
3028
- :param icon:
3039
+ :param data:
3040
+ :param attribute:
3041
+ :param _icon:
3029
3042
  :param _active_data:
3030
3043
  :param _active_propname:
3031
3044
  :param _index:
@@ -3040,6 +3053,15 @@ class MESH_UL_uvmaps(bpy_types._GenericUI):
3040
3053
  """ """
3041
3054
  ...
3042
3055
 
3056
+ def filter_items(self, _context, data, property):
3057
+ """
3058
+
3059
+ :param _context:
3060
+ :param data:
3061
+ :param property:
3062
+ """
3063
+ ...
3064
+
3043
3065
  def get(self):
3044
3066
  """ """
3045
3067
  ...
@@ -3134,12 +3156,15 @@ class MESH_UL_uvmaps(bpy_types._GenericUI):
3134
3156
  """ """
3135
3157
  ...
3136
3158
 
3137
- class MESH_UL_vgroups(bpy_types._GenericUI):
3159
+ class MESH_UL_color_attributes_selector(ColorAttributesListBase):
3138
3160
  """ """
3139
3161
 
3140
3162
  bl_rna: typing.Any
3141
3163
  """ """
3142
3164
 
3165
+ display_domain_names: typing.Any
3166
+ """ """
3167
+
3143
3168
  id_data: typing.Any
3144
3169
  """ """
3145
3170
 
@@ -3167,9 +3192,9 @@ class MESH_UL_vgroups(bpy_types._GenericUI):
3167
3192
  _context,
3168
3193
  layout,
3169
3194
  _data,
3170
- item,
3171
- icon,
3172
- _active_data_,
3195
+ attribute,
3196
+ _icon,
3197
+ _active_data,
3173
3198
  _active_propname,
3174
3199
  _index,
3175
3200
  ):
@@ -3178,9 +3203,9 @@ class MESH_UL_vgroups(bpy_types._GenericUI):
3178
3203
  :param _context:
3179
3204
  :param layout:
3180
3205
  :param _data:
3181
- :param item:
3182
- :param icon:
3183
- :param _active_data_:
3206
+ :param attribute:
3207
+ :param _icon:
3208
+ :param _active_data:
3184
3209
  :param _active_propname:
3185
3210
  :param _index:
3186
3211
  """
@@ -3194,6 +3219,15 @@ class MESH_UL_vgroups(bpy_types._GenericUI):
3194
3219
  """ """
3195
3220
  ...
3196
3221
 
3222
+ def filter_items(self, _context, data, property):
3223
+ """
3224
+
3225
+ :param _context:
3226
+ :param data:
3227
+ :param property:
3228
+ """
3229
+ ...
3230
+
3197
3231
  def get(self):
3198
3232
  """ """
3199
3233
  ...
@@ -3288,40 +3322,6 @@ class MESH_UL_vgroups(bpy_types._GenericUI):
3288
3322
  """ """
3289
3323
  ...
3290
3324
 
3291
- class MeshButtonsPanel:
3292
- """ """
3293
-
3294
- bl_context: typing.Any
3295
- """ """
3296
-
3297
- bl_region_type: typing.Any
3298
- """ """
3299
-
3300
- bl_space_type: typing.Any
3301
- """ """
3302
-
3303
- def poll(self, context):
3304
- """
3305
-
3306
- :param context:
3307
- """
3308
- ...
3309
-
3310
- class ColorAttributesListBase:
3311
- """ """
3312
-
3313
- display_domain_names: typing.Any
3314
- """ """
3315
-
3316
- def filter_items(self, _context, data, property):
3317
- """
3318
-
3319
- :param _context:
3320
- :param data:
3321
- :param property:
3322
- """
3323
- ...
3324
-
3325
3325
  def draw_attribute_warnings(context, layout):
3326
3326
  """ """
3327
3327