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
2020-10-01Volumes: support lower resolution in viewportJacques Lucke
2020-10-01Fix subdivision surface wrong for non-limit surface and subdivision level 1Brecht Van Lommel
2020-10-01Cleanup: make texture coordinates constJacques Lucke
2020-10-01Use DNA defaults system for modifiersHans Goudey
2020-10-01Cleanup: Remove unused variableHans Goudey
2020-10-01Fix: Mesh to Volume modifier crashes when object is in edit modeJacques Lucke
2020-10-01Volumes: copy display settings in BKE_volume_new_for_evalJacques Lucke
2020-10-01Fix T81248: World nodetree action is linked after duplicationPhilipp Oeser
2020-10-01Fix T81267: bad handling of usercount for actions duplicated with some animdata.Bastien Montagne
2020-10-01Cleanup: clang-formatBrecht Van Lommel
2020-10-01Fx several issues with Outliner's collection editing re linked/override.Bastien Montagne
2020-10-01Fix some inactive modifier properties not being editableBrecht Van Lommel
2020-10-01Windows: workaround to make Windows Ink tablet API workNicholas Rishel
2020-10-01Fix T81340: UBSan: addition of unsigned offset causes overflowAnkit Meel
2020-10-01Cleanup: avoid applying offset to null pointerCampbell Barton
2020-10-01Cleanup: dna_genfile API for accessing struct member offsetsCampbell Barton
2020-09-30Fix File Browser filtering showing workspaces for "Environment" categoryJulian Eisel
2020-09-30Fix implicit conversion from pointer to boolHans Goudey
2020-09-30Cleanup: Remove unused View2D variables and functionHans Goudey
2020-09-30Cleanup: Reduce indentationHans Goudey
2020-09-30Subdivision Surfaces: make uv smooth items consistent with new boundary smoothBrecht Van Lommel
2020-09-30Subdivision Surfaces: add boundary smooth option to modifiersPiotr Ostrowski
2020-09-30Subdivision Surfaces: add option disable using the limit surfacePiotr Ostrowski
2020-09-30Tracking: Implement Brown-Conrady distortion modelIvan Perevala
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-30Cleanup: use 'use_' prefix for RNA booleansCampbell Barton
2020-09-30UI: Motion Tracking: Fix description of K2 coefficientIvan Perevala
2020-09-30Cleanup: spellingCampbell Barton
2020-09-30Cleanup: remove full-stop from descriptionCampbell Barton
2020-09-30Cleanup: use angle-brackets for email addressesCampbell Barton
2020-09-30Cleanup: sort cmake file listsCampbell Barton
2020-09-30Cleanup: sort struct declarationsCampbell Barton
2020-09-30Cleanup: Make function privateHans Goudey
2020-09-30Fix use after free deleting object with modifier panels visibleHans Goudey
2020-09-30Cleanup: Use LISTBASE_FOREACH macro in outliner codeHans Goudey
2020-09-29Sculpt: Preserve Mesh visibility from edit mode using the Face SetsPablo Dobarro
2020-09-29Sculpt: Line Project Gesture toolPablo Dobarro
2020-09-29API Docs: Correct syntax for bpy.utils.register_classAaron Carlisle
2020-09-29API Docs: Fix corrupted document of gpu.select.load_idnutti
2020-09-29API docs: Fix sytax error for delaunay_2d_cdAaron Carlisle
2020-09-29API Docs: Use raises field list syntaxAaron Carlisle
2020-09-29Fix unreported Eisenbug leading to a crash when reading a blend file.Bastien Montagne
2020-09-29Fix (unrepported) utterly broken logic in readfile for Workspaces.Bastien Montagne
2020-09-29Property Search: Set expansion properly for child panelsHans Goudey
2020-09-29Fix T71981: Alembic vertex interpolation can jumble meshSybren A. Stüvel
2020-09-29Volumes: new Mesh to Volume modifierJacques Lucke
2020-09-29Volumes: support selection and outlines in viewportJacques Lucke
2020-09-29DNA: optimize struct reconstruction by doing some preprocessingJacques Lucke
2020-09-29Quiet unused variable warningJacques Lucke
2020-09-29DNA: use better type for SDNA->structsJacques Lucke