This commit is contained in:
Relintai 2021-02-23 01:30:54 +01:00
parent d41329e43f
commit 0bcc675507
2 changed files with 3276 additions and 4 deletions

View File

@ -446,8 +446,7 @@ if len(sys.argv) > 1:
exit()
elif arg[0] == 'p':
if arg == 'p':
#print("Applies a patch. Append c for the compilation database patch. For example: pc")
print("Applies a patch. No Patches right now.")
print("Applies a patch. No Patches right now.Append s for the skeleton editor patch. For example: ps ")
exit()
cwd = os.getcwd()
@ -461,8 +460,8 @@ if len(sys.argv) > 1:
#apply the patch to just the working directory, without creating a commit
#if 'c' in arg:
# subprocess.call('git apply --index ../patches/compilation_db.patch', shell=True)
if 's' in arg:
subprocess.call('git apply --index ../patches/custom_skeleton_3d_editor_plugin.patch', shell=True)
#unstage all files
subprocess.call('git reset', shell=True)

File diff suppressed because it is too large Load Diff