Blender Git "functions-experimental-refactor" branch commits. Page: 58 / 92 June 28, 2019, 08:45 (GMT) | simulate newly created particles until there are no new ones
| June 28, 2019, 08:34 (GMT) | separate partial simulation of new particles from emitters
| June 28, 2019, 07:59 (GMT) | allow SmallVector to use ArrayRef
| June 28, 2019, 07:16 (GMT) | simulate particles of all types at the same time
| June 28, 2019, 06:56 (GMT) | Merge branch 'master' into functions
| June 27, 2019, 15:03 (GMT) | use one block allocator per thread instead of per block
| June 27, 2019, 14:21 (GMT) | keep track of newly allocated blocks
| June 27, 2019, 13:41 (GMT) | make Block Allocator part of action interface
| June 27, 2019, 13:30 (GMT) | cleanup: remove unnecessary state parameter
| June 27, 2019, 13:07 (GMT) | make it easier for emitters to specify birth moments
| June 27, 2019, 12:29 (GMT) | emitter decides at which time individual particles are spawned
| June 27, 2019, 11:59 (GMT) | size-value constructor for SmallVector
| June 27, 2019, 11:46 (GMT) | initialize attributes with default values
| June 27, 2019, 11:27 (GMT) | thread safe block creation and deletion
| June 27, 2019, 11:25 (GMT) | use block allocator to allow muliple emitters to emit into the same block
| June 27, 2019, 10:40 (GMT) | move function from header to cpp
| June 27, 2019, 10:36 (GMT) | refactor emitter interface internals
The problem previously was that all the information about which blocks contain the attributes was not accessible by the emitter.
| June 27, 2019, 09:21 (GMT) | remove request_raw function from public emitter interface
| June 27, 2019, 09:13 (GMT) | ParticleSet should know the block it is in
| June 27, 2019, 08:02 (GMT) | Merge branch 'master' into functions
|
|
|