Grease Pencil: 4.3 Release Notes: Modifier property name changes #72

Merged
Falk David merged 2 commits from chengdulittlea-patch-1 into main 2024-08-15 14:27:01 +02:00

View File

@ -84,5 +84,11 @@ Grease Pencil modifiers are now regular modifiers.
| Modifiers | `object.grease_pencil_modifiers` | `object.modifiers` |
| Modifier ID type | `bpy.types.GpencilModifier` | `bpy.types.Modifier` |
Grease Pencil modifier property name changes
| | Blender 4.2 | Blender 4.3 |
| -------------------------------- | -------------------- | -------------------------- |
ChengduLittleA marked this conversation as resolved Outdated

Would be nice to keep the formatting tidy and make sure things align :)

Would be nice to keep the formatting tidy and make sure things align :)
| Opacity Modifier -> Factor | `factor` | `color_factor` |
### Operators
*TODO*