Skip to content

Instantly share code, notes, and snippets.

View arpit15's full-sized avatar

Arpit Agarwal arpit15

View GitHub Profile
@arpit15
arpit15 / ply-axis-selection.patch
Created August 16, 2021 16:53
git patch for ply loader blender
diff --git a/io_mesh_ply/__init__.py b/io_mesh_ply/__init__.py
index a3f08ebd..10cdd3ba 100644
--- a/io_mesh_ply/__init__.py
+++ b/io_mesh_ply/__init__.py
@@ -55,7 +55,7 @@ from bpy_extras.io_utils import (
orientation_helper,
)
-
+@orientation_helper(axis_forward='Y', axis_up='Z')