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
path: root/source
AgeCommit message (Expand)Author
2022-03-29Fix T96844: Crash when switching workspaces and outliner modesJulian Eisel
2022-03-29Curves: improve Snake Hook brushJacques Lucke
2022-03-29Icons: Programmatically create indirect library icon, remove from SVGJulian Eisel
2022-03-29Fix T96835: Grease pencil tweak tool selects but doesn't dragCampbell Barton
2022-03-29Fix T96356: artefacts with GPU subdivision and vertex paint maskKévin Dietrich
2022-03-29Cleanup: Remove commented lines of previous commitAntonio Vazquez
2022-03-29Fix T96799: GPencil `weight_get` API cannot retrieve weightsAntonio Vazquez
2022-03-29Fix (unreported) LibOverride: re-creation of overrides in consecutive partial...Bastien Montagne
2022-03-29Cleanup: Use higher level semantic for zeroing DNA objects in C++Sergey Sharybin
2022-03-29BLI: optimize Map/Set/VectorSet.clear methodsJacques Lucke
2022-03-29Cleanup: Remove redundant DNA C++ helper functionSergey Sharybin
2022-03-29Functions: move loops into function buildersJacques Lucke
2022-03-29BLI: add utility to convert IndexMask to best mask typeJacques Lucke
2022-03-29Cleanup: use value initialization instead of copying default valueJacques Lucke
2022-03-29BLI: support value initialization in CPPTypeJacques Lucke
2022-03-29Fix T96701: RMB select fails to show gizmo on mouse button releaseCampbell Barton
2022-03-29Fix T96582: Wipe effect not workingRichard Antalik
2022-03-29Fix T96699: Splitting strip does not copy animationRichard Antalik
2022-03-29Fix T96347: Pose gizmo shown at wrong location with multiple objectsCampbell Barton
2022-03-29Fix T96691: Heap corruption in file_browse_execCampbell Barton
2022-03-29Cleanup: Move two grease pencil files to C++Hans Goudey
2022-03-28Cleanup: Move scene.c to C++Hans Goudey
2022-03-28Cleanup: Use const mesh argumentsHans Goudey
2022-03-28Cleanup: Move transform_snap_object.c to C++Hans Goudey
2022-03-28Fix T96728: 'Automatic Constraint' using the wrong orientationGermano Cavalcante
2022-03-28Transform: avoid excessive recalculation with 'TREDRAW_SOFT'Germano Cavalcante
2022-03-28Cleanup/Refactor: remove unused 'SNAP_ONLY_ACTIVE' enum parameterGermano Cavalcante
2022-03-28Transform: Improve 'absolute grid snap' support detectionGermano Cavalcante
2022-03-28Cleanup: transform, use early returnsGermano Cavalcante
2022-03-28Outliner: Don't show indirectly linked Library Overrides propertiesJulian Eisel
2022-03-28Fix T96812: Regression: Snapping is broken with proportional editingGermano Cavalcante
2022-03-28Fix T96828: GPencil primitives handlers not workingAntonio Vazquez
2022-03-28Cleanup: Use bool literals in return statements of text editor poll functions.Bastien Montagne
2022-03-28Fix various UI messages issues.Bastien Montagne
2022-03-28Fix (unreported) crash in some mesh-from-object code.Bastien Montagne
2022-03-28Fix T96670: bake from multires not reflected in the Image Editor.Jeroen Bakker
2022-03-28Cleanup: return success from python_script_error_jumpCampbell Barton
2022-03-28Python: select the start-end range of syntax errorsCampbell Barton
2022-03-28Cleanup: variable/argument naming for Python exception accessCampbell Barton
2022-03-28Fix text editor failure to move the cursor for syntax errorsCampbell Barton
2022-03-28Cleanup: early exit when there is no exceptionCampbell Barton
2022-03-28Cleanup: use "num" as a suffix in: source/blender/modifiersCampbell Barton
2022-03-28Cleanup: use "num" as a suffix in: source/blender/nodesCampbell Barton
2022-03-28Cleanup: use "num" as a suffix in: source/blender/renderCampbell Barton
2022-03-28Cleanup: use "num" as a suffix in: source/blender/pythonCampbell Barton
2022-03-28Cleanup: Reduce duplication to prepare for UDIM packingJesse Yurkovich
2022-03-27OBJ: use fmt library instead of sprintf for faster formattingAras Pranckevicius
2022-03-27Cleanup: Remove frameserver cmake definitionAaron Carlisle
2022-03-26Increase bevel segment limit in modifier from 100 to 1000.Howard Trickey
2022-03-26Cleanup: Remove double #ifdef WITH_TBB checkRay Molenkamp