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

@@ -496,6 +496,28 @@ def interpolate_sequence(
496
496
  :type period: float | None
497
497
  """
498
498
 
499
+ def join_selection(
500
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
501
+ execution_context: int | str | None = None,
502
+ undo: bool | None = None,
503
+ *,
504
+ type: typing.Literal["JOINCOPY", "JOIN"] | None = "JOIN",
505
+ ):
506
+ """New stroke from selected points/strokes
507
+
508
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
509
+ :type execution_context: int | str | None
510
+ :type undo: bool | None
511
+ :param type: Type, Defines how the operator will behave on the selection in the active layer
512
+
513
+ JOINCOPY
514
+ Join and Copy -- Copy the selection in the new stroke.
515
+
516
+ JOIN
517
+ Join -- Move the selection to the new stroke.
518
+ :type type: typing.Literal['JOINCOPY','JOIN'] | None
519
+ """
520
+
499
521
  def layer_active(
500
522
  override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
501
523
  execution_context: int | str | None = None,
bpy/types/__init__.pyi CHANGED
@@ -30397,6 +30397,8 @@ of the scene and only show nodes of the renderer they are designed for.
30397
30397
  * FunctionNodeInvertMatrix.output_template
30398
30398
  * FunctionNodeInvertRotation.input_template
30399
30399
  * FunctionNodeInvertRotation.output_template
30400
+ * FunctionNodeMatrixDeterminant.input_template
30401
+ * FunctionNodeMatrixDeterminant.output_template
30400
30402
  * FunctionNodeMatrixMultiply.input_template
30401
30403
  * FunctionNodeMatrixMultiply.output_template
30402
30404
  * FunctionNodeProjectPoint.input_template
@@ -89139,6 +89141,98 @@ database.
89139
89141
  :columns: 2
89140
89142
 
89141
89143
 
89144
+ --------------------
89145
+
89146
+ * bpy_struct.id_data
89147
+ * Node.type
89148
+ * Node.location
89149
+ * Node.width
89150
+ * Node.height
89151
+ * Node.dimensions
89152
+ * Node.name
89153
+ * Node.label
89154
+ * Node.inputs
89155
+ * Node.outputs
89156
+ * Node.internal_links
89157
+ * Node.parent
89158
+ * Node.warning_propagation
89159
+ * Node.use_custom_color
89160
+ * Node.color
89161
+ * Node.select
89162
+ * Node.show_options
89163
+ * Node.show_preview
89164
+ * Node.hide
89165
+ * Node.mute
89166
+ * Node.show_texture
89167
+ * Node.bl_idname
89168
+ * Node.bl_label
89169
+ * Node.bl_description
89170
+ * Node.bl_icon
89171
+ * Node.bl_static_type
89172
+ * Node.bl_width_default
89173
+ * Node.bl_width_min
89174
+ * Node.bl_width_max
89175
+ * Node.bl_height_default
89176
+ * Node.bl_height_min
89177
+ * Node.bl_height_max
89178
+
89179
+ :columns: 2
89180
+
89181
+
89182
+ --------------------
89183
+
89184
+ * bpy_struct.as_pointer
89185
+ * bpy_struct.driver_add
89186
+ * bpy_struct.driver_remove
89187
+ * bpy_struct.get
89188
+ * bpy_struct.id_properties_clear
89189
+ * bpy_struct.id_properties_ensure
89190
+ * bpy_struct.id_properties_ui
89191
+ * bpy_struct.is_property_hidden
89192
+ * bpy_struct.is_property_overridable_library
89193
+ * bpy_struct.is_property_readonly
89194
+ * bpy_struct.is_property_set
89195
+ * bpy_struct.items
89196
+ * bpy_struct.keyframe_delete
89197
+ * bpy_struct.keyframe_insert
89198
+ * bpy_struct.keys
89199
+ * bpy_struct.path_from_id
89200
+ * bpy_struct.path_resolve
89201
+ * bpy_struct.pop
89202
+ * bpy_struct.property_overridable_library_set
89203
+ * bpy_struct.property_unset
89204
+ * bpy_struct.type_recast
89205
+ * bpy_struct.values
89206
+ * Node.socket_value_update
89207
+ * Node.is_registered_node_type
89208
+ * Node.poll
89209
+ * Node.poll_instance
89210
+ * Node.update
89211
+ * Node.insert_link
89212
+ * Node.init
89213
+ * Node.copy
89214
+ * Node.free
89215
+ * Node.draw_buttons
89216
+ * Node.draw_buttons_ext
89217
+ * Node.draw_label
89218
+ * Node.debug_zone_body_lazy_function_graph
89219
+ * Node.debug_zone_lazy_function_graph
89220
+ * Node.poll
89221
+ * Node.bl_rna_get_subclass
89222
+ * Node.bl_rna_get_subclass_py
89223
+ * NodeInternal.poll
89224
+ * NodeInternal.poll_instance
89225
+ * NodeInternal.update
89226
+ * NodeInternal.draw_buttons
89227
+ * NodeInternal.draw_buttons_ext
89228
+ * NodeInternal.bl_rna_get_subclass
89229
+ * NodeInternal.bl_rna_get_subclass_py
89230
+ * FunctionNode.bl_rna_get_subclass
89231
+ * FunctionNode.bl_rna_get_subclass_py
89232
+
89233
+ :columns: 2
89234
+
89235
+
89142
89236
  --------------------
89143
89237
 
89144
89238
  * bpy_struct.id_data
@@ -141728,6 +141822,57 @@ class FunctionNodeInvertRotation(FunctionNode, NodeInternal, Node, bpy_struct):
141728
141822
  :rtype: typing.Any
141729
141823
  """
141730
141824
 
141825
+ class FunctionNodeMatrixDeterminant(FunctionNode, NodeInternal, Node, bpy_struct):
141826
+ @classmethod
141827
+ def is_registered_node_type(cls) -> bool:
141828
+ """True if a registered node type
141829
+
141830
+ :return: Result
141831
+ :rtype: bool
141832
+ """
141833
+
141834
+ @classmethod
141835
+ def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
141836
+ """Input socket template
141837
+
141838
+ :param index: Index
141839
+ :type index: int | None
141840
+ :return: result
141841
+ :rtype: NodeInternalSocketTemplate
141842
+ """
141843
+
141844
+ @classmethod
141845
+ def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
141846
+ """Output socket template
141847
+
141848
+ :param index: Index
141849
+ :type index: int | None
141850
+ :return: result
141851
+ :rtype: NodeInternalSocketTemplate
141852
+ """
141853
+
141854
+ @classmethod
141855
+ def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
141856
+ """
141857
+
141858
+ :param id: The RNA type identifier.
141859
+ :type id: str | None
141860
+ :param default:
141861
+ :return: The RNA type or default when not found.
141862
+ :rtype: Struct
141863
+ """
141864
+
141865
+ @classmethod
141866
+ def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
141867
+ """
141868
+
141869
+ :param id: The RNA type identifier.
141870
+ :type id: str | None
141871
+ :param default:
141872
+ :return: The class or default when not found.
141873
+ :rtype: typing.Any
141874
+ """
141875
+
141731
141876
  class FunctionNodeMatrixMultiply(FunctionNode, NodeInternal, Node, bpy_struct):
141732
141877
  @classmethod
141733
141878
  def is_registered_node_type(cls) -> bool:
@@ -142732,6 +142877,12 @@ class FunctionNodeTransposeMatrix(FunctionNode, NodeInternal, Node, bpy_struct):
142732
142877
  """
142733
142878
 
142734
142879
  class FunctionNodeValueToString(FunctionNode, NodeInternal, Node, bpy_struct):
142880
+ data_type: typing.Literal["FLOAT", "INT"]
142881
+ """
142882
+
142883
+ :type: typing.Literal['FLOAT','INT']
142884
+ """
142885
+
142735
142886
  @classmethod
142736
142887
  def is_registered_node_type(cls) -> bool:
142737
142888
  """True if a registered node type
@@ -225589,6 +225740,7 @@ class View3DShading(bpy_struct):
225589
225740
  "SPECULAR_LIGHT",
225590
225741
  "SPECULAR_COLOR",
225591
225742
  "VOLUME_LIGHT",
225743
+ "POSITION",
225592
225744
  "NORMAL",
225593
225745
  "MIST",
225594
225746
  "CryptoObject",
@@ -225598,7 +225750,7 @@ class View3DShading(bpy_struct):
225598
225750
  ]
225599
225751
  """ Render Pass to show in the viewport
225600
225752
 
225601
- :type: typing.Literal['COMBINED','EMISSION','ENVIRONMENT','AO','SHADOW','TRANSPARENT','DIFFUSE_LIGHT','DIFFUSE_COLOR','SPECULAR_LIGHT','SPECULAR_COLOR','VOLUME_LIGHT','NORMAL','MIST','CryptoObject','CryptoAsset','CryptoMaterial','AOV']
225753
+ :type: typing.Literal['COMBINED','EMISSION','ENVIRONMENT','AO','SHADOW','TRANSPARENT','DIFFUSE_LIGHT','DIFFUSE_COLOR','SPECULAR_LIGHT','SPECULAR_COLOR','VOLUME_LIGHT','POSITION','NORMAL','MIST','CryptoObject','CryptoAsset','CryptoMaterial','AOV']
225602
225754
  """
225603
225755
 
225604
225756
  selected_studio_light: StudioLight
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20240930
3
+ Version: 20241001
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
@@ -227,7 +227,7 @@ bpy/ops/geometry/__init__.pyi,sha256=Ix8MGXa5gZBQT3aWGmDfrKPx-MTtmloRflfwiHicuTU
227
227
  bpy/ops/gizmogroup/__init__.pyi,sha256=OFN5NNvr_HFc_L7pvjSWKY_D8nF2_Ue8z6nGjB-_xac,1595
228
228
  bpy/ops/gpencil/__init__.pyi,sha256=Kquv3mCTVCIrdbPO4JtM9NWYsQuR9U9XzWVtj9HNmGI,108001
229
229
  bpy/ops/graph/__init__.pyi,sha256=uH--tIvXthUVXBm5vcmpGw_OgRG5mMZ8ITttZBqUDSo,51543
230
- bpy/ops/grease_pencil/__init__.pyi,sha256=RBpfalZOeY9Qmx2IC7rx3lxFD8KerfCkc6UGcGDP0Tw,70529
230
+ bpy/ops/grease_pencil/__init__.pyi,sha256=1lIU44ZumkB7mQNSI7YiBMqa8NriBMndkW_RjuHkfRs,71293
231
231
  bpy/ops/image/__init__.pyi,sha256=dJQe9-vHnpLHxDqXWfx3Yq9CyIHKkCBsxf4-vS1rmu8,59838
232
232
  bpy/ops/import_anim/__init__.pyi,sha256=7BExOyxBpXdbfQQN_foBI0FIfqHte9U1nfWEvNKYH0Y,3216
233
233
  bpy/ops/import_curve/__init__.pyi,sha256=U3eiL0CsWblWZe8O58JOxSXhr2sgHRHKwVzozIMsck4,651
@@ -276,7 +276,7 @@ bpy/ops/workspace/__init__.pyi,sha256=4qG0-HkVfaGfdBe9QvBCKUox03nb1ZfeV1fz-0b3KJ
276
276
  bpy/ops/world/__init__.pyi,sha256=ytaDhwJ-K4SbWylChL1za6lvMNM2-RX1S0BR7892Afg,946
277
277
  bpy/path/__init__.pyi,sha256=lXSqQ4p4zukM_-6TaN4v7lNWFVY0xbYGMkOVLpkbpsI,5444
278
278
  bpy/props/__init__.pyi,sha256=jUUCk6C-K0f8Qt8-ln9GB_IH0NteN6meCPjr2spyhq4,29439
279
- bpy/types/__init__.pyi,sha256=Ir8yN4xPeiGYEYNHO5W_RMYABZNEktiLJgJYUcRtibc,5355380
279
+ bpy/types/__init__.pyi,sha256=YlCF2OLT5dQRFXdnYtNdKZ_mchP92qGVBrcfMBFU0TM,5358899
280
280
  bpy/typing/__init__.pyi,sha256=7jjNtrLEpp8FCObTBb-IvF1rzAzDIXa1vaDvS58s9yg,137984
281
281
  bpy/utils/__init__.pyi,sha256=AEb3oVPPh_gqLyKORj6rsxDPWvXIHjqp_eME3z98GcM,13117
282
282
  bpy/utils/previews/__init__.pyi,sha256=AsbDN4vRLbSTZ7_S_4LqmI1sJmV_8NnqDt1QfBdH94Y,2280
@@ -359,7 +359,7 @@ rna_prop_ui/__init__.pyi,sha256=lShhkbbeJ_ANi2dy4J4HIkyp1HZrMqCfhcf8QpAQsj0,1281
359
359
  rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
360
360
  rna_xml/__init__.pyi,sha256=idYsAZj-_egBKMA2pQl2P9IoNhZxXIkBSALFuq-ylO8,577
361
361
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
362
- fake_bpy_module-20240930.dist-info/METADATA,sha256=rQIlty7Ecx-SPkm1U75aRKm4vFDRc2kCd4VFo_HxU8I,7289
363
- fake_bpy_module-20240930.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
364
- fake_bpy_module-20240930.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
365
- fake_bpy_module-20240930.dist-info/RECORD,,
362
+ fake_bpy_module-20241001.dist-info/METADATA,sha256=qURcy97GsccRBDVvrwemJdcEZBTZg8zonaD2jaWMHWs,7289
363
+ fake_bpy_module-20241001.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
364
+ fake_bpy_module-20241001.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
365
+ fake_bpy_module-20241001.dist-info/RECORD,,