Chris

Results 29 comments of Chris

Yeah frankly I have to concur, I would definitely upgrade to at least 2020. The improvements to Photoshop made since then are monumental, you won't believe the efficiency gains alone.

In my experience Photoshop performance gradually decreases the more layers are in the document, this is entirely on Photoshop's end, its a limitation of the software unfortunately not the API.

Another thing to avoid is minimizing the Photoshop window, the window doesn't have to be active but it does need to be open (not minimized to tray) to function properly

I might see about giving this a shot, will submit a PR if/when I'm successful.

> Could you give me an example workflow for how to do this? I'm still pretty new to workflows, I ended up just eliminating venv from my workflow altogether, but...

> Oh yeah I see the line! I'll give that a shot, thanks!

@tys203831 You can set the font using its regular name like so: ```python import photoshop.api as ps app = ps.Application() layer = app.activeDocument.layers.getByName("My Text Layer") layer.textItem.font = app.fonts.getByName("Font Name").postScriptName ```

> I may take a crack at this later, I would really love to get this tool working Python doesn't really have anything that can easily accomplish merging SVG's at...

This can already be configured at template level by specifying: ```python self.is_legendary = False ``` during __init__ after super is called, and can also be specified as a property of...

I keep forgetting to make commits but I finally designed a robust fix for the long text entry crash a couple days back, just pushed changes so pick them up...