Merge branch '4.3'

This commit is contained in:
Diego Prado Gesto 2019-09-10 14:17:31 +02:00
commit 190984462b
5 changed files with 18 additions and 39 deletions

View file

@ -140,9 +140,9 @@ class SolidView(View):
1.0
]
# Color the currently selected face-id.
face = Selection.getSelectedFace()
uniforms["selected_face"] = (Selection.getMaxFaceSelectionId() + 1) if not face or node != face[0] else face[1]
# Color the currently selected face-id. (Disable for now.)
#face = Selection.getHoverFace()
uniforms["hover_face"] = -1 #if not face or node != face[0] else face[1]
except ValueError:
pass