Revision 3f7ed22 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 4, 2019, 23:37 (GMT) |
Merge branch 'master' into soc-2019-npr |
July 4, 2019, 23:19 (GMT) |
[Fast import/export] Fixed Axis Conversion |
Revision ae3116b by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 4, 2019, 21:16 (GMT) |
GPencil: Fix error in Convert to Stroke with materials The material color was checked in linear, but the gpencil material is sRGB. |
Revision fa39bda by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 4, 2019, 20:57 (GMT) |
GPencil: New convert Curve to Stroke New operator to convert any curve to grease pencil stroke. The conversion works as a new option for Convert To operator. Added a new parameter for selecting the color of the stroke. |
Revision c9d046c by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 4, 2019, 20:48 (GMT) |
Merge branch 'master' into greasepencil-object |
July 4, 2019, 19:33 (GMT) |
Refactor musgrave node |
July 4, 2019, 19:02 (GMT) |
Merge branch 'master' into soc-2019-outliner |
July 4, 2019, 18:08 (GMT) |
Expose Alembic custom props in the Cycles Attribute node, cherry picked from Tangent Animation blender278 remote repo (cherry picked from commit be0f5565a17fbe02568419310ac98316db818d92) |
July 4, 2019, 16:29 (GMT) |
Use direct links to musgrave types. Much faster compilation. |
Revision d3c5e88 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 4, 2019, 16:04 (GMT) |
Use monotonic allocator instead of more complex ones |
Revision 16c9270 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 4, 2019, 15:33 (GMT) |
some comments for allocators |
July 4, 2019, 15:28 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2019-cycles-procedural |
July 4, 2019, 15:27 (GMT) |
1D, 2D, and 4D musgrave texture |
Revision 1455e56 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 4, 2019, 15:05 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision 7aed5dc by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 4, 2019, 14:35 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2019-npr |
Revision 7f410f0 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 4, 2019, 14:30 (GMT) |
initial replaceable unlinked inputs handler Depending the use case, unlinked node inputs should be handled differently. Sometimes, it is okay to load them from RNA on every call, but sometimes they should also be hardcoded into the generated assembly. |
Revision 1009881 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 4, 2019, 14:12 (GMT) |
LANPR: Intersection cache now updates before lanpr_cache_finish(). |
Revision cdd5d41 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 4, 2019, 14:08 (GMT) |
fix memory leak |
Revision 3a0cfed by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 4, 2019, 13:57 (GMT) |
first time using the function nodes within bparticle nodes |
July 4, 2019, 13:35 (GMT) |
Cloth: set bmesh vert->co to cloth verts[i].x This is possible to do now since the cloth is reindexed, important when the length of the edges changes after the initial position of the cloth |
|