Display:
Master Commits
Branch Commits
All Commits
Blender
Git "functions-experimental-refactor" branch commits.
Page: 51 / 92
July 4, 2019, 08:32 (GMT)
refactor IndexedBParticlesTree
July 4, 2019, 08:29 (GMT)
rename NodeTreeQuery to IndexedNodeTree
July 4, 2019, 08:20 (GMT)
identify particle types with name instead of integer While this might be less efficient, it is much more comfortable to work with. Also it might be possible to make it a bit more efficient again in the future.
July 3, 2019, 17:11 (GMT)
Merge branch 'master' into functions
July 3, 2019, 17:10 (GMT)
use BLI_STATIC_ASSERT
July 3, 2019, 17:02 (GMT)
optimize adding multiple new values to multimap
July 3, 2019, 17:01 (GMT)
only use new multimap implementation
July 3, 2019, 16:49 (GMT)
fix issue with multiple links at same socket
July 3, 2019, 16:42 (GMT)
better multimap implementation for a specific use case
July 3, 2019, 16:42 (GMT)
missing from last commit
July 3, 2019, 16:41 (GMT)
improved lookup or insert functions for map
July 3, 2019, 15:09 (GMT)
return index when value was inserted before
July 3, 2019, 14:56 (GMT)
remove unnecessary template parameter
July 3, 2019, 14:35 (GMT)
support storing multiple connected sockets per socket
July 3, 2019, 14:33 (GMT)
add multiple new elements to multimap
July 3, 2019, 14:13 (GMT)
iterate keys of multimap
July 3, 2019, 13:57 (GMT)
convert linked list to array for further processing
July 3, 2019, 13:51 (GMT)
class to simplify querying bparticle node tree
July 3, 2019, 13:36 (GMT)
rename BNodeTreeLookup to NodeTreeQuery
July 3, 2019, 13:34 (GMT)
Use float3 instead of custom vector type in function system