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
2022-10-20Fix T101554: disable viewer node when corresponding modifier is disabledJacques Lucke
2022-10-17BLI_path: remove trailing NULL argument to BLI_path_joinCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-10-03CMake: add missing headersCampbell Barton
2022-09-28Geometry Nodes: viewport previewJacques Lucke
2022-09-26Asset Browser: Add slider UI to pose blendingAngus Stanton
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-09-19Cleanup: spellingCampbell Barton
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-12Cleanup: replace BLI_snprintf with BLI_path_joinCampbell Barton
2022-09-08Cleanup: remove ED_types.h & ACTIVE, DESELECT definitionsCampbell Barton
2022-09-06GPU: remove 'GPU_SHADER_2D_LINE_DASHED_UNIFORM_COLOR'Germano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-09-05I18n: fix translation of status barDamien Picard
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-28Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-28Fix crashes running operators in invalid contextsCampbell Barton
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-07-14WM: Remove ASCII members from wmEvent & GHOST_TEventKeyDataCampbell Barton
2022-07-03UI: Add AbstractView base class for views, unify reconstruction in thereJulian Eisel
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-21Cleanup: Type safety and asserts around ED_select_similar_compareChris Blackbourn
2022-06-16UI: Add initial "grid view"Julian Eisel
2022-05-30Fix T98461: Crash running screenshot from the command-lineJulian Eisel
2022-05-18Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-18Fix T98225: file saved with an object in sculptmode that is disabled in viewp...Bastien Montagne
2022-05-17Cleanup: use term 'filepath' for full file pathsCampbell Barton
2022-05-13Fix T89909: Circle Select tool status bar doesn't match the operationsCampbell Barton
2022-04-26Outliner: Add icon column to toggle if library overrides are editableJulian Eisel
2022-04-13Cleanup: use C++ comments for disabled codeCampbell Barton
2022-04-13Cleanup: avoid redundant float/int conversions in BLFCampbell Barton
2022-03-30Cleanup: clang-formatCampbell Barton
2022-03-30Cleanup: use utility function to initialize SelectPick_ParamsCampbell Barton
2022-03-30Cleanup: spelling in commentsCampbell Barton
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-03-16View 3D: move picking arguments into a struct & minor refactorCampbell Barton
2022-03-04Cleanup: spelling in comments, function nameCampbell Barton
2022-02-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-18Curves: initial brush system integration for curves sculpt modeJacques Lucke
2022-02-17Cleanup: Replace direct `id.lib` pointer checks with `ID_IS_LINKED` macro usa...Bastien Montagne
2022-02-15Curves: add initial sculpt modeJacques Lucke
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04Merge branch 'blender-v3.1-release'Campbell Barton
2022-02-04Fix assertion snapping to selected in mesh edit-modeCampbell Barton
2022-02-01Merge branch 'blender-v3.1-release'Jacques Lucke