20383e4d82051a70e47e06e6ccca62fa077f11c5
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
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
