This commit is contained in:
Bruno Postle
2025-01-17 19:50:23 +00:00
parent fb9a89f6fa
commit f081fd9280
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -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"