Blender Git Loki

Kaikki Blender Git kommitit.

Page: 2022 / 8462

November 29, 2019, 10:18 (GMT)
Cleanup: USD: remove unused header files
November 29, 2019, 09:45 (GMT)
Undo: Re-use existing IDs from old bmain: do not search by name.

This is actually a fairly bad idea, since IDs can be renamed...

Only search by pointer value now, this *should* work in all expected
cases once undo/redo fully reuses unchanged data-blocks.
November 29, 2019, 09:39 (GMT)
Undo: save/restore DEG closer to the actual undostep.
November 29, 2019, 09:37 (GMT)
Archive build script: stop when creating archive fails

The `subprocess.call()` function doesn't check the exit status code of the
subprocess. Use `subprocess.check_call()` or `subprocess.run()` instead.
November 29, 2019, 09:35 (GMT)
Archive build script: fix compatibility with older tar on CentOS 7

On CentOS 7, `tar --use-compress-program='xz -9'` tries to run `xz -9` as
executable, rather than running `xz` with `-9` as argument. Passing the
`-9` option via the `XZ_OPT` environment variable, as suggested by
@campbellbarton in D6138, works fine.
November 29, 2019, 09:34 (GMT)
Revert "Fully WIP code."

This reverts commit d726305d98db6ccfb1f3b4cd9b7b75540e606faa.

Need better cleaner changes here.
November 29, 2019, 09:28 (GMT)
Merge branch 'master' into greasepencil-object
November 29, 2019, 09:17 (GMT)
Merge branch 'master' into undo-experiments
November 29, 2019, 09:01 (GMT)
GPencil: Add missing Overlay mode

The VERTEX mode was not checked in shaders and must be managed equals to MATERIAL mode.
November 29, 2019, 08:39 (GMT)
EEVEE: Cleanup

Remove redundant defines.
November 29, 2019, 08:12 (GMT)
UI: use popover for NDOF menu

Number sliders were being used in a menu which doesn't work very well.
November 29, 2019, 07:46 (GMT)
Cleanup: replace macros with functions
November 29, 2019, 07:41 (GMT)
Preferences: increase NDOF sensitivity

This was too slow taking around 8 seconds for a full revolution.
November 29, 2019, 07:32 (GMT)
3D View: fix NDOF rotation around object locking pan
November 29, 2019, 07:09 (GMT)
Cleanup: comments, redundant normalize
November 28, 2019, 22:02 (GMT)
CMake: Remove stray WITH_JACK in blender_release.cmake

Missed one in the previous commit.
November 28, 2019, 22:00 (GMT)
CMake: Remove stray WITH_JACK in full configuration
November 28, 2019, 19:18 (GMT)
GPencil: Implement Vertex Overlay and set Vertex as default

Now in Material Overlay mode the Vertex Color is not used and by default the 2D template uses Vertex Mode
November 28, 2019, 18:48 (GMT)
GPencil: Make Vertex Color works in Vertex Mode

WIP: Need to disable Vertex Color in Material mode
November 28, 2019, 18:36 (GMT)
GPencil: Resorder List icons to be consistent

Now the icons are in the same order in Dopesheet, Layers and Material list
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021