https://github.com/minorua/Qgis2threejs

sort by:
Revision Author Date Message Commit Date
095db63 version 1.1.1 27 February 2015, 03:00:07 UTC
7803e5e fix Icon export (fix #37) Python Error: File "Qgis2threejs\datamanager.py", line 274, in write filepath, transp_background = mat[1] ValueError: too many values to unpack 23 February 2015, 01:10:45 UTC
b1cc478 fix attribute export error Python Error: File "Qgis2threejs\qgis2threejstools.py", line 49, in pyobj2js elif obj == NULL: # qgis.core.NULL NameError: global name 'NULL' is not defined 23 February 2015, 01:07:06 UTC
76de5d2 version 1.1 17 February 2015, 02:57:06 UTC
e2aeb49 update docs 17 February 2015, 02:57:05 UTC
9d062e4 add js/LICENSE 17 February 2015, 02:57:04 UTC
cd78bec FileExporter: small fixes - fix button spacing - do not export sides/bottom when DEM layer has no sides - correct file title for multiple DEM blocks 17 February 2015, 02:57:04 UTC
6cdb701 Merge pull request #36 from olivierdalang/other_exporters Other exporters 17 February 2015, 02:55:26 UTC
412aaef better copyright notice 16 February 2015, 09:53:59 UTC
6b2cad0 Added .mtl exporter to export the material library of .obj objects 15 February 2015, 13:05:28 UTC
817036b Refactoring to add OBJ and COLLADA exporters and make addition of new exporters easier - OBJ exporter is written based on the STLExporter, it exports material links (by color of the material), but not the materials itself which would need to export an additional .mtl file. - COLLADA exporter is written based on the STLExporter, it exports the material color and transparency and binds it to the object. Importation has been tester with Unity3D, where it works well. STLExport was renamed to FileExport since it's now more generic. Metadata and documentation has been updated to be ready for a new release. 15 February 2015, 12:53:58 UTC
2c4409b remove dev from the js code version 07 February 2015, 00:09:14 UTC
26872e4 version 1.0 06 February 2015, 03:00:04 UTC
117f9b3 update README.md 05 February 2015, 03:10:16 UTC
c8ad85e update CHANGELOG.md 05 February 2015, 03:09:53 UTC
e82b824 add docs/*.html 05 February 2015, 03:00:11 UTC
40c07aa update usage of controls 05 February 2015, 03:00:10 UTC
27bda49 add *.orig to .gitignore 05 February 2015, 02:49:57 UTC
005356b fix UnicodeEncodeError caused by non-ascii field name File "Qgis2threejs\stylewidget.py", line 232, in setup comboBox.addItem(u'+"{0}"'.format(fieldName), HeightWidgetFunc.FIRST_ATTR_REL + index) UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-4: ordinal not in range(128) - update warning message 05 February 2015, 02:48:17 UTC
b3d93a5 do not show url of online document 04 February 2015, 06:15:51 UTC
61e32a4 [Profile] elevation of bottom edges is zero 04 February 2015, 06:04:55 UTC
8621997 add a check if geom is None 04 February 2015, 02:12:18 UTC
adcf9d4 update the list of projections supported by proj4js 04 February 2015, 01:26:23 UTC
362e337 add tool tip to help button 02 February 2015, 06:05:10 UTC
f6ee07f open help file with default browser 02 February 2015, 05:56:45 UTC
e326926 add help button to open local document with web browser 29 January 2015, 04:38:14 UTC
75186e5 remove LAYER style from transparency widget for simplicity opacity = layer_opacity * feature_opacity 28 January 2015, 06:23:05 UTC
65a4654 update rubber bands when sampling mode has been changed and fix the following error: File Qgis2threejs\qgis2threejsdialog.py, line 456, in clearRubberBands if self.rb_quads: AttributeError: 'Qgis2threejsDialog' object has no attribute 'rb_quads' 28 January 2015, 05:45:29 UTC
7dc6397 refactor JSWriter 26 January 2015, 08:58:38 UTC
ce127f9 show message if map is rotated 26 January 2015, 07:54:04 UTC
e6eeafe show description when parent item of additional dem and vector layers is selected 26 January 2015, 07:27:21 UTC
a7c79c5 shortcut keys for group boxes - clean up layouts 26 January 2015, 06:28:02 UTC
e32d6ce set object name to each action 26 January 2015, 05:26:57 UTC
27b57e3 clean up TODOs 26 January 2015, 05:19:46 UTC
ebeb0e3 export vector layers in drawing order 26 January 2015, 04:39:52 UTC
8477d3d relocation of functions and classes 25 January 2015, 07:19:04 UTC
22198a9 check validity of export settings before calling exportToThreeJS() 25 January 2015, 07:18:45 UTC
14e7a51 move warp_dem, triMesh and objectTypeManager to writer 25 January 2015, 07:18:40 UTC
113ff9d [clean up] remove Sphere.js 25 January 2015, 07:18:39 UTC
9a884d3 rename OutputContext to ExportSettings 25 January 2015, 07:18:34 UTC
ec8090d remove wireframe option from display type for DEM since there is wireframe mode in the web app now 22 January 2015, 07:22:55 UTC
bc41b27 remember last tree item selection 22 January 2015, 07:22:34 UTC
abc0671 add base size option to world page which makes it possible to scale the objects that appears on the web browser 22 January 2015, 05:32:17 UTC
f854a93 wireframe mode setting 21 January 2015, 06:16:58 UTC
668e124 list layers in drawing order 20 January 2015, 04:36:18 UTC
e8dd1a5 clean up 20 January 2015, 04:36:06 UTC
eeda47e set transparent to true if transparent background option is checked (follow up b91dfa1) - transparent background option also with layer image type - enable transparency option for image file type 20 January 2015, 04:35:56 UTC
3561ebd use layer CRS on QGIS to correctly reproject dem layer with no projection defined 19 January 2015, 07:47:02 UTC
6eb1480 add a check whether dem layer exists 19 January 2015, 07:29:52 UTC
b506629 move a comment to commit message QImage::fill ( const QColor & color ) was introduced in Qt 4.8. http://qt-project.org/doc/qt-4.8/qimage.html#fill-3 image.fill(Qt.transparent) seems to work in Qt 4.7.1, though. 19 January 2015, 06:32:50 UTC
e3a6299 add load/saveProperties() for restoring export settings for test save: qgis.utils.plugins["Qgis2threejs"].saveProperties(json_filepath) load: qgis.utils.plugins["Qgis2threejs"].loadProperties(json_filepath) 19 January 2015, 06:24:05 UTC
5f10361 tabular key list in popup of about page - put Q3D.Popup in application - Q3D.Controls.usage to .keyList - add wireframe mode to key list 19 January 2015, 06:00:21 UTC
9c73d64 [dat-gui panel] add ability to toggle visibility of frame 16 January 2015, 05:56:34 UTC
334e05c [STLExport] initialize Q3D.application for JSON model 16 January 2015, 05:07:28 UTC
8d0067f [STLExport][Disk] fix scale of exported objects Mesh.updateMatrixWorld() needs to be called before export to apply mesh's position, rotation and scale. 16 January 2015, 04:48:05 UTC
3da5f44 update FileSaver.js (24b303f) 16 January 2015, 04:47:20 UTC
9ee45f8 update jszip (v.2.4.0) 16 January 2015, 04:47:03 UTC
1db0176 add STLBinaryExporter.js and STLExporter.js (three.js r70) 16 January 2015, 04:46:46 UTC
e3c463d remove STLExporter.js 16 January 2015, 04:46:29 UTC
df48ea2 [JSON] material should be created for each layer - fix setting opacity for JSON layer 15 January 2015, 08:39:04 UTC
5585666 define constants of material types 15 January 2015, 07:18:27 UTC
d1af6d7 Wireframe mode 15 January 2015, 06:52:45 UTC
7fd7ca8 remove *.tif from filter string for image file select dialog 15 January 2015, 05:26:44 UTC
07a3d4d clean up 15 January 2015, 05:25:57 UTC
14962a7 add layer image option to display type for DEM 15 January 2015, 04:57:58 UTC
2298bc5 use QImage::fill(uint pixelValue) for backward compatibility 14 January 2015, 08:43:34 UTC
8eb15b0 plus half of object height to z coordinates of points in js side 14 January 2015, 06:56:22 UTC
f6ba527 [Sphere] log message when radius is zero 14 January 2015, 06:56:22 UTC
f27715a [Overlay] make material double-sided 14 January 2015, 06:56:22 UTC
fc8974a [Overlay] do not split polygons when altitude mode is absolute 14 January 2015, 06:56:21 UTC
1b916ce fix saving canvas image (fix #31) ref. github/mrdoob/three.js #421 14 January 2015, 06:56:21 UTC
03e5d0b fix README.md - no need to set transparency to 1 with transparent image file - add link to Wikipedia page that discribes image format support of browsers 14 January 2015, 06:56:20 UTC
b91dfa1 add option to make map background transparent (fix #33) 14 January 2015, 01:15:54 UTC
535881a update style of popup title bar 13 January 2015, 06:50:43 UTC
c09e3c0 add option to display clicked coordinates in WGS84 lat/lon 13 January 2015, 06:14:27 UTC
8a08427 add proj4js library (2.2.1) 13 January 2015, 06:05:57 UTC
5140480 skip empty geometry fix this error: qgis2threejsmain.py, line 1078, in fromQgsGeometry pt = QgsGeometry.fromPolygon(polygon).centroid().asPoint() AttributeError: 'NoneType' object has no attribute 'centroid' 12 January 2015, 08:30:38 UTC
d02d225 do not show info popup when Ctrl+Shift+I pressed 12 January 2015, 07:39:55 UTC
72db1c2 change labels of Height widget and set layer name to "Flat plane" when no dem is selected 12 January 2015, 07:00:25 UTC
b544ab8 adjust percentages for progress and clean up 12 January 2015, 07:00:11 UTC
9d8531b use mapCanvas.map().contentImage() if QGIS version >= 2.4 12 January 2015, 05:25:27 UTC
462d92a [Overlay] fix name error and clean up 11 January 2015, 08:05:38 UTC
c4845e8 current version is 1.0dev 11 January 2015, 07:44:37 UTC
a78a295 add type to Q3D.Controls 11 January 2015, 07:42:13 UTC
23cfc7f JSONObjectBuilder loads JSON data and build JSON models JSON models can be loaded directly from .json files. There is no gui option not to put JSON data into the data js file yet. Manual editing is needed. 11 January 2015, 07:37:18 UTC
503ebcf JSONManager class MaterialManager, ImageManager and JSONManager are based on DataManager class. 11 January 2015, 04:36:33 UTC
238fcfe remove experimental Sphere template 08 January 2015, 07:02:32 UTC
ca0cf22 [CustomPlane] add enlarge plane option 08 January 2015, 02:35:15 UTC
2c14049 put variables and functions for dat-gui into Q3D.gui 08 January 2015, 02:34:52 UTC
de8d015 [Disk] hide multiplier edit box when a field is selected 07 January 2015, 05:44:26 UTC
c06dc7f clean up material initializing 07 January 2015, 05:24:38 UTC
1c5bbb6 write center coordinates of map canvas in WGS84 for features in future - write authority identifier of project CRS 07 January 2015, 04:47:37 UTC
04ba643 [cleanup] canvas.extent() to baseExtent, etc. 05 January 2015, 08:38:19 UTC
abf6fc1 ImageManager manages texture images intensively for DEM and vector layers 05 January 2015, 07:51:41 UTC
fc1cb6b [FilePathWidget] open directory select dialog if a field is selected in combo-box - set dialog's working directory to home directory (if edit box is empty) 04 January 2015, 02:26:44 UTC
813ffba [FilePathWidget] add filterString option 04 January 2015, 01:56:37 UTC
8a701b7 log message when image file cannot be found 04 January 2015, 01:34:29 UTC
cebcd48 scale for Icon object (base size is 64 x 64) 04 January 2015, 00:42:13 UTC
009a73f [FilePathWidget] data-defined file path - rename StyleWidget.addFieldNameItems() to addFieldNames() 03 January 2015, 08:38:43 UTC
3c1ffe1 move Utils.createMaterials() into MapLayer.initMaterials() 03 January 2015, 06:05:41 UTC
back to top