mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
black
This commit is contained in:
@@ -259,6 +259,7 @@ def register():
|
|||||||
bpy.app.translations.register("bonsai", translations_dict)
|
bpy.app.translations.register("bonsai", translations_dict)
|
||||||
|
|
||||||
import bonsai.tool as tool
|
import bonsai.tool as tool
|
||||||
|
|
||||||
tool.Blender.ensure_bin_in_path()
|
tool.Blender.ensure_bin_in_path()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -390,8 +390,8 @@ class ObjectLog(bpy.types.Operator):
|
|||||||
|
|
||||||
class InstallGit(bpy.types.Operator):
|
class InstallGit(bpy.types.Operator):
|
||||||
"""Install Git Version Control System from the
|
"""Install Git Version Control System from the
|
||||||
Windows Package Manager Community Repository,
|
Windows Package Manager Community Repository,
|
||||||
requires restarting Blender after installation"""
|
requires restarting Blender after installation"""
|
||||||
|
|
||||||
bl_label = "Install Git"
|
bl_label = "Install Git"
|
||||||
bl_idname = "ifcgit.install_git"
|
bl_idname = "ifcgit.install_git"
|
||||||
|
|||||||
Reference in New Issue
Block a user