Blender Git Loki

Kaikki Blender Git kommitit.

Page: 2686 / 8462

February 22, 2019, 13:28 (GMT)
pass index to function in displace modifier
February 22, 2019, 13:27 (GMT)
fix and cleanup
February 22, 2019, 13:27 (GMT)
integer socket
February 22, 2019, 12:53 (GMT)
remove unnecessary file
February 22, 2019, 12:53 (GMT)
utility function
February 22, 2019, 12:42 (GMT)
improved naming
February 22, 2019, 12:35 (GMT)
Multires: Fix ownership problem causing crashes

Fixes crash when leaving multires mode.

Fixes T61836: Saving while in multires makes blender crash
February 22, 2019, 11:15 (GMT)
make usage of opensubdiv in subsurf and multires optional, allow switching to legacy mode
February 22, 2019, 08:45 (GMT)
Revert "makesrna: Fix build error on windows."

This reverts commit 8b235dd2e3995a61e2a7db1ac2bc9eefe1394456.
February 22, 2019, 08:45 (GMT)
C logging: make pthread use optional

There is no need for threading for makesrna/makesdna,
disable it to avoid hassles linking build time utilities.
February 22, 2019, 08:12 (GMT)
GP: Reorganize Draw Mode

Now, the parameter only works with 3D space depth ordering. The Back and Front depths are incompatible with 3D Space mode.

Options are:
- Back
- Front
- 3D Space->2D Layers (default)
-3D Space->3D Space (new mode)
February 22, 2019, 07:37 (GMT)
Cleanup: function wrapping, spelling
February 22, 2019, 07:23 (GMT)
Comments: add doxy sections to readfile.c

Some minor changes to arrange code into useful sections too.
February 22, 2019, 05:56 (GMT)
readfile: support blend files over 2gb

Should work for 4gb+ files too however I wasn't able to test that.
February 22, 2019, 03:55 (GMT)
readfile: reduce memory usage at load time

Delay loading all DATA sections of the blend file until they're needed.

Loading all data-blocks caused high peak memory usage especially with
libraries - since a lot of data may exist which isn't used directly.

In one test (spring project: 10_010_A.anim.blend),
peaked at ~12.5gig, dropping back to ~2.5gig once loaded.
With this change peaks memory usage reaches ~2.7gig while loading.

Besides this there are some minor gains from not having to read data
from the file-system and we can skip an alloc + memcpy reading data
written with the same version of Blender.
February 22, 2019, 03:05 (GMT)
Cleanup: rename seek to file_offset

Prepare for seek callback to be added.
February 22, 2019, 03:03 (GMT)
Sculpt Overlay: Fix mask drawn as flat shaded when smooth shading enabled

Removes the flat shader variant since the attrib is specified for each vert
loop in flat shaded mode. It was something leftover from the previous
implementation.
February 22, 2019, 03:03 (GMT)
GPUBuffers: Fix/cleanup multires implementation

The multires sculpt drawing was a not working in smooth mode.
Also hidding was not supported by the wireframe overlay and flat shaded
faces.

Codewise it is cleaner and index buffers are only updated if the
smoothing changes.
February 22, 2019, 02:47 (GMT)
Cleanup: make BHeadN private in readfile.c

Also add macro for accessing BHeadN from BHead.
February 21, 2019, 23:40 (GMT)
Missed last commit

Harmless but not renamed as intended.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021