Skip to content

Commit

Permalink
edit: #24 (comment) (issuecomment-1438139777)
Browse files Browse the repository at this point in the history
  • Loading branch information
KirilStrezikozin committed Feb 21, 2023
1 parent e1fc2bb commit 4ad4f70
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,27 @@ def BM_TEXSET_OBJECT_PROPS_syncer_Sync(self, context):
"global_map_type",
"global_affect_by_hl",

'out_use_denoise',
'out_use_scene_color_management',
'out_file_format',
'out_exr_codec',
'out_compression',
'out_res',
'out_res_height',
'out_res_width',
'out_margin',
'out_margin_type',
'out_use_32bit',
'out_use_alpha',
'out_use_transbg',
'out_udim_start_tile',
'out_udim_end_tile',
'out_super_sampling_aa',
'out_samples',
'out_use_adaptive_sampling',
'out_adaptive_threshold',
'out_min_samples',

"map_ALBEDO_prefix",

"map_METALNESS_prefix",
Expand Down

0 comments on commit 4ad4f70

Please sign in to comment.