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-07-21GPencil: New options to create Asset for All layers and All layers splittedAntonio Vazquez
2021-07-21GPencil: Add option to merge layers in Asset creationAntonio Vazquez
2021-07-21GPencil: Move to function the layer merge logicAntonio Vazquez
2021-07-21GPencil: Fix wrong commentAntonio Vazquez
2021-07-21GPencil: Use current frame to insert asset instead of absolute valuesAntonio Vazquez
2021-07-21Merge branch 'master' into asset-greasepencilAntonio Vazquez
2021-07-21Fix bug in assert in delaunay test.Howard Trickey
2021-07-21Cleanup: Split set_preview_visibilty.Jeroen Bakker
2021-07-21Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-21Cleanup: spellingCampbell Barton
2021-07-21Cleanup: replace BLI_assert(0 && "text") with BLI_assert_msgCampbell Barton
2021-07-21Fix T89881: ignore unavailable sockets when searching for link cyclesJacques Lucke
2021-07-21Fix compile issue.Jeroen Bakker
2021-07-21Merge branch 'master' into asset-greasepencilAntonio Vazquez
2021-07-21Cleanup Preview rendering: Separate world preparation.Jeroen Bakker
2021-07-21Cleanup: use named enum types.Jeroen Bakker
2021-07-21Cleanup: replace NB with NOTE in commentsCampbell Barton
2021-07-21UI: Use more descriptive wording for particle modifier conversionsSmitty van Bodegom
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-20GPencil: Add notifier to update material listAntonio Vazquez
2021-07-20GPencil: Rotate around transform center instead of cage centerAntonio Vazquez
2021-07-20GPencil: Cleanup of function names, variables and commentsAntonio Vazquez
2021-07-20Cleanup: Fix missing braces warning on ClangAnkit Meel
2021-07-20GPencil: Add Layers in inverse orderAntonio Vazquez
2021-07-20GPencil: Remove materials added if the operator is canceledAntonio Vazquez
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-20GPencil: CleanupsAntonio Vazquez
2021-07-20GPencil: Fix error for Pivot when object not in originAntonio Vazquez
2021-07-20GPencil: Cleanup and simplify calculationsAntonio Vazquez
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