Blender Git Commits

Blender Git "simulation-tree" branch commits.

Page: 55 / 121

August 14, 2019, 12:59 (GMT)
use guarded allocator for some core types
August 14, 2019, 12:39 (GMT)
store types in global variables
August 14, 2019, 11:59 (GMT)
Do not use a reference counter for Types

Types can be expected to stay alive until Blender exists.
This also works well with the fact that they are identified
by their pointer.

Furthermore, the number of types is fairly low, but they
are passed around a lot. Maintaining a thread-safe reference
count seems to be unnecessary overhead.
August 14, 2019, 09:53 (GMT)
improve map method names
August 14, 2019, 09:46 (GMT)
add more license headers
August 14, 2019, 09:44 (GMT)
add license header to blenlib files
August 14, 2019, 07:57 (GMT)
Merge branch 'master' into functions
August 13, 2019, 11:27 (GMT)
fix compile error
August 13, 2019, 09:43 (GMT)
remove copy to clipboard
August 13, 2019, 09:28 (GMT)
Merge branch 'master' into functions
August 12, 2019, 15:55 (GMT)
fix compile error on windows
August 12, 2019, 14:36 (GMT)
More Float Math operations

Differential Revision: https://developer.blender.org/D5433
August 12, 2019, 14:24 (GMT)
Add multiply and divide to vector math node

Differential Revision: https://developer.blender.org/D5430
August 12, 2019, 13:50 (GMT)
Reimplement the way many arrays are allocated

This new implementation is more generic and easier to use.
August 12, 2019, 08:30 (GMT)
remove AttributeArrayCore class

It worked well, but having it does not provide enough value
to justify the additional complexity.
August 12, 2019, 07:23 (GMT)
Merge branch 'master' into functions
August 7, 2019, 10:02 (GMT)
Merge branch 'master' into functions
August 7, 2019, 10:00 (GMT)
comment some library functions
August 7, 2019, 09:40 (GMT)
only wrap intrusive listbases for now
August 7, 2019, 09:14 (GMT)
add some comments
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021