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-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-25Cleanup: Use consistent order for custom data mesh masksHans Goudey
2021-12-24Nodes: Migrate bump shader node to cppAaron Carlisle
2021-12-24Cleanup: Remove misleading commentsHans Goudey
2021-12-24Cleanup: Use vector instead of linked listHans Goudey
2021-12-24Fix T94322: add missing updates after recent refactorJacques Lucke
2021-12-24Fix T94162: incorrect handling when there are multiple group outputsJacques Lucke
2021-12-24Cleanup: remove unused button functionSybren A. Stüvel
2021-12-24Fix T94357: Node Ungroup operator copies current node treeHans Goudey
2021-12-24Fix T94344: Incorrect size for edge vertices node outputHans Goudey
2021-12-23Cleanup: Remove outdated commentHans Goudey
2021-12-23Cleanup: Move hair object type files to C++Hans Goudey
2021-12-23Cleanup: Remove unused UI button definition functionsHans Goudey
2021-12-23Cache File: use panels to organize UIKévin Dietrich
2021-12-23Graph Slider Ops: Show error when no valid keys are foundChristoph Lendenfeld
2021-12-23Cleanup: remove BKE_animdata_driver_path_hackSybren A. Stüvel
2021-12-23LibOverride: protect better against using on complex inter-dependency cases.Bastien Montagne
2021-12-23Fix missing type declaration compile errorKévin Dietrich
2021-12-23Fix: Curve trim node test failureHans Goudey
2021-12-23Fix T94232: No selection with set material node empty material listHans Goudey
2021-12-23Cleanup: Remove spline add_point method, refactor mesh to curve nodeHans Goudey
2021-12-23Nodes: Add link drag search support for map range nodeHans Goudey
2021-12-23Cleanup: Return earlyHans Goudey
2021-12-23Fix: Extra space at the front of "Sample Curve" node nameHans Goudey
2021-12-23Fix: Wrong node link drag search menu items for attribute statisticHans Goudey
2021-12-23Fix: Potential use after scope in curve to mesh nodeHans Goudey
2021-12-22Fix: Large stack allocation in compositorMichael
2021-12-22Cleanup: Avoid adding points to splines sequentiallyHans Goudey
2021-12-22Fix: Missing update when toggling node muteHans Goudey
2021-12-22Fix T93408: Snap performance regression at high poll rateGermano Cavalcante
2021-12-22Nodes: Remove unnecessary node tree socket taggingHans Goudey
2021-12-22Mesh: Parallelize bounding box calculation (WIP)Hans Goudey
2021-12-22Cleanup: Remove debug print.Bastien Montagne
2021-12-22Fix (unreported) potential bug in collections parenting update code.Bastien Montagne
2021-12-22Cleanup: Use `LISTBASE_FOREACH_` macros.Bastien Montagne
2021-12-22Fix T93799: Outliner: Remaping objects could result in duplicates in a collec...Bastien Montagne
2021-12-22Fix part of T93799: Outliner: Remap Users crash (for `ID Type` `Object`).Bastien Montagne
2021-12-22Fix: Build issue on 32 bit archsRay Molenkamp
2021-12-22Fix T93999: GPencil Box tool allows decreasing subdiv, but not increaseAntonio Vazquez
2021-12-22Nodes: Improve node tree copy performanceHans Goudey
2021-12-22Nodes: Refactor to remove node and socket "new" pointersHans Goudey
2021-12-22Geometry Nodes: improve multi socket handling in evaluatorJacques Lucke
2021-12-21Cleanup: Clang tidy, restore alphabetical sortingHans Goudey
2021-12-21Fix T94191: correct (time) translation headers not showing DeltaXGermano Cavalcante
2021-12-21Cleanup: use BKE_pose_is_layer_visible in more placesPhilipp Oeser
2021-12-21Nodes: Improve performance when freeing a node treeHans Goudey
2021-12-21Fix T93960: Asset Catalogs I/O fails with unicode file paths on WindowsSybren A. Stüvel
2021-12-21Assets: log message when catalog definitions cannot be loadedSybren A. Stüvel
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-12-21Cleanup: clang formatPhilipp Oeser