4 lines
105 B
Python
4 lines
105 B
Python
|
import bpy
|
||
|
from bpy.props import *
|
||
|
|
||
|
class TLM_IntegratedDenoiseEngineProperties(bpy.types.PropertyGroup):
|