Updated docs to show that Layer.name is actually a Read/Write property instead of read-only.
Motivation and Context
The documentation states that Layer.name is a read-only property. However, assigning a value to this property does in fact change the layer name in the PS layers panel.
Types of changes
[x] Documentation only
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
@kbsanders Thanks, for pointing out that error. I have fixed it in the source (which feeds this repo), so I will close this PR.
You will see the change in the PR I currently have open.
Description
Updated docs to show that
Layer.name
is actually a Read/Write property instead of read-only.Motivation and Context
The documentation states that
Layer.name
is a read-only property. However, assigning a value to this property does in fact change the layer name in the PS layers panel.Types of changes
Checklist: