Revision 1494ad2 by Jacques Lucke July 16, 2020, 14:43 (GMT) |
Particles: add implicit covnersions between Vector and Color Not sure if these conversions are a good idea. However, we have them in Cycles, so they be available in the simulation node tree for consistency reasons. |
Revision 76bf050 by Jacques Lucke July 16, 2020, 14:43 (GMT) |
Particles: simplify adding new implicit conversions between sockets |
Revision aa547ce by Sebastián Barschkis July 16, 2020, 14:39 (GMT) |
Fluid: Update Mantaflow source files Refactored various functions after noticing new warnings when compiling on Apple DTK devices - there should now be fewer warnings when building. |
Revision f64710a by Jacques Lucke July 16, 2020, 14:09 (GMT) |
Particles: change initial velocity of particles This is only temporary, but makes testing the system a bit easier. |
Revision 4249d6f by Jacques Lucke July 16, 2020, 14:09 (GMT) |
Particles: support Separate/Combine RGB nodes |
Revision ada173e by Jacques Lucke July 16, 2020, 14:09 (GMT) |
Particles: simplify Combine XYZ node |
Revision 72df7c2 by Jacques Lucke July 16, 2020, 14:09 (GMT) |
Particles: support Color Ramp node |
Revision c7aa0f9 by Brecht Van Lommel July 16, 2020, 13:50 (GMT) |
Fix T78537: too much memory usage rendering animation with persistent images For still images, always return 0 for the current frame number. This ensures Cycles can detects that the image did not change. Based on patch by Vincent Blankfield. Differential Revision: https://developer.blender.org/D8242 |
Revision 279cc34 by Campbell Barton July 16, 2020, 13:48 (GMT) |
Keymap: disable 'Alt' click for tools prompt by default Based on feedback from artists in the Blender Studio this is too easy to access by accident. This is still accessible as a preference. |
Revision 99fda4d by Ray molenkamp July 16, 2020, 13:22 (GMT) |
deps builder: Fix typo in windows harvesting |
Revision 9b6088c by Jacques Lucke July 16, 2020, 12:37 (GMT) |
Simulation: Change BPH prefix to SIM In a previous commit the `physics` folder has been renamed to `simulation`. This commit updates the function/file prefix accordingly. |
Revision 9363c4d by Jacques Lucke July 16, 2020, 12:28 (GMT) |
Simulation: Rename `physics` directory to `simulation` Function names will be updated in a separate commit. This will be the place for the new particle system and other code related to the Simulation data block. We don't want to have all that code in blenkernel. Approved by brecht. |
Revision 66b48ad by Brecht Van Lommel July 16, 2020, 12:26 (GMT) |
Fix git tag warning when running make update after recent changes |
Revision f3ea6a5 by Jacques Lucke July 16, 2020, 12:15 (GMT) |
Particles: implement more vector math operations |
Revision 3d8f808 by Campbell Barton July 16, 2020, 12:07 (GMT) |
UI: show connected icon for proportional editing in the image space |
Revision b882f89 by Jacques Lucke July 16, 2020, 11:41 (GMT) |
Particles: support for most math node operations |
Revision 2ddb3dc by Jacques Lucke July 16, 2020, 11:38 (GMT) |
Nodes: support default function for partially implemented nodes |
Revision 83955d6 by Jacques Lucke July 16, 2020, 11:26 (GMT) |
Particles: support Map Range node Only linear interpolation mode is supported for now. |
Revision 56aa5b0 by Sybren A. Stüvel July 16, 2020, 10:58 (GMT) |
T73268: Link C/C++ unit tests into single executable This commit introduces a new way to build unit tests. It is now possible for each module to generate its own test library. The tests in these libraries are then bundled into a single executable. The test executable can be run with `ctest`. Even though the tests reside in a single executable, they are still exposed as individual tests to `ctest`, and thus can be selected via its `-R` argument. Not yet ported tests still build & run as before. The following rules apply: - Test code should reside in the same directory as the code under test. - Tests that target functionality in `somefile.{c,cc}` should reside in `somefile_test.cc`. - The namespace for tests is the `tests` sub-namespace of the code under test. For example, tests for `blender::bke` should be in `blender::bke:tests`. - The test files should be listed in the module's `CMakeLists.txt` in a `blender_add_test_lib()` call. See the `blenkernel` module for an example. Reviewed By: brecht Differential Revision: https://developer.blender.org/D7649 |
Revision 065a00e by Sybren A. Stüvel July 16, 2020, 09:51 (GMT) |
Fix T78920: missing depsgraph relation when using sound strips in VSE Having a sound strip in the VSE caused a missing relation error to be logged on the console. This was caused by the AUDIO depsgraph component not having an entry node. This commits adds that node, and sets up relations correctly. Differential Revision: https://developer.blender.org/D8290 Reviewed By: Sergey |
|
|
|


Master Commits
MiikaHweb | 2003-2021