Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-03Cleanup: spelling in commentsCampbell Barton
2021-09-29Add an option to silence bpy.ops.anim.keyframe_delete_v3d when used in AddonsGaia Clary
2021-09-28Cleanup: typo in commentPhilipp Oeser
2021-09-28Fix Drivers Editor showing playhead on the X AxisPhilipp Oeser
2021-09-27Fix T81922: Pose bones F-Curves hidden for unselected objectsCampbell Barton
2021-09-24Cleanup: spelling in commentsCampbell Barton
2021-09-23Cleanup: Remove hardcoded values and rename keyframe shape shadersDalai Felinto
2021-09-21Fix T91458: Displaying dope-sheet with sequencer keyframes crashesCampbell Barton
2021-09-21VSE: Image transform toolsRichard Antalik
2021-09-10Cleanup: Fix comment in recent commit.Jeroen Bakker
2021-09-10T78995: Enable keylist threaded drawing.Jeroen Bakker
2021-09-10Anim: Keylist drawing optimization by using arrays.Jeroen Bakker
2021-09-04RNA: support extracting names from paths without allocating memoryCampbell Barton
2021-09-03Docs: add note to skip_fcurve_selected_data sequence strip checkCampbell Barton
2021-09-02Cleanup: remove redundant alloc argument to SEQ_editing_getCampbell Barton
2021-09-01Fix errors pasting flipped names in the action editorCampbell Barton
2021-09-01Cleanup: remove redundant strstr callsCampbell Barton
2021-08-13Fix T90595: some VSE strip properties do not identify strip name in animPhilipp Oeser
2021-08-13Keyframe: Reduce GPU context switches.Jeroen Bakker
2021-08-13Cleanup: remove unused draw_gpencil_channel.Jeroen Bakker
2021-08-11Cleanup: moved keyframe drawing to a draw list.Jeroen Bakker
2021-08-11Cleanup: Keylist Drawing - Split up in multiple functions.Jeroen Bakker
2021-08-10Fix T90551: Dopesheet displays keyframes differently.Jeroen Bakker
2021-08-10Cleanup: mixing enum/non-enum type warning in conditional expressionCampbell Barton
2021-08-09Cleanup: Changed keyframe_keylist to CPP.Jeroen Bakker
2021-08-06Cleanup: use const result in `ED_keyframes_find_*` functions.Jeroen Bakker
2021-08-06Cleanup: use range2f in `ED_keylist_find_any_between`.Jeroen Bakker
2021-08-06Cleanup: const pass `keyframes_keylist`.Jeroen Bakker
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-08-04Added some TODO remarks.Jeroen Bakker
2021-08-04Cleanup: spellingCampbell Barton
2021-08-03Fix T90364: buttons (partially) behind animchannel search block searchPhilipp Oeser
2021-08-03Cleanup: Hide implementation details for ED_keyframe_keylist.Jeroen Bakker
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-29Fix T89952: GPencil channel box selection offsetFalk David
2021-07-27Cleanup: comment spelling & punctuationYimingWu
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-19Cleanup: Separate keyframes_draw and keyframes_keylist.Jeroen Bakker
2021-07-12Cleanup: improve naming and comments of scene frame/ctime functionsBrecht Van Lommel
2021-07-09Fix T89435: Reordering FCurves can cause crash or corruptionSybren A. Stüvel
2021-07-09Cleanup: rename BKE_animdata_{add=>ensure}_idCampbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-07VSE: Use snapping settings for scrubbingRichard Antalik
2021-07-06Fix T89592: Can't remove keyframes without active keying setSybren A. Stüvel
2021-07-06Cleanup: Keyframing, remove duplicate codeSybren A. Stüvel
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-29Fix T89484: NLA "Remove Empty Animation Data" missing Outliner refreshPhilipp Oeser