Blender Crawl: Collected Studio feedback #52
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
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/blender-studio-tools#52
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
This is a thread for the studio feedback for blender_crawl.
The docs for the option 'ask' is a bit confusing: it says If provided there will be no confirmation prompt before running script on .blend files. but it seems to do the opposite, which is ask for confirmation.
blender_crawl should handle saving of .blend files for custom scripts. otherwise it needs to be included in each script. which brings me to the next...
I just made this simple script to print all object names and save:
I noticed that it's using the default settings for blender, which saves backup .blend1 files whenever you save the main file. That means that you could potentially pollute directories with a whole bunch of .blend1's when you're crawling... I think this option should be disabled so we dont have to include
bpy.context.preferences.filepaths.save_version = 0
in the scripts every time.Talked with Andy a bit as well and agree with his feedback.
About this:
I do think it can be good to be able to not save but just crawl though files to retrieve data, so it should probably be a command line option. It should probably work with saving enabled by default though.
[Blender Crawl] Collected Studio feedbackto [Blender_Crawl] Collected Studio feedbackChanges
Updates to README
sudo
orsu
to install instructions--ask
[Blender_Crawl] Collected Studio feedbackto Blender_Crawl: Collected Studio feedbackBlender_Crawl: Collected Studio feedbackto Blender Crawl: Collected Studio feedback@eyecandy @SimonThommes
I have made a new branch with all the changes we have discussed above, please take a look at this new readme
32f1231650/scripts/blender-crawl/README.md
and let me know if you have any futher feedback prior to merging.You can read-thru the PR here: studio/blender-studio-pipeline#53
The important changes are:
--nosave
flag to skip savingblender_crawl ./
still just prints the names of the .blends in the current directory--ask
and improve installation instructions