July 6, 2019, 02:36 (GMT) |
[Fast import/export] Fixed bug where address of temporary pointer is taken, leading to UB |
Revision 6702da5 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 6, 2019, 02:03 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2019-npr # Conflicts: # source/blender/draw/intern/draw_manager.c |
July 6, 2019, 02:03 (GMT) |
[Fast import/export] Fixed OBJ indexing, after previous commit |
July 6, 2019, 00:20 (GMT) |
[Fast import/export] Reorder OBJ export so vertices, UVs and Normals for each mesh are respectively grouped. Only write mtllib if exporting materials |
Revision 9c0b207 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 5, 2019, 20:15 (GMT) |
Merge branch 'master' into greasepencil-object |
July 5, 2019, 16:11 (GMT) |
USD: Added exporting the camera Only perspective cameras are supported for now. I also had to add a function `BKE_camera_sensor_size_for_render()` that calculates the sensor width or height, depending on the fitting parameter and the scene render resolution aspect ratio. |
Revision f7e0f42 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 5, 2019, 16:07 (GMT) |
remove unused modifier properties |
Revision 2746f42 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 5, 2019, 15:38 (GMT) |
initial turbulence node |
Revision e125f3d by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 5, 2019, 15:10 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision b8b88b7 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 5, 2019, 15:09 (GMT) |
GPencil: Improve management of curves without material The SVG to Curves add-on gets some curves without material. Now these curves are set to a Pink material. |
Revision f67431d by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 5, 2019, 14:56 (GMT) |
use gravity node in simulation |
Revision 30c6880 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 5, 2019, 14:39 (GMT) |
initial gravity force node ui |
July 5, 2019, 14:28 (GMT) |
USD: export meters-per-unit scale in stage metadata When set to a non-metric unit system, Blender internally still stores imperial units, so the scale is the only thing we need to write to USD. |
July 5, 2019, 14:20 (GMT) |
USD: also export the last frame |
July 5, 2019, 13:56 (GMT) |
USD: improved exporter progress reporting |
Revision fa79121 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 5, 2019, 13:40 (GMT) |
initial mesh collision event node |
July 5, 2019, 13:39 (GMT) |
Raise error when reading Alembic with degenerate geometry, cherry picked from tangent anim blender278 remote Raise error when reading Alembic with degenerate geometry Alembic files containing faces with fewer than 3 vertices were causing Blender to crash. While this is not a proper fix (would require actually handling the invalid geometry), this at least prevents the crash, instead giving an error message, informing of the degenerate geometry. (cherry picked from commit aeb4fdbe3ef63a3fcf7920f5fb1f4484da1a1fe3) |
Revision d5f21d2 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 5, 2019, 13:19 (GMT) |
cleanup age reached event inserter |
Revision 7beef61 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 5, 2019, 13:13 (GMT) |
get node of socket from indexed tree |
Revision 0f60643 by Ray molenkamp (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 5, 2019, 13:12 (GMT) |
Cleanup: Fix build error with MSVC space after is not allowed |
|