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-07-20Fix API doc generation after recent context additionsJulian Eisel
2021-07-20Fix T89827: Attribute transfer node crash on mesh with no facesHans Goudey
2021-07-20Fix memory leak with asset view template operator propertiesJulian Eisel
2021-07-20Cleanup: Store asset-handle in drag dataJulian Eisel
2021-07-20Cleanup: Use asset utility function to get the asset .blend pathJulian Eisel
2021-07-20Cleanup: Move asset-handle functions to own fileJulian Eisel
2021-07-20Cleanup: Getters for asset-handle dataJulian Eisel
2021-07-20Cleanup: Use const for internal file data of asset-handleJulian Eisel
2021-07-20Asset: Clearly describe RNA property description as temporaryJulian Eisel
2021-07-20Cleanup: Correct asset TODO comment, move setter next to getterJulian Eisel
2021-07-20Fix T89993: Failed assert drawing single point cyclic splinesHans Goudey
2021-07-20Fix T89687: Curve to mesh node incorrect face orientationHans Goudey
2021-07-20Cleanup: Use const arguments and less sequential iterationHans Goudey
2021-07-20Armature test: properly initialize bone hierarchySybren A. Stüvel
2021-07-20Speedup rigid body "Copy from Active" operatorJagannadhan Ravi
2021-07-20Cleanup: Fix missing braces warning on ClangAnkit Meel
2021-07-20Pose Library: remove assumption about Action group namesSybren A. Stüvel
2021-07-20Cleanup: fix clang-tidy warning readability-qualified-autoSybren A. Stüvel
2021-07-20Cleanup: fix clang-tidy readability-else-after-returnSybren A. Stüvel
2021-07-20Cleanup: fix clang-tidy warning modernize-use-nullptrSybren A. Stüvel
2021-07-20Pose backup: convert from C to C++Sybren A. Stüvel
2021-07-20Fix T89981: missing refresh on the compositors render layer node when adding/...Philipp Oeser
2021-07-20Fix T89982: Geometry Nodes: 'New' Button tries to create node_tree on active ...Philipp Oeser
2021-07-20Fix: Bezier segment node adds handles incorrectlyJohnny Matthews
2021-07-20Fix T89979: Assert in edit mode with curve to mesh nodeHans Goudey
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-20Cleanup: use doxygen style parameters in noise.cCampbell Barton
2021-07-20Cleanup: added const keyword to BLI_dlrbTree search functions.Jeroen Bakker
2021-07-20Cleanup: Remove redundant forward declarations.Jeroen Bakker
2021-07-20Fix crash in delaunay C interface test.Howard Trickey
2021-07-20Compositor: Fix crash when connecting multiple constant inputsManuel Castilla
2021-07-20LineArt: UI cleanups.YimingWu
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-20Cleanup: use '#if 0' for disabling multiple linesCampbell Barton
2021-07-20Cleanup: Make function static, use const object argumentHans Goudey
2021-07-20Cleanup: spellingCampbell Barton
2021-07-20Cleanup: quiet GCC maybe-uninitialized warningCampbell Barton
2021-07-20Cleanup: Remove unused functionHans Goudey
2021-07-20Docs: Update RNA to user manual mappingsAaron Carlisle
2021-07-20Cleanup: Clang formatAaron Carlisle
2021-07-19Compositor: Export operation results as debug optionManuel Castilla
2021-07-19Compositor: Full frame Brightness nodeManuel Castilla
2021-07-19Compositor: Full frame Mix nodeManuel Castilla
2021-07-19Compositor: Full frame Viewer nodeManuel Castilla
2021-07-19Compositor: Full frame Double Edge Mask nodeManuel Castilla
2021-07-19Compositor: Full frame Ellipse Mask nodeManuel Castilla
2021-07-19Compositor: Buffer iteratorsManuel Castilla
2021-07-19Cleanup: Move asset library reference C++ wrapper to own filesJulian Eisel
2021-07-19Cleanup: Remove unused function, unused declarationHans Goudey
2021-07-19Fix some mesh edition macro operators incorrectly setting an empty descriptio...Bastien Montagne