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