fake-bpy-module 20250519__py3-none-any.whl → 20250521__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/ops/asset/__init__.pyi +21 -0
- bpy/ops/object/__init__.pyi +1 -1
- bpy/ops/pose/__init__.pyi +23 -2
- bpy/ops/sequencer/__init__.pyi +1 -1
- bpy/ops/spreadsheet/__init__.pyi +9 -0
- bpy/ops/wm/__init__.pyi +1 -1
- bpy/types/__init__.pyi +658 -181
- {fake_bpy_module-20250519.dist-info → fake_bpy_module-20250521.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250519.dist-info → fake_bpy_module-20250521.dist-info}/RECORD +13 -13
- {fake_bpy_module-20250519.dist-info → fake_bpy_module-20250521.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- gpu_extras/batch/__init__.pyi +3 -2
- {fake_bpy_module-20250519.dist-info → fake_bpy_module-20250521.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -39175,6 +39175,104 @@ database.
|
|
|
39175
39175
|
:columns: 2
|
|
39176
39176
|
|
|
39177
39177
|
|
|
39178
|
+
--------------------
|
|
39179
|
+
|
|
39180
|
+
* bpy_struct.id_data
|
|
39181
|
+
* Node.type
|
|
39182
|
+
* Node.location
|
|
39183
|
+
* Node.location_absolute
|
|
39184
|
+
* Node.width
|
|
39185
|
+
* Node.height
|
|
39186
|
+
* Node.dimensions
|
|
39187
|
+
* Node.name
|
|
39188
|
+
* Node.label
|
|
39189
|
+
* Node.inputs
|
|
39190
|
+
* Node.outputs
|
|
39191
|
+
* Node.internal_links
|
|
39192
|
+
* Node.parent
|
|
39193
|
+
* Node.warning_propagation
|
|
39194
|
+
* Node.use_custom_color
|
|
39195
|
+
* Node.color
|
|
39196
|
+
* Node.color_tag
|
|
39197
|
+
* Node.select
|
|
39198
|
+
* Node.show_options
|
|
39199
|
+
* Node.show_preview
|
|
39200
|
+
* Node.hide
|
|
39201
|
+
* Node.mute
|
|
39202
|
+
* Node.show_texture
|
|
39203
|
+
* Node.bl_idname
|
|
39204
|
+
* Node.bl_label
|
|
39205
|
+
* Node.bl_description
|
|
39206
|
+
* Node.bl_icon
|
|
39207
|
+
* Node.bl_static_type
|
|
39208
|
+
* Node.bl_width_default
|
|
39209
|
+
* Node.bl_width_min
|
|
39210
|
+
* Node.bl_width_max
|
|
39211
|
+
* Node.bl_height_default
|
|
39212
|
+
* Node.bl_height_min
|
|
39213
|
+
* Node.bl_height_max
|
|
39214
|
+
|
|
39215
|
+
:columns: 2
|
|
39216
|
+
|
|
39217
|
+
|
|
39218
|
+
--------------------
|
|
39219
|
+
|
|
39220
|
+
* bpy_struct.as_pointer
|
|
39221
|
+
* bpy_struct.driver_add
|
|
39222
|
+
* bpy_struct.driver_remove
|
|
39223
|
+
* bpy_struct.get
|
|
39224
|
+
* bpy_struct.id_properties_clear
|
|
39225
|
+
* bpy_struct.id_properties_ensure
|
|
39226
|
+
* bpy_struct.id_properties_ui
|
|
39227
|
+
* bpy_struct.is_property_hidden
|
|
39228
|
+
* bpy_struct.is_property_overridable_library
|
|
39229
|
+
* bpy_struct.is_property_readonly
|
|
39230
|
+
* bpy_struct.is_property_set
|
|
39231
|
+
* bpy_struct.items
|
|
39232
|
+
* bpy_struct.keyframe_delete
|
|
39233
|
+
* bpy_struct.keyframe_insert
|
|
39234
|
+
* bpy_struct.keys
|
|
39235
|
+
* bpy_struct.path_from_id
|
|
39236
|
+
* bpy_struct.path_resolve
|
|
39237
|
+
* bpy_struct.pop
|
|
39238
|
+
* bpy_struct.property_overridable_library_set
|
|
39239
|
+
* bpy_struct.property_unset
|
|
39240
|
+
* bpy_struct.rna_ancestors
|
|
39241
|
+
* bpy_struct.type_recast
|
|
39242
|
+
* bpy_struct.values
|
|
39243
|
+
* Node.socket_value_update
|
|
39244
|
+
* Node.is_registered_node_type
|
|
39245
|
+
* Node.poll
|
|
39246
|
+
* Node.poll_instance
|
|
39247
|
+
* Node.update
|
|
39248
|
+
* Node.insert_link
|
|
39249
|
+
* Node.init
|
|
39250
|
+
* Node.copy
|
|
39251
|
+
* Node.free
|
|
39252
|
+
* Node.draw_buttons
|
|
39253
|
+
* Node.draw_buttons_ext
|
|
39254
|
+
* Node.draw_label
|
|
39255
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
39256
|
+
* Node.debug_zone_lazy_function_graph
|
|
39257
|
+
* Node.poll
|
|
39258
|
+
* Node.bl_rna_get_subclass
|
|
39259
|
+
* Node.bl_rna_get_subclass_py
|
|
39260
|
+
* NodeInternal.poll
|
|
39261
|
+
* NodeInternal.poll_instance
|
|
39262
|
+
* NodeInternal.update
|
|
39263
|
+
* NodeInternal.draw_buttons
|
|
39264
|
+
* NodeInternal.draw_buttons_ext
|
|
39265
|
+
* NodeInternal.bl_rna_get_subclass
|
|
39266
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
39267
|
+
* CompositorNode.tag_need_exec
|
|
39268
|
+
* CompositorNode.poll
|
|
39269
|
+
* CompositorNode.update
|
|
39270
|
+
* CompositorNode.bl_rna_get_subclass
|
|
39271
|
+
* CompositorNode.bl_rna_get_subclass_py
|
|
39272
|
+
|
|
39273
|
+
:columns: 2
|
|
39274
|
+
|
|
39275
|
+
|
|
39178
39276
|
--------------------
|
|
39179
39277
|
|
|
39180
39278
|
* bpy_struct.id_data
|
|
@@ -46825,6 +46923,101 @@ FileHandler
|
|
|
46825
46923
|
:columns: 2
|
|
46826
46924
|
|
|
46827
46925
|
|
|
46926
|
+
--------------------
|
|
46927
|
+
|
|
46928
|
+
* bpy_struct.id_data
|
|
46929
|
+
* Node.type
|
|
46930
|
+
* Node.location
|
|
46931
|
+
* Node.location_absolute
|
|
46932
|
+
* Node.width
|
|
46933
|
+
* Node.height
|
|
46934
|
+
* Node.dimensions
|
|
46935
|
+
* Node.name
|
|
46936
|
+
* Node.label
|
|
46937
|
+
* Node.inputs
|
|
46938
|
+
* Node.outputs
|
|
46939
|
+
* Node.internal_links
|
|
46940
|
+
* Node.parent
|
|
46941
|
+
* Node.warning_propagation
|
|
46942
|
+
* Node.use_custom_color
|
|
46943
|
+
* Node.color
|
|
46944
|
+
* Node.color_tag
|
|
46945
|
+
* Node.select
|
|
46946
|
+
* Node.show_options
|
|
46947
|
+
* Node.show_preview
|
|
46948
|
+
* Node.hide
|
|
46949
|
+
* Node.mute
|
|
46950
|
+
* Node.show_texture
|
|
46951
|
+
* Node.bl_idname
|
|
46952
|
+
* Node.bl_label
|
|
46953
|
+
* Node.bl_description
|
|
46954
|
+
* Node.bl_icon
|
|
46955
|
+
* Node.bl_static_type
|
|
46956
|
+
* Node.bl_width_default
|
|
46957
|
+
* Node.bl_width_min
|
|
46958
|
+
* Node.bl_width_max
|
|
46959
|
+
* Node.bl_height_default
|
|
46960
|
+
* Node.bl_height_min
|
|
46961
|
+
* Node.bl_height_max
|
|
46962
|
+
|
|
46963
|
+
:columns: 2
|
|
46964
|
+
|
|
46965
|
+
|
|
46966
|
+
--------------------
|
|
46967
|
+
|
|
46968
|
+
* bpy_struct.as_pointer
|
|
46969
|
+
* bpy_struct.driver_add
|
|
46970
|
+
* bpy_struct.driver_remove
|
|
46971
|
+
* bpy_struct.get
|
|
46972
|
+
* bpy_struct.id_properties_clear
|
|
46973
|
+
* bpy_struct.id_properties_ensure
|
|
46974
|
+
* bpy_struct.id_properties_ui
|
|
46975
|
+
* bpy_struct.is_property_hidden
|
|
46976
|
+
* bpy_struct.is_property_overridable_library
|
|
46977
|
+
* bpy_struct.is_property_readonly
|
|
46978
|
+
* bpy_struct.is_property_set
|
|
46979
|
+
* bpy_struct.items
|
|
46980
|
+
* bpy_struct.keyframe_delete
|
|
46981
|
+
* bpy_struct.keyframe_insert
|
|
46982
|
+
* bpy_struct.keys
|
|
46983
|
+
* bpy_struct.path_from_id
|
|
46984
|
+
* bpy_struct.path_resolve
|
|
46985
|
+
* bpy_struct.pop
|
|
46986
|
+
* bpy_struct.property_overridable_library_set
|
|
46987
|
+
* bpy_struct.property_unset
|
|
46988
|
+
* bpy_struct.rna_ancestors
|
|
46989
|
+
* bpy_struct.type_recast
|
|
46990
|
+
* bpy_struct.values
|
|
46991
|
+
* Node.socket_value_update
|
|
46992
|
+
* Node.is_registered_node_type
|
|
46993
|
+
* Node.poll
|
|
46994
|
+
* Node.poll_instance
|
|
46995
|
+
* Node.update
|
|
46996
|
+
* Node.insert_link
|
|
46997
|
+
* Node.init
|
|
46998
|
+
* Node.copy
|
|
46999
|
+
* Node.free
|
|
47000
|
+
* Node.draw_buttons
|
|
47001
|
+
* Node.draw_buttons_ext
|
|
47002
|
+
* Node.draw_label
|
|
47003
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
47004
|
+
* Node.debug_zone_lazy_function_graph
|
|
47005
|
+
* Node.poll
|
|
47006
|
+
* Node.bl_rna_get_subclass
|
|
47007
|
+
* Node.bl_rna_get_subclass_py
|
|
47008
|
+
* NodeInternal.poll
|
|
47009
|
+
* NodeInternal.poll_instance
|
|
47010
|
+
* NodeInternal.update
|
|
47011
|
+
* NodeInternal.draw_buttons
|
|
47012
|
+
* NodeInternal.draw_buttons_ext
|
|
47013
|
+
* NodeInternal.bl_rna_get_subclass
|
|
47014
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
47015
|
+
* FunctionNode.bl_rna_get_subclass
|
|
47016
|
+
* FunctionNode.bl_rna_get_subclass_py
|
|
47017
|
+
|
|
47018
|
+
:columns: 2
|
|
47019
|
+
|
|
47020
|
+
|
|
46828
47021
|
--------------------
|
|
46829
47022
|
|
|
46830
47023
|
* bpy_struct.id_data
|
|
@@ -96886,6 +97079,8 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
96886
97079
|
* CompositorNodeRGBToBW.output_template
|
|
96887
97080
|
* CompositorNodeRLayers.input_template
|
|
96888
97081
|
* CompositorNodeRLayers.output_template
|
|
97082
|
+
* CompositorNodeRelativeToPixel.input_template
|
|
97083
|
+
* CompositorNodeRelativeToPixel.output_template
|
|
96889
97084
|
* CompositorNodeRotate.input_template
|
|
96890
97085
|
* CompositorNodeRotate.output_template
|
|
96891
97086
|
* CompositorNodeScale.input_template
|
|
@@ -96946,6 +97141,8 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
96946
97141
|
* FunctionNodeAxesToRotation.output_template
|
|
96947
97142
|
* FunctionNodeAxisAngleToRotation.input_template
|
|
96948
97143
|
* FunctionNodeAxisAngleToRotation.output_template
|
|
97144
|
+
* FunctionNodeBitMath.input_template
|
|
97145
|
+
* FunctionNodeBitMath.output_template
|
|
96949
97146
|
* FunctionNodeBooleanMath.input_template
|
|
96950
97147
|
* FunctionNodeBooleanMath.output_template
|
|
96951
97148
|
* FunctionNodeCombineColor.input_template
|
|
@@ -119564,13 +119761,13 @@ class Action(ID, bpy_struct):
|
|
|
119564
119761
|
"""
|
|
119565
119762
|
|
|
119566
119763
|
is_action_layered: bool
|
|
119567
|
-
""" Return whether this is a layered Action. An empty Action considered as both a '
|
|
119764
|
+
""" Return whether this is a layered Action. An empty Action is considered as both a 'legacy' and a 'layered' Action.
|
|
119568
119765
|
|
|
119569
119766
|
:type: bool
|
|
119570
119767
|
"""
|
|
119571
119768
|
|
|
119572
119769
|
is_action_legacy: bool
|
|
119573
|
-
""" Return whether this is a legacy Action. Legacy Actions have no layers or slots. An empty Action considered as both a 'legacy' and a 'layered' Action. Since Blender 4.4 actions are automatically updated to layered actions, and thus this will only return True when the action is empty
|
|
119770
|
+
""" Return whether this is a legacy Action. Legacy Actions have no layers or slots. An empty Action is considered as both a 'legacy' and a 'layered' Action. Since Blender 4.4 actions are automatically updated to layered actions, and thus this will only return True when the action is empty
|
|
119574
119771
|
|
|
119575
119772
|
:type: bool
|
|
119576
119773
|
"""
|
|
@@ -127214,7 +127411,7 @@ class Camera(ID, bpy_struct):
|
|
|
127214
127411
|
"""
|
|
127215
127412
|
|
|
127216
127413
|
cycles_custom: typing.Any | None
|
|
127217
|
-
""" Parameters for custom (OSL-based)
|
|
127414
|
+
""" Parameters for custom (OSL-based) cameras
|
|
127218
127415
|
|
|
127219
127416
|
:type: typing.Any | None
|
|
127220
127417
|
"""
|
|
@@ -130782,67 +130979,67 @@ class CompositorNodeColorCorrection(CompositorNode, NodeInternal, Node, bpy_stru
|
|
|
130782
130979
|
"""
|
|
130783
130980
|
|
|
130784
130981
|
highlights_contrast: float
|
|
130785
|
-
""" Highlights contrast. (Deprecated: Use Highlights Contrast input instead.
|
|
130982
|
+
""" Highlights contrast. (Deprecated: Use Highlights Contrast input instead.)
|
|
130786
130983
|
|
|
130787
130984
|
:type: float
|
|
130788
130985
|
"""
|
|
130789
130986
|
|
|
130790
130987
|
highlights_gain: float
|
|
130791
|
-
""" Highlights gain. (Deprecated: Use Highlights Gain input instead.
|
|
130988
|
+
""" Highlights gain. (Deprecated: Use Highlights Gain input instead.)
|
|
130792
130989
|
|
|
130793
130990
|
:type: float
|
|
130794
130991
|
"""
|
|
130795
130992
|
|
|
130796
130993
|
highlights_gamma: float
|
|
130797
|
-
""" Highlights gamma. (Deprecated: Use Highlights Gamma input instead.
|
|
130994
|
+
""" Highlights gamma. (Deprecated: Use Highlights Gamma input instead.)
|
|
130798
130995
|
|
|
130799
130996
|
:type: float
|
|
130800
130997
|
"""
|
|
130801
130998
|
|
|
130802
130999
|
highlights_lift: float
|
|
130803
|
-
""" Highlights lift. (Deprecated: Use Highlights Lift input instead.
|
|
131000
|
+
""" Highlights lift. (Deprecated: Use Highlights Lift input instead.)
|
|
130804
131001
|
|
|
130805
131002
|
:type: float
|
|
130806
131003
|
"""
|
|
130807
131004
|
|
|
130808
131005
|
highlights_saturation: float
|
|
130809
|
-
""" Highlights saturation. (Deprecated: Use Highlights Saturation input instead.
|
|
131006
|
+
""" Highlights saturation. (Deprecated: Use Highlights Saturation input instead.)
|
|
130810
131007
|
|
|
130811
131008
|
:type: float
|
|
130812
131009
|
"""
|
|
130813
131010
|
|
|
130814
131011
|
master_contrast: float
|
|
130815
|
-
""" Master contrast. (Deprecated: Use Master Contrast input instead.
|
|
131012
|
+
""" Master contrast. (Deprecated: Use Master Contrast input instead.)
|
|
130816
131013
|
|
|
130817
131014
|
:type: float
|
|
130818
131015
|
"""
|
|
130819
131016
|
|
|
130820
131017
|
master_gain: float
|
|
130821
|
-
""" Master gain. (Deprecated: Use Master Gain input instead.
|
|
131018
|
+
""" Master gain. (Deprecated: Use Master Gain input instead.)
|
|
130822
131019
|
|
|
130823
131020
|
:type: float
|
|
130824
131021
|
"""
|
|
130825
131022
|
|
|
130826
131023
|
master_gamma: float
|
|
130827
|
-
""" Master gamma. (Deprecated: Use Master Gamma input instead.
|
|
131024
|
+
""" Master gamma. (Deprecated: Use Master Gamma input instead.)
|
|
130828
131025
|
|
|
130829
131026
|
:type: float
|
|
130830
131027
|
"""
|
|
130831
131028
|
|
|
130832
131029
|
master_lift: float
|
|
130833
|
-
""" Master lift. (Deprecated: Use Master Lift input instead.
|
|
131030
|
+
""" Master lift. (Deprecated: Use Master Lift input instead.)
|
|
130834
131031
|
|
|
130835
131032
|
:type: float
|
|
130836
131033
|
"""
|
|
130837
131034
|
|
|
130838
131035
|
master_saturation: float
|
|
130839
|
-
""" Master saturation. (Deprecated: Use Master Saturation input instead.
|
|
131036
|
+
""" Master saturation. (Deprecated: Use Master Saturation input instead.)
|
|
130840
131037
|
|
|
130841
131038
|
:type: float
|
|
130842
131039
|
"""
|
|
130843
131040
|
|
|
130844
131041
|
midtones_contrast: float
|
|
130845
|
-
""" Midtones contrast. (Deprecated: Use Midtones Contrast input instead.
|
|
131042
|
+
""" Midtones contrast. (Deprecated: Use Midtones Contrast input instead.)
|
|
130846
131043
|
|
|
130847
131044
|
:type: float
|
|
130848
131045
|
"""
|
|
@@ -130854,25 +131051,25 @@ class CompositorNodeColorCorrection(CompositorNode, NodeInternal, Node, bpy_stru
|
|
|
130854
131051
|
"""
|
|
130855
131052
|
|
|
130856
131053
|
midtones_gain: float
|
|
130857
|
-
""" Midtones gain. (Deprecated: Use Midtones Gain input instead.
|
|
131054
|
+
""" Midtones gain. (Deprecated: Use Midtones Gain input instead.)
|
|
130858
131055
|
|
|
130859
131056
|
:type: float
|
|
130860
131057
|
"""
|
|
130861
131058
|
|
|
130862
131059
|
midtones_gamma: float
|
|
130863
|
-
""" Midtones gamma. (Deprecated: Use Midtones Gamma input instead.
|
|
131060
|
+
""" Midtones gamma. (Deprecated: Use Midtones Gamma input instead.)
|
|
130864
131061
|
|
|
130865
131062
|
:type: float
|
|
130866
131063
|
"""
|
|
130867
131064
|
|
|
130868
131065
|
midtones_lift: float
|
|
130869
|
-
""" Midtones lift. (Deprecated: Use Midtones Lift input instead.
|
|
131066
|
+
""" Midtones lift. (Deprecated: Use Midtones Lift input instead.)
|
|
130870
131067
|
|
|
130871
131068
|
:type: float
|
|
130872
131069
|
"""
|
|
130873
131070
|
|
|
130874
131071
|
midtones_saturation: float
|
|
130875
|
-
""" Midtones saturation. (Deprecated: Use Midtones Saturation input instead.
|
|
131072
|
+
""" Midtones saturation. (Deprecated: Use Midtones Saturation input instead.)
|
|
130876
131073
|
|
|
130877
131074
|
:type: float
|
|
130878
131075
|
"""
|
|
@@ -130890,31 +131087,31 @@ class CompositorNodeColorCorrection(CompositorNode, NodeInternal, Node, bpy_stru
|
|
|
130890
131087
|
"""
|
|
130891
131088
|
|
|
130892
131089
|
shadows_contrast: float
|
|
130893
|
-
""" Shadows contrast. (Deprecated: Use Shadows Contrast input instead.
|
|
131090
|
+
""" Shadows contrast. (Deprecated: Use Shadows Contrast input instead.)
|
|
130894
131091
|
|
|
130895
131092
|
:type: float
|
|
130896
131093
|
"""
|
|
130897
131094
|
|
|
130898
131095
|
shadows_gain: float
|
|
130899
|
-
""" Shadows gain. (Deprecated: Use Shadows Gain input instead.
|
|
131096
|
+
""" Shadows gain. (Deprecated: Use Shadows Gain input instead.)
|
|
130900
131097
|
|
|
130901
131098
|
:type: float
|
|
130902
131099
|
"""
|
|
130903
131100
|
|
|
130904
131101
|
shadows_gamma: float
|
|
130905
|
-
""" Shadows gamma. (Deprecated: Use Shadows Gamma input instead.
|
|
131102
|
+
""" Shadows gamma. (Deprecated: Use Shadows Gamma input instead.)
|
|
130906
131103
|
|
|
130907
131104
|
:type: float
|
|
130908
131105
|
"""
|
|
130909
131106
|
|
|
130910
131107
|
shadows_lift: float
|
|
130911
|
-
""" Shadows lift. (Deprecated: Use Shadows Lift input instead.
|
|
131108
|
+
""" Shadows lift. (Deprecated: Use Shadows Lift input instead.)
|
|
130912
131109
|
|
|
130913
131110
|
:type: float
|
|
130914
131111
|
"""
|
|
130915
131112
|
|
|
130916
131113
|
shadows_saturation: float
|
|
130917
|
-
""" Shadows saturation. (Deprecated: Use Shadows Saturation input instead.
|
|
131114
|
+
""" Shadows saturation. (Deprecated: Use Shadows Saturation input instead.)
|
|
130918
131115
|
|
|
130919
131116
|
:type: float
|
|
130920
131117
|
"""
|
|
@@ -135532,6 +135729,74 @@ class CompositorNodeRLayers(CompositorNode, NodeInternal, Node, bpy_struct):
|
|
|
135532
135729
|
:rtype: typing.Any
|
|
135533
135730
|
"""
|
|
135534
135731
|
|
|
135732
|
+
class CompositorNodeRelativeToPixel(CompositorNode, NodeInternal, Node, bpy_struct):
|
|
135733
|
+
"""Converts values that are relative to the image size to be in terms of pixels"""
|
|
135734
|
+
|
|
135735
|
+
data_type: typing.Literal["FLOAT", "VECTOR"]
|
|
135736
|
+
""" The type of data
|
|
135737
|
+
|
|
135738
|
+
:type: typing.Literal['FLOAT','VECTOR']
|
|
135739
|
+
"""
|
|
135740
|
+
|
|
135741
|
+
reference_dimension: typing.Literal[
|
|
135742
|
+
"PER_DIMENSION", "X", "Y", "Greater", "Smaller", "Diagonal"
|
|
135743
|
+
]
|
|
135744
|
+
""" Defines the dimension of the image that the relative value is in reference to
|
|
135745
|
+
|
|
135746
|
+
:type: typing.Literal['PER_DIMENSION','X','Y','Greater','Smaller','Diagonal']
|
|
135747
|
+
"""
|
|
135748
|
+
|
|
135749
|
+
@classmethod
|
|
135750
|
+
def is_registered_node_type(cls) -> bool:
|
|
135751
|
+
"""True if a registered node type
|
|
135752
|
+
|
|
135753
|
+
:return: Result
|
|
135754
|
+
:rtype: bool
|
|
135755
|
+
"""
|
|
135756
|
+
|
|
135757
|
+
@classmethod
|
|
135758
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
135759
|
+
"""Input socket template
|
|
135760
|
+
|
|
135761
|
+
:param index: Index
|
|
135762
|
+
:type index: int | None
|
|
135763
|
+
:return: result
|
|
135764
|
+
:rtype: NodeInternalSocketTemplate
|
|
135765
|
+
"""
|
|
135766
|
+
|
|
135767
|
+
@classmethod
|
|
135768
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
135769
|
+
"""Output socket template
|
|
135770
|
+
|
|
135771
|
+
:param index: Index
|
|
135772
|
+
:type index: int | None
|
|
135773
|
+
:return: result
|
|
135774
|
+
:rtype: NodeInternalSocketTemplate
|
|
135775
|
+
"""
|
|
135776
|
+
|
|
135777
|
+
def update(self): ...
|
|
135778
|
+
@classmethod
|
|
135779
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
135780
|
+
"""
|
|
135781
|
+
|
|
135782
|
+
:param id: The RNA type identifier.
|
|
135783
|
+
:type id: str | None
|
|
135784
|
+
:param default:
|
|
135785
|
+
:return: The RNA type or default when not found.
|
|
135786
|
+
:rtype: Struct
|
|
135787
|
+
"""
|
|
135788
|
+
|
|
135789
|
+
@classmethod
|
|
135790
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
135791
|
+
"""
|
|
135792
|
+
|
|
135793
|
+
:param id: The RNA type identifier.
|
|
135794
|
+
:type id: str | None
|
|
135795
|
+
:param default:
|
|
135796
|
+
:return: The class or default when not found.
|
|
135797
|
+
:rtype: typing.Any
|
|
135798
|
+
"""
|
|
135799
|
+
|
|
135535
135800
|
class CompositorNodeRotate(CompositorNode, NodeInternal, Node, bpy_struct):
|
|
135536
135801
|
"""Rotate image by specified angle"""
|
|
135537
135802
|
|
|
@@ -136846,7 +137111,7 @@ class CompositorNodeTranslate(CompositorNode, NodeInternal, Node, bpy_struct):
|
|
|
136846
137111
|
"""
|
|
136847
137112
|
|
|
136848
137113
|
use_relative: bool
|
|
136849
|
-
""" Use relative (fraction of input image size) values to define translation
|
|
137114
|
+
""" Use relative (fraction of input image size) values to define translation. (Deprecated: Unused.)
|
|
136850
137115
|
|
|
136851
137116
|
:type: bool
|
|
136852
137117
|
"""
|
|
@@ -147032,7 +147297,7 @@ class FluidFlowSettings(bpy_struct):
|
|
|
147032
147297
|
"""
|
|
147033
147298
|
|
|
147034
147299
|
surface_distance: float
|
|
147035
|
-
"""
|
|
147300
|
+
""" Height (in domain grid units) of fluid emission above the mesh surface. Higher values result in emission further away from the mesh surface. If this value and the emitter size are smaller than the domain grid unit, fluid will not be created
|
|
147036
147301
|
|
|
147037
147302
|
:type: float
|
|
147038
147303
|
"""
|
|
@@ -148581,6 +148846,65 @@ class FunctionNodeAxisAngleToRotation(FunctionNode, NodeInternal, Node, bpy_stru
|
|
|
148581
148846
|
:rtype: typing.Any
|
|
148582
148847
|
"""
|
|
148583
148848
|
|
|
148849
|
+
class FunctionNodeBitMath(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
148850
|
+
"""Perform bitwise operations on 32-bit integers"""
|
|
148851
|
+
|
|
148852
|
+
operation: typing.Literal["AND", "OR", "XOR", "NOT", "SHIFT", "ROTATE"]
|
|
148853
|
+
"""
|
|
148854
|
+
|
|
148855
|
+
:type: typing.Literal['AND','OR','XOR','NOT','SHIFT','ROTATE']
|
|
148856
|
+
"""
|
|
148857
|
+
|
|
148858
|
+
@classmethod
|
|
148859
|
+
def is_registered_node_type(cls) -> bool:
|
|
148860
|
+
"""True if a registered node type
|
|
148861
|
+
|
|
148862
|
+
:return: Result
|
|
148863
|
+
:rtype: bool
|
|
148864
|
+
"""
|
|
148865
|
+
|
|
148866
|
+
@classmethod
|
|
148867
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
148868
|
+
"""Input socket template
|
|
148869
|
+
|
|
148870
|
+
:param index: Index
|
|
148871
|
+
:type index: int | None
|
|
148872
|
+
:return: result
|
|
148873
|
+
:rtype: NodeInternalSocketTemplate
|
|
148874
|
+
"""
|
|
148875
|
+
|
|
148876
|
+
@classmethod
|
|
148877
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
148878
|
+
"""Output socket template
|
|
148879
|
+
|
|
148880
|
+
:param index: Index
|
|
148881
|
+
:type index: int | None
|
|
148882
|
+
:return: result
|
|
148883
|
+
:rtype: NodeInternalSocketTemplate
|
|
148884
|
+
"""
|
|
148885
|
+
|
|
148886
|
+
@classmethod
|
|
148887
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
148888
|
+
"""
|
|
148889
|
+
|
|
148890
|
+
:param id: The RNA type identifier.
|
|
148891
|
+
:type id: str | None
|
|
148892
|
+
:param default:
|
|
148893
|
+
:return: The RNA type or default when not found.
|
|
148894
|
+
:rtype: Struct
|
|
148895
|
+
"""
|
|
148896
|
+
|
|
148897
|
+
@classmethod
|
|
148898
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
148899
|
+
"""
|
|
148900
|
+
|
|
148901
|
+
:param id: The RNA type identifier.
|
|
148902
|
+
:type id: str | None
|
|
148903
|
+
:param default:
|
|
148904
|
+
:return: The class or default when not found.
|
|
148905
|
+
:rtype: typing.Any
|
|
148906
|
+
"""
|
|
148907
|
+
|
|
148584
148908
|
class FunctionNodeBooleanMath(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
148585
148909
|
operation: bpy._typing.rna_enums.NodeBooleanMathItems
|
|
148586
148910
|
"""
|
|
@@ -160431,7 +160755,7 @@ class GeometryNodeResampleCurve(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
160431
160755
|
"""Generate a poly spline for each input spline"""
|
|
160432
160756
|
|
|
160433
160757
|
keep_last_segment: bool
|
|
160434
|
-
"""
|
|
160758
|
+
""" Do not collapse curves to single points if they are shorter than the given length. The collapsing behavior exists for compatibility reasons.
|
|
160435
160759
|
|
|
160436
160760
|
:type: bool
|
|
160437
160761
|
"""
|
|
@@ -165428,12 +165752,6 @@ class GreasePencilArrayModifier(Modifier, bpy_struct):
|
|
|
165428
165752
|
:type: bool
|
|
165429
165753
|
"""
|
|
165430
165754
|
|
|
165431
|
-
layer_filter: str
|
|
165432
|
-
""" Layer name
|
|
165433
|
-
|
|
165434
|
-
:type: str
|
|
165435
|
-
"""
|
|
165436
|
-
|
|
165437
165755
|
layer_pass_filter: int
|
|
165438
165756
|
""" Layer pass filter
|
|
165439
165757
|
|
|
@@ -165524,12 +165842,24 @@ class GreasePencilArrayModifier(Modifier, bpy_struct):
|
|
|
165524
165842
|
:type: int
|
|
165525
165843
|
"""
|
|
165526
165844
|
|
|
165845
|
+
tree_node_filter: str
|
|
165846
|
+
""" Layer name
|
|
165847
|
+
|
|
165848
|
+
:type: str
|
|
165849
|
+
"""
|
|
165850
|
+
|
|
165527
165851
|
use_constant_offset: bool
|
|
165528
165852
|
""" Enable offset
|
|
165529
165853
|
|
|
165530
165854
|
:type: bool
|
|
165531
165855
|
"""
|
|
165532
165856
|
|
|
165857
|
+
use_layer_group_filter: bool
|
|
165858
|
+
""" Filter by layer group name
|
|
165859
|
+
|
|
165860
|
+
:type: bool
|
|
165861
|
+
"""
|
|
165862
|
+
|
|
165533
165863
|
use_layer_pass_filter: bool
|
|
165534
165864
|
""" Use layer pass filter
|
|
165535
165865
|
|
|
@@ -165645,12 +165975,6 @@ class GreasePencilBuildModifier(Modifier, bpy_struct):
|
|
|
165645
165975
|
:type: bool
|
|
165646
165976
|
"""
|
|
165647
165977
|
|
|
165648
|
-
layer_filter: str
|
|
165649
|
-
""" Layer name
|
|
165650
|
-
|
|
165651
|
-
:type: str
|
|
165652
|
-
"""
|
|
165653
|
-
|
|
165654
165978
|
layer_pass_filter: int
|
|
165655
165979
|
""" Layer pass filter
|
|
165656
165980
|
|
|
@@ -165747,12 +166071,24 @@ class GreasePencilBuildModifier(Modifier, bpy_struct):
|
|
|
165747
166071
|
:type: typing.Literal['GROW','SHRINK','FADE']
|
|
165748
166072
|
"""
|
|
165749
166073
|
|
|
166074
|
+
tree_node_filter: str
|
|
166075
|
+
""" Layer name
|
|
166076
|
+
|
|
166077
|
+
:type: str
|
|
166078
|
+
"""
|
|
166079
|
+
|
|
165750
166080
|
use_fading: bool
|
|
165751
166081
|
""" Fade out strokes instead of directly cutting off
|
|
165752
166082
|
|
|
165753
166083
|
:type: bool
|
|
165754
166084
|
"""
|
|
165755
166085
|
|
|
166086
|
+
use_layer_group_filter: bool
|
|
166087
|
+
""" Filter by layer group name
|
|
166088
|
+
|
|
166089
|
+
:type: bool
|
|
166090
|
+
"""
|
|
166091
|
+
|
|
165756
166092
|
use_layer_pass_filter: bool
|
|
165757
166093
|
""" Use layer pass filter
|
|
165758
166094
|
|
|
@@ -165842,12 +166178,6 @@ class GreasePencilColorModifier(Modifier, bpy_struct):
|
|
|
165842
166178
|
:type: bool
|
|
165843
166179
|
"""
|
|
165844
166180
|
|
|
165845
|
-
layer_filter: str
|
|
165846
|
-
""" Layer name
|
|
165847
|
-
|
|
165848
|
-
:type: str
|
|
165849
|
-
"""
|
|
165850
|
-
|
|
165851
166181
|
layer_pass_filter: int
|
|
165852
166182
|
""" Layer pass filter
|
|
165853
166183
|
|
|
@@ -165878,12 +166208,24 @@ class GreasePencilColorModifier(Modifier, bpy_struct):
|
|
|
165878
166208
|
:type: float
|
|
165879
166209
|
"""
|
|
165880
166210
|
|
|
166211
|
+
tree_node_filter: str
|
|
166212
|
+
""" Layer name
|
|
166213
|
+
|
|
166214
|
+
:type: str
|
|
166215
|
+
"""
|
|
166216
|
+
|
|
165881
166217
|
use_custom_curve: bool
|
|
165882
166218
|
""" Use a custom curve to define a factor along the strokes
|
|
165883
166219
|
|
|
165884
166220
|
:type: bool
|
|
165885
166221
|
"""
|
|
165886
166222
|
|
|
166223
|
+
use_layer_group_filter: bool
|
|
166224
|
+
""" Filter by layer group name
|
|
166225
|
+
|
|
166226
|
+
:type: bool
|
|
166227
|
+
"""
|
|
166228
|
+
|
|
165887
166229
|
use_layer_pass_filter: bool
|
|
165888
166230
|
""" Use layer pass filter
|
|
165889
166231
|
|
|
@@ -165957,12 +166299,6 @@ class GreasePencilDashModifierData(Modifier, bpy_struct):
|
|
|
165957
166299
|
:type: bool
|
|
165958
166300
|
"""
|
|
165959
166301
|
|
|
165960
|
-
layer_filter: str
|
|
165961
|
-
""" Layer name
|
|
165962
|
-
|
|
165963
|
-
:type: str
|
|
165964
|
-
"""
|
|
165965
|
-
|
|
165966
166302
|
layer_pass_filter: int
|
|
165967
166303
|
""" Layer pass filter
|
|
165968
166304
|
|
|
@@ -165999,6 +166335,18 @@ class GreasePencilDashModifierData(Modifier, bpy_struct):
|
|
|
165999
166335
|
:type: bpy_prop_collection[GreasePencilDashModifierSegment]
|
|
166000
166336
|
"""
|
|
166001
166337
|
|
|
166338
|
+
tree_node_filter: str
|
|
166339
|
+
""" Layer name
|
|
166340
|
+
|
|
166341
|
+
:type: str
|
|
166342
|
+
"""
|
|
166343
|
+
|
|
166344
|
+
use_layer_group_filter: bool
|
|
166345
|
+
""" Filter by layer group name
|
|
166346
|
+
|
|
166347
|
+
:type: bool
|
|
166348
|
+
"""
|
|
166349
|
+
|
|
166002
166350
|
use_layer_pass_filter: bool
|
|
166003
166351
|
""" Use layer pass filter
|
|
166004
166352
|
|
|
@@ -166270,12 +166618,6 @@ class GreasePencilEnvelopeModifier(Modifier, bpy_struct):
|
|
|
166270
166618
|
:type: bool
|
|
166271
166619
|
"""
|
|
166272
166620
|
|
|
166273
|
-
layer_filter: str
|
|
166274
|
-
""" Layer name
|
|
166275
|
-
|
|
166276
|
-
:type: str
|
|
166277
|
-
"""
|
|
166278
|
-
|
|
166279
166621
|
layer_pass_filter: int
|
|
166280
166622
|
""" Layer pass filter
|
|
166281
166623
|
|
|
@@ -166336,6 +166678,18 @@ class GreasePencilEnvelopeModifier(Modifier, bpy_struct):
|
|
|
166336
166678
|
:type: float
|
|
166337
166679
|
"""
|
|
166338
166680
|
|
|
166681
|
+
tree_node_filter: str
|
|
166682
|
+
""" Layer name
|
|
166683
|
+
|
|
166684
|
+
:type: str
|
|
166685
|
+
"""
|
|
166686
|
+
|
|
166687
|
+
use_layer_group_filter: bool
|
|
166688
|
+
""" Filter by layer group name
|
|
166689
|
+
|
|
166690
|
+
:type: bool
|
|
166691
|
+
"""
|
|
166692
|
+
|
|
166339
166693
|
use_layer_pass_filter: bool
|
|
166340
166694
|
""" Use layer pass filter
|
|
166341
166695
|
|
|
@@ -166494,12 +166848,6 @@ class GreasePencilHookModifier(Modifier, bpy_struct):
|
|
|
166494
166848
|
:type: bool
|
|
166495
166849
|
"""
|
|
166496
166850
|
|
|
166497
|
-
layer_filter: str
|
|
166498
|
-
""" Layer name
|
|
166499
|
-
|
|
166500
|
-
:type: str
|
|
166501
|
-
"""
|
|
166502
|
-
|
|
166503
166851
|
layer_pass_filter: int
|
|
166504
166852
|
""" Layer pass filter
|
|
166505
166853
|
|
|
@@ -166554,6 +166902,12 @@ class GreasePencilHookModifier(Modifier, bpy_struct):
|
|
|
166554
166902
|
:type: str
|
|
166555
166903
|
"""
|
|
166556
166904
|
|
|
166905
|
+
tree_node_filter: str
|
|
166906
|
+
""" Layer name
|
|
166907
|
+
|
|
166908
|
+
:type: str
|
|
166909
|
+
"""
|
|
166910
|
+
|
|
166557
166911
|
use_custom_curve: bool
|
|
166558
166912
|
""" Use a custom curve to define a factor along the strokes
|
|
166559
166913
|
|
|
@@ -166566,6 +166920,12 @@ class GreasePencilHookModifier(Modifier, bpy_struct):
|
|
|
166566
166920
|
:type: bool
|
|
166567
166921
|
"""
|
|
166568
166922
|
|
|
166923
|
+
use_layer_group_filter: bool
|
|
166924
|
+
""" Filter by layer group name
|
|
166925
|
+
|
|
166926
|
+
:type: bool
|
|
166927
|
+
"""
|
|
166928
|
+
|
|
166569
166929
|
use_layer_pass_filter: bool
|
|
166570
166930
|
""" Use layer pass filter
|
|
166571
166931
|
|
|
@@ -166639,12 +166999,6 @@ class GreasePencilLatticeModifier(Modifier, bpy_struct):
|
|
|
166639
166999
|
:type: bool
|
|
166640
167000
|
"""
|
|
166641
167001
|
|
|
166642
|
-
layer_filter: str
|
|
166643
|
-
""" Layer name
|
|
166644
|
-
|
|
166645
|
-
:type: str
|
|
166646
|
-
"""
|
|
166647
|
-
|
|
166648
167002
|
layer_pass_filter: int
|
|
166649
167003
|
""" Layer pass filter
|
|
166650
167004
|
|
|
@@ -166681,6 +167035,18 @@ class GreasePencilLatticeModifier(Modifier, bpy_struct):
|
|
|
166681
167035
|
:type: float
|
|
166682
167036
|
"""
|
|
166683
167037
|
|
|
167038
|
+
tree_node_filter: str
|
|
167039
|
+
""" Layer name
|
|
167040
|
+
|
|
167041
|
+
:type: str
|
|
167042
|
+
"""
|
|
167043
|
+
|
|
167044
|
+
use_layer_group_filter: bool
|
|
167045
|
+
""" Filter by layer group name
|
|
167046
|
+
|
|
167047
|
+
:type: bool
|
|
167048
|
+
"""
|
|
167049
|
+
|
|
166684
167050
|
use_layer_pass_filter: bool
|
|
166685
167051
|
""" Use layer pass filter
|
|
166686
167052
|
|
|
@@ -166904,7 +167270,7 @@ class GreasePencilLayerGroup(GreasePencilTreeNode, bpy_struct):
|
|
|
166904
167270
|
"""
|
|
166905
167271
|
|
|
166906
167272
|
is_expanded: bool
|
|
166907
|
-
""" The layer
|
|
167273
|
+
""" The layer group is expanded in the UI
|
|
166908
167274
|
|
|
166909
167275
|
:type: bool
|
|
166910
167276
|
"""
|
|
@@ -167019,12 +167385,6 @@ class GreasePencilLengthModifier(Modifier, bpy_struct):
|
|
|
167019
167385
|
:type: bool
|
|
167020
167386
|
"""
|
|
167021
167387
|
|
|
167022
|
-
layer_filter: str
|
|
167023
|
-
""" Layer name
|
|
167024
|
-
|
|
167025
|
-
:type: str
|
|
167026
|
-
"""
|
|
167027
|
-
|
|
167028
167388
|
layer_pass_filter: int
|
|
167029
167389
|
""" Layer pass filter
|
|
167030
167390
|
|
|
@@ -167133,12 +167493,24 @@ class GreasePencilLengthModifier(Modifier, bpy_struct):
|
|
|
167133
167493
|
:type: int
|
|
167134
167494
|
"""
|
|
167135
167495
|
|
|
167496
|
+
tree_node_filter: str
|
|
167497
|
+
""" Layer name
|
|
167498
|
+
|
|
167499
|
+
:type: str
|
|
167500
|
+
"""
|
|
167501
|
+
|
|
167136
167502
|
use_curvature: bool
|
|
167137
167503
|
""" Follow the curvature of the stroke
|
|
167138
167504
|
|
|
167139
167505
|
:type: bool
|
|
167140
167506
|
"""
|
|
167141
167507
|
|
|
167508
|
+
use_layer_group_filter: bool
|
|
167509
|
+
""" Filter by layer group name
|
|
167510
|
+
|
|
167511
|
+
:type: bool
|
|
167512
|
+
"""
|
|
167513
|
+
|
|
167142
167514
|
use_layer_pass_filter: bool
|
|
167143
167515
|
""" Use layer pass filter
|
|
167144
167516
|
|
|
@@ -167615,12 +167987,6 @@ class GreasePencilMirrorModifier(Modifier, bpy_struct):
|
|
|
167615
167987
|
:type: bool
|
|
167616
167988
|
"""
|
|
167617
167989
|
|
|
167618
|
-
layer_filter: str
|
|
167619
|
-
""" Layer name
|
|
167620
|
-
|
|
167621
|
-
:type: str
|
|
167622
|
-
"""
|
|
167623
|
-
|
|
167624
167990
|
layer_pass_filter: int
|
|
167625
167991
|
""" Layer pass filter
|
|
167626
167992
|
|
|
@@ -167651,6 +168017,12 @@ class GreasePencilMirrorModifier(Modifier, bpy_struct):
|
|
|
167651
168017
|
:type: bool
|
|
167652
168018
|
"""
|
|
167653
168019
|
|
|
168020
|
+
tree_node_filter: str
|
|
168021
|
+
""" Layer name
|
|
168022
|
+
|
|
168023
|
+
:type: str
|
|
168024
|
+
"""
|
|
168025
|
+
|
|
167654
168026
|
use_axis_x: bool
|
|
167655
168027
|
""" Mirror the X axis
|
|
167656
168028
|
|
|
@@ -167669,6 +168041,12 @@ class GreasePencilMirrorModifier(Modifier, bpy_struct):
|
|
|
167669
168041
|
:type: bool
|
|
167670
168042
|
"""
|
|
167671
168043
|
|
|
168044
|
+
use_layer_group_filter: bool
|
|
168045
|
+
""" Filter by layer group name
|
|
168046
|
+
|
|
168047
|
+
:type: bool
|
|
168048
|
+
"""
|
|
168049
|
+
|
|
167672
168050
|
use_layer_pass_filter: bool
|
|
167673
168051
|
""" Use layer pass filter
|
|
167674
168052
|
|
|
@@ -167760,12 +168138,6 @@ class GreasePencilMultiplyModifier(Modifier, bpy_struct):
|
|
|
167760
168138
|
:type: bool
|
|
167761
168139
|
"""
|
|
167762
168140
|
|
|
167763
|
-
layer_filter: str
|
|
167764
|
-
""" Layer name
|
|
167765
|
-
|
|
167766
|
-
:type: str
|
|
167767
|
-
"""
|
|
167768
|
-
|
|
167769
168141
|
layer_pass_filter: int
|
|
167770
168142
|
""" Layer pass filter
|
|
167771
168143
|
|
|
@@ -167802,12 +168174,24 @@ class GreasePencilMultiplyModifier(Modifier, bpy_struct):
|
|
|
167802
168174
|
:type: bool
|
|
167803
168175
|
"""
|
|
167804
168176
|
|
|
168177
|
+
tree_node_filter: str
|
|
168178
|
+
""" Layer name
|
|
168179
|
+
|
|
168180
|
+
:type: str
|
|
168181
|
+
"""
|
|
168182
|
+
|
|
167805
168183
|
use_fade: bool
|
|
167806
168184
|
""" Fade the stroke thickness for each generated stroke
|
|
167807
168185
|
|
|
167808
168186
|
:type: bool
|
|
167809
168187
|
"""
|
|
167810
168188
|
|
|
168189
|
+
use_layer_group_filter: bool
|
|
168190
|
+
""" Filter by layer group name
|
|
168191
|
+
|
|
168192
|
+
:type: bool
|
|
168193
|
+
"""
|
|
168194
|
+
|
|
167811
168195
|
use_layer_pass_filter: bool
|
|
167812
168196
|
""" Use layer pass filter
|
|
167813
168197
|
|
|
@@ -167905,12 +168289,6 @@ class GreasePencilNoiseModifier(Modifier, bpy_struct):
|
|
|
167905
168289
|
:type: bool
|
|
167906
168290
|
"""
|
|
167907
168291
|
|
|
167908
|
-
layer_filter: str
|
|
167909
|
-
""" Layer name
|
|
167910
|
-
|
|
167911
|
-
:type: str
|
|
167912
|
-
"""
|
|
167913
|
-
|
|
167914
168292
|
layer_pass_filter: int
|
|
167915
168293
|
""" Layer pass filter
|
|
167916
168294
|
|
|
@@ -167971,12 +168349,24 @@ class GreasePencilNoiseModifier(Modifier, bpy_struct):
|
|
|
167971
168349
|
:type: int
|
|
167972
168350
|
"""
|
|
167973
168351
|
|
|
168352
|
+
tree_node_filter: str
|
|
168353
|
+
""" Layer name
|
|
168354
|
+
|
|
168355
|
+
:type: str
|
|
168356
|
+
"""
|
|
168357
|
+
|
|
167974
168358
|
use_custom_curve: bool
|
|
167975
168359
|
""" Use a custom curve to define a factor along the strokes
|
|
167976
168360
|
|
|
167977
168361
|
:type: bool
|
|
167978
168362
|
"""
|
|
167979
168363
|
|
|
168364
|
+
use_layer_group_filter: bool
|
|
168365
|
+
""" Filter by layer group name
|
|
168366
|
+
|
|
168367
|
+
:type: bool
|
|
168368
|
+
"""
|
|
168369
|
+
|
|
167980
168370
|
use_layer_pass_filter: bool
|
|
167981
168371
|
""" Use layer pass filter
|
|
167982
168372
|
|
|
@@ -168054,12 +168444,6 @@ class GreasePencilOffsetModifier(Modifier, bpy_struct):
|
|
|
168054
168444
|
:type: bool
|
|
168055
168445
|
"""
|
|
168056
168446
|
|
|
168057
|
-
layer_filter: str
|
|
168058
|
-
""" Layer name
|
|
168059
|
-
|
|
168060
|
-
:type: str
|
|
168061
|
-
"""
|
|
168062
|
-
|
|
168063
168447
|
layer_pass_filter: int
|
|
168064
168448
|
""" Layer pass filter
|
|
168065
168449
|
|
|
@@ -168150,6 +168534,18 @@ class GreasePencilOffsetModifier(Modifier, bpy_struct):
|
|
|
168150
168534
|
:type: int
|
|
168151
168535
|
"""
|
|
168152
168536
|
|
|
168537
|
+
tree_node_filter: str
|
|
168538
|
+
""" Layer name
|
|
168539
|
+
|
|
168540
|
+
:type: str
|
|
168541
|
+
"""
|
|
168542
|
+
|
|
168543
|
+
use_layer_group_filter: bool
|
|
168544
|
+
""" Filter by layer group name
|
|
168545
|
+
|
|
168546
|
+
:type: bool
|
|
168547
|
+
"""
|
|
168548
|
+
|
|
168153
168549
|
use_layer_pass_filter: bool
|
|
168154
168550
|
""" Use layer pass filter
|
|
168155
168551
|
|
|
@@ -168251,12 +168647,6 @@ class GreasePencilOpacityModifier(Modifier, bpy_struct):
|
|
|
168251
168647
|
:type: bool
|
|
168252
168648
|
"""
|
|
168253
168649
|
|
|
168254
|
-
layer_filter: str
|
|
168255
|
-
""" Layer name
|
|
168256
|
-
|
|
168257
|
-
:type: str
|
|
168258
|
-
"""
|
|
168259
|
-
|
|
168260
168650
|
layer_pass_filter: int
|
|
168261
168651
|
""" Layer pass filter
|
|
168262
168652
|
|
|
@@ -168281,12 +168671,24 @@ class GreasePencilOpacityModifier(Modifier, bpy_struct):
|
|
|
168281
168671
|
:type: bool
|
|
168282
168672
|
"""
|
|
168283
168673
|
|
|
168674
|
+
tree_node_filter: str
|
|
168675
|
+
""" Layer name
|
|
168676
|
+
|
|
168677
|
+
:type: str
|
|
168678
|
+
"""
|
|
168679
|
+
|
|
168284
168680
|
use_custom_curve: bool
|
|
168285
168681
|
""" Use a custom curve to define a factor along the strokes
|
|
168286
168682
|
|
|
168287
168683
|
:type: bool
|
|
168288
168684
|
"""
|
|
168289
168685
|
|
|
168686
|
+
use_layer_group_filter: bool
|
|
168687
|
+
""" Filter by layer group name
|
|
168688
|
+
|
|
168689
|
+
:type: bool
|
|
168690
|
+
"""
|
|
168691
|
+
|
|
168290
168692
|
use_layer_pass_filter: bool
|
|
168291
168693
|
""" Use layer pass filter
|
|
168292
168694
|
|
|
@@ -168366,12 +168768,6 @@ class GreasePencilOutlineModifier(Modifier, bpy_struct):
|
|
|
168366
168768
|
:type: bool
|
|
168367
168769
|
"""
|
|
168368
168770
|
|
|
168369
|
-
layer_filter: str
|
|
168370
|
-
""" Layer name
|
|
168371
|
-
|
|
168372
|
-
:type: str
|
|
168373
|
-
"""
|
|
168374
|
-
|
|
168375
168771
|
layer_pass_filter: int
|
|
168376
168772
|
""" Layer pass filter
|
|
168377
168773
|
|
|
@@ -168426,12 +168822,24 @@ class GreasePencilOutlineModifier(Modifier, bpy_struct):
|
|
|
168426
168822
|
:type: int
|
|
168427
168823
|
"""
|
|
168428
168824
|
|
|
168825
|
+
tree_node_filter: str
|
|
168826
|
+
""" Layer name
|
|
168827
|
+
|
|
168828
|
+
:type: str
|
|
168829
|
+
"""
|
|
168830
|
+
|
|
168429
168831
|
use_keep_shape: bool
|
|
168430
168832
|
""" Try to keep global shape
|
|
168431
168833
|
|
|
168432
168834
|
:type: bool
|
|
168433
168835
|
"""
|
|
168434
168836
|
|
|
168837
|
+
use_layer_group_filter: bool
|
|
168838
|
+
""" Filter by layer group name
|
|
168839
|
+
|
|
168840
|
+
:type: bool
|
|
168841
|
+
"""
|
|
168842
|
+
|
|
168435
168843
|
use_layer_pass_filter: bool
|
|
168436
168844
|
""" Use layer pass filter
|
|
168437
168845
|
|
|
@@ -168511,12 +168919,6 @@ class GreasePencilShrinkwrapModifier(Modifier, bpy_struct):
|
|
|
168511
168919
|
:type: bool
|
|
168512
168920
|
"""
|
|
168513
168921
|
|
|
168514
|
-
layer_filter: str
|
|
168515
|
-
""" Layer name
|
|
168516
|
-
|
|
168517
|
-
:type: str
|
|
168518
|
-
"""
|
|
168519
|
-
|
|
168520
168922
|
layer_pass_filter: int
|
|
168521
168923
|
""" Layer pass filter
|
|
168522
168924
|
|
|
@@ -168577,12 +168979,24 @@ class GreasePencilShrinkwrapModifier(Modifier, bpy_struct):
|
|
|
168577
168979
|
:type: Object | None
|
|
168578
168980
|
"""
|
|
168579
168981
|
|
|
168982
|
+
tree_node_filter: str
|
|
168983
|
+
""" Layer name
|
|
168984
|
+
|
|
168985
|
+
:type: str
|
|
168986
|
+
"""
|
|
168987
|
+
|
|
168580
168988
|
use_invert_cull: bool
|
|
168581
168989
|
""" When projecting in the negative direction invert the face cull mode
|
|
168582
168990
|
|
|
168583
168991
|
:type: bool
|
|
168584
168992
|
"""
|
|
168585
168993
|
|
|
168994
|
+
use_layer_group_filter: bool
|
|
168995
|
+
""" Filter by layer group name
|
|
168996
|
+
|
|
168997
|
+
:type: bool
|
|
168998
|
+
"""
|
|
168999
|
+
|
|
168586
169000
|
use_layer_pass_filter: bool
|
|
168587
169001
|
""" Use layer pass filter
|
|
168588
169002
|
|
|
@@ -168710,12 +169124,6 @@ class GreasePencilSimplifyModifier(Modifier, bpy_struct):
|
|
|
168710
169124
|
:type: bool
|
|
168711
169125
|
"""
|
|
168712
169126
|
|
|
168713
|
-
layer_filter: str
|
|
168714
|
-
""" Layer name
|
|
168715
|
-
|
|
168716
|
-
:type: str
|
|
168717
|
-
"""
|
|
168718
|
-
|
|
168719
169127
|
layer_pass_filter: int
|
|
168720
169128
|
""" Layer pass filter
|
|
168721
169129
|
|
|
@@ -168764,6 +169172,18 @@ class GreasePencilSimplifyModifier(Modifier, bpy_struct):
|
|
|
168764
169172
|
:type: int
|
|
168765
169173
|
"""
|
|
168766
169174
|
|
|
169175
|
+
tree_node_filter: str
|
|
169176
|
+
""" Layer name
|
|
169177
|
+
|
|
169178
|
+
:type: str
|
|
169179
|
+
"""
|
|
169180
|
+
|
|
169181
|
+
use_layer_group_filter: bool
|
|
169182
|
+
""" Filter by layer group name
|
|
169183
|
+
|
|
169184
|
+
:type: bool
|
|
169185
|
+
"""
|
|
169186
|
+
|
|
168767
169187
|
use_layer_pass_filter: bool
|
|
168768
169188
|
""" Use layer pass filter
|
|
168769
169189
|
|
|
@@ -168849,12 +169269,6 @@ class GreasePencilSmoothModifier(Modifier, bpy_struct):
|
|
|
168849
169269
|
:type: bool
|
|
168850
169270
|
"""
|
|
168851
169271
|
|
|
168852
|
-
layer_filter: str
|
|
168853
|
-
""" Layer name
|
|
168854
|
-
|
|
168855
|
-
:type: str
|
|
168856
|
-
"""
|
|
168857
|
-
|
|
168858
169272
|
layer_pass_filter: int
|
|
168859
169273
|
""" Layer pass filter
|
|
168860
169274
|
|
|
@@ -168885,6 +169299,12 @@ class GreasePencilSmoothModifier(Modifier, bpy_struct):
|
|
|
168885
169299
|
:type: int
|
|
168886
169300
|
"""
|
|
168887
169301
|
|
|
169302
|
+
tree_node_filter: str
|
|
169303
|
+
""" Layer name
|
|
169304
|
+
|
|
169305
|
+
:type: str
|
|
169306
|
+
"""
|
|
169307
|
+
|
|
168888
169308
|
use_custom_curve: bool
|
|
168889
169309
|
""" Use a custom curve to define a factor along the strokes
|
|
168890
169310
|
|
|
@@ -168921,6 +169341,12 @@ class GreasePencilSmoothModifier(Modifier, bpy_struct):
|
|
|
168921
169341
|
:type: bool
|
|
168922
169342
|
"""
|
|
168923
169343
|
|
|
169344
|
+
use_layer_group_filter: bool
|
|
169345
|
+
""" Filter by layer group name
|
|
169346
|
+
|
|
169347
|
+
:type: bool
|
|
169348
|
+
"""
|
|
169349
|
+
|
|
168924
169350
|
use_layer_pass_filter: bool
|
|
168925
169351
|
""" Use layer pass filter
|
|
168926
169352
|
|
|
@@ -168994,12 +169420,6 @@ class GreasePencilSubdivModifier(Modifier, bpy_struct):
|
|
|
168994
169420
|
:type: bool
|
|
168995
169421
|
"""
|
|
168996
169422
|
|
|
168997
|
-
layer_filter: str
|
|
168998
|
-
""" Layer name
|
|
168999
|
-
|
|
169000
|
-
:type: str
|
|
169001
|
-
"""
|
|
169002
|
-
|
|
169003
169423
|
layer_pass_filter: int
|
|
169004
169424
|
""" Layer pass filter
|
|
169005
169425
|
|
|
@@ -169036,6 +169456,18 @@ class GreasePencilSubdivModifier(Modifier, bpy_struct):
|
|
|
169036
169456
|
:type: typing.Literal['CATMULL_CLARK','SIMPLE']
|
|
169037
169457
|
"""
|
|
169038
169458
|
|
|
169459
|
+
tree_node_filter: str
|
|
169460
|
+
""" Layer name
|
|
169461
|
+
|
|
169462
|
+
:type: str
|
|
169463
|
+
"""
|
|
169464
|
+
|
|
169465
|
+
use_layer_group_filter: bool
|
|
169466
|
+
""" Filter by layer group name
|
|
169467
|
+
|
|
169468
|
+
:type: bool
|
|
169469
|
+
"""
|
|
169470
|
+
|
|
169039
169471
|
use_layer_pass_filter: bool
|
|
169040
169472
|
""" Use layer pass filter
|
|
169041
169473
|
|
|
@@ -169127,12 +169559,6 @@ class GreasePencilTextureModifier(Modifier, bpy_struct):
|
|
|
169127
169559
|
:type: bool
|
|
169128
169560
|
"""
|
|
169129
169561
|
|
|
169130
|
-
layer_filter: str
|
|
169131
|
-
""" Layer name
|
|
169132
|
-
|
|
169133
|
-
:type: str
|
|
169134
|
-
"""
|
|
169135
|
-
|
|
169136
169562
|
layer_pass_filter: int
|
|
169137
169563
|
""" Layer pass filter
|
|
169138
169564
|
|
|
@@ -169163,6 +169589,18 @@ class GreasePencilTextureModifier(Modifier, bpy_struct):
|
|
|
169163
169589
|
:type: bool
|
|
169164
169590
|
"""
|
|
169165
169591
|
|
|
169592
|
+
tree_node_filter: str
|
|
169593
|
+
""" Layer name
|
|
169594
|
+
|
|
169595
|
+
:type: str
|
|
169596
|
+
"""
|
|
169597
|
+
|
|
169598
|
+
use_layer_group_filter: bool
|
|
169599
|
+
""" Filter by layer group name
|
|
169600
|
+
|
|
169601
|
+
:type: bool
|
|
169602
|
+
"""
|
|
169603
|
+
|
|
169166
169604
|
use_layer_pass_filter: bool
|
|
169167
169605
|
""" Use layer pass filter
|
|
169168
169606
|
|
|
@@ -169248,12 +169686,6 @@ class GreasePencilThickModifierData(Modifier, bpy_struct):
|
|
|
169248
169686
|
:type: bool
|
|
169249
169687
|
"""
|
|
169250
169688
|
|
|
169251
|
-
layer_filter: str
|
|
169252
|
-
""" Layer name
|
|
169253
|
-
|
|
169254
|
-
:type: str
|
|
169255
|
-
"""
|
|
169256
|
-
|
|
169257
169689
|
layer_pass_filter: int
|
|
169258
169690
|
""" Layer pass filter
|
|
169259
169691
|
|
|
@@ -169290,12 +169722,24 @@ class GreasePencilThickModifierData(Modifier, bpy_struct):
|
|
|
169290
169722
|
:type: float
|
|
169291
169723
|
"""
|
|
169292
169724
|
|
|
169725
|
+
tree_node_filter: str
|
|
169726
|
+
""" Layer name
|
|
169727
|
+
|
|
169728
|
+
:type: str
|
|
169729
|
+
"""
|
|
169730
|
+
|
|
169293
169731
|
use_custom_curve: bool
|
|
169294
169732
|
""" Use a custom curve to define a factor along the strokes
|
|
169295
169733
|
|
|
169296
169734
|
:type: bool
|
|
169297
169735
|
"""
|
|
169298
169736
|
|
|
169737
|
+
use_layer_group_filter: bool
|
|
169738
|
+
""" Filter by layer group name
|
|
169739
|
+
|
|
169740
|
+
:type: bool
|
|
169741
|
+
"""
|
|
169742
|
+
|
|
169299
169743
|
use_layer_pass_filter: bool
|
|
169300
169744
|
""" Use layer pass filter
|
|
169301
169745
|
|
|
@@ -169381,12 +169825,6 @@ class GreasePencilTimeModifier(Modifier, bpy_struct):
|
|
|
169381
169825
|
:type: bool
|
|
169382
169826
|
"""
|
|
169383
169827
|
|
|
169384
|
-
layer_filter: str
|
|
169385
|
-
""" Layer name
|
|
169386
|
-
|
|
169387
|
-
:type: str
|
|
169388
|
-
"""
|
|
169389
|
-
|
|
169390
169828
|
layer_pass_filter: int
|
|
169391
169829
|
""" Layer pass filter
|
|
169392
169830
|
|
|
@@ -169429,6 +169867,12 @@ class GreasePencilTimeModifier(Modifier, bpy_struct):
|
|
|
169429
169867
|
:type: bpy_prop_collection[GreasePencilTimeModifierSegment]
|
|
169430
169868
|
"""
|
|
169431
169869
|
|
|
169870
|
+
tree_node_filter: str
|
|
169871
|
+
""" Layer name
|
|
169872
|
+
|
|
169873
|
+
:type: str
|
|
169874
|
+
"""
|
|
169875
|
+
|
|
169432
169876
|
use_custom_frame_range: bool
|
|
169433
169877
|
""" Define a custom range of frames to use in modifier
|
|
169434
169878
|
|
|
@@ -169441,6 +169885,12 @@ class GreasePencilTimeModifier(Modifier, bpy_struct):
|
|
|
169441
169885
|
:type: bool
|
|
169442
169886
|
"""
|
|
169443
169887
|
|
|
169888
|
+
use_layer_group_filter: bool
|
|
169889
|
+
""" Filter by layer group name
|
|
169890
|
+
|
|
169891
|
+
:type: bool
|
|
169892
|
+
"""
|
|
169893
|
+
|
|
169444
169894
|
use_layer_pass_filter: bool
|
|
169445
169895
|
""" Use layer pass filter
|
|
169446
169896
|
|
|
@@ -169585,12 +170035,6 @@ class GreasePencilTintModifier(Modifier, bpy_struct):
|
|
|
169585
170035
|
:type: bool
|
|
169586
170036
|
"""
|
|
169587
170037
|
|
|
169588
|
-
layer_filter: str
|
|
169589
|
-
""" Layer name
|
|
169590
|
-
|
|
169591
|
-
:type: str
|
|
169592
|
-
"""
|
|
169593
|
-
|
|
169594
170038
|
layer_pass_filter: int
|
|
169595
170039
|
""" Layer pass filter
|
|
169596
170040
|
|
|
@@ -169633,12 +170077,24 @@ class GreasePencilTintModifier(Modifier, bpy_struct):
|
|
|
169633
170077
|
:type: typing.Literal['UNIFORM','GRADIENT']
|
|
169634
170078
|
"""
|
|
169635
170079
|
|
|
170080
|
+
tree_node_filter: str
|
|
170081
|
+
""" Layer name
|
|
170082
|
+
|
|
170083
|
+
:type: str
|
|
170084
|
+
"""
|
|
170085
|
+
|
|
169636
170086
|
use_custom_curve: bool
|
|
169637
170087
|
""" Use a custom curve to define a factor along the strokes
|
|
169638
170088
|
|
|
169639
170089
|
:type: bool
|
|
169640
170090
|
"""
|
|
169641
170091
|
|
|
170092
|
+
use_layer_group_filter: bool
|
|
170093
|
+
""" Filter by layer group name
|
|
170094
|
+
|
|
170095
|
+
:type: bool
|
|
170096
|
+
"""
|
|
170097
|
+
|
|
169642
170098
|
use_layer_pass_filter: bool
|
|
169643
170099
|
""" Use layer pass filter
|
|
169644
170100
|
|
|
@@ -169815,12 +170271,6 @@ class GreasePencilWeightAngleModifier(Modifier, bpy_struct):
|
|
|
169815
170271
|
:type: bool
|
|
169816
170272
|
"""
|
|
169817
170273
|
|
|
169818
|
-
layer_filter: str
|
|
169819
|
-
""" Layer name
|
|
169820
|
-
|
|
169821
|
-
:type: str
|
|
169822
|
-
"""
|
|
169823
|
-
|
|
169824
170274
|
layer_pass_filter: int
|
|
169825
170275
|
""" Layer pass filter
|
|
169826
170276
|
|
|
@@ -169863,12 +170313,24 @@ class GreasePencilWeightAngleModifier(Modifier, bpy_struct):
|
|
|
169863
170313
|
:type: str
|
|
169864
170314
|
"""
|
|
169865
170315
|
|
|
170316
|
+
tree_node_filter: str
|
|
170317
|
+
""" Layer name
|
|
170318
|
+
|
|
170319
|
+
:type: str
|
|
170320
|
+
"""
|
|
170321
|
+
|
|
169866
170322
|
use_invert_output: bool
|
|
169867
170323
|
""" Invert output weight values
|
|
169868
170324
|
|
|
169869
170325
|
:type: bool
|
|
169870
170326
|
"""
|
|
169871
170327
|
|
|
170328
|
+
use_layer_group_filter: bool
|
|
170329
|
+
""" Filter by layer group name
|
|
170330
|
+
|
|
170331
|
+
:type: bool
|
|
170332
|
+
"""
|
|
170333
|
+
|
|
169872
170334
|
use_layer_pass_filter: bool
|
|
169873
170335
|
""" Use layer pass filter
|
|
169874
170336
|
|
|
@@ -169960,12 +170422,6 @@ class GreasePencilWeightProximityModifier(Modifier, bpy_struct):
|
|
|
169960
170422
|
:type: bool
|
|
169961
170423
|
"""
|
|
169962
170424
|
|
|
169963
|
-
layer_filter: str
|
|
169964
|
-
""" Layer name
|
|
169965
|
-
|
|
169966
|
-
:type: str
|
|
169967
|
-
"""
|
|
169968
|
-
|
|
169969
170425
|
layer_pass_filter: int
|
|
169970
170426
|
""" Layer pass filter
|
|
169971
170427
|
|
|
@@ -170008,12 +170464,24 @@ class GreasePencilWeightProximityModifier(Modifier, bpy_struct):
|
|
|
170008
170464
|
:type: str
|
|
170009
170465
|
"""
|
|
170010
170466
|
|
|
170467
|
+
tree_node_filter: str
|
|
170468
|
+
""" Layer name
|
|
170469
|
+
|
|
170470
|
+
:type: str
|
|
170471
|
+
"""
|
|
170472
|
+
|
|
170011
170473
|
use_invert_output: bool
|
|
170012
170474
|
""" Invert output weight values
|
|
170013
170475
|
|
|
170014
170476
|
:type: bool
|
|
170015
170477
|
"""
|
|
170016
170478
|
|
|
170479
|
+
use_layer_group_filter: bool
|
|
170480
|
+
""" Filter by layer group name
|
|
170481
|
+
|
|
170482
|
+
:type: bool
|
|
170483
|
+
"""
|
|
170484
|
+
|
|
170017
170485
|
use_layer_pass_filter: bool
|
|
170018
170486
|
""" Use layer pass filter
|
|
170019
170487
|
|
|
@@ -172058,7 +172526,7 @@ class ImagePaint(Paint, bpy_struct):
|
|
|
172058
172526
|
"""
|
|
172059
172527
|
|
|
172060
172528
|
seam_bleed: int
|
|
172061
|
-
""" Extend paint beyond the faces UVs to reduce seams (in pixels, slower)
|
|
172529
|
+
""" Extend paint beyond the faces' UVs to reduce seams (in pixels, slower)
|
|
172062
172530
|
|
|
172063
172531
|
:type: int
|
|
172064
172532
|
"""
|
|
@@ -184486,7 +184954,7 @@ class MovieTrackingReconstruction(bpy_struct):
|
|
|
184486
184954
|
"""
|
|
184487
184955
|
|
|
184488
184956
|
is_valid: bool
|
|
184489
|
-
"""
|
|
184957
|
+
""" Whether the tracking data contains valid reconstruction information
|
|
184490
184958
|
|
|
184491
184959
|
:type: bool
|
|
184492
184960
|
"""
|
|
@@ -189203,10 +189671,19 @@ class NodeTreeInterfaceSocket(NodeTreeInterfaceItem, bpy_struct):
|
|
|
189203
189671
|
:type: str
|
|
189204
189672
|
"""
|
|
189205
189673
|
|
|
189206
|
-
default_input:
|
|
189674
|
+
default_input: typing.Literal[
|
|
189675
|
+
"VALUE",
|
|
189676
|
+
"INDEX",
|
|
189677
|
+
"ID_OR_INDEX",
|
|
189678
|
+
"NORMAL",
|
|
189679
|
+
"POSITION",
|
|
189680
|
+
"INSTANCE_TRANSFORM",
|
|
189681
|
+
"HANDLE_LEFT",
|
|
189682
|
+
"HANDLE_RIGHT",
|
|
189683
|
+
]
|
|
189207
189684
|
""" Input to use when the socket is unconnected. Requires "Hide Value".
|
|
189208
189685
|
|
|
189209
|
-
:type:
|
|
189686
|
+
:type: typing.Literal['VALUE','INDEX','ID_OR_INDEX','NORMAL','POSITION','INSTANCE_TRANSFORM','HANDLE_LEFT','HANDLE_RIGHT']
|
|
189210
189687
|
"""
|
|
189211
189688
|
|
|
189212
189689
|
description: str
|
|
@@ -193155,7 +193632,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
|
|
|
193155
193632
|
"""
|
|
193156
193633
|
|
|
193157
193634
|
shadow_terminator_normal_offset: float
|
|
193158
|
-
""" Offset rays from the surface to reduce shadow terminator artifact on low poly geometry.Only affect triangles that are affected by the geometry offset
|
|
193635
|
+
""" Offset rays from the surface to reduce shadow terminator artifact on low poly geometry. Only affect triangles that are affected by the geometry offset
|
|
193159
193636
|
|
|
193160
193637
|
:type: float
|
|
193161
193638
|
"""
|
|
@@ -199786,7 +200263,7 @@ class PreferencesExtensions(bpy_struct):
|
|
|
199786
200263
|
"""
|
|
199787
200264
|
|
|
199788
200265
|
use_online_access_handled: bool
|
|
199789
|
-
""" The user has been shown the "Online Access" prompt and
|
|
200266
|
+
""" The user has been shown the "Online Access" prompt and made a choice
|
|
199790
200267
|
|
|
199791
200268
|
:type: bool
|
|
199792
200269
|
"""
|
|
@@ -199963,7 +200440,7 @@ Warning: Sculpt and edit mode data won't be saved
|
|
|
199963
200440
|
"""
|
|
199964
200441
|
|
|
199965
200442
|
use_extension_online_access_handled: bool
|
|
199966
|
-
""" The user has been shown the "Online Access" prompt and
|
|
200443
|
+
""" The user has been shown the "Online Access" prompt and made a choice
|
|
199967
200444
|
|
|
199968
200445
|
:type: bool
|
|
199969
200446
|
"""
|
|
@@ -201263,7 +201740,7 @@ class Property(bpy_struct):
|
|
|
201263
201740
|
"""
|
|
201264
201741
|
|
|
201265
201742
|
is_path_supports_blend_relative: bool
|
|
201266
|
-
""" Property is a path which supports the "//" prefix, signifying the location as relative to the ".blend"
|
|
201743
|
+
""" Property is a path which supports the "//" prefix, signifying the location as relative to the ".blend" file's directory
|
|
201267
201744
|
|
|
201268
201745
|
:type: bool
|
|
201269
201746
|
"""
|
|
@@ -203173,7 +203650,7 @@ class RenderSettings(bpy_struct):
|
|
|
203173
203650
|
"""
|
|
203174
203651
|
|
|
203175
203652
|
ppm_base: float
|
|
203176
|
-
""" The unit
|
|
203653
|
+
""" The base unit for pixels per meter.
|
|
203177
203654
|
|
|
203178
203655
|
:type: float
|
|
203179
203656
|
"""
|
|
@@ -230146,7 +230623,7 @@ class TrackToConstraint(Constraint, bpy_struct):
|
|
|
230146
230623
|
"""
|
|
230147
230624
|
|
|
230148
230625
|
use_target_z: bool
|
|
230149
|
-
""" Target's Z axis, not World Z axis, will
|
|
230626
|
+
""" Target's Z axis, not World Z axis, will constrain the Up direction
|
|
230150
230627
|
|
|
230151
230628
|
:type: bool
|
|
230152
230629
|
"""
|