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
2020-10-23Fix T81969 VSE: Wrong UI colorspace after scene strip updateClément Foucault
2020-10-21WM: ensure is_repeat isn't copied from the last eventCampbell Barton
2020-10-21Cleanup: early return from animation step, reduce indentation levelCampbell Barton
2020-10-19Fix use of uninitialized variableHans Goudey
2020-10-19Fix ASAN warning after recent cleanupHans Goudey
2020-10-17Cleanup: Reduce variable scope in screen directoryHans Goudey
2020-10-17Cleanup: Reduce variable scope in area.cHans Goudey
2020-10-16Property Search: Reset panel expansion when exiting searchHans Goudey
2020-10-15Fix T76597: Support Keyframe: Copy To SelectedWayde Moss
2020-10-15Cleanup: Animation, simplify channel selection codeSybren A. Stüvel
2020-10-14Fix T81004 Python: Images drawn in the Sequence Editor have wrong colorsClément Foucault
2020-10-14Cleanup: spellingCampbell Barton
2020-10-13Property Search: Find results in all tabsHans Goudey
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-07UI: Use property split in various pop-up dialogsYevgeny Makarov
2020-10-05Move sequencer sources from blenkernelRichard Antalik
2020-10-05Fix T80282: Playback start delayed with AV syncRichard Antalik
2020-10-03Property Search: Set panel expansion when tab changesHans Goudey
2020-10-02Cleanup: Fix build error on windowsRay Molenkamp
2020-10-02Cleanup: Use enum for return values in context callbacksSybren A. Stüvel
2020-10-02Cleanup: Refactor `ed_screen_context()` to use hash lookupsSybren A. Stüvel
2020-10-02Cleanup: split up `ed_screen_context()` into separate functionsSybren A. Stüvel
2020-10-02Fix (unreported) design flow in how workspace's relation data are read from ....Bastien Montagne
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-28Fix T79275: Missing redraw for pinned active tool settings panelsDavid Friedli
2020-09-24Cleanup: Remove unecessary storage of search filter in uiBlockHans Goudey
2020-09-17UI: only draw a single header in the header regionCampbell Barton
2020-09-16UI: Add grid-related theme optionsRed Mser
2020-09-15Property Search: Properly set expansion for instanced panelsHans Goudey
2020-09-15UI: Single tab property searchHans Goudey
2020-09-15Cleanup: Split off parts of large panel layout functionHans Goudey
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-08Cleanup: Use bool instead of intHans Goudey
2020-09-07GPU: Rename gpu_extensions to gpu_capabilitiesClément Foucault
2020-09-07Cleanup: spellingCampbell Barton
2020-09-05Fix T67265: Status bar is overlapped by workspace layoutJulian Eisel
2020-09-05GPUTexture: Change texture creation APIClément Foucault
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-04Cleanup: Clang-Tidy bugprone-incorrect-roundings fixesSybren A. Stüvel
2020-09-03Fix T63125: Gpencil: bones cannot be selected in weightpaint modePhilipp Oeser
2020-09-02UI: Use instanced panel custom data instead of list indexHans Goudey
2020-09-02Fix crash accessing image space properties without an active windowCampbell Barton
2020-08-30Operator: expose ED_operator_object_active_local_editable_exCampbell Barton
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-22Fix T80013: Crash when toggling maximized areaHans Goudey
2020-08-21Cleanup: split `BKE_scene_get_depsgraph()` into two functionsSybren A. Stüvel
2020-08-21Cleanup: Use LISTBASE_FOREACH in editors/screen directoryHans Goudey
2020-08-20Depsgraph: refactor tagging after time changesJacques Lucke
2020-08-20UI: Fix collapsed panels not drawing header buttonsHans Goudey