Skip to content
Snippets Groups Projects
Commit 3adcf8b0 authored by Campbell Barton's avatar Campbell Barton
Browse files

update for changed path relative to blender.

parent a59727fb
No related branches found
No related tags found
No related merge requests found
......@@ -1065,7 +1065,7 @@ if __name__ == "__main__":
args = parser.parse_args()
if 0:
SOURCE_DIR = os.path.normpath(os.path.abspath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", ".."))))
SOURCE_DIR = os.path.normpath(os.path.abspath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..", ".."))))
#scan_source_recursive(os.path.join(SOURCE_DIR, "source", "blender", "bmesh"))
scan_source_recursive(os.path.join(SOURCE_DIR, "source/blender/makesrna/intern"), args)
sys.exit(0)
......
......@@ -43,4 +43,4 @@ IGNORE_DIR = (
)
SOURCE_DIR = os.path.normpath(os.path.abspath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", ".."))))
SOURCE_DIR = os.path.normpath(os.path.abspath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..", ".."))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment