Revision 76a1e9b by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) April 7, 2019, 15:21 (GMT) |
Merge branch 'master' into functions |
Revision f6f8323 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) April 7, 2019, 15:17 (GMT) |
Fix Sin operation in Float Math node The patch only fixed the python part. I added the c++ part. Differential Revision: https://developer.blender.org/D4658 |
Revision 4f938d2 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) April 7, 2019, 15:05 (GMT) |
Merge branch 'master' into greasepencil-object |
April 7, 2019, 15:02 (GMT) |
GPencil: Fix wrong Brush texture for pinned materials If the Brush had a pinned material with texture, but the material slot was in a different material, the texture was not working. The material was not recovered from brush, but from object. |
Revision 0f1b4d7 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) April 7, 2019, 15:01 (GMT) |
Use actual hash tables instead of linear search The hash functions themselves are not optimized yet. |
April 7, 2019, 10:46 (GMT) |
Quick Explode: update for recent eevee shadow refactor see rBd6747f310f12 'transparent_shadow_method' -> 'shadow_method' |
April 7, 2019, 09:30 (GMT) |
April 7, 2019, 09:24 (GMT) |
Merge branch 'blender2.7' |
April 7, 2019, 09:20 (GMT) |
Fix for GCC9 new OpenMP data sharing GCC 9 started implementing the OpenMP 4.0 and later behavior. When not using default clause or when using default(shared), this makes no difference, but if using default(none), previously the choice was not specify the const qualified variables on the construct at all, or specify in firstprivate clause. In GCC 9 as well as for OpenMP 4.0 compliance, those variables need to be specified on constructs in which they are used, either in shared or in firstprivate clause. Specifying them in firstprivate clause is one way to achieve compatibility with both older GCC versions and GCC 9, another option is to drop the default(none) clause. This patch thus drops the default(none) clause. See https://gcc.gnu.org/gcc-9/porting_to.html#ompdatasharing Signed-off-by: Robert-Andr� Mauchin <zebob.m@gmail.com> |
April 7, 2019, 07:37 (GMT) |
April 7, 2019, 02:08 (GMT) |
OpenVDB: Add Filters and CSG operations to the Level Set C API I also refactored the voxel remesher code to use the new API. |
April 7, 2019, 00:43 (GMT) |
Merge branch 'blender2.7' |
April 7, 2019, 00:41 (GMT) |
Fix build error with Visual Studio, appears to be a compiler bug It's not clear that "if (0 &&" was introduced intentionally, but this test only seems to have been an insignificant optimization anyway. Fixes T63329 |
Revision 6f96045 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) April 6, 2019, 22:01 (GMT) |
rename ptr to rna to avoid confusing with actual pointers |
Revision 9e8babf by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) April 6, 2019, 21:54 (GMT) |
vectorize Float Math node |
Revision ece895e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) April 6, 2019, 21:43 (GMT) |
remove some redundency |
Revision be53a35 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) April 6, 2019, 21:42 (GMT) |
allow lazy tuple call in fgraph ir generation |
Revision e38e04e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) April 6, 2019, 21:24 (GMT) |
cleanup vectorized node inserters |
Revision 44d8980 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) April 6, 2019, 21:07 (GMT) |
cleanup and vectorize Vector Math node |
Revision 5ea3eca by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) April 6, 2019, 20:50 (GMT) |
use function name prefix for inserters |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021