0xZohar commited on
Commit
cad0c51
·
verified ·
1 Parent(s): 8e335ab

Upload code/cube3d/render/render_bricks.py with huggingface_hub

Browse files
code/cube3d/render/render_bricks.py CHANGED
@@ -7,7 +7,7 @@ from pathlib import Path
7
  import bpy
8
 
9
  # Add path to ImportLDraw module
10
- root_dir = Path(__file__).parents[2]
11
  sys.path.append(str(root_dir))
12
 
13
  import ImportLDraw
 
7
  import bpy
8
 
9
  # Add path to ImportLDraw module
10
+ root_dir = Path(__file__).resolve().parents[2]
11
  sys.path.append(str(root_dir))
12
 
13
  import ImportLDraw