Closed vikasTmz closed 7 years ago
Could you add us as member of your project (fspindle + s-trinh). Thanks
Nice starting.
# Blender v2.78 (sub 0) CAO File
{
V1,
8,
# 3D points,
[1.000000 -1.000000 -1.000000
1.000000 -1.000000 1.000000
-1.000000 -1.000000 1.000000
-1.000000 -1.000000 -1.000000
1.000000 1.000000 -0.999999
0.999999 1.000000 1.000001
-1.000000 1.000000 1.000000
-1.000000 1.000000 -1.000000],
# 3D lines,
0,
[],
# Faces from 3D lines,
0,
[],
# Faces from 3D points,
6,
[4 0 1 2 3
4 4 7 6 5
4 0 4 5 1
4 1 5 6 2
4 2 6 7 3
4 4 0 3 7],
# 3D cylinders,
0,
[],
# 3D circles,
0,
[]
}
I've used some command line operations to get rid of them. I'll change it and handle it in python.
Your last commit fix the issue on OSX
Last 2 commits solves #3, #4, #5
The README contains details on how to use this plugin for Phase 1, Task 1.1 work.
What has been implemented:
3D Points
,3D Lines
,3D Cylinders
and3D Circles
(All the models are stored in the same file).ToDo:
lod
andlabels
.