[Bf-blender-cvs] [3d26d1938a1] master: UI: correct accidental removal of TOPBAR_PT_name

Campbell Barton noreply at git.blender.org
Sat Apr 20 13:28:48 CEST 2019


Commit: 3d26d1938a1e9088ca3962a0c7b615903118b138
Author: Campbell Barton
Date:   Sat Apr 20 13:28:16 2019 +0200
Branches: master
https://developer.blender.org/rB3d26d1938a1e9088ca3962a0c7b615903118b138

UI: correct accidental removal of TOPBAR_PT_name

Mistake in 9573bf432c4b0

===================================================================

M	release/scripts/startup/bl_ui/space_topbar.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_topbar.py b/release/scripts/startup/bl_ui/space_topbar.py
index dade943ffd2..e75f4d1bb5d 100644
--- a/release/scripts/startup/bl_ui/space_topbar.py
+++ b/release/scripts/startup/bl_ui/space_topbar.py
@@ -740,6 +740,7 @@ classes = (
     TOPBAR_PT_gpencil_layers,
     TOPBAR_PT_gpencil_primitive,
     TOPBAR_PT_gpencil_fill,
+    TOPBAR_PT_name,
 )
 
 if __name__ == "__main__":  # only for live edit.



More information about the Bf-blender-cvs mailing list