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-09-21Merge branch 'master' into refactor-mesh-selection-genericrefactor-mesh-selection-genericHans Goudey
2022-09-21Attributes: Allow calling "finish" on empty accessorsHans Goudey
2022-09-21Attributes: Correct implementation of typed "write_only" methodHans Goudey
2022-09-21Mesh: Avoid uninitialized values when converting BMesh to MeshHans Goudey
2022-09-21Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-21Cleanup: Miscellaneous cleanup in distribute points in volume nodeHans Goudey
2022-09-21Fix race condition in memory freeing in edit mesh wrapper to meshSergey Sharybin
2022-09-21Refactor: Simplify transfer of tags in the depsgraph builderSergey Sharybin
2022-09-21Fix inconsistent node name handling in dependency graphSergey Sharybin
2022-09-21Refactor: More const-correctness in node builderSergey Sharybin
2022-09-21Refactor: Move depsgraph node keys to own fileSergey Sharybin
2022-09-21PyAPI: disable IMB color management methods for stand-alone mathutilsCampbell Barton
2022-09-21Fix compile error on (designated initializers in C++)Julian Eisel
2022-09-21Cleanup: Move file browser history handing to own fileJulian Eisel
2022-09-21Refactor: Move file browser filelist.c to C++Julian Eisel
2022-09-21Add oneAPI to the 'cycles_device' command line argument help textAlaska
2022-09-21File Browser: Manual auto-increase name support for output filepathsDalai Felinto
2022-09-21Revert "Cleanup: Fix warning unused variable 'mode' when doing make lite"Dalai Felinto
2022-09-21Cleanup: Fix warning unused variable 'mode' when doing make liteDalai Felinto
2022-09-21Cleanup: remove vector adaptor data structureJacques Lucke
2022-09-21Docs: add notes about wmWindow.eventstate & modifier key checksCampbell Barton
2022-09-21Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-21Fix module search path for Python on initializationCampbell Barton
2022-09-21Cleanup: spelling in commentsCampbell Barton
2022-09-21Cleanup: unused variable warningCampbell Barton
2022-09-21Fix T101188: Fluid modifier doesn't workHans Goudey
2022-09-21Cleanup: Remove BKE_ prefix for local functionsHans Goudey
2022-09-21Fix T101138: remove console spam when hovering over toolbar in uv editorChris Blackbourn
2022-09-20Fix T101220: UV proportional editing not working correctly with UV Sync Selec...Germano Cavalcante
2022-09-20Fix T101208: Missing original index handling in extrude nodeHans Goudey
2022-09-20Fix: BMesh to Mesh conversion does not create all necessary layersHans Goudey
2022-09-20Cycles: don't allow negative BSDF weightsBrecht Van Lommel
2022-09-20Fix T101196: constraint plane failing in side orthographic viewsGermano Cavalcante
2022-09-20Cleanup: Improve consistency when nodes run without OpenVDBHans Goudey
2022-09-20Fix: Group input and output always show in node add menuMiguel Porces
2022-09-20Sculpt: Fix T100479: Boundary expand crashJoseph Eagar
2022-09-20Sculpt: Fix memory corruption with reading masks from PBVH_BMESHJoseph Eagar
2022-09-20GPencil: Add `offset` parameter to reproject operator Redo PanelAntonio Vazquez
2022-09-20Cleanup: Strict compiler warningSergey Sharybin
2022-09-20Animation: Fix operator properties for redo panelRedMser
2022-09-20Animation: Add redo panel to Dopesheet and NLARedMser
2022-09-20Move workspace.c to C++Jacques Lucke
2022-09-20Fix T101214: hidden link can cause cycle in node treeJacques Lucke
2022-09-20Fix T101201: Missing filter from outliner headerPhilipp Oeser
2022-09-20Geometry Nodes: improve evaluator with lazy threadingJacques Lucke
2022-09-20Fix misleading operator name in the dope-sheet and action editorSebastian Parborg
2022-09-20Cleanup: add hint that typedef is used as compiler bug workaroundJacques Lucke
2022-09-20Cleanup: quite compiler warningJacques Lucke
2022-09-20Fix T101001: crash setting texture node active in certain casesPhilipp Oeser
2022-09-20ViewLayer: fix missing sync in object APIs (fixes T101128, T101204)Aras Pranckevicius