optimize code structure

This commit is contained in:
hofee
2024-10-18 20:46:31 +08:00
parent dd01b4903d
commit 1f8c017a01
10 changed files with 816 additions and 1363 deletions

View File

@@ -5,7 +5,7 @@ import json
import mathutils
import numpy as np
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
from blender_util import BlenderUtils
from utils.blender_util import BlenderUtils
class DataRenderer: