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
..
2024-12-11 11:26:24 +11:00
2025-01-21 15:12:59 +01:00
2024-09-27 23:37:18 +10:00
2024-11-03 15:44:35 +11:00
2025-07-18 11:08:30 +02:00
2025-07-11 16:48:15 +10:00
2025-07-11 16:48:15 +10:00
2025-01-13 12:40:45 +01:00
2025-07-09 12:03:26 +02:00
2024-04-12 15:11:51 +02:00
2025-05-03 22:38:08 -04:00
2025-04-11 11:38:29 +02:00
2025-06-18 13:45:06 +02:00
2025-05-16 15:06:36 +02:00
2025-06-13 12:36:14 +02:00
2025-05-04 13:26:03 +02:00
2025-06-13 12:36:14 +02:00
2023-08-16 00:20:26 +10:00
2025-06-18 13:45:06 +02:00
2025-05-04 13:26:03 +02:00
2025-07-17 15:03:50 +02:00
2025-06-13 12:36:14 +02:00
2025-07-04 20:02:37 +02:00
2025-05-04 13:26:03 +02:00
2025-01-14 12:53:32 +11:00
2025-06-13 12:36:14 +02:00
2024-12-14 11:19:24 +01:00
2025-06-30 11:21:59 +02:00
2025-06-13 12:36:14 +02:00
2025-07-07 18:33:12 +02:00
2025-07-18 12:57:01 +02:00
2025-06-18 13:45:06 +02:00
2025-06-18 13:45:06 +02:00
2025-06-18 13:45:06 +02:00
2025-06-13 12:36:14 +02:00
2025-07-04 16:08:45 +02:00
2025-07-09 12:53:28 +10:00
2025-06-18 13:45:06 +02:00
2025-06-13 12:36:14 +02:00
2025-06-13 12:36:14 +02:00
2025-06-18 13:45:06 +02:00
2025-06-13 12:36:14 +02:00
2025-06-13 12:36:14 +02:00
2024-04-30 12:46:05 +10:00
2025-06-13 12:36:14 +02:00
2025-06-13 12:36:14 +02:00
2025-06-13 12:36:14 +02:00
2025-06-13 12:36:14 +02:00
2025-06-18 13:45:06 +02:00
2025-06-30 11:21:59 +02:00
2025-06-19 05:02:54 +02:00
2025-01-14 12:53:32 +11:00
2025-06-13 12:36:14 +02:00
2025-06-18 13:45:06 +02:00
2024-10-27 22:35:55 +11:00
2025-07-04 15:01:33 +02:00
2025-06-18 13:45:06 +02:00
2025-06-19 15:54:53 +02:00
2025-07-04 04:33:02 +02:00
2024-03-15 10:04:03 +11:00
2025-06-19 15:54:53 +02:00
2025-06-18 18:39:02 +02:00
2025-04-16 11:08:40 +10:00
2025-06-12 20:18:49 +02:00
2025-07-05 01:36:49 +02:00
2025-06-10 11:29:24 +10:00
2024-12-11 11:26:24 +11:00
2025-06-30 11:07:40 +02:00
2025-06-27 12:42:00 +02:00
2025-06-04 07:12:36 +00:00
2025-06-21 02:35:14 +02:00
2025-06-28 11:54:06 +02:00
2025-07-09 13:24:31 +02:00
2025-07-03 21:05:21 +10:00
2025-07-07 11:14:52 +02:00
2025-06-01 15:11:51 +10:00