QR.ECCLevel

This node generates a string for input to the ECCLevel input of QRCode node. When run first time it opens a drop down window where one can select between the 4 levels of error correction level on QR codes. L, M, Q or H for 7%, 15%, 25% or 30% respectively.

QR.ECCLevel

Inputs:

  • Reset: Boolean input for resetting node. Change boolean input to run again.

Credits: The Ironpython script used in this node is largely based on Dimitar Venkovs selection nodes from the sping nodes package. It is licenced under the MIT licence.

QRcode

Creates QR codes based on a string input. Accepts single arguments as well as lists. There is also support for color and adjustment to the error correction level. (See QR.ECClevel)

Inputs:

  • Str: single string or list of strings to be encoded.
  • QRColor: Dynamo color
  • BackColor: Dynamo color
  • ECCLevel: string (“L – 7%”, “M – 15%”, “Q – 25%” or “H – 30%”)

QrCode workflow

 

Source: http://jbdynamo.blogspot.no/2016/01/qr-codes-in-dynamo-revisited.html