December 4, 2020, 16:14 (GMT) |
only set subdivision type once |
December 4, 2020, 16:13 (GMT) |
properly update attributes to remove stale data |
December 4, 2020, 15:57 (GMT) |
Atomics: Add 16 bit fetch + AND and fetch + OR signed integer operations I could use a 16 bit atomic fetch + AND for D9719. The alternative would be to turn a `short` into a `int` in DNA, which isn't a nice workaround. Also adds tests for the new functions. |
December 4, 2020, 15:49 (GMT) |
add support for subdivision meshes |
Revision cc2f90d by Julian Eisel December 4, 2020, 15:39 (GMT) |
Atomics: Add 16 bit fetch + AND and fetch + OR signed integer operations I could use a 16 bit atomic fetch + AND for D9719. The alternative would be to turn a `short` into a `int` in DNA, which isn't a nice workaround. Also adds tests for the new functions. |
December 4, 2020, 15:34 (GMT) |
Use new 16bit fetch+AND rather than changing DNA type |
December 4, 2020, 15:31 (GMT) |
Atomics: Add 16-bit fetch+AND and fetch+OR operations (signed) I could use a 16bit atomic fetch+AND for D9719. The alternative would be to turn a `short` into a `int` in DNA, which isn't a nice workaround. Also adds tests for the new functions. |
Revision 5b66a07 by Sebastian Parborg (geometry-nodes-distribute-points, temp-geometry-nodes-distribute-points-cleanup) December 4, 2020, 14:53 (GMT) |
Fixed vertex weights not reading correctly when sharing input sockets |
Revision 3bd111a by Sebastian Parborg (geometry-nodes-distribute-points, temp-geometry-nodes-distribute-points-cleanup) December 4, 2020, 14:32 (GMT) |
Merge branch 'geometry-nodes' into geometry-nodes-distribute-points |
December 4, 2020, 13:33 (GMT) |
Explicitly enforce a size for preview flag |
December 4, 2020, 13:08 (GMT) |
Disable loading custom previews for overriden data-blocks This could be supported I think, but I'm unsure about the implications. For now just don't allow it. |
December 4, 2020, 13:08 (GMT) |
Cleanup: Address review requests |
December 4, 2020, 13:06 (GMT) |
Disable loading custom previews for overriden data-blocks This could be supported I think, but I'm unsure about the implications. For now just don't allow it. |
December 4, 2020, 13:03 (GMT) |
Cleanup: Address review requests |
Revision 39b9225 by Sebastian Parborg (geometry-nodes-distribute-points, temp-geometry-nodes-distribute-points-cleanup) December 4, 2020, 12:46 (GMT) |
Added stable weight based point removal for poisson dist |
December 4, 2020, 11:46 (GMT) |
add comment |
December 4, 2020, 11:46 (GMT) |
cleanup, deduplicate logic to set the new data |
December 4, 2020, 10:41 (GMT) |
Merge branch 'master' into asset-browser |
December 4, 2020, 10:41 (GMT) |
Fix leftover "focused_id", causing "Make Asset" on material slots to fail |
December 4, 2020, 10:38 (GMT) |
Fix leftover "focused_id", causing "Make Asset" on material slots to fail |
|