June 27, 2019, 10:53 (GMT) |
Fix T65893: Edit Mesh Culling The edit mesh is culled by object. When the object is not visible on screen, the edit mesh may still be visible. This change will not cull the edit mesh anymore. Reviewed By: fclem Differential Revision: https://developer.blender.org/D5144 |
June 27, 2019, 10:46 (GMT) |
Fix T66171: Cycles OSL trace() crashing in displacement shaders This is not supported, meshes do not exist in the BVH before displacement. |
June 27, 2019, 10:46 (GMT) |
Tests: speed up render tests by running multiple in the same process Blender startup time and shader compilation is a big factor when running hundreds of tests, so now all renders in the same ctest run in the same process. This was previously reverted due to skipping other tests when one test crashed. Now if a test crashes, Blender is re-run with the remaining tests so we get results from them still. |
June 27, 2019, 10:41 (GMT) |
Buildbot: Port configuration to Blender2.7 branch |
Revision 2fa66f6 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 27, 2019, 10:40 (GMT) |
move function from header to cpp |
Revision 8349161 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 27, 2019, 10:36 (GMT) |
refactor emitter interface internals The problem previously was that all the information about which blocks contain the attributes was not accessible by the emitter. |
June 27, 2019, 10:24 (GMT) |
USD: disabled debug print No functional changes. |
June 27, 2019, 10:24 (GMT) |
USD: Export graph now is indexed by (export parent, duplicator) By including the duplicator into the export graph, each duplicated object now has a unique entry in the graph. This solves a problem with the transform matrices. |
June 27, 2019, 09:58 (GMT) |
Cleanup: clarify WM_gizmoconfig function naming |
June 27, 2019, 09:45 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2019-fast-io |
Revision db8c116 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 27, 2019, 09:21 (GMT) |
remove request_raw function from public emitter interface |
June 27, 2019, 09:15 (GMT) |
Fix: Text Location lost X/Y text Use PROP_XYZ instead, and user Slider=True to make them display as sliders in the UI |
Revision 938bd0e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 27, 2019, 09:13 (GMT) |
ParticleSet should know the block it is in |
June 27, 2019, 08:48 (GMT) |
Tool System: don't unlink gizmos when changing tools Needed for tools not to unlink each other with multiple windows. |
Revision 605f492 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 27, 2019, 08:40 (GMT) |
LANPR: make format. |
Revision 0ce9471 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 27, 2019, 08:03 (GMT) |
LANPR: Fixed an accidental if() bracket error in lanpr_line_crosses_bounding_area(). |
Revision 40a2f97 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 27, 2019, 08:02 (GMT) |
Merge branch 'master' into functions |
June 27, 2019, 07:53 (GMT) |
Cloth: Initial steps for flip edges Basic foundation for the general flow of the flip edges has been set. This is extremely important for both split edges and collapse edges. |
Revision 2d247cb by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 27, 2019, 07:48 (GMT) |
LANPR: GP stroke bake function. |
June 27, 2019, 07:22 (GMT) |
Fix switching tools with multiple windows & gizmos The gizmo would only added if the gizmo type wasn't already linked. |
|