We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c5dbf commit a3f9a75Copy full SHA for a3f9a75
src/mods/common/analyzer/append/bpy.types.mod.rst
@@ -28,6 +28,25 @@
28
29
:type: bool
30
31
+
32
+.. class:: OperatorProperties
33
34
+ .. method:: __getattr__(key)
35
36
+ :type key: str
37
+ :mod-option arg key: skip-refine
38
+ :rtype: typing.Any
39
+ :mod-option rtype: skip-refine
40
41
+ .. method:: __setattr__(key, value)
42
43
44
45
+ :type value: typing.Any
46
+ :mod-option arg value: skip-refine
47
+ :rtype: None
48
49
50
.. class:: bpy_prop_collection
51
52
:generic-types: _GenericType1
0 commit comments