set_annotation_stroke_property
Set stroke properties such as line width, material index, or display mode on an annotation layer in Blender.
Instructions
Set a property on an annotation stroke.
Args: annotation_name: Name of the annotation data block. layer_name: Name of the layer containing the stroke. stroke_index: Index of the stroke in the layer (0-based). property: Property to set. One of: line_width, material_index, display_mode. value: The value to set.
Returns: Confirmation dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| annotation_name | Yes | ||
| layer_name | Yes | ||
| stroke_index | Yes | ||
| property | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||