Re: [QGIS-Developer] GSoC QGIS 3D Improvement: Week 11 Report

2019-08-14 Thread Nyall Dawson
On Thu, 15 Aug 2019 at 03:56, Ismail Sunni wrote: > The billboard changes IF the previous billboard is not a symbol. But IF the > previous billboard is a symbol, and I changed the symbol's properties (e.g. > color, rotation, shape) the billboard stays the same. > > In my latest code (pushed by

Re: [QGIS-Developer] Bug with python macro on project load

2019-08-14 Thread Tim Sutton
Thanks Bo! @Mario can you confirm which behaviour you replicated? The exception when calling traceback.print_exception() failed or my dodgy code simply failing with a nice exception message as Bo demonstrated (which is expected behaviour). Regards Tim > On 14 Aug 2019, at 20:25, Bo Victor

Re: [QGIS-Developer] Bug with python macro on project load

2019-08-14 Thread Bo Victor Thomsen
Hi Tim !  (Greetings from Denmark :-) On Windows 8.1 64 bit and QGIS 3.8.1 64 bit: I've modified your python code a little bit: from qgis.core import QgsProject from qgis.utils import iface def openProject():     layers = QgsProject.instance().mapLayersByName('kommune')     layer = layers[0]  

Re: [QGIS-Developer] GSoC QGIS 3D Improvement: Week 11 Report

2019-08-14 Thread Ismail Sunni
Hi Nyall, Thanks for the reply! More and more your work is revealing that we'll eventually need to > tackle this issue head on, and implement proper opacity support in the > 3d renderer. Everything else is going to be just a hack which won't > work in all circumstances. I'd suggest not spending

Re: [QGIS-Developer] Bug with python macro on project load

2019-08-14 Thread Tim Sutton
Hi Oh thanks for the feedback! Regards Tim > On 14 Aug 2019, at 13:27, Mario Baranzini wrote: > > Hi Tim, > I have exactly the same error with QGIS 3.8.0 on Archlinux. > > Cheers > > On Wed, 14 Aug 2019 at 10:13, Tim Sutton > wrote: > Hi All > > I am running

[QGIS-Developer] Copy Exact coordinates of a Vertex

2019-08-14 Thread C Hamilton
I received a request for "Lat Lon Tools" to support snapping for the purpose of copying exact coordinates of a vertex or the location where two geometries intersect, to the clipboard. That second part might be much more difficult. What is your opinion on this? Is it something that should be

Re: [QGIS-Developer] Bug with python macro on project load

2019-08-14 Thread Mario Baranzini
Hi Tim, I have exactly the same error with QGIS 3.8.0 on Archlinux. Cheers On Wed, 14 Aug 2019 at 10:13, Tim Sutton wrote: > Hi All > > I am running into a bug on macOS using QGIS 3.8 using the project load > python hook [1] and was curious: > > 1) Can anybody replicate this on other operating

[QGIS-Developer] Plugin [1631] PAT - Precision Agriculture Tools approval notification.

2019-08-14 Thread noreply
Plugin PAT - Precision Agriculture Tools approval by cratcliff. The plugin version "[1631] PAT - Precision Agriculture Tools 0.3.1" is now approved Link: http://plugins.qgis.org/plugins/pat/ ___ QGIS-Developer mailing list

[QGIS-Developer] Plugin [1631] PAT - Precision Agriculture Tools approval notification.

2019-08-14 Thread noreply
Plugin PAT - Precision Agriculture Tools approval by cratcliff. The plugin version "[1631] PAT - Precision Agriculture Tools 0.3.0" is now approved Link: http://plugins.qgis.org/plugins/pat/ ___ QGIS-Developer mailing list

[QGIS-Developer] Bug with python macro on project load

2019-08-14 Thread Tim Sutton
Hi All I am running into a bug on macOS using QGIS 3.8 using the project load python hook [1] and was curious: 1) Can anybody replicate this on other operating systems 2) Does the macro run *after* layers have been loaded in the project or before? Former seems more logical to me but you