GPv3: Add API function to get active frame #110583

Merged
Amélie Fondevilla merged 7 commits from amelief/blender:gpv3-frame-at-function into main 2023-07-31 12:23:39 +02:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit d476649e80 - Show all commits

View File

@ -267,8 +267,7 @@ class Layer : public ::GreasePencilLayer {
/**
* \returns the index of the active drawing at frame \a frame_number or -1 if there is no
* drawing.
*/
* drawing. */
amelief marked this conversation as resolved Outdated

Nit-pick: The */ should be at the end of the line above. E.g. * drawing. */

Nit-pick: The `*/` should be at the end of the line above. E.g. `* drawing. */`
int drawing_index_at(const int frame_number) const;
/**