Remap: Refactor scripts #177
No reviewers
Labels
No Label
Kind
Breaking
Kind
Bug
Kind: Community
Kind
Documentation
Kind
Easy
Kind
Enhancement
Kind
Feature
Kind
Proposal
Kind
Security
Kind
Studio Request
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/blender-studio-pipeline#177
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch ":feature/refactor-remap-script"
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?
What's Changed?
New Remap Tool Demo
eeae359d90
to42d2c144ef
WIP: Remap: Refactor scriptsto Remap: Refactor scriptsFrom watching the video, functionality seems fine.
If you are going to post the video elsewhere, I would increase the sound volume as it is quite low right now.
I only have a commend about the readme file that seems a bit outdated still.
@ -11,0 +8,4 @@
3. Now you are ready to re-organize your mapped directory, move files into different folders, rename files and remove duplicates.
4. Re-run the remap tool via `python -m remap` to update your map with the new file locations. The tool will print a bbatch, copy this for use in step 6.
5. Enter bbatch directory `cd blender-studio-pipeline/scripts/bbatch`
6. Run provided bbatch command, similar to `python -m bbatch /my_files/ --script /{path_to_script}/remap_blender_paths_for_my_files.py --nosave --recursive` to update all references to the remapped directory contents in your .blend files.
Hmm, this command seems out of date?
The python file is not called
remap_blender_paths_for_my_files.py
anymore and it also takes the json file path as a command now.I would also drop the leading slashed in
/my_files/
and/{path_to_script}
.Also to make it consistent I would do convert
my_files/
to{my_files}/
to indicate that this is something the user has to replace.Thank you for pointing that out. I have updated the README with this commit
104fb27eab
thank you!No the video was just for the purposes of this PR, and yes I am having some mic issues, should be resolved soon :) Thank You! Will merge now