New Bug: "Make shape from path" Playback
In one of the recent updates of Photoshop (I'm not exactly sure which version), a new bug appeared related to the path-to-shape conversion.
More specifically it happens when playing back (via Photoshop actions or scripting) the "Make shape from path" command, that you can access via the "Shape"-button in the tool bar with a path tool selected.
The expected behavior is, that it will create a new shape layer using the active path. Using the button this also works fine. However, if you script this command or record it in an action, it only creates an empty shape layer.
Before my recent update this still worked fine (I was on PS2021 also, but not quite sure which version).
This bug is critical for any action, script or plugin using the command and makes them (fully or partly) unusable.
-------------------------
Steps to reproduce:
- Draw a path
- Record action
- Click the “Shape” button (at the top in the tool bar, when a path tool is selected)
-> Shape get’s created from the path - Stop recording
- Undo a step
- Play the recorded action
-> an empty shape layer gets created
