fake-bpy-module 20240101__py3-none-any.whl → 20240107__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.
@@ -1,8 +1,8 @@
1
1
  import sys
2
2
  import typing
3
3
  from . import complete_calltip
4
+ from . import intellisense
4
5
  from . import complete_namespace
5
6
  from . import complete_import
6
- from . import intellisense
7
7
 
8
8
  GenericType = typing.TypeVar("GenericType")
@@ -1,11 +1,11 @@
1
1
  import sys
2
2
  import typing
3
- from . import settings
4
- from . import utils_rtl
5
3
  from . import utils_cli
6
- from . import utils_languages_menu
4
+ from . import utils_rtl
7
5
  from . import bl_extract_messages
8
- from . import merge_po
9
6
  from . import utils
7
+ from . import merge_po
8
+ from . import settings
9
+ from . import utils_languages_menu
10
10
 
11
11
  GenericType = typing.TypeVar("GenericType")
@@ -1,8 +1,8 @@
1
1
  import sys
2
2
  import typing
3
- from . import keymap_hierarchy
4
- from . import platform_helpers
5
3
  from . import io
4
+ from . import platform_helpers
5
+ from . import keymap_hierarchy
6
6
  from . import keymap_from_toolbar
7
7
  from . import versioning
8
8
 
bl_operators/__init__.pyi CHANGED
@@ -1,34 +1,34 @@
1
1
  import sys
2
2
  import typing
3
- from . import mesh
4
- from . import console
5
- from . import constraint
6
- from . import vertexpaint_dirt
7
- from . import rigidbody
8
- from . import image
9
- from . import view3d
10
3
  from . import assets
11
- from . import object_randomize_transform
12
- from . import file
4
+ from . import image
13
5
  from . import anim
6
+ from . import view3d
7
+ from . import add_mesh_torus
14
8
  from . import node
15
- from . import object_quick_effects
16
- from . import uvcalc_lightmap
17
- from . import screen_play_rendered_anim
18
- from . import sequencer
19
- from . import object
20
- from . import object_align
9
+ from . import console
10
+ from . import file
21
11
  from . import uvcalc_follow_active
22
- from . import freestyle
12
+ from . import uvcalc_lightmap
13
+ from . import constraint
14
+ from . import bmesh
15
+ from . import uvcalc_transform
23
16
  from . import clip
17
+ from . import object_align
18
+ from . import sequencer
24
19
  from . import userpref
25
- from . import wm
26
- from . import add_mesh_torus
27
- from . import presets
20
+ from . import vertexpaint_dirt
21
+ from . import freestyle
28
22
  from . import geometry_nodes
29
- from . import bmesh
23
+ from . import object_quick_effects
24
+ from . import wm
25
+ from . import object
26
+ from . import rigidbody
27
+ from . import screen_play_rendered_anim
28
+ from . import mesh
29
+ from . import object_randomize_transform
30
30
  from . import spreadsheet
31
- from . import uvcalc_transform
31
+ from . import presets
32
32
 
33
33
  GenericType = typing.TypeVar("GenericType")
34
34
 
bl_ui/__init__.pyi CHANGED
@@ -2,81 +2,81 @@ import sys
2
2
  import typing
3
3
  import bpy_types
4
4
 
5
- from . import space_view3d_toolbar
6
- from . import space_toolsystem_common
7
- from . import space_node
8
- from . import properties_physics_field
5
+ from . import properties_output
6
+ from . import properties_data_camera
9
7
  from . import properties_material_gpencil
10
- from . import properties_data_curves
11
- from . import space_statusbar
12
- from . import node_add_menu_shader
8
+ from . import properties_physics_field
9
+ from . import properties_data_curve
10
+ from . import space_dopesheet
11
+ from . import space_info
13
12
  from . import properties_workspace
13
+ from . import properties_grease_pencil_common
14
+ from . import space_view3d
15
+ from . import space_properties
16
+ from . import properties_data_light
17
+ from . import properties_paint_common
18
+ from . import properties_material
19
+ from . import properties_data_metaball
14
20
  from . import properties_data_speaker
15
- from . import properties_data_pointcloud
16
- from . import space_text
17
- from . import properties_data_bone
18
- from . import properties_data_armature
21
+ from . import node_add_menu_texture
22
+ from . import space_node
23
+ from . import properties_collection
24
+ from . import space_statusbar
19
25
  from . import space_userpref
20
- from . import properties_material
21
- from . import properties_paint_common
26
+ from . import space_outliner
27
+ from . import generic_ui_list
28
+ from . import space_image
29
+ from . import node_add_menu_compositor
30
+ from . import properties_scene
22
31
  from . import asset_shelf
32
+ from . import properties_data_shaderfx
33
+ from . import space_console
34
+ from . import properties_data_volume
35
+ from . import properties_object
36
+ from . import properties_data_bone
37
+ from . import space_clip
23
38
  from . import properties_data_mesh
24
- from . import space_topbar
25
- from . import properties_constraint
26
- from . import properties_data_gpencil
27
- from . import space_graph
28
- from . import properties_physics_geometry_nodes
29
- from . import space_time
39
+ from . import properties_data_armature
40
+ from . import node_add_menu_geometry
41
+ from . import properties_data_pointcloud
30
42
  from . import properties_physics_rigidbody_constraint
31
- from . import properties_data_lattice
32
- from . import space_properties
33
- from . import properties_data_metaball
34
- from . import properties_object
35
- from . import properties_data_curve
36
- from . import properties_physics_fluid
43
+ from . import space_sequencer
44
+ from . import properties_mask_common
45
+ from . import properties_render
46
+ from . import properties_physics_rigidbody
47
+ from . import properties_view_layer
37
48
  from . import properties_physics_softbody
38
- from . import space_nla
39
- from . import properties_data_modifier
40
- from . import properties_data_camera
49
+ from . import properties_physics_common
50
+ from . import space_toolsystem_common
41
51
  from . import properties_physics_dynamicpaint
42
- from . import properties_animviz
43
- from . import properties_data_light
44
- from . import space_filebrowser
45
- from . import space_info
46
- from . import node_add_menu
52
+ from . import properties_data_lattice
53
+ from . import node_add_menu_shader
47
54
  from . import properties_particle
48
- from . import node_add_menu_compositor
49
- from . import properties_world
50
- from . import generic_ui_list
51
- from . import space_outliner
52
- from . import properties_physics_common
53
- from . import space_spreadsheet
54
- from . import properties_data_shaderfx
55
- from . import space_sequencer
56
- from . import space_dopesheet
55
+ from . import properties_physics_geometry_nodes
56
+ from . import space_text
57
+ from . import utils
57
58
  from . import properties_data_lightprobe
58
- from . import properties_data_empty
59
- from . import space_image
60
- from . import space_view3d
61
- from . import space_console
62
- from . import properties_data_grease_pencil
63
- from . import properties_physics_rigidbody
59
+ from . import properties_world
60
+ from . import properties_data_gpencil
61
+ from . import space_graph
62
+ from . import properties_freestyle
63
+ from . import space_topbar
64
+ from . import properties_data_modifier
64
65
  from . import space_toolsystem_toolbar
65
66
  from . import properties_physics_cloth
66
- from . import properties_output
67
- from . import space_clip
68
- from . import utils
69
- from . import properties_view_layer
70
- from . import properties_scene
71
- from . import properties_mask_common
72
- from . import properties_grease_pencil_common
73
- from . import properties_collection
74
- from . import properties_render
67
+ from . import node_add_menu
68
+ from . import properties_physics_fluid
69
+ from . import properties_data_curves
70
+ from . import space_nla
71
+ from . import space_filebrowser
72
+ from . import space_time
73
+ from . import properties_data_empty
74
+ from . import properties_constraint
75
+ from . import properties_data_grease_pencil
76
+ from . import properties_animviz
77
+ from . import space_spreadsheet
78
+ from . import space_view3d_toolbar
75
79
  from . import properties_texture
76
- from . import properties_data_volume
77
- from . import properties_freestyle
78
- from . import node_add_menu_texture
79
- from . import node_add_menu_geometry
80
80
 
81
81
  GenericType = typing.TypeVar("GenericType")
82
82
 
bl_ui_utils/__init__.pyi CHANGED
@@ -1,6 +1,6 @@
1
1
  import sys
2
2
  import typing
3
- from . import bug_report_url
4
3
  from . import layout
4
+ from . import bug_report_url
5
5
 
6
6
  GenericType = typing.TypeVar("GenericType")
bpy/__init__.pyi CHANGED
@@ -3,12 +3,12 @@ import typing
3
3
  import bpy.types
4
4
 
5
5
  from . import types
6
+ from . import msgbus
6
7
  from . import ops
7
- from . import utils
8
- from . import app
9
8
  from . import path
9
+ from . import app
10
+ from . import utils
10
11
  from . import props
11
- from . import msgbus
12
12
 
13
13
  GenericType = typing.TypeVar("GenericType")
14
14
  context: "bpy.types.Context"
bpy/app/__init__.pyi CHANGED
@@ -1,9 +1,9 @@
1
1
  import sys
2
2
  import typing
3
- from . import translations
4
3
  from . import icons
5
- from . import timers
6
4
  from . import handlers
5
+ from . import timers
6
+ from . import translations
7
7
 
8
8
  GenericType = typing.TypeVar("GenericType")
9
9
 
bpy/ops/__init__.pyi CHANGED
@@ -1,81 +1,81 @@
1
1
  import sys
2
2
  import typing
3
- from . import paintcurve
4
- from . import font
5
- from . import mball
6
- from . import uilist
7
- from . import mesh
8
- from . import marker
9
- from . import node
10
- from . import render
3
+ from . import pose
11
4
  from . import geometry
12
- from . import asset
13
- from . import ui
14
- from . import scene
5
+ from . import mask
6
+ from . import poselib
7
+ from . import script
8
+ from . import screen
9
+ from . import action
10
+ from . import text_editor
11
+ from . import text
12
+ from . import nla
13
+ from . import collection
14
+ from . import uilist
15
+ from . import particle
16
+ from . import view3d
17
+ from . import gizmogroup
18
+ from . import buttons
15
19
  from . import console
16
- from . import sculpt
17
- from . import cachefile
18
- from . import workspace
19
- from . import dpaint
20
- from . import armature
21
- from . import constraint
22
- from . import image
23
- from . import object
20
+ from . import surface
24
21
  from . import sequencer
25
- from . import fluid
26
- from . import pose
27
- from . import import_curve
28
- from . import import_mesh
29
- from . import transform
30
- from . import script
31
- from . import preferences
32
- from . import poselib
33
- from . import ed
22
+ from . import wm
23
+ from . import export_anim
24
+ from . import paintcurve
25
+ from . import view2d
26
+ from . import workspace
27
+ from . import spreadsheet
34
28
  from . import cycles
35
- from . import palette
36
- from . import particle
37
- from . import cloth
38
- from . import sound
29
+ from . import export_mesh
30
+ from . import sculpt
31
+ from . import graph
32
+ from . import world
39
33
  from . import rigidbody
40
- from . import mask
34
+ from . import fluid
35
+ from . import sculpt_curves
36
+ from . import uv
37
+ from . import lattice
38
+ from . import render
41
39
  from . import brush
42
- from . import import_scene
43
40
  from . import info
41
+ from . import armature
42
+ from . import ed
43
+ from . import transform
44
+ from . import object
45
+ from . import boid
46
+ from . import dpaint
44
47
  from . import curves
45
48
  from . import import_anim
46
- from . import nla
47
- from . import collection
48
49
  from . import material
49
- from . import text_editor
50
- from . import surface
51
- from . import file
52
- from . import world
53
- from . import camera
54
- from . import texture
50
+ from . import asset
55
51
  from . import clip
56
- from . import export_anim
57
- from . import graph
52
+ from . import import_scene
53
+ from . import ui
54
+ from . import scene
55
+ from . import texture
56
+ from . import mesh
57
+ from . import import_curve
58
+ from . import marker
59
+ from . import curve
58
60
  from . import paint
59
- from . import gpencil
60
- from . import action
61
- from . import sculpt_curves
62
- from . import screen
61
+ from . import file
62
+ from . import camera
63
+ from . import cachefile
63
64
  from . import grease_pencil
64
- from . import boid
65
- from . import curve
66
- from . import spreadsheet
67
- from . import anim
68
- from . import export_mesh
69
- from . import outliner
65
+ from . import preferences
70
66
  from . import export_scene
71
- from . import wm
72
- from . import gizmogroup
73
- from . import buttons
67
+ from . import sound
68
+ from . import node
69
+ from . import anim
70
+ from . import image
71
+ from . import gpencil
72
+ from . import palette
73
+ from . import cloth
74
+ from . import font
75
+ from . import constraint
76
+ from . import import_mesh
74
77
  from . import ptcache
75
- from . import uv
76
- from . import view2d
77
- from . import lattice
78
- from . import view3d
79
- from . import text
78
+ from . import mball
79
+ from . import outliner
80
80
 
81
81
  GenericType = typing.TypeVar("GenericType")
bpy/ops/wm/__init__.pyi CHANGED
@@ -510,6 +510,22 @@ def call_panel(
510
510
 
511
511
  ...
512
512
 
513
+ def clear_recent_files(
514
+ override_context: typing.Optional[
515
+ typing.Union[typing.Dict, "bpy.types.Context"]
516
+ ] = None,
517
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
518
+ undo: typing.Optional[bool] = None,
519
+ ):
520
+ """Clear the Recent Files List
521
+
522
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
523
+ :type execution_context: typing.Optional[typing.Union[str, int]]
524
+ :type undo: typing.Optional[bool]
525
+ """
526
+
527
+ ...
528
+
513
529
  def collada_export(
514
530
  override_context: typing.Optional[
515
531
  typing.Union[typing.Dict, "bpy.types.Context"]
@@ -1336,6 +1352,31 @@ def drop_blend_file(
1336
1352
 
1337
1353
  ...
1338
1354
 
1355
+ def drop_import_file(
1356
+ override_context: typing.Optional[
1357
+ typing.Union[typing.Dict, "bpy.types.Context"]
1358
+ ] = None,
1359
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1360
+ undo: typing.Optional[bool] = None,
1361
+ *,
1362
+ directory: typing.Union[str, typing.Any] = "",
1363
+ files: typing.Optional[
1364
+ bpy.types.bpy_prop_collection["bpy.types.OperatorFileListElement"]
1365
+ ] = None,
1366
+ ):
1367
+ """Operator that allows file handlers to receive file drops
1368
+
1369
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1370
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1371
+ :type undo: typing.Optional[bool]
1372
+ :param directory: Directory, Directory of the file
1373
+ :type directory: typing.Union[str, typing.Any]
1374
+ :param files: Files
1375
+ :type files: typing.Optional[bpy.types.bpy_prop_collection['bpy.types.OperatorFileListElement']]
1376
+ """
1377
+
1378
+ ...
1379
+
1339
1380
  def gpencil_export_pdf(
1340
1381
  override_context: typing.Optional[
1341
1382
  typing.Union[typing.Dict, "bpy.types.Context"]
@@ -3272,7 +3313,7 @@ def read_factory_settings(
3272
3313
  :param use_factory_startup_app_template_only: Factory Startup App-Template Only
3273
3314
  :type use_factory_startup_app_template_only: typing.Optional[typing.Union[bool, typing.Any]]
3274
3315
  :type app_template: typing.Union[str, typing.Any]
3275
- :param use_empty: Empty
3316
+ :param use_empty: Empty, After loading, remove everything except scenes, windows, and workspaces. This makes it possible to load the startup file with its scene configuration and window layout intact, but no objects, materials, animations, ...
3276
3317
  :type use_empty: typing.Optional[typing.Union[bool, typing.Any]]
3277
3318
  """
3278
3319
 
@@ -3344,12 +3385,12 @@ def read_homefile(
3344
3385
  :type load_ui: typing.Optional[typing.Union[bool, typing.Any]]
3345
3386
  :param use_splash: Splash
3346
3387
  :type use_splash: typing.Optional[typing.Union[bool, typing.Any]]
3347
- :param use_factory_startup: Factory Startup
3388
+ :param use_factory_startup: Factory Startup, Load the default ('factory startup') blend file. This is independent of the normal start-up file that the user can save
3348
3389
  :type use_factory_startup: typing.Optional[typing.Union[bool, typing.Any]]
3349
3390
  :param use_factory_startup_app_template_only: Factory Startup App-Template Only
3350
3391
  :type use_factory_startup_app_template_only: typing.Optional[typing.Union[bool, typing.Any]]
3351
3392
  :type app_template: typing.Union[str, typing.Any]
3352
- :param use_empty: Empty
3393
+ :param use_empty: Empty, After loading, remove everything except scenes, windows, and workspaces. This makes it possible to load the startup file with its scene configuration and window layout intact, but no objects, materials, animations, ...
3353
3394
  :type use_empty: typing.Optional[typing.Union[bool, typing.Any]]
3354
3395
  """
3355
3396
 
@@ -4303,6 +4344,9 @@ def usd_export(
4303
4344
  export_normals: typing.Optional[typing.Union[bool, typing.Any]] = True,
4304
4345
  export_materials: typing.Optional[typing.Union[bool, typing.Any]] = True,
4305
4346
  export_subdivision: typing.Optional[typing.Any] = "BEST_MATCH",
4347
+ export_armatures: typing.Optional[typing.Union[bool, typing.Any]] = True,
4348
+ only_deform_bones: typing.Optional[typing.Union[bool, typing.Any]] = False,
4349
+ export_shapekeys: typing.Optional[typing.Union[bool, typing.Any]] = True,
4306
4350
  use_instancing: typing.Optional[typing.Union[bool, typing.Any]] = False,
4307
4351
  evaluation_mode: typing.Optional[typing.Any] = "RENDER",
4308
4352
  generate_preview_surface: typing.Optional[typing.Union[bool, typing.Any]] = True,
@@ -4379,6 +4423,12 @@ def usd_export(
4379
4423
  :type export_materials: typing.Optional[typing.Union[bool, typing.Any]]
4380
4424
  :param export_subdivision: Subdivision Scheme, Choose how subdivision modifiers will be mapped to the USD subdivision scheme during export * ``IGNORE`` Ignore -- Subdivision scheme = None, export base mesh without subdivision. * ``TESSELLATE`` Tessellate -- Subdivision scheme = None, export subdivided mesh. * ``BEST_MATCH`` Best Match -- Subdivision scheme = Catmull-Clark, when possible. Reverts to exporting the subdivided mesh for the Simple subdivision type.
4381
4425
  :type export_subdivision: typing.Optional[typing.Any]
4426
+ :param export_armatures: Armatures, Export armatures and meshes with armature modifiers as USD skeletons and skinned meshes
4427
+ :type export_armatures: typing.Optional[typing.Union[bool, typing.Any]]
4428
+ :param only_deform_bones: Only Deform Bones, Only export deform bones and their parents
4429
+ :type only_deform_bones: typing.Optional[typing.Union[bool, typing.Any]]
4430
+ :param export_shapekeys: Shape Keys, Export shape keys as USD blend shapes
4431
+ :type export_shapekeys: typing.Optional[typing.Union[bool, typing.Any]]
4382
4432
  :param use_instancing: Instancing, Export instanced objects as references in USD rather than real objects
4383
4433
  :type use_instancing: typing.Optional[typing.Union[bool, typing.Any]]
4384
4434
  :param evaluation_mode: Use Settings for, Determines visibility of objects, modifier settings, and other areas where there are different settings for viewport and rendering * ``RENDER`` Render -- Use Render settings for object visibility, modifier settings, etc. * ``VIEWPORT`` Viewport -- Use Viewport settings for object visibility, modifier settings, etc.
bpy/types/__init__.pyi CHANGED
@@ -2,93 +2,93 @@ import sys
2
2
  import typing
3
3
  import mathutils
4
4
  import bpy
5
- import bl_ui.space_view3d_toolbar
6
- import bl_ui.space_toolsystem_common
7
- import bl_ui.space_node
8
- import bl_ui.properties_physics_field
5
+ import bl_operators.assets
6
+ import bl_ui.properties_output
7
+ import bl_ui.properties_data_camera
8
+ import bl_operators.anim
9
9
  import bl_ui.properties_material_gpencil
10
- import bl_ui.properties_data_curves
11
- import bl_ui.space_statusbar
12
- import bl_ui.node_add_menu_shader
10
+ import bl_operators.view3d
11
+ import bl_ui.properties_physics_field
12
+ import bl_ui.properties_data_curve
13
+ import bl_ui.space_dopesheet
14
+ import bl_ui.space_info
13
15
  import bl_ui.properties_workspace
16
+ import bl_ui.properties_grease_pencil_common
17
+ import bl_ui.space_view3d
18
+ import bl_ui.space_properties
19
+ import bl_ui.properties_data_light
20
+ import bl_ui.properties_paint_common
21
+ import bl_ui.properties_material
22
+ import bl_ui.properties_data_metaball
14
23
  import bl_ui.properties_data_speaker
15
- import bl_ui.properties_data_pointcloud
16
- import bl_ui.space_text
17
- import bl_ui.properties_data_bone
18
- import bl_operators.constraint
19
- import bl_ui.properties_data_armature
24
+ import bl_ui.node_add_menu_texture
25
+ import bl_ui.space_node
26
+ import bl_ui.properties_collection
27
+ import bl_ui.space_statusbar
20
28
  import bl_ui.space_userpref
21
- import bl_ui.properties_material
22
- import bl_ui.properties_paint_common
29
+ import bl_ui.space_outliner
30
+ import bl_ui.generic_ui_list
31
+ import bl_ui.space_image
32
+ import bl_ui.node_add_menu_compositor
33
+ import bl_ui.properties_scene
34
+ import bl_operators.node
23
35
  import bl_ui.asset_shelf
24
- import bl_operators.view3d
25
- import bl_operators.assets
36
+ import bl_ui.properties_data_shaderfx
37
+ import bl_ui.space_console
38
+ import bl_ui.properties_data_volume
39
+ import bl_ui.properties_object
40
+ import bl_ui.properties_data_bone
41
+ import bl_ui.space_clip
26
42
  import bl_ui.properties_data_mesh
27
- import bl_ui.space_topbar
28
- import bl_operators.file
29
- import bl_ui.properties_constraint
30
- import bl_operators.anim
31
43
  import bl_ui
32
- import bl_ui.properties_data_gpencil
33
- import bl_ui.space_graph
34
- import bl_ui.properties_physics_geometry_nodes
35
- import bl_ui.space_time
44
+ import bl_ui.properties_data_armature
45
+ import bl_ui.node_add_menu_geometry
46
+ import bl_ui.properties_data_pointcloud
47
+ import bl_operators.file
36
48
  import bl_ui.properties_physics_rigidbody_constraint
37
- import bl_ui.properties_data_lattice
38
- import bl_ui.space_properties
39
- import bl_ui.properties_data_metaball
40
- import bl_operators.node
41
- import bl_ui.properties_object
42
- import bl_ui.properties_data_curve
43
- import bl_ui.properties_physics_fluid
49
+ import bl_ui.space_sequencer
50
+ import bl_ui.properties_mask_common
51
+ import bl_ui.properties_render
52
+ import bl_operators.constraint
53
+ import bl_ui.properties_physics_rigidbody
54
+ import bl_ui.properties_view_layer
44
55
  import bl_ui.properties_physics_softbody
45
- import bl_ui.space_nla
46
- import bl_ui.properties_data_modifier
47
- import bl_ui.properties_data_camera
56
+ import bl_operators.clip
57
+ import bl_ui.properties_physics_common
58
+ import bl_ui.space_toolsystem_common
48
59
  import bl_ui.properties_physics_dynamicpaint
49
- import bl_ui.properties_data_light
50
- import bl_ui.space_filebrowser
51
- import bl_operators.object
52
- import bl_ui.space_info
53
- import bl_ui.node_add_menu
60
+ import bl_ui.properties_data_lattice
61
+ import bl_ui.node_add_menu_shader
54
62
  import bl_ui.properties_particle
55
- import bl_ui.node_add_menu_compositor
63
+ import bl_ui.properties_physics_geometry_nodes
64
+ import bl_ui.space_text
65
+ import bl_ui.properties_data_lightprobe
56
66
  import bl_ui.properties_world
57
- import bl_ui.generic_ui_list
58
- import bl_ui.space_outliner
59
- import bl_operators.freestyle
60
- import bl_ui.properties_physics_common
61
- import bl_ui.space_spreadsheet
62
- import bl_ui.properties_data_shaderfx
63
- import bl_ui.space_sequencer
64
- import bl_operators.clip
65
67
  import bl_operators.userpref
68
+ import bl_ui.properties_data_gpencil
69
+ import bl_ui.space_graph
70
+ import bl_ui.properties_freestyle
71
+ import bl_operators.freestyle
72
+ import bl_ui.space_topbar
73
+ import bl_ui.properties_data_modifier
74
+ import bl_ui.space_toolsystem_toolbar
75
+ import bl_ui.properties_physics_cloth
76
+ import bl_ui.node_add_menu
77
+ import bl_ui.properties_physics_fluid
66
78
  import bl_operators.wm
67
- import bl_ui.space_dopesheet
68
- import bl_ui.properties_data_lightprobe
79
+ import bl_ui.properties_data_curves
80
+ import bl_ui.space_nla
81
+ import bl_ui.space_filebrowser
82
+ import bl_ui.space_time
83
+ import bl_operators.object
69
84
  import bl_ui.properties_data_empty
70
- import bl_ui.space_image
71
- import bl_ui.space_view3d
72
- import bl_ui.space_console
85
+ import bl_ui.properties_constraint
73
86
  import bl_ui.properties_data_grease_pencil
74
- import bl_ui.properties_physics_rigidbody
75
- import bl_ui.space_toolsystem_toolbar
76
- import bl_ui.properties_physics_cloth
77
- import bl_ui.properties_output
78
- import bl_operators.presets
79
- import bl_ui.space_clip
80
- import bl_ui.properties_view_layer
81
- import bl_ui.properties_scene
82
- import bl_ui.properties_mask_common
83
- import bl_ui.properties_grease_pencil_common
84
- import bl_ui.properties_collection
85
- import bl_ui.properties_render
86
87
  import bl_operators.spreadsheet
88
+ import bl_operators.presets
89
+ import bl_ui.space_spreadsheet
90
+ import bl_ui.space_view3d_toolbar
87
91
  import bl_ui.properties_texture
88
- import bl_ui.properties_data_volume
89
- import bl_ui.properties_freestyle
90
- import bl_ui.node_add_menu_texture
91
- import bl_ui.node_add_menu_geometry
92
92
 
93
93
  GenericType = typing.TypeVar("GenericType")
94
94
 
@@ -3066,12 +3066,24 @@ class BoneCollection(bpy_struct):
3066
3066
  :type: bpy_prop_collection['Bone']
3067
3067
  """
3068
3068
 
3069
+ child_number: int
3070
+ """ Index of this collection into its parent's list of children. Note that finding this index requires a scan of all the bone collections, so do access this with care
3071
+
3072
+ :type: int
3073
+ """
3074
+
3069
3075
  children: bpy_prop_collection["BoneCollection"]
3070
3076
  """
3071
3077
 
3072
3078
  :type: bpy_prop_collection['BoneCollection']
3073
3079
  """
3074
3080
 
3081
+ index: int
3082
+ """ Index of this bone collection in the armature.collections.all array. Note that finding this index requires a scan of all the bone collections, so do access this with care
3083
+
3084
+ :type: int
3085
+ """
3086
+
3075
3087
  is_editable: typing.Union[bool, typing.Any]
3076
3088
  """ This collection is owned by a local Armature, or was added via a library override in the current blend file
3077
3089
 
@@ -3090,12 +3102,33 @@ class BoneCollection(bpy_struct):
3090
3102
  :type: bool
3091
3103
  """
3092
3104
 
3105
+ is_visible_ancestors: typing.Union[bool, typing.Any]
3106
+ """ True when all of the ancestors of this bone collection are marked as visible; always True for root bone collections
3107
+
3108
+ :type: typing.Union[bool, typing.Any]
3109
+ """
3110
+
3111
+ is_visible_effectively: typing.Union[bool, typing.Any]
3112
+ """ Whether this bone collection is effectively visible in the viewport. This is True when this bone collection and all of its ancestors are visible
3113
+
3114
+ :type: typing.Union[bool, typing.Any]
3115
+ """
3116
+
3093
3117
  name: typing.Union[str, typing.Any]
3094
3118
  """ Unique within the Armature
3095
3119
 
3096
3120
  :type: typing.Union[str, typing.Any]
3097
3121
  """
3098
3122
 
3123
+ parent: "BoneCollection"
3124
+ """ Parent bone collection. Note that accessing this requires a scan of all the bone collections to find the parent
3125
+
3126
+ :type: 'BoneCollection'
3127
+ """
3128
+
3129
+ bones_recursive: typing.Any
3130
+ """ A set of all bones assigned to this bone collection and its child collections. (readonly)"""
3131
+
3099
3132
  def assign(self, bone: typing.Optional[typing.Any]) -> bool:
3100
3133
  """Assign the given bone to this collection
3101
3134
 
@@ -3116,30 +3149,6 @@ class BoneCollection(bpy_struct):
3116
3149
  """
3117
3150
  ...
3118
3151
 
3119
- def move_to_parent(
3120
- self,
3121
- to_parent: typing.Optional["BoneCollection"],
3122
- to_child_num: typing.Optional[typing.Any] = -1,
3123
- ) -> int:
3124
- """Change the hierarchy, by moving this bone collection to become a child of a different parent. Use `parent=None` to make this collection a root collection
3125
-
3126
- :param to_parent: Parent Collection, The bone collection becomes a child of this collection. If `None`, the bone collection becomes a root
3127
- :type to_parent: typing.Optional['BoneCollection']
3128
- :param to_child_num: Child Number, Place the bone collection before this child; `child_num=0` makes it the first child, `child_num=1` the second, etc. Both `child_num=-1` and `child_num=child_count` will move the bone collection to be the last child of the new parent
3129
- :type to_child_num: typing.Optional[typing.Any]
3130
- :rtype: int
3131
- :return: New Index, Resulting index of the bone collection, after the move. This can be used for manipulating the active bone collection index
3132
- """
3133
- ...
3134
-
3135
- def find_index(self) -> int:
3136
- """Find the index of this bone collection. This scans through all the Armature's bone collections
3137
-
3138
- :rtype: int
3139
- :return: Index, Index of the bone collection
3140
- """
3141
- ...
3142
-
3143
3152
  @classmethod
3144
3153
  def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> "Struct":
3145
3154
  """
@@ -6823,10 +6832,10 @@ class Context(bpy_struct):
6823
6832
  :type: 'UIList'
6824
6833
  """
6825
6834
 
6826
- property: typing.Union[int, str, "ID"]
6835
+ property: typing.Union[str, int, "ID"]
6827
6836
  """ Get the property associated with a hovered button. Returns a tuple of the datablock, data path to the property, and array index.
6828
6837
 
6829
- :type: typing.Union[int, str, 'ID']
6838
+ :type: typing.Union[str, int, 'ID']
6830
6839
  """
6831
6840
 
6832
6841
  edit_text: "Text"
@@ -14792,7 +14801,7 @@ class Gizmo(bpy_struct):
14792
14801
  context: "Context",
14793
14802
  event: "Event",
14794
14803
  tweak: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]],
14795
- ) -> typing.Union[typing.Set[int], typing.Set[str]]:
14804
+ ) -> typing.Union[typing.Set[str], typing.Set[int]]:
14796
14805
  """
14797
14806
 
14798
14807
  :param context:
@@ -14801,7 +14810,7 @@ class Gizmo(bpy_struct):
14801
14810
  :type event: 'Event'
14802
14811
  :param tweak: Tweak
14803
14812
  :type tweak: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]]
14804
- :rtype: typing.Union[typing.Set[int], typing.Set[str]]
14813
+ :rtype: typing.Union[typing.Set[str], typing.Set[int]]
14805
14814
  :return: result
14806
14815
  """
14807
14816
  ...
@@ -14809,14 +14818,14 @@ class Gizmo(bpy_struct):
14809
14818
  def setup(self): ...
14810
14819
  def invoke(
14811
14820
  self, context: "Context", event: "Event"
14812
- ) -> typing.Union[typing.Set[int], typing.Set[str]]:
14821
+ ) -> typing.Union[typing.Set[str], typing.Set[int]]:
14813
14822
  """
14814
14823
 
14815
14824
  :param context:
14816
14825
  :type context: 'Context'
14817
14826
  :param event:
14818
14827
  :type event: 'Event'
14819
- :rtype: typing.Union[typing.Set[int], typing.Set[str]]
14828
+ :rtype: typing.Union[typing.Set[str], typing.Set[int]]
14820
14829
  :return: result
14821
14830
  """
14822
14831
  ...
@@ -17271,10 +17280,10 @@ class KeyingSetInfo(bpy_struct):
17271
17280
  :type: typing.Union[str, typing.Any]
17272
17281
  """
17273
17282
 
17274
- bl_options: typing.Union[typing.Set[int], typing.Set[str]]
17283
+ bl_options: typing.Union[typing.Set[str], typing.Set[int]]
17275
17284
  """ Keying Set options to use when inserting keyframes
17276
17285
 
17277
- :type: typing.Union[typing.Set[int], typing.Set[str]]
17286
+ :type: typing.Union[typing.Set[str], typing.Set[int]]
17278
17287
  """
17279
17288
 
17280
17289
  def poll(self, context: typing.Optional["Context"]) -> bool:
@@ -17715,10 +17724,10 @@ class Macro(bpy_struct):
17715
17724
  :type: typing.Union[str, typing.Any]
17716
17725
  """
17717
17726
 
17718
- bl_options: typing.Union[typing.Set[int], typing.Set[str]]
17727
+ bl_options: typing.Union[typing.Set[str], typing.Set[int]]
17719
17728
  """ Options for this operator type
17720
17729
 
17721
- :type: typing.Union[typing.Set[int], typing.Set[str]]
17730
+ :type: typing.Union[typing.Set[str], typing.Set[int]]
17722
17731
  """
17723
17732
 
17724
17733
  bl_translation_context: typing.Union[str, typing.Any]
@@ -17753,13 +17762,13 @@ class Macro(bpy_struct):
17753
17762
 
17754
17763
  def report(
17755
17764
  self,
17756
- type: typing.Optional[typing.Union[typing.Set[int], typing.Set[str]]],
17765
+ type: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]],
17757
17766
  message: typing.Union[str, typing.Any],
17758
17767
  ):
17759
17768
  """report
17760
17769
 
17761
17770
  :param type: Type
17762
- :type type: typing.Optional[typing.Union[typing.Set[int], typing.Set[str]]]
17771
+ :type type: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]]
17763
17772
  :param message: Report Message
17764
17773
  :type message: typing.Union[str, typing.Any]
17765
17774
  """
@@ -22754,10 +22763,10 @@ class Operator(bpy_struct):
22754
22763
  :type: typing.Union[str, typing.Any]
22755
22764
  """
22756
22765
 
22757
- bl_options: typing.Union[typing.Set[int], typing.Set[str]]
22766
+ bl_options: typing.Union[typing.Set[str], typing.Set[int]]
22758
22767
  """ Options for this operator type
22759
22768
 
22760
- :type: typing.Union[typing.Set[int], typing.Set[str]]
22769
+ :type: typing.Union[typing.Set[str], typing.Set[int]]
22761
22770
  """
22762
22771
 
22763
22772
  bl_translation_context: typing.Union[str, typing.Any]
@@ -22816,13 +22825,13 @@ class Operator(bpy_struct):
22816
22825
 
22817
22826
  def report(
22818
22827
  self,
22819
- type: typing.Optional[typing.Union[typing.Set[int], typing.Set[str]]],
22828
+ type: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]],
22820
22829
  message: typing.Union[str, typing.Any],
22821
22830
  ):
22822
22831
  """report
22823
22832
 
22824
22833
  :param type: Type
22825
- :type type: typing.Optional[typing.Union[typing.Set[int], typing.Set[str]]]
22834
+ :type type: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]]
22826
22835
  :param message: Report Message
22827
22836
  :type message: typing.Union[str, typing.Any]
22828
22837
  """
@@ -22848,12 +22857,12 @@ class Operator(bpy_struct):
22848
22857
 
22849
22858
  def execute(
22850
22859
  self, context: "Context"
22851
- ) -> typing.Union[typing.Set[int], typing.Set[str]]:
22860
+ ) -> typing.Union[typing.Set[str], typing.Set[int]]:
22852
22861
  """Execute the operator
22853
22862
 
22854
22863
  :param context:
22855
22864
  :type context: 'Context'
22856
- :rtype: typing.Union[typing.Set[int], typing.Set[str]]
22865
+ :rtype: typing.Union[typing.Set[str], typing.Set[int]]
22857
22866
  :return: result
22858
22867
  """
22859
22868
  ...
@@ -22870,28 +22879,28 @@ class Operator(bpy_struct):
22870
22879
 
22871
22880
  def invoke(
22872
22881
  self, context: "Context", event: "Event"
22873
- ) -> typing.Union[typing.Set[int], typing.Set[str]]:
22882
+ ) -> typing.Union[typing.Set[str], typing.Set[int]]:
22874
22883
  """Invoke the operator
22875
22884
 
22876
22885
  :param context:
22877
22886
  :type context: 'Context'
22878
22887
  :param event:
22879
22888
  :type event: 'Event'
22880
- :rtype: typing.Union[typing.Set[int], typing.Set[str]]
22889
+ :rtype: typing.Union[typing.Set[str], typing.Set[int]]
22881
22890
  :return: result
22882
22891
  """
22883
22892
  ...
22884
22893
 
22885
22894
  def modal(
22886
22895
  self, context: "Context", event: "Event"
22887
- ) -> typing.Union[typing.Set[int], typing.Set[str]]:
22896
+ ) -> typing.Union[typing.Set[str], typing.Set[int]]:
22888
22897
  """Modal operator function
22889
22898
 
22890
22899
  :param context:
22891
22900
  :type context: 'Context'
22892
22901
  :param event:
22893
22902
  :type event: 'Event'
22894
- :rtype: typing.Union[typing.Set[int], typing.Set[str]]
22903
+ :rtype: typing.Union[typing.Set[str], typing.Set[int]]
22895
22904
  :return: result
22896
22905
  """
22897
22906
  ...
@@ -28779,13 +28788,13 @@ class RenderEngine(bpy_struct):
28779
28788
 
28780
28789
  def report(
28781
28790
  self,
28782
- type: typing.Optional[typing.Union[typing.Set[int], typing.Set[str]]],
28791
+ type: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]],
28783
28792
  message: typing.Union[str, typing.Any],
28784
28793
  ):
28785
28794
  """Report info, warning or error messages
28786
28795
 
28787
28796
  :param type: Type
28788
- :type type: typing.Optional[typing.Union[typing.Set[int], typing.Set[str]]]
28797
+ :type type: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]]
28789
28798
  :param message: Report Message
28790
28799
  :type message: typing.Union[str, typing.Any]
28791
28800
  """
@@ -39940,10 +39949,10 @@ class ToolSettings(bpy_struct):
39940
39949
  :type: typing.Union[str, int]
39941
39950
  """
39942
39951
 
39943
- snap_elements: typing.Union[typing.Set[int], typing.Set[str]]
39952
+ snap_elements: typing.Union[typing.Set[str], typing.Set[int]]
39944
39953
  """ Type of element to snap to
39945
39954
 
39946
- :type: typing.Union[typing.Set[int], typing.Set[str]]
39955
+ :type: typing.Union[typing.Set[str], typing.Set[int]]
39947
39956
  """
39948
39957
 
39949
39958
  snap_elements_base: typing.Union[typing.Set[str], typing.Set[int]]
@@ -43396,12 +43405,6 @@ class View3DCursor(bpy_struct):
43396
43405
  class View3DOverlay(bpy_struct):
43397
43406
  """Settings for display of overlays in the 3D viewport"""
43398
43407
 
43399
- backwire_opacity: float
43400
- """ Opacity when rendering transparent wires
43401
-
43402
- :type: float
43403
- """
43404
-
43405
43408
  bone_wire_alpha: float
43406
43409
  """ Maximum opacity of bones in wireframe display mode
43407
43410
 
@@ -64929,14 +64932,14 @@ class WindowManager(ID, bpy_struct):
64929
64932
  @classmethod
64930
64933
  def invoke_props_popup(
64931
64934
  cls, operator: typing.Optional["Operator"], event: typing.Optional["Event"]
64932
- ) -> typing.Union[typing.Set[int], typing.Set[str]]:
64935
+ ) -> typing.Union[typing.Set[str], typing.Set[int]]:
64933
64936
  """Operator popup invoke (show operator properties and execute it automatically on changes)
64934
64937
 
64935
64938
  :param operator: Operator to call
64936
64939
  :type operator: typing.Optional['Operator']
64937
64940
  :param event: Event
64938
64941
  :type event: typing.Optional['Event']
64939
- :rtype: typing.Union[typing.Set[int], typing.Set[str]]
64942
+ :rtype: typing.Union[typing.Set[str], typing.Set[int]]
64940
64943
  :return: result
64941
64944
  """
64942
64945
  ...
@@ -64946,14 +64949,14 @@ class WindowManager(ID, bpy_struct):
64946
64949
  cls,
64947
64950
  operator: typing.Optional["Operator"],
64948
64951
  width: typing.Optional[typing.Any] = 300,
64949
- ) -> typing.Union[typing.Set[int], typing.Set[str]]:
64952
+ ) -> typing.Union[typing.Set[str], typing.Set[int]]:
64950
64953
  """Operator dialog (non-autoexec popup) invoke (show operator properties and only execute it on click on OK button)
64951
64954
 
64952
64955
  :param operator: Operator to call
64953
64956
  :type operator: typing.Optional['Operator']
64954
64957
  :param width: Width of the popup
64955
64958
  :type width: typing.Optional[typing.Any]
64956
- :rtype: typing.Union[typing.Set[int], typing.Set[str]]
64959
+ :rtype: typing.Union[typing.Set[str], typing.Set[int]]
64957
64960
  :return: result
64958
64961
  """
64959
64962
  ...
@@ -64972,14 +64975,14 @@ class WindowManager(ID, bpy_struct):
64972
64975
  cls,
64973
64976
  operator: typing.Optional["Operator"],
64974
64977
  width: typing.Optional[typing.Any] = 300,
64975
- ) -> typing.Union[typing.Set[int], typing.Set[str]]:
64978
+ ) -> typing.Union[typing.Set[str], typing.Set[int]]:
64976
64979
  """Operator popup invoke (only shows operator's properties, without executing it)
64977
64980
 
64978
64981
  :param operator: Operator to call
64979
64982
  :type operator: typing.Optional['Operator']
64980
64983
  :param width: Width of the popup
64981
64984
  :type width: typing.Optional[typing.Any]
64982
- :rtype: typing.Union[typing.Set[int], typing.Set[str]]
64985
+ :rtype: typing.Union[typing.Set[str], typing.Set[int]]
64983
64986
  :return: result
64984
64987
  """
64985
64988
  ...
@@ -64987,14 +64990,14 @@ class WindowManager(ID, bpy_struct):
64987
64990
  @classmethod
64988
64991
  def invoke_confirm(
64989
64992
  cls, operator: typing.Optional["Operator"], event: typing.Optional["Event"]
64990
- ) -> typing.Union[typing.Set[int], typing.Set[str]]:
64993
+ ) -> typing.Union[typing.Set[str], typing.Set[int]]:
64991
64994
  """Operator confirmation popup (only to let user confirm the execution, no operator properties shown)
64992
64995
 
64993
64996
  :param operator: Operator to call
64994
64997
  :type operator: typing.Optional['Operator']
64995
64998
  :param event: Event
64996
64999
  :type event: typing.Optional['Event']
64997
- :rtype: typing.Union[typing.Set[int], typing.Set[str]]
65000
+ :rtype: typing.Union[typing.Set[str], typing.Set[int]]
64998
65001
  :return: result
64999
65002
  """
65000
65003
  ...
@@ -68023,10 +68026,10 @@ class DecimateModifier(Modifier, bpy_struct):
68023
68026
  :type: typing.Union[str, int]
68024
68027
  """
68025
68028
 
68026
- delimit: typing.Union[typing.Set[int], typing.Set[str]]
68029
+ delimit: typing.Union[typing.Set[str], typing.Set[int]]
68027
68030
  """ Limit merging geometry
68028
68031
 
68029
- :type: typing.Union[typing.Set[int], typing.Set[str]]
68032
+ :type: typing.Union[typing.Set[str], typing.Set[int]]
68030
68033
  """
68031
68034
 
68032
68035
  face_count: int
@@ -68843,10 +68846,10 @@ class MeshCacheModifier(Modifier, bpy_struct):
68843
68846
  :type: typing.Union[str, typing.Any]
68844
68847
  """
68845
68848
 
68846
- flip_axis: typing.Union[typing.Set[int], typing.Set[str]]
68849
+ flip_axis: typing.Union[typing.Set[str], typing.Set[int]]
68847
68850
  """
68848
68851
 
68849
- :type: typing.Union[typing.Set[int], typing.Set[str]]
68852
+ :type: typing.Union[typing.Set[str], typing.Set[int]]
68850
68853
  """
68851
68854
 
68852
68855
  forward_axis: typing.Union[str, int]
@@ -107836,10 +107839,10 @@ class GeometryNodeCurveHandleTypeSelection(
107836
107839
  :type: typing.Union[str, int]
107837
107840
  """
107838
107841
 
107839
- mode: typing.Union[typing.Set[int], typing.Set[str]]
107842
+ mode: typing.Union[typing.Set[str], typing.Set[int]]
107840
107843
  """ Whether to check the type of left and right handles
107841
107844
 
107842
- :type: typing.Union[typing.Set[int], typing.Set[str]]
107845
+ :type: typing.Union[typing.Set[str], typing.Set[int]]
107843
107846
  """
107844
107847
 
107845
107848
  @classmethod
@@ -108372,10 +108375,10 @@ class GeometryNodeCurveSetHandles(GeometryNode, NodeInternal, Node, bpy_struct):
108372
108375
  :type: typing.Union[str, int]
108373
108376
  """
108374
108377
 
108375
- mode: typing.Union[typing.Set[int], typing.Set[str]]
108378
+ mode: typing.Union[typing.Set[str], typing.Set[int]]
108376
108379
  """ Whether to update left and right handles
108377
108380
 
108378
- :type: typing.Union[typing.Set[int], typing.Set[str]]
108381
+ :type: typing.Union[typing.Set[str], typing.Set[int]]
108379
108382
  """
108380
108383
 
108381
108384
  @classmethod
bpy/utils/__init__.pyi CHANGED
@@ -2,8 +2,8 @@ import sys
2
2
  import typing
3
3
  import bpy.types
4
4
 
5
- from . import previews
6
5
  from . import units
6
+ from . import previews
7
7
 
8
8
  GenericType = typing.TypeVar("GenericType")
9
9
 
bpy_extras/__init__.pyi CHANGED
@@ -10,9 +10,9 @@ from . import id_map_utils
10
10
  from . import asset_utils
11
11
  from . import object_utils
12
12
  from . import anim_utils
13
- from . import wm_utils
14
- from . import bmesh_utils
15
13
  from . import extensions
14
+ from . import wm_utils
16
15
  from . import node_shader_utils
16
+ from . import bmesh_utils
17
17
 
18
18
  GenericType = typing.TypeVar("GenericType")
@@ -72,14 +72,14 @@ def bake_action_objects(
72
72
 
73
73
  def bake_action_objects_iter(
74
74
  object_action_pairs: typing.Union[
75
- "bpy.types.Sequence", "bpy.types.Object", "bpy.types.Action"
75
+ "bpy.types.Object", "bpy.types.Sequence", "bpy.types.Action"
76
76
  ],
77
77
  bake_o,
78
78
  ):
79
79
  """An coroutine that bakes actions for multiple objects.
80
80
 
81
81
  :param object_action_pairs: Sequence of object action tuples, action is the destination for the baked data. When None a new action will be created.
82
- :type object_action_pairs: typing.Union['bpy.types.Sequence', 'bpy.types.Object', 'bpy.types.Action']
82
+ :type object_action_pairs: typing.Union['bpy.types.Object', 'bpy.types.Sequence', 'bpy.types.Action']
83
83
  """
84
84
 
85
85
  ...
bpy_types/__init__.pyi CHANGED
@@ -61,6 +61,36 @@ class AssetShelf:
61
61
  def type_recast(self): ...
62
62
  def values(self): ...
63
63
 
64
+ class BoneCollection:
65
+ bl_rna: typing.Any
66
+ bones_recursive: typing.Any
67
+ id_data: typing.Any
68
+
69
+ def as_pointer(self): ...
70
+ def bl_rna_get_subclass(self): ...
71
+ def bl_rna_get_subclass_py(self): ...
72
+ def driver_add(self): ...
73
+ def driver_remove(self): ...
74
+ def get(self): ...
75
+ def id_properties_clear(self): ...
76
+ def id_properties_ensure(self): ...
77
+ def id_properties_ui(self): ...
78
+ def is_property_hidden(self): ...
79
+ def is_property_overridable_library(self): ...
80
+ def is_property_readonly(self): ...
81
+ def is_property_set(self): ...
82
+ def items(self): ...
83
+ def keyframe_delete(self): ...
84
+ def keyframe_insert(self): ...
85
+ def keys(self): ...
86
+ def path_from_id(self): ...
87
+ def path_resolve(self): ...
88
+ def pop(self): ...
89
+ def property_overridable_library_set(self): ...
90
+ def property_unset(self): ...
91
+ def type_recast(self): ...
92
+ def values(self): ...
93
+
64
94
  class Context:
65
95
  bl_rna: typing.Any
66
96
  id_data: typing.Any
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20240101
3
+ Version: 20240107
4
4
  Summary: Collection of the fake Blender Python API module for the code completion.
5
5
  Author: nutti
6
6
  Author-email: nutti.metro@gmail.com
@@ -13,12 +13,12 @@ bl_app_template_utils/__init__.pyi,sha256=CIMnHqA76dh_d9RIIrG_IsrdYCZuvJklshbxtJ
13
13
  bl_app_template_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  bl_console_utils/__init__.pyi,sha256=qOGRa_N1-VEAf9cr60mvvxQMYSKNNSzuSQ0_TuSEq1I,97
15
15
  bl_console_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
- bl_console_utils/autocomplete/__init__.pyi,sha256=FuzpCqwpWu7WQjYAIttoIBtpaA4d4d-9NgHcmTXwmDc,191
16
+ bl_console_utils/autocomplete/__init__.pyi,sha256=UcqY_Tq_NKj6VwzZO2wdHS5-UdyRbpyZhQNF9bf6sE8,191
17
17
  bl_console_utils/autocomplete/complete_calltip/__init__.pyi,sha256=Rw2uA3ktL5R--lwMMz3I9lc-AmStNYlqYIj7oz8ZlW0,248
18
18
  bl_console_utils/autocomplete/complete_import/__init__.pyi,sha256=REypgPPnMFPk4NzervlwOI3Gy44Txi4U7aM4gLhi3Hg,150
19
19
  bl_console_utils/autocomplete/complete_namespace/__init__.pyi,sha256=JtKAEFyeT4zFjwoxdXSMZQ1YAaf1SJBOd69ysxTxhJ8,260
20
20
  bl_console_utils/autocomplete/intellisense/__init__.pyi,sha256=BfJ5CLfwmTB3gE37-Vog8xnj8wYKU3ao5qJOaebyn1k,173
21
- bl_i18n_utils/__init__.pyi,sha256=YZJKgFvlb2py_41zGe27TNwYV5QRy1NFQG6wg9VM6to,253
21
+ bl_i18n_utils/__init__.pyi,sha256=cZbMnkSga_ik3lYww4cKbRJVO6ZSY2iAeKfqxTWLQ5U,253
22
22
  bl_i18n_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
23
  bl_i18n_utils/bl_extract_messages/__init__.pyi,sha256=4aYWWUVvaRBkbASoVVQgdDMg2QB2orMMJF0BNmvNFoc,902
24
24
  bl_i18n_utils/merge_po/__init__.pyi,sha256=kRw3brEQfj6eyDjU--MA-Sg3AS74IzmDHY_gcjZCUlo,87
@@ -27,7 +27,7 @@ bl_i18n_utils/utils/__init__.pyi,sha256=-JGWf-VUGY4dW7UW_9RkzerOKCBi_q3hWlwpQ4HT
27
27
  bl_i18n_utils/utils_cli/__init__.pyi,sha256=8T0Yiqb_eYkLx12tzzsfH2M07OZ9vp0gkmI_faVcNPU,271
28
28
  bl_i18n_utils/utils_languages_menu/__init__.pyi,sha256=HAr8hMUsOj7mXh6zCpoa_BUsHIO5NnU4MrQSZ0IhnfE,111
29
29
  bl_i18n_utils/utils_rtl/__init__.pyi,sha256=COZKFsnJ_CkL-rm2NEN59xLdU5bIG7TSAQVZFGj3v3c,137
30
- bl_keymap_utils/__init__.pyi,sha256=JA4-t0Xoe1Zypcy98CdkOwEQaxrlashtPzJ6fT1Fr0Q,208
30
+ bl_keymap_utils/__init__.pyi,sha256=ezkI-VzPfjyJaeSEcatS_Us7ltAEms9HdeiFZ1wcE3k,208
31
31
  bl_keymap_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
32
32
  bl_keymap_utils/io/__init__.pyi,sha256=gOCf5YjCIhV6sLhBGUOIG4-ws2L30ikPar2BMfImI5A,460
33
33
  bl_keymap_utils/keymap_from_toolbar/__init__.pyi,sha256=L66W6RPUIKPwstCeXn2-DL99aV13E0KWLPf2rnD_t9E,140
@@ -36,7 +36,7 @@ bl_keymap_utils/platform_helpers/__init__.pyi,sha256=3Yx0ye83ae8XTdtALcy8MBrOCWg
36
36
  bl_keymap_utils/versioning/__init__.pyi,sha256=bp1g6HijeBeJbCCodpi5U2RoFRZPd0zdAQqz6Vwczhs,132
37
37
  bl_math/__init__.pyi,sha256=huOF-N07-NDNRWnF5OZ53dQ1IZxd5MtxHgIqfaLFpfM,1591
38
38
  bl_math/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
- bl_operators/__init__.pyi,sha256=jHYETK2l3r58X89xeFhzY7_WuWvGNVNDlSgGAl99Hu4,846
39
+ bl_operators/__init__.pyi,sha256=x__g1IGqJ9Y5_3qUsS4Jy04NbN3dbnqcLUYKjvDlhTQ,846
40
40
  bl_operators/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
41
41
  bl_operators/add_mesh_torus/__init__.pyi,sha256=Ou1PpWNJ_J5KuJ7eZ3OrHl4LfUqXLJBl3U9jUIKpOhk,1578
42
42
  bl_operators/anim/__init__.pyi,sha256=hbA_IsNk4G0o2daj-SYDU2Z1Dj0UEkq5tzq2uG4HM7s,8113
@@ -77,7 +77,7 @@ bl_rna_utils/data_path/__init__.pyi,sha256=by0GTuwldwKDernceXM_MTRgJQKEWWdEkx20-
77
77
  bl_text_utils/__init__.pyi,sha256=mA4rhlhHGbhXjawE0_uzcLQZhw4Rj4xm5DsFzDaoR0I,100
78
78
  bl_text_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
79
79
  bl_text_utils/external_editor/__init__.pyi,sha256=AFtCr2YnVkJgbiliZpvZYFuxzLRJeBO581yb5a1L_D4,125
80
- bl_ui/__init__.pyi,sha256=oHqPxULMR9Pa3P64MWpYoRuI8t6z1faGPqAy-j8WQPY,6988
80
+ bl_ui/__init__.pyi,sha256=dVwpbimgwANTB24HXq0zuPCUqKH_Dn-8dPXeapvy4LU,6988
81
81
  bl_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
82
82
  bl_ui/asset_shelf/__init__.pyi,sha256=JU2O4XsUUuGxQ5VLcMT4bsU85uNrAd2f4xAPIzC3mjE,1324
83
83
  bl_ui/generic_ui_list/__init__.pyi,sha256=Z2JnBFJVHJIS2G9jLltczjAk5hXJ2kw3amar1XHZHjw,4282
@@ -154,7 +154,7 @@ bl_ui/space_userpref/__init__.pyi,sha256=GUoWsY2JBsi8O2PHf1Z2RRDED7Xvqa0Q6giau15
154
154
  bl_ui/space_view3d/__init__.pyi,sha256=NPQ-3fCFhHu5Pz3YBDsNF8z83WPuRgw-A4KpUaY7dKo,363360
155
155
  bl_ui/space_view3d_toolbar/__init__.pyi,sha256=lNh1jWZdaMsYa9LhTOhAYPBoqMkB1-iUiuz1fITMrnY,140287
156
156
  bl_ui/utils/__init__.pyi,sha256=jqC_UaM1SsHFfGoA1A1vwLDS54npPcPBphavDXfYuao,512
157
- bl_ui_utils/__init__.pyi,sha256=09VcD0Qr5ySzpITMc17GRGqGUrN-qjyG6qBeq0jgIFk,120
157
+ bl_ui_utils/__init__.pyi,sha256=NueTVhcSnz7Cgzo_iG7uvCHf8HbOarIj8-uz79zg-LA,120
158
158
  bl_ui_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
159
159
  bl_ui_utils/bug_report_url/__init__.pyi,sha256=TvDEtwviwh9KFx6H7OBbpADFvLId01fMx4TXoGRanPo,117
160
160
  bl_ui_utils/layout/__init__.pyi,sha256=KsdnwCJlAHD4CSC0RY2Rb2sPcuK5Xt7D7M5lKq1SnB0,117
@@ -168,15 +168,15 @@ bmesh/geometry/__init__.pyi,sha256=ZNWeqa8UPLoM04_2CG-PGREKg6-HPXRj2oUXyq9KSF0,6
168
168
  bmesh/ops/__init__.pyi,sha256=x2blm_G6g91m3soq-ReQpgxN25XAZfPyI_UlgoM6je8,72886
169
169
  bmesh/types/__init__.pyi,sha256=2bcXNXMZoq7n8NmmvXVYxKSqZS03s6tw26OgckAsKOY,39624
170
170
  bmesh/utils/__init__.pyi,sha256=7UUZtyw2frpxddxB8ehl6Au0w2lPb63q6A96r2YVMJk,6332
171
- bpy/__init__.pyi,sha256=H-LtvJRMEzc9Sp8APiE51T5WXkX8SoOU16nQXGrfoIo,324
171
+ bpy/__init__.pyi,sha256=-BxAnb58vvhcauzT2y2IbWRPynDKChUKlAXdfIYUaSc,324
172
172
  bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
173
- bpy/app/__init__.pyi,sha256=os6Lo1zHgguenJjIG6bZAHM4-mqe6_GMmfmxDxK74MA,9473
173
+ bpy/app/__init__.pyi,sha256=M5GcIUXcPtJVa6gQVwJEBdh8re4_ahShgHxIdq1B4W4,9473
174
174
  bpy/app/handlers/__init__.pyi,sha256=PQi-_xUuD0Uskg1NnNCaK7boB7yujYHpNKksDY7te8A,5278
175
175
  bpy/app/icons/__init__.pyi,sha256=tOC3c9N_BLT3G0viXxPhMook_lPDGJoUmTYHjg_NOZw,1121
176
176
  bpy/app/timers/__init__.pyi,sha256=Zuw20JvFn0Vnd0fmMMagiMYB7ECYgvDZOctgT0V6zYw,1456
177
177
  bpy/app/translations/__init__.pyi,sha256=yLfPZMUNk7-K4SKiq7FRkw7rdWtnu-W7seJOSJYsJJg,4423
178
178
  bpy/msgbus/__init__.pyi,sha256=RvHE7HXTy24U9DljsS4I6Q3stXfqoTlgKM_MjaT0wGQ,1605
179
- bpy/ops/__init__.pyi,sha256=-DQzrbEDbXSZ18IPbNko-8nCg-6o-6xHShEK3988XzQ,1751
179
+ bpy/ops/__init__.pyi,sha256=DZfPHAUG_vtqIUgViGCUofErjls6cbe1u_kegUq839E,1751
180
180
  bpy/ops/action/__init__.pyi,sha256=fp2H1MFKyRdirKHtXlum1OWndPG2cvHWPr7uohovMXw,28955
181
181
  bpy/ops/anim/__init__.pyi,sha256=cCqYTsgttcZdPt8nEGNtIPa3xOfXKd-ElF--MRkQKiM,39230
182
182
  bpy/ops/armature/__init__.pyi,sha256=_VrIOucyMbPz9yN1l6Ov8P4Nc4jMXcsdop8XCpbEic8,35006
@@ -251,18 +251,18 @@ bpy/ops/uilist/__init__.pyi,sha256=3WX1_iB6DM2qTyWR_KmaYOYYNQSGsxt6K0xrvW_3Sg0,3
251
251
  bpy/ops/uv/__init__.pyi,sha256=qkSTqxOtwV6v7tzbxsItP0ExzjRKDAeCKh6OCJyCsXE,60055
252
252
  bpy/ops/view2d/__init__.pyi,sha256=43YtDCc0us5-3PviP6vRwglLiZhnErjSacZyPmSA1YM,12252
253
253
  bpy/ops/view3d/__init__.pyi,sha256=4JJeY5JiQv4sB91KrKKBsSStht80-inApCk8Cco7HsI,57220
254
- bpy/ops/wm/__init__.pyi,sha256=B1uU35njYgRjD7oSU1cEJpcvaBhvw9eMDhm5Fe_FTmw,272794
254
+ bpy/ops/wm/__init__.pyi,sha256=6t-6INhZvQErYbHzk7VVrwpJKqzK7MPKJxSj6fzYJdc,275550
255
255
  bpy/ops/workspace/__init__.pyi,sha256=qMybRMnxonzKlIe1vscg5ASBuXWrC3hv_2eqRTilRWk,4078
256
256
  bpy/ops/world/__init__.pyi,sha256=nPUTiumoo6f727F6tFUU8L4kyxAEbKISld9WfPCDjSk,573
257
257
  bpy/path/__init__.pyi,sha256=pdIIUh8bu1ueGuu1QJ0Lu5MsGBlauirt1qthSXsV1RA,6143
258
258
  bpy/props/__init__.pyi,sha256=GIygMkjryh8FAbR-QRGy7-EmMu4FA0xttWks5CIeXao,27520
259
- bpy/types/__init__.pyi,sha256=IY1SXOliHVWw7TiXrvDR-VLS9jQQslcr7BowA952H2w,3389812
260
- bpy/utils/__init__.pyi,sha256=S2hFPTK7VxdKWwqEvYzTRNHFXb6MMbLjufe8_Ib4clo,10513
259
+ bpy/types/__init__.pyi,sha256=3W7nP3QSSzNIltZjqLKLbCB83hAA4I-FB5nKWsg8594,3389663
260
+ bpy/utils/__init__.pyi,sha256=3AYqHxztMNlrnbmNmpvhmvD6VYxkl_limTSymB2ZfRQ,10513
261
261
  bpy/utils/previews/__init__.pyi,sha256=D_Cigr8LKjOgYULJYKEYxeOXpiZ5zvtaWS0UYXCS-0o,2254
262
262
  bpy/utils/units/__init__.pyi,sha256=dfh3KCRDrjv9FQoJ-YAitl5DIwJ3cJbC1rRkHz_QM6Y,2718
263
- bpy_extras/__init__.pyi,sha256=cQdIEM9UPRpEXvcAvU9RAWcm1NtP4u06-dEpSWIfuZM,437
263
+ bpy_extras/__init__.pyi,sha256=_cef6KlpdK0ezkJkyEjK3us4QduJ75gaHIUOK1d_ebM,437
264
264
  bpy_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
265
- bpy_extras/anim_utils/__init__.pyi,sha256=e6BtTA2qyZLKyrmU_E16VVX7GBr7ch00d8DYXBl8PUA,2629
265
+ bpy_extras/anim_utils/__init__.pyi,sha256=Ms-aP3AV0bPfAAc53e3kzWdjcdcXSufpGCXCch2jFUA,2629
266
266
  bpy_extras/asset_utils/__init__.pyi,sha256=ugLnZGwgepm58mWHS4cS_bmum9v9La2a1wKpg5VShHY,362
267
267
  bpy_extras/bmesh_utils/__init__.pyi,sha256=OmimPHBCsqCSKIbo4dLetnfgEiDapXJJ6Ys-G_d9cwQ,162
268
268
  bpy_extras/extensions/__init__.pyi,sha256=bdsIrb_l0d2w4d7-VdYRHrY1iSferwAUc8qAkJTmdtM,100
@@ -280,7 +280,7 @@ bpy_extras/wm_utils/__init__.pyi,sha256=DW9DeIMC3fdLn7M9-PndWQSe2eT-mB5rhr8au0xj
280
280
  bpy_extras/wm_utils/progress_report/__init__.pyi,sha256=TSAbXLYIc2g3dMsiVq4_gam98zIo0YfbCjNUmxBTjCM,708
281
281
  bpy_restrict_state/__init__.pyi,sha256=gf2H4vB0Syh-ThKOewUkDdR-w4Fo8rf7h7ztlcfnADs,247
282
282
  bpy_restrict_state/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
283
- bpy_types/__init__.pyi,sha256=wQBYbwDRluBd65ldBKun-eZFsgq9UdgTx5q_eE3iOJ4,32340
283
+ bpy_types/__init__.pyi,sha256=RZtG8i7ozOcdJtqfd-k8ol4Qrti3lBLbk13dHXtbjIE,33268
284
284
  bpy_types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
285
285
  console_python/__init__.pyi,sha256=NFp-T2SCOOLR-N7V4zWJ9Er7N6nD3NYSYIFQiLKAPrM,420
286
286
  console_python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -342,7 +342,7 @@ rna_xml/__init__.pyi,sha256=FBeu5sXsynEVp7-RejFGDQxQWa5tyMGJhpeeVvKSOuI,482
342
342
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
343
343
  sys_info/__init__.pyi,sha256=RN6EcA0WmaY1U3j8SxCoXsOSCV6iYCA6E0qFwZ0x63s,104
344
344
  sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
345
- fake_bpy_module-20240101.dist-info/METADATA,sha256=qf35eqhztEZw4whJuSGwHen5ppuilTrYyPp8qeAf4A8,7008
346
- fake_bpy_module-20240101.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
347
- fake_bpy_module-20240101.dist-info/top_level.txt,sha256=7r84ZPNSbRAopA50b0pH3uZ2ysQ2IvkuP0uXadxl7gs,495
348
- fake_bpy_module-20240101.dist-info/RECORD,,
345
+ fake_bpy_module-20240107.dist-info/METADATA,sha256=vsrFcdtXLOEEhq8m6xNC0pcvd2_oK9yB4F_cawaA3NQ,7008
346
+ fake_bpy_module-20240107.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
347
+ fake_bpy_module-20240107.dist-info/top_level.txt,sha256=7r84ZPNSbRAopA50b0pH3uZ2ysQ2IvkuP0uXadxl7gs,495
348
+ fake_bpy_module-20240107.dist-info/RECORD,,