Move bpy_hydra.export_mtlx() exception handling to C code #28

Merged
Bogdan Nagirniak merged 9 commits from BLEN-392_pyerr_catch into hydra-render 2023-05-03 21:15:52 +02:00
Showing only changes of commit a78074156c - Show all commits

View File

@ -37,7 +37,6 @@ __all__ = (
)
import os
import traceback
from pathlib import Path
import bpy