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-05Fix crash with pinned geometry node tree with no active objectHans Goudey
2021-03-05Fix windows compilation.Jeroen Bakker
2021-03-05Cleanup: Use blender::Vector.Jeroen Bakker
2021-03-05Fix: compilation OpenCL kernels Compositor.Jeroen Bakker
2021-03-05Cleanup: use blender::Vector.Jeroen Bakker
2021-03-05Cleanup: use blender::Vector.Jeroen Bakker
2021-03-05Cleanup: use snake case.Jeroen Bakker
2021-03-05Cleanup: rename private attribtue m_max_read_buffer_offset.Jeroen Bakker
2021-03-05Cleanup: Use blender::Vector in ExecutionGroup.Jeroen Bakker
2021-03-05Cleanup: Use std::Vector for chunk execution status.Jeroen Bakker
2021-03-05Cleanup: Use enum class for eChunkExecutionState.Jeroen Bakker
2021-03-05Cleanup: ExecutionSystem::find_output_execution_groups.Jeroen Bakker
2021-03-05Cleanup: Remove unused method.Jeroen Bakker
2021-03-05Cleanup: Make WorkPackage a structJeroen Bakker
2021-03-05Cleanup: use MIN2/MAX2 in compositor.Jeroen Bakker
2021-03-05Cleanup: Remove using statements.Jeroen Bakker
2021-03-05Animation: add function to apply a pose from an ActionSybren A. Stüvel
2021-03-05Nodes: move vector rotate node to C++Jacques Lucke
2021-03-05Asset Browser Space API: add `activate_asset_by_id()` functionSybren A. Stüvel
2021-03-05Cleanup: Libmv, clang-formatSergey Sharybin
2021-03-05UI Code Quality: Port Outliner Grease Pencil layers to new designJulian Eisel
2021-03-05Cleanup: COM_convert_data_types parameters.Jeroen Bakker
2021-03-05Cleanup: Remove static struct without data.Jeroen Bakker
2021-03-05Fix T86293: crash undoing after executing the python console in certainPhilipp Oeser
2021-03-05Cleanup: remove redundant NULL window checks handling eventsCampbell Barton
2021-03-05Cleanup: Sync header+implementaiton definition.Jeroen Bakker
2021-03-05Cleanup: Use boolean in WM_cursor_waitAntonio Vazquez
2021-03-05Cleanup: move check_drag & check_click out of wmEventCampbell Barton
2021-03-05UI: minor changes to preset sortingCampbell Barton
2021-03-05UI: Add Presets for high framerate videoAaron Carlisle
2021-03-05Presets: Improve sort order of presetsAaron Carlisle
2021-03-05Cleanup: disambiguate 'queue' struct membersCampbell Barton
2021-03-05UI: save-preview tip now states that it's used for blend thumbnailsCampbell Barton
2021-03-05Cleanup: rename event to event_typeCampbell Barton
2021-03-05Cleanup: spellingCampbell Barton
2021-03-05Cleanup: maintain include order without disabling clang formatCampbell Barton
2021-03-05Cleanup: rename evt to eventCampbell Barton
2021-03-05Cleanup: rename variables in wm_event_add_ghosteventCampbell Barton
2021-03-05Fix T86185: Win32 Multiple Monitor Window PositionHarley Acheson
2021-03-05Windows/CLog: Support color logging on Win 10Jacob Møller
2021-03-04GPencil: Implement Autokey button for Draw/Edit and Sculpt modeAntonio Vazquez
2021-03-04Fix T59376: UV project modifier not working after modifiers that dont provide...Philipp Oeser
2021-03-04Cleanup: Main `foreach ID` code: Remove `MAX_LIBARRAY` and improve comments.Bastien Montagne
2021-03-04UI: prefer shorter search items in fuzzy searchJacques Lucke
2021-03-04Nodes: improve NodeTreeRefJacques Lucke
2021-03-04BLI: support mutable lookup from multi value mapJacques Lucke
2021-03-04macOS/Ghost: Opt out of AppKit’s automatic window tabbingCorbin Dunn
2021-03-04Fix T86050: use material count from correct data blockJacques Lucke
2021-03-04Fix T86172: tag relations update when pasting nodesJacques Lucke
2021-03-04PyAPI: use methods for bpy.data.libraries.load & writeCampbell Barton