fix missing tooltip

blender3.6
christopheseux 2022-09-06 15:57:48 +02:00
parent fd0dec4162
commit 8e4d82fd1d
1 changed files with 2 additions and 1 deletions

View File

@ -394,7 +394,8 @@ class Picker:
points=s['points'], points=s['points'],
polygons=s['polygons'], polygons=s['polygons'],
operator=s['operator'], operator=s['operator'],
color=s['color'] color=s['color'],
tooltip=s['tooltip'],
) )
self.shapes.append(shape) self.shapes.append(shape)