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
2021-04-30Cleanup: rename BKE_pose_channel_{verify => ensure}Campbell Barton
2021-04-30Cleanup: rename BKE_pose_channels_hash_{make => ensure}Campbell Barton
2021-04-30Cleanup: use early return in edittranslation_execCampbell Barton
2021-04-30Cleanup: use const variablesCampbell Barton
2021-04-30Cleanup: avoid ambiguous parenthesisCampbell Barton
2021-04-30Cleanup: duplicate breakCampbell Barton
2021-04-30Cleanup: use 'else if'Campbell Barton
2021-04-30Cleanup: remove redundant assignments & NULL pointer checkCampbell Barton
2021-04-30Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-30Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-30Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-30Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-30Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-30Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-30Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-30Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-30Fix potential buffer overrun in drw_shader_dependencies_getCampbell Barton
2021-04-30Nodes: Add a callback to check for valid socket typeWannes Malfait
2021-04-30Fix missing NULL check in grease-pencil clear strokesCampbell Barton
2021-04-30Fix sculpt mask operator crash running without a 3D viewCampbell Barton
2021-04-30Fix crash running window operators in background modeCampbell Barton
2021-04-30Geometry Nodes: Add a template utility to mix two attribute valuesHans Goudey
2021-04-30Fix uninitialized memory use in GLDrawListCampbell Barton
2021-04-30Cleanup: Mismatched array bounds in function declarationHans Goudey
2021-04-30Fix uninitialized local-view flag on object creationCampbell Barton
2021-04-30Cleanup: quiet shadow variable warningCampbell Barton
2021-04-29Cleanup: Remove unecessary variableHans Goudey
2021-04-29Fix: crash when creating GPU texture from image failsBrecht Van Lommel
2021-04-29GPencil: Add "Convert Text to Gpencil"Antonio Vazquez
2021-04-29Cleanup: Reduce indentation by returning earlyHans Goudey
2021-04-29Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-29Fix T86335: Knife tool fails on object with zero scaled axisCampbell Barton
2021-04-29Clean-up: Edit and commentsPratik Borhade
2021-04-29Fix T87297: Gpencil - Disable Frames and Start delay when use FactorAntonio Vazquez
2021-04-29Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-29Fix T86799: Boolean crashes duplicating object with "Fast" solverCampbell Barton
2021-04-29GPencil: glow fx, add threshold value color modeFalk David
2021-04-29Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-29Fix T87779: Asymmetric position vertices in circles primitives.Campbell Barton
2021-04-29Cleanup: Use BLI_findindex instead of loopAntonio Vazquez
2021-04-29Merge branch 'blender-v2.93-release'Brecht Van Lommel
2021-04-29Fix macOS arm crash in scaling images with ffmpegBrecht Van Lommel
2021-04-29Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-29Cleanup: Add float formatAntonio Vazquez
2021-04-29Gpencil Offset Modifier - Add randomize offset optionsCody Winchester
2021-04-29Fix T87808: Connected proportional editing includes hidden geometryCampbell Barton
2021-04-29Function: add method to create shallow copy of virtual arrayJacques Lucke
2021-04-29Correction to own previous commit: Add missing breakJulian Eisel
2021-04-29Fix incorrect sorting in Asset Browser after renaming local assetJulian Eisel
2021-04-29Functions: make copying virtual arrays to span more efficientJacques Lucke