[go: nahoru, domu]

Skip to content

Commit

Permalink
Add stubs for folder denoising and filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Naxela committed Jun 1, 2023
1 parent ad2a4f3 commit 2b5e10c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addon/properties/scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,8 @@ class TLM_SceneProperties(bpy.types.PropertyGroup):
('NetworkRender', 'Network Rendering', 'Distribute lightmap building across multiple machines.'),
('MaterialAdjustment', 'Material Adjustment', 'Allows adjustment of multiple materials at once.'),
('TexelDensity', 'Texel Density', 'Allows setting texel densities of the UV.'),
#('Denoise', 'Denoise Folder', 'Denoise .'),
#('Filter', 'Filter Folder', 'Filter .'),
('GLTFUtil', 'GLTF Utilities', 'GLTF related material utilities.')],
name = "Utility Context",
description="Set Utility Context",
Expand Down

0 comments on commit 2b5e10c

Please sign in to comment.