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-03-02UI: Expose an "is first search" boolean to search button callbacksHans Goudey
2021-03-02Sculpt: Expand OperatorPablo Dobarro
2021-03-02Cleanup: remove unused argumentsRichard Antalik
2021-03-02VSE: Refactor meta operatorsRichard Antalik
2021-03-02VSE: Refactor VSE strip loading codeRichard Antalik
2021-03-02Geometry Nodes: show "Show Texture in texture tab" buttonPhilipp Oeser
2021-03-01Build-system: Use C-linkage for internal interface headerJulian Eisel
2021-03-01Cleanup: move some drawing code into ed_draw.cChristoph Lendenfeld
2021-03-01Cleanup: Use LISTBASE_FOREACH and LISTBASE_FOREACH_MUTABLE macroGermano Cavalcante
2021-03-01Work around T86015: Crash undoing in certain scenario (disabling Global Undo).Bastien Montagne
2021-02-27Fix T85886: Rotate Tool and Adjust Last Operation - angles invertedGermano Cavalcante
2021-02-27Fix T85987: Selection when GP is parentedFalk David
2021-02-26Fix crash with dyntopo on tools that use cached vertex infoPablo Dobarro
2021-02-26Fix (unreported) missing 3DView update after some Outliner Override operations.Bastien Montagne
2021-02-26GPencil: Cancel Fill if the filled area is not closedAntonio Vazquez
2021-02-26Assets: Preview rendering for Action datablocksSybren A. Stüvel
2021-02-26Cleanup: use early exitCampbell Barton
2021-02-26Cleanup: use boolean argumentsCampbell Barton
2021-02-26Fix particle-edit crash on undo/redoCampbell Barton
2021-02-26Undo: use low level API calls to enable font edit-modeCampbell Barton
2021-02-26Cleanup: move comment into function doc-stringCampbell Barton
2021-02-26Cleanup: Clang FormatAaron Carlisle
2021-02-26Fix T84953: Incorrect tooltip for dragging collectionsHans Goudey
2021-02-25Icons: Add icon for the upcoming spreadsheet editorJulian Eisel
2021-02-25Improve Purge operator.Bastien Montagne
2021-02-25UI: Fix icon width and padding in search menusHans Goudey
2021-02-25Fix T85976: Outliner crash deleting collection with multiple windowsCampbell Barton
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2021-02-25Cleanup: spellingCampbell Barton
2021-02-25Cleanup: remove assert left in by accident, outdated commentCampbell Barton
2021-02-25Fix T85975: Edit-mode undo/redo removes overlaysCampbell Barton
2021-02-25Fix T85974: Edit-mode undo/redo causes assertionCampbell Barton
2021-02-25Fix entering edit-mode when object mode and edit-data don't matchCampbell Barton
2021-02-25Cleanup: use low level edit-object access functions for undoCampbell Barton
2021-02-24Cleanup: Remove unused node editor button event definesHans Goudey
2021-02-24UI: Clean up "Dupli" to "Instance"Yevgeny Makarov
2021-02-24UI: Clean up use of the term "Metaballs"Yevgeny Makarov
2021-02-24UI: Cleanup and fix labels and descriptions in various placesYevgeny Makarov
2021-02-24Fix T85823: bpy.ops.transform... ignoring 'center_override' for Bezier contro...Germano Cavalcante
2021-02-24UI: Reorder mesh merge operator types for consistent shortcutsHans Goudey
2021-02-24UI: Make node virtual sockets more visibleFabian Schempp
2021-02-24Cleanup: Clang tidy else after returnHans Goudey
2021-02-24Cleanup: Simplify vector direction comparisonAntonio Vazquez
2021-02-24PyAPI: Fix memory leak of parameters used for python 'draw_callbacks'Germano Cavalcante
2021-02-24Cleanup: Fix commentAntonio Vazquez
2021-02-24GPencil: Improve Interpolate AutoFlip algorithm IIAntonio Vazquez
2021-02-24Geometry Nodes: Move node UI storage function to BKEHans Goudey
2021-02-24GPencil: Fix typo error in previous commitAntonio Vazquez
2021-02-24GPencil: Improve Flip algorithm for InterpolateAntonio Vazquez
2021-02-23Cleanup: Remove unecessary double negativeHans Goudey