issue #5 in python version caused by feeding bad path arg to glob.glob… #18
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sciactive/pulverize!18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue_5_python_concat"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
…, then constructing incorrect path+file of pulverize_input_files.txt in file_list.
I've solved it differently, instead of relying on the output of the utilfile I check if the path start with "//" and concat that to the blend file argument:
In any case this problem should be solved, I was about to make a PR when I saw yours
Pull request closed