We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff7a78 commit 51da87bCopy full SHA for 51da87b
1 file changed
lib/histogram.lua
@@ -125,6 +125,11 @@ function Stats.update()
125
end
126
127
Stats.attrib = object.I.Editor.find_attribute(container_attrib_name)
128
+ if Stats.attrib == nil then
129
+ Stats.reset()
130
+ shd.attribute = 'vertices.point[0]'
131
+ return
132
+ end
133
134
local f = tostring(shd.colormap):split(';')
135
local colormap_name = f()
0 commit comments