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
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: USD/ABC, remove `const` from pass-by-value paramsSybren A. Stüvel
2022-01-06Cleanup: anim, remove `const` declarations from pass-by-value paramsSybren A. Stüvel
2022-01-06Fix (unreported) crash in liboverride after yesterday's commit.Bastien Montagne
2022-01-06Cleanup: move public doc-strings into headersCampbell Barton
2022-01-06Cleanup: sort cmake file listsCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-06Correct error when moving doc-strings into headerCampbell Barton
2022-01-06Cleanup: Spelling/grammar in commentsHans Goudey
2022-01-05Fix T94650: LibOverride: Bad handling of (auto)resync in case of single overr...Bastien Montagne
2022-01-05LibOverride: Cleanup some code.Bastien Montagne
2022-01-05Fix T94545: support realizing instanced collectionsJacques Lucke
2022-01-05IDManagement: Add assert against no-main IDs passed to `BKE_id_delete`.Bastien Montagne
2022-01-04Fix T94544: crash removing image used as camera background via pythonPhilipp Oeser
2022-01-04Cleanup: Remove bNodeType flag from base registration functionsAaron Carlisle
2022-01-03Fix T94581: Incorrect geometry delete behavior with instancesHans Goudey
2022-01-03Geometry Nodes: Edge Angle NodeJohnny Matthews
2022-01-03UDIM: Support virtual filenamesJesse Yurkovich
2021-12-31Fix T94464: video texture is not refreshingJacques Lucke
2021-12-31Fix T94416: incorrect handling when nodes are linked in a loopJacques Lucke
2021-12-30Point Cloud: Optimize bounding box calculationHans Goudey
2021-12-30Fix T94454: Python API curve to mesh use after free without depsgraphHans Goudey
2021-12-29Fix (unreported): missing relations update after adding scene time nodeJacques Lucke
2021-12-29Cleanup: Remove unused DerivedMesh functionsHans Goudey
2021-12-29Geometry Nodes: Support instances in the delete geometry nodeHans Goudey
2021-12-29Geometry Nodes: Accumulate Fields NodeJohnny Matthews
2021-12-29Fix: Issues with attribute comparison in geometry nodes testsHans Goudey
2021-12-29Fix T94113: Local view + Geometry Nodes is broken for instancesGermano Cavalcante
2021-12-29Cleanup: Remove unused node tree "local sync" functionsHans Goudey
2021-12-28Fix T94442: Trim curve node can crash with duplicate pointHans Goudey
2021-12-28LibOverride: better handling of the "no override of bones' shapes" case.Bastien Montagne
2021-12-28Fix loss of cloth disk cache on reload in library overrides.Alexander Gavrilov
2021-12-28Fix T94420: deadlock with subsurf modifiersKévin Dietrich
2021-12-27Render: move editor/render module to c++Jacques Lucke
2021-12-27OpenSubDiv: add support for an OpenGL evaluatorKévin Dietrich
2021-12-26Cleanup: Use array for BKE cursor functionsAaron Carlisle
2021-12-26Cleanup: Fix compile warningAaron Carlisle
2021-12-26Docs: Add to and cleanup attribute API docsHans Goudey
2021-12-25Cleanup: Move customdata.c to C++Hans Goudey
2021-12-25Cleanup: Use array for BKE cursor functionsAaron Carlisle
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-25Cleanup: Use consistent order for custom data mesh masksHans Goudey
2021-12-24Cleanup: Remove misleading commentsHans Goudey
2021-12-23Cleanup: Remove outdated commentHans Goudey
2021-12-23Cleanup: Move hair object type files to C++Hans Goudey
2021-12-23Cleanup: remove BKE_animdata_driver_path_hackSybren A. Stüvel
2021-12-23Fix missing type declaration compile errorKévin Dietrich
2021-12-23Cleanup: Remove spline add_point method, refactor mesh to curve nodeHans Goudey
2021-12-23Fix: Potential use after scope in curve to mesh nodeHans Goudey
2021-12-22Fix: Missing update when toggling node muteHans Goudey