Draft
Conversation
This is much faster. Basically instant. Ditched support for bitmap in `push` because blender doesn't completely support bitmaps and I think we don't need it anyways.
Owner
|
Here are some documentation and resources I used while making clipette: win32 clipboard functions This is a very crude way of using the clipboard and python doesn't know what's going on when dealing with these win32 modules so error management might end up being a challenge. If any of the win32 functions spit any error, we must use GetLastError to access it but I haven't implemented that so far. Also, if we use |
to prevent exiting without closing clipboard
• `image.save()` doesn't consider the updated format (bug?) so we're stuck with `save_render()` which uses render settings and would transform image accordingly (often set to 'Filmic' colorspace) which is unwanted during conversion. Fixed that by settings render settings to standard values temporarily. Fixes #47 • render is saved in `get_save_directory()` instead of `tempdir`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.