September 12, 2019, 01:10 (GMT) |
Mesh Batch Cache: Fix threading issue I believed the crash I experienced happened because: 1. The `extract_pos_nor_init` function is called. 2. Tasks are added to the task pool for `extract_pos_nor`. 3. The tasks begin to be executed while more tasks are added. 4. In some rare cases, all existing tasks are finished, but not all have been added yet. 5. This let the task-counter go down to zero. 6. This triggered a call to `extract_pos_nor_finish`. 7. Then more tasks are added and in the end `extract_pos_nor_finish` is called again. A solution is to use a task pool that is suspended when created. Unfortunately, there was an outdated comment, that was probably the root cause of the issue. Reviewers: fclem, sergey Differential Revision: https://developer.blender.org/D5680 |
September 12, 2019, 01:10 (GMT) |
MovieClip: Make name of Active Clip consistent in UI Using the currently active movie clip had different names in the interface: In scene context it was "Active Movie Clip", in Camera Background Images it was "Camera Clip", in Constraints it was "ActiveClip". I made all those instances use "Active Clip", which is descriptive enough and also the shortest of the three. Reviewed By: billreynish Differential Revision: https://developer.blender.org/D5400 |
September 11, 2019, 19:31 (GMT) |
Cycles: add bump map shadow terminator softening term for diffuse BSDFs This avoids artifacts for bump mapping and diffuse BSDFs, where the bump normal deviates far from the actual normal. Differential Revision: https://developer.blender.org/D5399 |
September 11, 2019, 19:04 (GMT) |
Merge branch 'feature/cycles_feature_overrides' into blender-v2.80-develop |
September 11, 2019, 19:01 (GMT) |
Cycles: Fixed copy/paste errors in diffuse only override. |
September 11, 2019, 18:30 (GMT) |
Merge branch 'feature/cycles_feature_overrides' into blender-v2.80-develop |
September 11, 2019, 17:44 (GMT) |
Merge branch 'master' into soc-2019-bevel-profiles |
September 11, 2019, 17:23 (GMT) |
Merge branch 'master' into greasepencil-object |
September 11, 2019, 16:39 (GMT) |
More quadriflow UI tweaks |
Revision 1f95799 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 11, 2019, 15:59 (GMT) |
Fix birth moments of emitted particles |
Revision 1b9cc8b by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 11, 2019, 15:46 (GMT) |
Merge branch 'master' into functions |
September 11, 2019, 15:41 (GMT) |
Make sure that the ui prop is editable |
September 11, 2019, 15:32 (GMT) |
Clearify "adaptive scale" setting and some other minor cleanup |
Revision 09ffcc5 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 11, 2019, 15:24 (GMT) |
initial Always Execute node |
Revision 23de6e6 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 11, 2019, 14:05 (GMT) |
new Falloff input for Turbulence Force |
September 11, 2019, 14:03 (GMT) |
Make quadriflow not freeze blender while it is processing |
Revision 6c27cb0 by Cristian Kovacs (cycles_unbiased_volumes) September 11, 2019, 13:51 (GMT) |
Merge pull request #3 from tangent-animation/blender-v2.80-develop make local not working on selected linked objects |
Revision f082115 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 11, 2019, 13:17 (GMT) |
Merge branch 'master' into functions |
Revision 0f47a7d by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 11, 2019, 11:29 (GMT) |
use Array instead of Vector |
Revision 8d31f92 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 11, 2019, 11:28 (GMT) |
fix Array and add tests |
|
|
|


Master Commits
MiikaHweb | 2003-2021