New in version R15.037.
Select the layer.
Note
This will only work if the subdivision level is at the same level as this layer.
Return type: | bool |
---|---|
Returns: | True if the layer was selected, otherwise False. |
Check if the layer is currently visible on the sculpt object.
Return type: | bool |
---|---|
Returns: | True if visible, False if invisible. |
Set the visibility of this layer on the sculpt object.
Parameters: | state (bool) – The visibility state. |
---|
Check if the layer is currently locked on the sculpt object.
Return type: | bool |
---|---|
Returns: | True if locked, False if unlocked. |
Set the locked status of the layer on the sculpt object.
Parameters: | state (bool) – The locked state. |
---|
Get the currents strength of the layer.
Return type: | float |
---|---|
Returns: | The strength value. |
Set the strength of the layer on the sculpt object.
Parameters: | strength (float) – The strength value to set. |
---|