Revision 0a66b12 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 16, 2019, 09:40 (GMT) |
less usage of InputParameter and OutputParameter type |
Revision 9de7d3f by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 16, 2019, 08:46 (GMT) |
use new FunctionBuilder instead of creating Signature manually |
Revision 3f82445 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 16, 2019, 08:15 (GMT) |
windows build fix |
Revision 46866fb by YimingWu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) May 16, 2019, 02:03 (GMT) |
Solve merge errors in shader calls. |
Revision 5480411 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) May 16, 2019, 01:48 (GMT) |
Merge branch 'master' into soc-2018-npr |
May 15, 2019, 20:28 (GMT) |
Merge branch 'master' into filebrowser_redesign |
Revision eb74be1 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 15, 2019, 16:03 (GMT) |
Rename StridedArrayRef to MappedArrayRef |
Revision 836a780 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 15, 2019, 15:55 (GMT) |
Merge branch 'master' into functions |
Revision 8ab87c1 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 15, 2019, 15:16 (GMT) |
initial StringCollection class |
May 15, 2019, 14:28 (GMT) |
Sculpt: Mask by color operator Similar to mask by normal, this operator generates a mask based on the color of the active vertex. |
May 15, 2019, 12:46 (GMT) |
Mesh Filter: Multithreaded initialization and masked node filtering This should improve performance a lot, making the tool usable on several millions of vertices. If the mesh is partially masked, only the unmasked nodes are going to be processed, so it is possible to isolate parts of a high poly mesh using the mask and work with them in real time. I also changed the random displacement initialization to avoid allocating a huge amount of memory (it wasn't really necessary) |
Revision 39d4e01 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 15, 2019, 09:39 (GMT) |
use string ref in llvm ir builder |
Revision 23c1b1e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 15, 2019, 09:38 (GMT) |
deduplicate string ref code |
Revision 13e06e7 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 15, 2019, 09:22 (GMT) |
use string ref in more places |
Revision 6dedb02 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 15, 2019, 09:17 (GMT) |
use string ref in more places |
Revision 3b6bed4 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 15, 2019, 09:10 (GMT) |
use string ref for type names |
Revision 92c1d90 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 15, 2019, 09:00 (GMT) |
new StringRefNull class |
Revision 6e48664 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 15, 2019, 08:49 (GMT) |
initial StringRef class |
Revision dbced1d by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 15, 2019, 08:16 (GMT) |
Merge branch 'master' into functions |
Revision f5e0910 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 15, 2019, 07:49 (GMT) |
Merge branch 'master' into greasepencil-object |
|