mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fix of empty chars
This commit is contained in:
parent
7d7c8a8d74
commit
d440956b4e
1 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ of one or more TVPaint layers that can be used as single item during
|
|||
compositing (for example).
|
||||
|
||||
In some cases may be needed to have sub parts of the layer. For example 'Bob'
|
||||
could be Render Layer which has 'Arm', 'Head' and 'Body' as Render Passes.
|
||||
could be Render Layer which has 'Arm', 'Head' and 'Body' as Render Passes.
|
||||
"""
|
||||
)
|
||||
|
||||
|
|
@ -81,7 +81,7 @@ RENDER_PASS_DETAILED_DESCRIPTIONS = (
|
|||
|
||||
Render Pass can consist of one or more TVPaint layers. Render Layers must
|
||||
belong to a Render Layer. Marker TVPaint layers will change it's group color
|
||||
to match group color of Render Layer.
|
||||
to match group color of Render Layer.
|
||||
"""
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue