looooo
2bc1162193
py3: Arch: print fixes
2017-01-17 11:13:36 +01:00
Yorik van Havre
8ad2c699f8
py3: open function is in module 'io' in py3 instead of __builtin__
2017-01-17 09:24:59 +01:00
Yorik van Havre
af97583026
Doc: Fixes in doxygen docs for Draft,Arch, FEM
2016-11-17 17:04:09 -02:00
Jonathan Wiedemann
a83e6f9b48
Fix webgl export for mesh based object
2016-10-29 00:01:03 +02:00
Jonathan Wiedemann
0f88536d42
add decode utf8 importWebGL.py
2016-05-18 17:25:54 +02:00
Yorik van Havre
91b2506ccc
Changed all references to DraftGeomUtils.sortEdges to Part.__sortEdges__
2015-09-04 11:54:57 -03:00
Johannes Reinhardt
941f7dae00
Use new curve discretization
2014-08-14 23:28:50 +02:00
Johannes Reinhardt
8189dddec1
Revert "Arch: Turned jreinhardt's fix to webGL into an option"
...
This reverts commit 90f2fc2034
.
Conflicts:
src/Mod/Arch/Arch_rc.py
src/Mod/Arch/Resources/ui/archprefs-import.ui
2014-08-14 23:28:50 +02:00
Yorik van Havre
90f2fc2034
Arch: Turned jreinhardt's fix to webGL into an option
2014-05-02 17:20:17 -03:00
Johannes Reinhardt
1479765154
fix export of circular edges
2014-04-29 16:00:42 -03:00
Johannes Reinhardt
30ef37715f
added webGL export option for faceloop linewidth
2014-04-29 16:00:42 -03:00
Yorik van Havre
c64b169164
Arch: fixed importWebGL to work from command line
2014-04-27 10:49:46 -03:00
Yorik van Havre
ccde13acd9
Arch: allow to set a custom camera position in webgl export
2014-04-27 00:00:10 -03:00
Yorik van Havre
710882d2a4
Arch: Place polylines in the XY plane by default in IFC export
2014-04-26 13:37:31 -03:00
Yorik van Havre
8f469bfd03
Arch: made importWebGL easier to use in python scripts
2014-04-26 13:09:43 -03:00
Yorik van Havre
19865c252b
Fixed translation system in Arch & Draft
2014-01-07 11:17:31 -02:00
Yorik van Havre
932040bd90
Arch: Better wireframe material for the webgl exporter
2013-04-13 18:57:35 -03:00
Yorik van Havre
970889a655
Arch: Simplified webgl exporter
2013-04-13 00:29:05 -03:00
Yorik van Havre
e335a4348c
Arch: WebGL exporter now has mouse controls
2013-04-12 15:37:10 -03:00
Yorik van Havre
9d067e5e88
Arch: fixed errors in webgl exporter
2013-04-11 11:23:39 -03:00
Yorik van Havre
7e11f28866
0001035: WebGL exporter
...
The Arch module now features a webgl exporter that produces an all-included
HTML file that displays the exported objects in WebGL-capable web browsers.
Many enhancements are still necessary, especially with lights and materials.
At time of export, the exporter downloads the three.js library from github
and includes it in the HTML file, so it has no other dependencies.
2013-04-09 19:43:45 -03:00