[Bf-extensions-cvs] [d4c1e6cd] blender-v2.82-release: PDT: Move stray files from add-on root folder

Rune Morling noreply at git.blender.org
Mon Feb 3 11:40:21 CET 2020


Commit: d4c1e6cdc121908c4a5b1af6b7fc23def5c94a17
Author: Rune Morling
Date:   Mon Feb 3 11:33:42 2020 +0100
Branches: blender-v2.82-release
https://developer.blender.org/rBAd4c1e6cdc121908c4a5b1af6b7fc23def5c94a17

PDT: Move stray files from add-on root folder

The error likely came about because we first commit files to @clockmender's
upstream github repo and then use git format-patch to create patches which
are then applied to the blender add-on repo with:

`git-am -3 --rerere-autoupdate foo.patch`.

Here, the issue seems to be that we've renamed files in the upstream github
repo, but that I then failed to first create and commit empty files with
the same name in the precision_drawing_tools/ repo, which meant that git
did the best it could and added them to the root of the blender add-ons
repo since the files didn't exist in the add-on repo index when they were
added.

===================================================================

R100	pdt_command_functions.py	precision_drawing_tools/pdt_command_functions.py
R100	pdt_exception.py	precision_drawing_tools/pdt_exception.py

===================================================================

diff --git a/pdt_command_functions.py b/precision_drawing_tools/pdt_command_functions.py
similarity index 100%
rename from pdt_command_functions.py
rename to precision_drawing_tools/pdt_command_functions.py
diff --git a/pdt_exception.py b/precision_drawing_tools/pdt_exception.py
similarity index 100%
rename from pdt_exception.py
rename to precision_drawing_tools/pdt_exception.py



More information about the Bf-extensions-cvs mailing list