mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-01 01:16:27 +00:00
- Switch to double precision
- Allow accessing entities by GlobalId - Some more support for writing back IFC - Prefix EXPRESS Enum values to avoid collisions - Fix a bug in the SenseAgreement of Cartesian trimmed curves - Use straight line segment in case point projection failed on trimmed curve - Add epsilon to polylines and -loops point equality test - Decompose a convex polygonal bounded halfspace into several unbounded halfspace and process only if they operate on a volume larger than some epsilon - No longer fail connected facesets if a single face is invalid - Updated IfcBlender for compatibility with Blender 2.62 - Added additional test files
This commit is contained in:
+2
-1
@@ -113,7 +113,8 @@ cam.clip_end = max(D) * 10
|
||||
|
||||
scn.render.filepath = os.path.join("output",os.path.basename(fn)+".png")
|
||||
|
||||
bpy.ops.render.render(write_still=True)
|
||||
bpy.ops.wm.save_mainfile(filepath=os.path.join("output",os.path.basename(fn)+".blend"),compress=True)
|
||||
|
||||
bpy.ops.render.render(write_still=True)
|
||||
|
||||
sys.exit(0)
|
||||
|
||||
Reference in New Issue
Block a user