Jürnjakob Dugge

Results 13 issues of Jürnjakob Dugge

It can sometimes be helpful to extend the texture of a model beyond the island edges. That way, even if the cuts aren't completely precise, no white gaps become visible....

Glue tabs can intersect other faces or glue tabs on the same island: ![screenshot from 2016-09-13 13 12 50](https://cloud.githubusercontent.com/assets/2399255/18471792/c88cb738-79b3-11e6-8520-b55f325e6773.png) ![screenshot from 2016-09-13 13 11 16](https://cloud.githubusercontent.com/assets/2399255/18471727/9157ad04-79b3-11e6-84a7-2fc25f7d399d.png) Test file: [glue_tab_intersection.blend.zip](https://github.com/addam/Export-Paper-Model-from-Blender/files/469627/glue_tab_intersection.blend.zip)

Bug

When changing the plot type to "pie", I get the following error message: ``` 'color', QgsPropertyDefinition.DataType.DataTypeString, 'Color Array', AttributeError: type object 'DataType' has no attribute 'DataTypeString' ``` The effect of...

It would be useful to be able to specify the tick positions, using the following [`tickmode`](https://plot.ly/javascript/reference/#layout-xaxis-tickmode) options - `tickmode.auto`: current behaviour - `tickmode.linear`: specify start using `tick0` and step size...

enhancement

It would be useful to be able to switch grid lines on and off (using https://plot.ly/javascript/reference/#layout-xaxis-showgrid and https://plot.ly/javascript/reference/#layout-yaxis-showgrid), or even to adjust the line style of the grid lines.

enhancement

It is not possible to use a numerical field and a color scale from the dropdown to define the marker color. The marker color is instead set to a default...

bug

Geoscience Australia provides a [5 m Digital Elevation Model (DEM) of Australia derived from LiDAR](http://www.ga.gov.au/metadata-gateway/metadata/record/gcat_22be4b55-2465-4320-e053-10a3070a5236). It's licensed under CC-BY-4.0, dataset covers 245000 km² of "Australia's populated coastal zone; floodplain surveys...

Need to write documentation for the backend and the plugin

EasyMesh doesn't handle segments that cross the domain boundary very well. It also has problems if the end of a segment is very close to another segment (creates elements that...

enhancement
meshtools plugin

The "Triangle" python module is hard to build on Windows (too many dependencies that aren't typically satisfied). Using the standalone Triangle program (similar to the EasyMesh program) should be more...

enhancement
meshtools module