Skip to content

Commit

Permalink
Disable Road Tools for minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjian0 committed Jul 27, 2020
1 parent 2f254db commit 8b934e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def draw(self, context):
layout.template_ID_preview(face_map_material, "material", hide_buttons=True)


classes = (BTOOLS_PT_road_tools, BTOOLS_PT_building_tools, BTOOLS_PT_material_tools)
classes = (BTOOLS_PT_building_tools, BTOOLS_PT_material_tools)


def register():
Expand Down

0 comments on commit 8b934e7

Please sign in to comment.