I am doing a tutorial and this script doesnt seem to work for me. I’m on 2.58. I dug around for a while and couldnt figure it out. Hope you guys know.
import bpy
class ShowButtons(bpy.types.Panel):
bl_label = "Test"
bl_space_type = "VIEW_3D"
bl_region_type = "UI"
def draw(self, context):
layout = self.layout
row = layout.row()