update preview.blend so it doesn't need to convert from mfaces to mpolys every load.

This commit is contained in:
Campbell Barton 2012-04-10 09:22:39 +00:00
parent e03ebf7a41
commit 9fd6c7a962
2 changed files with 17159 additions and 14669 deletions

@ -62,9 +62,9 @@ except:
sys.exit(1)
fpout.write("/* DataToC output of file <%s> */\n\n" % filename)
fpout.write("int datatoc_%s_size= %d;\n" % (filename, size))
fpout.write("int datatoc_%s_size = %d;\n" % (filename, size))
fpout.write("char datatoc_%s[]= {\n" % filename)
fpout.write("char datatoc_%s[] = {\n" % filename)
while size > 0:
size -= 1

File diff suppressed because it is too large Load Diff