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
2020-07-08Functions: Support getting MFSocket based on its idJacques Lucke
2020-07-08Functions: Support accessing socket index of MFSocketJacques Lucke
2020-07-08Functions: initial hash/equals implementation for constant multi-functionsJacques Lucke
2020-07-08Functions: allow multi-functions to override a hash and equals functionJacques Lucke
2020-07-08BLI: add disjoint set data structureJacques Lucke
2020-07-08BLI: add comparison operators and hash functions for float3, etc.Jacques Lucke
2020-07-08Functions: add dead node removal and constant folding optimizationJacques Lucke
2020-07-08Cleanup: fix commentJacques Lucke
2020-07-08Apply Modifier: support applying as shape key and keeping the modifier.Alexander Gavrilov
2020-07-07BLI: simplify copy constructor of ArrayJacques Lucke
2020-07-07Cleanup: fix typoJacques Lucke
2020-07-07Functions: cleanup loop that traverses the MFNetworkJacques Lucke
2020-07-07Functions: add generic functions that output constantsJacques Lucke
2020-07-07BLI: simplify copy constructor of vectorJacques Lucke
2020-07-07Functions: extend multi-function network apiJacques Lucke
2020-07-07BLI: provide access to underlying node in dot exporterJacques Lucke
2020-07-07Functions: Add debug print and destruct callback to CPPTypeJacques Lucke
2020-07-07Nodes: Generate multi-function network from node treeJacques Lucke
2020-07-07Fix T75943 EEVEE: Cubemaps shows blackClément Foucault
2020-07-07Cleanup: Add braces for clang tidyHans Goudey
2020-07-07BLI: Correct spin lock definitionSergey Sharybin
2020-07-07Fix: remove accidental codeGermano Cavalcante
2020-07-07Fix T77455: Blender Freezes when using the 3d Scale GizmoJeroen Bakker
2020-07-07BLI: Fix mistake in SpinLock TBB migrationSergey Sharybin
2020-07-07Optimization: use `BLI_bvhtree_intersect_plane` to detect faces that will be ...Germano Cavalcante
2020-07-07Fix T78307 UI: Drawing artifacts in the Blender UI on macOSClément Foucault
2020-07-07IO: Reversed persistent ID order in exports to Alembic and USDSybren A. Stüvel
2020-07-07IO: Fix bug exporting dupli parent/child relationsSybren A. Stüvel
2020-07-07IO: print export name instead of object name in debug export graph outputSybren A. Stüvel
2020-07-07UI: Add units to motion tracking solve errorsJohan Walles
2020-07-07Cleanup: remove redundant commentsJacques Lucke
2020-07-07Cleanup: use doxy commentsCampbell Barton
2020-07-07Cleanup: remove unused argumentsCampbell Barton
2020-07-07Cleanup: spellingCampbell Barton
2020-07-07Cleanup: unused World struct members linfac, logfacCampbell Barton
2020-07-06Cleanup: Use bool instead of intHans Goudey
2020-07-06UI: Add shortcuts for shader effect panelsHans Goudey
2020-07-06Cleanup: Use the BLI_edgehash API in the sewing simulation of clothsGermano Cavalcante
2020-07-06Fix T77730: ShaderFx Missing Update NotifierHans Goudey
2020-07-06BLI: add methods to lookup a stored key in a setJacques Lucke
2020-07-06Cleanup: readfile: remove old deprecated OldNewMap for runtime caches.Bastien Montagne
2020-07-06Runtime cache preservation during undo: add support for nodes and embedded IDs.Bastien Montagne
2020-07-06Reduce `DupliObject::persistent_id` from 16 to 8 itemsSybren A. Stüvel
2020-07-06Fix T78608: Memory leak in Material properties: "Data from SCE".Bastien Montagne
2020-07-06Cleanup: warning, spellingCampbell Barton
2020-07-06Fix alignment/size issue on ARM/RPi architectureSergey Sharybin
2020-07-06Optimization: Don't compute the snap to face on the knife tool twiceGermano Cavalcante
2020-07-06Fix faces disappearing when AutoMerge & SplitGermano Cavalcante
2020-07-06Fix UV select separate not refreshing the displayCampbell Barton
2020-07-06Cleanup: spelling, commentsCampbell Barton