Skip to content

Update UI for Blender 2.8 #8

@dimitarsp

Description

@dimitarsp

Hi've made a very minor update so the addon shows up in the correct place in Blender 2.8+. Don't know too much about pull requests so here is the modification in jv_panel.py

class JVPanel(Panel):
    bl_idname = "OBJECT_PT_jv_panel"
    bl_label = "JARCH Vis"
    bl_space_type = "VIEW_3D"
    bl_region_type = "UI"
    # bl_region_type = "TOOLS" 
    bl_category="JARCH Vis"

Edit

Figured out how to create a pull request

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions