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-29LibOverride: Rename 'delete hierarchy' to 'clear hierarchy', add 'clear singl...Bastien Montagne
2022-03-29LibOverride: Implement default 'user override' behavior.Bastien Montagne
2022-03-29LibOverride: Add initial handling of system overrides in creation/duplication...Bastien Montagne
2022-03-29LibOverride: make some override properties 'overridable'.Bastien Montagne
2022-03-29LibOverride: Add a new 'virtual' non-editable override icon and use it in Out...Bastien Montagne
2022-03-29LibOverride: Add initial System Override flag.Bastien Montagne
2022-03-29GPencil: Small UI tweaks to Build modifierAntonio Vazquez
2022-03-29Cover DNA_gpencil_types.h with C++ structure methodsSergey Sharybin
2022-03-29Cleanup: Remove legacy dupli system from point cloud objectHans Goudey
2022-03-29GPencil: Fading for build modifier.YimingWu
2022-03-29GPencil: Fix sculpt mask ignoring one point strokesHenrik Dick
2022-03-29Assets: Support automatic collection previewsJulian Eisel
2022-03-29Fix T63795: Display custom properties with brackets in infoYuki Hashimoto
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