5 lines
122 B
Python
5 lines
122 B
Python
|
from ....utils.blender_type_enum import BlenderTypeEnum
|
||
|
|
||
|
class Icon(BlenderTypeEnum):
|
||
|
SimNodeEditor = "MOD_SIMPLEDEFORM"
|