- https://www.afonde.com/
-
Research Engineer at the animation studio Les Fées Spéciales. Occasional contributor to Grease Pencil.
- Joined on
2022-01-17
Block a user
GPv3: Insert grease pencil keyframe from the dopesheet
Note: There is a TODO left in insert_duplicate_frame
, because we need to add a user to the drawing if the function is called with the do_instance
option. We need #110579 to do so.
However,…
GPv3: Insert grease pencil keyframe from the dopesheet
126c9164e9
Add additive drawing mode in UI
e91f8b00d0
Cleanup : preparing for the user count to be increased.
5d8c025a64
Fix wrong function name
c9fb8e8cbd
Implement insert keyframe
45d69765a0
Add API functions to duplicate a drawing
Amélie Fondevilla
deleted branch gpv3-frame-at-function from amelief/blender
2023-07-31 12:23:40 +02:00
GPv3: Add API function to get active frame
c99640c924
Add non const version of the function
d476649e80
Format comment
2324dfed17
Comment
b6cc44a15e
Renamed variable
276321624d
Refactor drawing index at function
GPv3 : Select circle/lasso grease pencil frames
GPv3 : Select circle/lasso grease pencil frames
GPv3 : Select circle/lasso grease pencil frames
Another remark : comments should start with a capital letter and end with a point.
(e.g. /* check the necessary regions */
> /* Check the necessary regions. */
)
GPv3 : Select circle/lasso grease pencil frames
It is preferable to use explicit cast here : pt[0] = float(item.key);