Skip to content
Snippets Groups Projects
Commit 95f81072 authored by Brendon Murphy's avatar Brendon Murphy
Browse files

applied patch to repair scripts,

thanks DustyDingo for reporting.
parent 88c41c57
Branches
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ def export_raw(filepath, applyMods, triangulate):
matrix = obj.matrix_world
if (applyMods):
me = obj.create_mesh(True, "PREVIEW")
me = obj.create_mesh(bpy.context.scene, True, "PREVIEW")
else:
me = obj.data
......
......@@ -120,6 +120,7 @@ class RawImporter(bpy.types.Operator):
bl_label = "Import RAW"
filepath = StringProperty(name="File Path", description="Filepath used for importing the RAW file", maxlen=1024, default="")
filename = StringProperty(name="File Name", description="Name of the file.")
def execute(self, context):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment