-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/stained glass template #66
base: main
Are you sure you want to change the base?
Feature/stained glass template #66
Conversation
…red MTG-Proxyshop code
I resolved the conflicts from merging the settings-panels branch in, will take a look at the full code changes soon 👍 |
Final changes, Bump 1.3.0 -> 1.4.0
Also deprecated config section as this is now outlined in the GUI.
Added default "Normal" Class template, available on gdrive and via the updater.
…utilities New helpers include: get_color(), apply_rgb(), apply_cmyk(), copy_layer_mask(), duplicate_group(), import_art(), and import_svg()
…r non-Ixalan back face lands
…ng potential future deprecation
…ion Symbol now rendered using these effects New helpers have been introduced that can apply layer affects using given effects dictionary. These include apply_fx(), apply_fx_stroke(), apply_fx_gradient(), apply_fx_drop_shadow(), with more to be added in the future. The solidcolor() helper has been effectively replaced with a more robust get_color() function that can identify many types of color inputs. A named color dictionary and rarity gradient dictionary has been added to constants to keep track of authentic colors. Expansion symbol info now processed in process_expansion_symbol_info, using helpers that take in a variety of data types and convert to authentic effects dictionaries. Old Expansion Symbol rendering can still be used by either changing the new Classic Symbol Rendering setting, or by enabling this setting within a custom template.
…hich in the future will help keep data in-line with what is expected for the layout object
…shop, always use root directory of project
…tend to NormalLayout Also implemented new setting Render Miracle, when disabled miracle cards can render as any Normal template. Also deprecated default_class property from layouts, in favor of just using card_class and overwriting when necessary.
…t for Expansion Symbol rendering
solidcolor() deprecated in favor of get_color(), added new helper: smart_layer(), refactored some existing helpers and added missing docstring info.
…symbol() Also added custom_symbols.json to build pipeline
…red MTG-Proxyshop code
…avidianstyle/MTG-Proxyshop into feature/stained-glass-template
Also, reminder of where you can download the latest version of the Photoshop template file: |
Looking good, I will definitely fix conflicts after I finished merging in #70 and finally see about getting this PR merged as well! |
Here's my (revised) PR for a Stained Glass template frame plugin:
Not currently supported:
Future enhancements to be added later:
Example renders:
Feedback appreciated!