Grease Pencil: 4.3 Release Notes: Modifier property name changes #72
@ -84,5 +84,11 @@ Grease Pencil modifiers are now regular modifiers.
|
|||||||
| Modifiers | `object.grease_pencil_modifiers` | `object.modifiers` |
|
| Modifiers | `object.grease_pencil_modifiers` | `object.modifiers` |
|
||||||
| Modifier ID type | `bpy.types.GpencilModifier` | `bpy.types.Modifier` |
|
| 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
|
|||||||
|
| Opacity Modifier -> Factor | `factor` | `color_factor` |
|
||||||
|
|
||||||
### Operators
|
### Operators
|
||||||
*TODO*
|
*TODO*
|
Loading…
Reference in New Issue
Block a user
Would be nice to keep the formatting tidy and make sure things align :)