Skip to content

Commit a3f9a75

Browse files
authored
Update: Add __getattr__ and __setattr__ methods to OperatorProperties (#375)
1 parent 44c5dbf commit a3f9a75

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/mods/common/analyzer/append/bpy.types.mod.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,25 @@
2828

2929
:type: bool
3030

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+
:type key: str
44+
:mod-option arg key: skip-refine
45+
:type value: typing.Any
46+
:mod-option arg value: skip-refine
47+
:rtype: None
48+
:mod-option rtype: skip-refine
49+
3150
.. class:: bpy_prop_collection
3251

3352
:generic-types: _GenericType1

0 commit comments

Comments
 (0)