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-09-13Asset Template: Extra UI optionsDalai Felinto
2021-09-13Fix T84638: Wrong scale for primitives with radiusFalk David
2021-09-10Anim: Keylist drawing optimization by using arrays.Jeroen Bakker
2021-09-08Asset: Dropping Material assets on material slot under mouse cursor.Jeroen Bakker
2021-09-06Fix T90414: New GPencil iconsAntonio Vazquez
2021-09-03GPencil: Smooth thickness when joining strokesAntonio Vazquez
2021-08-31Cleanup: remove unnecessary obedit argument from ED_space_image_setCampbell Barton
2021-08-31Transform: avoid passing the context to extended orientation functionsCampbell Barton
2021-08-31Cleanup: add CTX_data_pointer_set_ptr & CTX_data_list_add_ptrCampbell Barton
2021-08-31Context: add "active_nla_track" & "active_nla_strip" context membersCampbell Barton
2021-08-26Cleanup: sort struct blocksCampbell Barton
2021-08-24Nodes: Improvements to edge panning in the node editor.Lukas Tönne
2021-08-23Fix T88107: rename Convertor to Converter nodes to correct spellingJames Partsafas
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-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-05GPencil: New Caps iconsAntonio Vazquez
2021-08-05Cleanup: make formatAaron Carlisle
2021-08-04Viewport normal drawing with constant lengthJeroen Bakker
2021-08-04T90371: Asset: Drop Material Tooltip.Jeroen Bakker
2021-08-03Silenced clang-tidy warnings.Jeroen Bakker
2021-08-03Cleanup: Hide implementation details for ED_keyframe_keylist.Jeroen Bakker
2021-08-02WindowManager: Support Dynamic tooltips when dragging.Jeroen Bakker
2021-07-30Assets: Disable File Browser only operators for asset browsingJulian Eisel
2021-07-29Assets/UI: Resolve major asset view UI template limitationJulian Eisel
2021-07-29VSE: Change grid line drawingRichard Antalik
2021-07-27Cleanup: comment spelling & punctuationYimingWu
2021-07-26Cleanup: spelling in commentsCampbell Barton
2021-07-23Animation: Generic Slider implementationChristoph Lendenfeld
2021-07-21Cleanup: Move reorganize asset filesJulian Eisel
2021-07-21Cleanup: Centralize/unify asset library reference from/to enum codeJulian Eisel
2021-07-21Cleanup: use named enum types.Jeroen Bakker
2021-07-20Cleanup: Store asset-handle in drag dataJulian Eisel
2021-07-20Cleanup: Getters for asset-handle dataJulian Eisel
2021-07-20Cleanup: Remove redundant forward declarations.Jeroen Bakker
2021-07-20Cleanup: spellingCampbell Barton
2021-07-19Cleanup: Separate keyframes_draw and keyframes_keylist.Jeroen Bakker
2021-07-16Cleanup: sort struct declarationsCampbell Barton
2021-07-16Cleanup: compiler warningsCampbell Barton
2021-07-15UI/Assets: Initial Asset View UI templateJulian Eisel
2021-07-15Cleanup: Use const for UI icon getter functionJulian Eisel
2021-07-15UI: Support defining UI lists in CJulian Eisel
2021-07-15UI: New button/widget type for Asset Browser like preview tilesJulian Eisel
2021-07-15UI: Auto-scroll to keep active text buttons in viewJulian Eisel
2021-07-15UI: Internal support for custom UI list item drag & activate operatorsJulian Eisel
2021-07-15UI: UI list refactor & preparations for asset view templateJulian Eisel
2021-07-15Animation: new pose library based on Asset BrowserSybren A. Stüvel