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-11Geometry Nodes: Support modifier on curve objectsHans Goudey
2021-09-09IDmanagement: makelocal: Fix mistake in recent commit.Bastien Montagne
2021-09-09Fix typo in BKE_object_as_kdtreePhilipp Oeser
2021-09-08Asset: Dropping Material assets on material slot under mouse cursor.Jeroen Bakker
2021-09-07Fix T91236: AssetBrowser crash with certain collectionsPhilipp Oeser
2021-09-07ID management: add options to force make local or force copy IDs when making ...Bastien Montagne
2021-09-06Geometry Nodes: support for geometry instancingJacques Lucke
2021-09-03Improve message in ob_parbone() about the missing Parent BonePhilipp Oeser
2021-08-26Cleanup: Use `ID_IS_LINKED` instead of direct `id.lib` pointer check.Bastien Montagne
2021-08-24Fix T90840: Can't duplicate or copy (Ctrl-C) object from linked file.Bastien Montagne
2021-08-19Cleanup: Blendwrite: Move code deciding if an ID should be written out of ID ...Bastien Montagne
2021-08-19Cycles: experimental integration of Alembic procedural in viewport renderingKévin Dietrich
2021-08-09Cleanup/fixes in UI messages.Bastien Montagne
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-05Render: move Cycles visibility, holdout and shadow catcher properties to BlenderBrecht Van Lommel
2021-08-03Blender Readfile: Fix annoying useless Object reading error messages.Bastien Montagne
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-09Cleanup: rename BKE_animdata_{add=>ensure}_idCampbell Barton
2021-07-08GPencil: Support camera "Frame Selected" and object previewsJulian Eisel
2021-07-07Geometry Nodes: refactor logging during geometry nodes evaluationJacques Lucke
2021-07-05Fix (studio reported) missing object's parent handling in readfile expand code.Bastien Montagne
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02Cleanup: Use const variables for object's evaluated meshHans Goudey
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: remove redundant/outdated commentsCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Cleanup: reformat trailing comments that caused line wrappingCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-21Cleanup: pass objects as const argumentsCampbell Barton
2021-05-27Cleanup: rename BKE_main_id_{clear_newpoins => newptr_and_tag_clear}Campbell Barton
2021-05-27Cleanup: remove duplicate LIB_TAG_NEW untag codeErik Abrahamsson
2021-05-26Fix particlesystem not duplicating their pointcache in NO_MAIN case.Bastien Montagne
2021-05-20Merge branch 'blender-v2.93-release'Sebastian Parborg
2021-05-20Fix T87854: Add clamp option to Path AnimationSebastian Parborg
2021-05-18Merge branch 'blender-v2.93-release'Campbell Barton
2021-05-18Fix T88026: Repeated switch to rendered viewport crashesCampbell Barton
2021-05-17Merge branch 'blender-v2.93-release'Brecht Van Lommel
2021-05-17Fix T86278: vertex color baking not working with modifiersBrecht Van Lommel
2021-04-30Object: rename BKE_object_runtime_free, leave data clearedCampbell Barton
2021-04-30Object: improve on fix for Object.to_mesh() crash T86871Campbell Barton
2021-04-30Cleanup: rename BKE_pose_channels_hash_{make => ensure}Campbell Barton
2021-04-26Cleanup: Replace modifyVolume with modifyGeometrySetHans Goudey
2021-04-20Geometry Nodes: support geometry nodes modifier on volume objectsJacques Lucke
2021-04-16Fix T87522: frame selected does not take instances into accountJacques Lucke
2021-04-15Spreadsheet: breadcrumbs and node pinningJacques Lucke
2021-04-09Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton