Blender Git Commits

Blender Git "master" branch commits.

Page: 676 / 5574

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.
July 16, 2020, 14:43 (GMT)
Particles: simplify adding new implicit conversions between sockets
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.
July 16, 2020, 14:09 (GMT)
Particles: change initial velocity of particles

This is only temporary, but makes testing the system a bit easier.
July 16, 2020, 14:09 (GMT)
Particles: support Separate/Combine RGB nodes
July 16, 2020, 14:09 (GMT)
Particles: simplify Combine XYZ node
July 16, 2020, 14:09 (GMT)
Particles: support Color Ramp node
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
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.
July 16, 2020, 13:22 (GMT)
deps builder: Fix typo in windows harvesting
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.
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.
July 16, 2020, 12:26 (GMT)
Fix git tag warning when running make update after recent changes
July 16, 2020, 12:15 (GMT)
Particles: implement more vector math operations
July 16, 2020, 12:07 (GMT)
UI: show connected icon for proportional editing in the image space
July 16, 2020, 11:41 (GMT)
Particles: support for most math node operations
July 16, 2020, 11:38 (GMT)
Nodes: support default function for partially implemented nodes
July 16, 2020, 11:26 (GMT)
Particles: support Map Range node

Only linear interpolation mode is supported for now.
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
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
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021