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-06-14Merge branch 'master' into temp-compact-node-prototypetemp-compact-node-prototypeJacques Lucke
2021-06-14Fix T88494: add missing depsgraph relation update tagsJacques Lucke
2021-06-14Fix T88947: invalid normals when converting point cloud to meshJacques Lucke
2021-06-14Nodes: remove redundant increment node tree current socket indexCampbell Barton
2021-06-14Fix T88807: crash when there are multiple links between the same socketsJacques Lucke
2021-06-14Cleanup: Reduce indentation from redundant checkHans Goudey
2021-06-14Cleanup: Order return argument lastHans Goudey
2021-06-13Fix libmv new[]/delete[] mismatchCampbell Barton
2021-06-13Cleanup: allocation size mismatch warningCampbell Barton
2021-06-13Cleanup: rename 'unsigned int' -> 'uint'Campbell Barton
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-06-13Cleanup: use ATTR_RETURNS_NONNULL function attributeCampbell Barton
2021-06-13Cleanup: use return arg prefix for ED_object_add_generic_get_optsCampbell Barton
2021-06-13Cleanup: avoid the possibility of 'enter_editmode' being left unsetCampbell Barton
2021-06-13Cleanup: misleading return argument for hair_create_input_meshCampbell Barton
2021-06-13Cleanup: remove redundant NULL check, reduce scopeCampbell Barton
2021-06-13Cleanup: missing includeCampbell Barton
2021-06-13Fix modifier deform by armature check ignoring virtual modifiersCampbell Barton
2021-06-12Fix missing directory in CMakeLists.txtGermano Cavalcante
2021-06-12Fix T88515: Cycles does not update light transform from linked collectionsKévin Dietrich
2021-06-12Fix T88812: Child Windows on Vertical MonitorsHarley Acheson
2021-06-11Render Window as Non-Child on Win32 platformHarley Acheson
2021-06-11Overlays: Make flash on mode transfer an operator propertyPablo Dobarro
2021-06-11Add option to link assets on drag & dropJulian Eisel
2021-06-11Fix object assets getting duplicated after droppingJulian Eisel
2021-06-11Fix T89001: node search not working anymoreJacques Lucke
2021-06-11Fix T89033: segfault reordering animation channelsMaxime Casas
2021-06-11Nodes: cache socket identifier to index mappingJacques Lucke
2021-06-11Performance: Use parallel range for ImBuf scanline processor.Jeroen Bakker
2021-06-11Sequencer: Do not redraw during playback.Jeroen Bakker
2021-06-11Refactor: use 'BLI_task_parallel_range' in Draw CacheGermano Cavalcante
2021-06-11Refactor: Draw Cache: use 'BLI_task_parallel_range'Germano Cavalcante
2021-06-11Nodes: add utilities to check if there are undefined nodes/socketsJacques Lucke
2021-06-11Fix: VSE search in mpegts files would failSebastian Parborg
2021-06-11Fix: VSE indexer seeking not working correctlySebastian Parborg
2021-06-11Fix: VSE timecodes being used even when turned off.Sebastian Parborg
2021-06-11LineArt: Fix crash due to empty duplicollection.YimingWu
2021-06-11Performance: Split ImBuf sampling.Jeroen Bakker
2021-06-11Fix T88068: Alt+I now respects keying setXing Liu
2021-06-11Sequencer: Transform ImBuf Processor.Jeroen Bakker
2021-06-11Cleanup: use sentences for pose slide commentsCampbell Barton
2021-06-11Cleanup: pose slider rename region to region_headerChristoph Lendenfeld
2021-06-11Cleanup: pose slider use enum typesChristoph Lendenfeld
2021-06-11Cleanup: pose slider use strncpyChristoph Lendenfeld
2021-06-11Cleanup: pose slider data typesChristoph Lendenfeld
2021-06-11Cleanup: pose slider rename "percentage" to "factor"Christoph Lendenfeld
2021-06-11Nodes: move mix rgb node to C++Charlie Jolly
2021-06-11UI: Correct label naming mistake for VSE text strip box backgroundAaron Carlisle
2021-06-10deps/windows: add missing tbbmalloc_debug.libRay Molenkamp
2021-06-10Fix T86544: better cleanup of path given as command line argument.Bastien Montagne