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
path: root/source
AgeCommit message (Expand)Author
2021-12-06Shader Nodes: Declare nodes in their own namespaceAaron Carlisle
2021-12-06Cleanup: Remove unused next and prev pointers in bNodeTypeHans Goudey
2021-12-06Cleanup: Remove unnecesary node type draw callbackHans Goudey
2021-12-06Cleanup: Remove unnecessary node type callbacks for drawingHans Goudey
2021-12-06Cleanup: clang-tidy: modernize-redundant-void-argAaron Carlisle
2021-12-05Cleanup: Add missing includeAaron Carlisle
2021-12-05Cleanup: Migrate all shader nodes to c++Aaron Carlisle
2021-12-05Geometry Nodes: use array instead of map in GeometrySetJacques Lucke
2021-12-05Fix (unreported): off-by-one error when setting curve handlesJacques Lucke
2021-12-04Compositor: Migrate most nodes to new socket builder APIAaron Carlisle
2021-12-04Create generic modal functions from GRAPH_OT_decimateChristoph Lendenfeld
2021-12-04Cleanup: Use LISTBASE_FOREACH macroHans Goudey
2021-12-04Cleanup: Use references in node editor, other improvementsHans Goudey
2021-12-03Cleanup: Remove unused codeHans Goudey
2021-12-03Cleanup: Const, use references, C++ typesHans Goudey
2021-12-03Cleanup: Comments and ordering in node editor headerHans Goudey
2021-12-03Cleanup: Use typed enum for node resize directionHans Goudey
2021-12-03ImBuf: Made Wrapping and Cropping optional in IMB_transform.Jeroen Bakker
2021-12-03Cleanup: move public doc-strings into headers for 'bmesh'Campbell Barton
2021-12-03Fix T93541: Use warning instead of error for exceeding layer limitsJesse Yurkovich
2021-12-03Fix T93574: Asset triangulating a meshCampbell Barton
2021-12-02UI: Expand tree-view items (e.g. asset catalogs) on click to activateJulian Eisel
2021-12-02Asset Browser: Don't expand top-level catalogs by defaultJulian Eisel
2021-12-02Asset Browser: Remove home icon for "All" itemJulian Eisel
2021-12-02Asset Browser: Nest all catalogs under the "All" itemJulian Eisel
2021-12-02Cleanup: Avoid using C++ keyword as variable nameHans Goudey
2021-12-02Fix (unreported): incorrect custom data layer createdJacques Lucke
2021-12-02Cleanup: Move public docs to BKE_spline.hh headerHans Goudey
2021-12-02Merge remote-tracking branch 'origin/blender-v3.0-release'Sybren A. Stüvel
2021-12-02Fix `Action.asset_data["is_single_frame"]` set incorrectlySybren A. Stüvel
2021-12-02Fix: don't use `BLI_strncpy_utf8` for copying file pathsSybren A. Stüvel
2021-12-02Blenloader: move ghost include path from INC to TEST_INCSybren A. Stüvel
2021-12-02BLI: avoid invoking tbb for small workloadsJacques Lucke
2021-12-02Fix T93563: Crash subdividing with overlapping tri and quadCampbell Barton
2021-12-02Cleanup: move public doc-strings into headers for 'python'Campbell Barton
2021-12-02Merge branch 'blender-v3.0-release'Julian Eisel
2021-12-02Fix T93548: Appended (material) assets don't have a fake userJulian Eisel
2021-12-02Fix T93555: crash when muting nodes with multiple internal linksJacques Lucke
2021-12-02Blendread: Remove all instantiation logic from `BLO_library_link_` code.Bastien Montagne
2021-12-02Cleanup: Readfile: Remove deprecated `BLO_library_link_copypaste`.Bastien Montagne
2021-12-02Fix T93555: crash when muting nodes with multiple internal linksJacques Lucke
2021-12-02Cleanup: spelling in commentsCampbell Barton
2021-12-02Fix T93410: Crash hiding a region from Python used by a popoverCampbell Barton
2021-12-02Cleanup: FIx build with USD after recent refactorAaron Carlisle
2021-12-02UI: Fix scaling of HSV cursor when zoomingLeon Leno
2021-12-02Fix T92268: Group input and output nodes have inconsistent paddingNikhil Shringarpurey
2021-12-02Cleanup: Rename curve struct fieldsHans Goudey
2021-12-02Fix: Add tooltip translation marker to disabled hintsHans Goudey
2021-12-02Fix T84710: Instances with only mesh edges or vertices are invisibleHans Goudey
2021-12-02UI: Add an option to display the node editor context pathHans Goudey