City Engine Get Object attribute to use as the rule default is not working.
attr streetWidth = getObjectAttr("width")
used to work perfectly but now in ce 2019.0 it is telling me that:
Unused function:streetWidth
No such function: ? getObjectAttr(a:str)
what is the issue?