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
2021-09-16Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-09-03Depsgraph: skip parentbone relation if bone prop is emptyPhilipp Oeser
2021-09-02Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-08-31Fix T88433: no greaspencil depsgraph evaluation with certain driversPhilipp Oeser
2021-08-26Cleanup: use C style comments for descriptive textCampbell Barton
2021-08-25Cleanup and remove SEQ_ALL_BEGIN macroSebastian Parborg
2021-08-19Cycles: experimental integration of Alembic procedural in viewport renderingKévin Dietrich
2021-08-06Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-08-06Fix T90476: intermittent wrong generated texture coordinates with modifiersBrecht Van Lommel
2021-08-05Cleanup: comment blocks & spellingCampbell Barton
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-07-30Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-19Revert "Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'"Germano Cavalcante
2021-07-19Fix T89941: No path`s bevel update, when I change bevel profile curveGermano Cavalcante
2021-07-17Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-07-16Fix T89875: False dependency cycle on particle systemsGermano Cavalcante
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-14Fix T89734: incorrect dependency cycle with id property on modifierJacques Lucke
2021-07-13Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'Germano Cavalcante
2021-07-11Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-07-07Fix T89397: animation in geometry nodes modifier does not updateJacques Lucke
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-06-24Depsgraph: support flushing parameters without a full COW updateCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Fix (studio reported) crash on Undo in some cases.Bastien Montagne
2021-06-22Fix T89196: Depsgraph use-after-free after scene switching undoSergey Sharybin
2021-06-22Cleanup: Use more clear visibility tag function nameSergey Sharybin
2021-06-21Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-06-18Armature: add B-Bone Y scale channel and extra flag fields to DNA.Alexander Gavrilov
2021-06-08Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-05-25Cleanup: spellingCampbell Barton
2021-05-24Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-05-21Cleanup: use nullptrJacques Lucke
2021-05-21Fix T85752: Collection Instance Crash when instancing collections with disabl...Bastien Montagne
2021-05-17Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-05-12Nodes: add boilerplate for texture and material socketsJacques Lucke
2021-05-05Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-04-30Cleanup: rename BKE_pose_channels_hash_{make => ensure}Campbell Barton
2021-04-29Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-04-26Fix: crash after recent commitJacques Lucke
2021-04-26Depsgraph: support depending on collection geometryJacques Lucke
2021-04-18SCULPT_calc_principle_curvatures now has option to useJoseph Eagar
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-03-30Cleanup: Typo in comment.Bastien Montagne
2021-03-16Grease Pencil: Add LineArt modifierYimingWu
2021-02-06UI: Fix Typos in Comments and Docsluzpaz