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-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
2021-06-10Cleanup: BLI_path_slash_native: use separator defines instead of literal values.Bastien Montagne
2021-06-10Fix T88578: crash when loading value from group output nodeJacques Lucke
2021-06-10Geometry Nodes: Add Texture and Material options to switch nodeEitan
2021-06-10BLI_mempool: split thread-safe iteration into the private APICampbell Barton
2021-06-10Fix: Build error with MSVCRay Molenkamp
2021-06-10Docs: remove deprecated parameter from bmesh docsCampbell Barton
2021-06-10Cleanup: move endian values from BKE_global into BLI_endian_definesCampbell Barton
2021-06-10Cleanup: add commentJacques Lucke
2021-06-10Add unit for time stored in secondsSergey Sharybin
2021-06-10DataTransfer: Fix vertices being wrongly added to vgroup.Bastien Montagne