Falk David
20383e4d82
Python: Rename legacy Grease Pencil types to Annotation
This renames the legacy Grease Pencil python types to what
they are used for now: Annotations!
## Updated types
| Before | After |
| --- | --- |
| `bpy.types.GPencilStrokePoint` | `bpy.types.AnnotationStrokePoint` |
| `bpy.types.GPencilStroke` | `bpy.types.AnnotationStroke` |
| `bpy.types.GPencilFrame` | `bpy.types.AnnotationFrame` |
| `bpy.types.GPencilFrames` | `bpy.types.AnnotationFrames` |
| `bpy.types.GPencilLayer` | `bpy.types.AnnotationLayer` |
| `bpy.types.GPencilLayers` | `bpy.types.AnnotationLayers` |
| `bpy.types.GreasePencil` | `bpy.types.Annotation` |
| `bpy.types.BlendDataGreasePencils` | `bpy.types.BlendDataAnnotations` |
## Updated properties
| Before | After |
| --- | --- |
| `bpy.data.grease_pencils` | `bpy.types.annotations` |
| `MovieClip.grease_pencil` | `MovieClip.annotation` |
| `NodeTree.grease_pencil` | `NodeTree.annotation` |
| `Scene.grease_pencil` | `Scene.annotation` |
| `SpaceImageEditor.grease_pencil` | `SpaceImageEditor.annotation` |
| `SpaceSequenceEditor.grease_pencil` | `SpaceSequenceEditor.annotation` |
| `MovieTrackingTrack.grease_pencil` | `MovieTrackingTrack.annotation` |
Pull Request: https://projects.blender.org/blender/blender/pulls/142236
2025-07-18 12:57:01 +02:00
..
2025-07-18 12:57:01 +02:00
2025-07-15 03:08:04 +02:00
2025-07-16 13:09:29 +02:00
2025-07-11 16:24:13 +02:00
2025-07-17 09:09:16 +02:00
2025-07-01 04:59:49 +02:00
2025-07-17 09:09:16 +02:00
2025-07-15 22:18:31 +10:00
2025-07-15 03:08:04 +02:00
2025-07-18 10:37:46 +02:00
2025-07-09 20:59:26 +02:00
2025-07-18 00:26:12 +02:00
2025-07-18 12:01:43 +10:00
2025-07-15 03:08:04 +02:00
2025-07-09 20:59:26 +02:00
2025-06-10 17:20:45 +02:00
2025-07-16 18:26:26 +02:00
2025-07-09 20:59:26 +02:00
2025-07-18 10:27:29 +02:00
2025-07-14 16:30:38 +02:00
2025-07-17 09:09:16 +02:00
2025-07-14 16:30:38 +02:00
2025-06-27 16:44:33 +02:00
2025-07-18 12:57:01 +02:00
2025-07-18 00:26:12 +02:00
2025-06-24 03:52:17 +02:00
2025-07-18 12:57:01 +02:00
2025-06-16 12:50:50 +02:00
2025-07-18 12:57:01 +02:00
2025-07-07 15:47:42 +02:00
2025-07-15 03:08:04 +02:00
2025-07-17 12:32:30 +10:00
2025-07-15 03:08:04 +02:00
2025-07-15 03:08:04 +02:00
2025-07-15 03:08:04 +02:00
2025-07-15 03:08:04 +02:00
2025-07-18 06:19:18 +02:00
2025-07-18 12:57:01 +02:00
2025-05-17 10:17:37 +10:00
2025-07-16 06:16:19 +02:00
2025-07-17 09:09:16 +02:00
2025-04-22 11:22:18 +02:00
2025-07-15 03:08:04 +02:00
2025-07-15 03:08:04 +02:00
2025-07-15 03:08:04 +02:00
2025-07-16 04:59:02 +00:00
2025-07-17 09:09:16 +02:00
2025-07-15 03:08:04 +02:00
2025-07-15 03:08:04 +02:00
2025-07-15 03:08:04 +02:00
2025-02-19 17:11:08 +01:00