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-08-27Cleanup: utf8 stepping functionsCampbell Barton
2021-08-26Cleanup: Use `ID_IS_LINKED` instead of direct `id.lib` pointer check.Bastien Montagne
2021-08-26Cleanup: use C style comments for descriptive textCampbell Barton
2021-08-25Cleanup and remove SEQ_ALL_BEGIN macroSebastian Parborg
2021-08-25BLI_string_utf8: remove unnecessary utf8 decoding functionsCampbell Barton
2021-08-24Fix T90900: Crash when rendering geometry nodes created curveHans Goudey
2021-08-24Cleanup: Make function static, remove unused argumentsHans Goudey
2021-08-24Fix T90715: Remove correct particle modifier through Python APIRobert Guetzkow
2021-08-24Cleanup: ID management: Remove useless internal for `BKE_lib_id_clear_library...Bastien Montagne
2021-08-24Cleanup: Remove useless Camera `make_local` callback.Bastien Montagne
2021-08-24Cleanup: Simplify logicHans Goudey
2021-08-24FFMPEG: Fix building with older versions that need FFMPEG_USE_DURATION_WORKAR...Sebastian Parborg
2021-08-24Fix T90840: Can't duplicate or copy (Ctrl-C) object from linked file.Bastien Montagne
2021-08-24Fix BLI_str_utf8_as_unicode_step reading past intended boundsCampbell Barton
2021-08-24VSE: Cleanup speed effect mathRichard Antalik
2021-08-23Using relative threshold for floats in mesh comparisonHimanshi Kalra
2021-08-23GPencil: Fix memory leak in split & trim functionsYimingWu
2021-08-23Cleanup: use BLI_str_utf8 prefixCampbell Barton
2021-08-23Fix T90847: snap to face of Add Primitive tool not working in edit modeGermano Cavalcante
2021-08-21Cleanup: spelling in comments & minor cleanupCampbell Barton
2021-08-20Functions: remove multi-function networkJacques Lucke
2021-08-20Cleanup: use "free_data" suffix when the argument isn't freedCampbell Barton
2021-08-20Cleanup: rename BKE_mesh_free_data -> BKE_mesh_free_data_for_undoCampbell Barton
2021-08-20Fix memory leak with building springs in the cloth simulatorCampbell Barton
2021-08-20Cleanup: rename BKE_mesh_free -> BKE_mesh_free_dataCampbell Barton
2021-08-20Cleanup: clang-formatJesse Yurkovich
2021-08-19Image blendwrite: Fix handling of packedfiles.Bastien Montagne
2021-08-19Partially fix T90593: Image ID wrongly seen as changed on undos.Bastien Montagne
2021-08-19Cleanup: Blendwrite: Move code deciding if an ID should be written out of ID ...Bastien Montagne
2021-08-19Cycles: experimental integration of Alembic procedural in viewport renderingKévin Dietrich
2021-08-19Fix T71137: curve minimum twist producing wrong geometryCampbell Barton
2021-08-18LibOverride: Do not report embedded IDs as non-overridable in 'foreach_id' code.Bastien Montagne
2021-08-18UDIM: Support tile sets that do not start at 1001Jesse Yurkovich
2021-08-17GPencil: Fix unreported switch direction not flipping weightsHenrik Dick
2021-08-17GPencil: Convert from Mesh copying Vertex GroupsHenrik Dick
2021-08-17Docs: improve word wrap commentCampbell Barton
2021-08-16Add sanity NULL checks when loading sound sequencesSebastian Parborg
2021-08-16Fix building without audaspaceCampbell Barton
2021-08-16VSE: Fix audaspace not reading ffmpeg files with start offset correctlySebastian Parborg
2021-08-16VSE: Fix "off by one" error when encoding audioSebastian Parborg
2021-08-16VSE: Flush audio encode after finishing video exportSebastian Parborg
2021-08-16Cleanup: shadow variable warningCampbell Barton
2021-08-16Add cutom data color property for mesh comparisonHimanshi Kalra
2021-08-13Blendloader: Option to reports to skip list of recursively liboverride-resync...Bastien Montagne
2021-08-13ViewLayer resync: Add sanity checks for objects/bases mappings.Bastien Montagne
2021-08-13Revert "Mesh: replace saacos with acosf for normal calculation"Campbell Barton
2021-08-13Mesh: replace saacos with acosf for normal calculationCampbell Barton
2021-08-13Cleanup: remove unused BKE_mesh_calc_normals_mapping functionsCampbell Barton
2021-08-13Cleanup: remove use of BKE_mesh_calc_normals_mapping_simpleCampbell Barton
2021-08-13Cleanup: code-commentsCampbell Barton