Blender Git Loki

Blender Git "blender-v2.76a-release" branch commits.

Page: 3 / 10

October 29, 2015, 10:10 (GMT)
Fix T46524: Use Alpha (Straight/Premultiply) option missing in 2.76 for DDS files.

All optional image format are not #define'd in submodules like DDS read/write code.
This means values of `eImbTypes` would not always be the same in all contexts, yuck!

This is a regression and should be backported to 'a' release.
October 29, 2015, 10:10 (GMT)
Mesh remapping: fix loop 'best matching normals' not using transform space.

Also, cleanup, reduce declarations of tmp_co/_no...
October 29, 2015, 10:10 (GMT)
Fix T46429: Movie clip is deformed by resolution multiplier when offset is added in sequence editor.
October 29, 2015, 10:10 (GMT)
Fix T46508: data_transfer of normals fails in case objects are transformed.

The final stage of the process (copying/interpolating new dst cddata from src cddata)
was simply broken in normal case, where we need to convert from source to destination
object space.

This patch is a bit verbose, but I cannot see how to avoid it really.

To think this code is in master since over 6 months and it only gets reported now... :/
October 29, 2015, 10:10 (GMT)
Fix broken CD_NORMAL interpolation callback (would generate non-unit vectors).

Even if the weights are normalized, the weighted sum of normalized vectors
usually does **not** give a normalized vector (unless all source vectors
are aligned).

This probably was not a big issue in most cases, since we usually interpolate
similar vectors here - but still!
October 29, 2015, 10:10 (GMT)
error in last commit
October 29, 2015, 10:08 (GMT)
Fix for missing id_lib_extern, assigning ID's
October 29, 2015, 10:06 (GMT)
Fix T46502: Linked dupli-group lost on reload
October 29, 2015, 10:06 (GMT)
Fix T46493: Wrong camera zoom blur with non-unit pixel aspect
October 29, 2015, 10:06 (GMT)
Fix T46465: Lag scrubbing w/ PlayAnim
October 29, 2015, 10:06 (GMT)
Fix T46494: Can't de-select a face w/ mixed modes
October 29, 2015, 10:06 (GMT)
Fix crash pressing +/- in file-selector

Filenames over 128 chars would crash.
Move BLI_newname into file_ops,
this was only used in one place and isn't all that re-usable.
Also remove special behavior for 4 digits.
October 29, 2015, 10:06 (GMT)
Fix T45900: Allow again white spaces in file names.

Should probably be added to 'a' release, should we do one...
October 29, 2015, 10:06 (GMT)
Fix memory leaks in PlayAnim

Was never freeing filenames or pictures.
October 29, 2015, 10:06 (GMT)
Fix T46503: Snap scale fails using corner pivot
October 29, 2015, 10:06 (GMT)
Fix crash w/ PlayAnim & long filenames

Paths >128 chars could crash.
Replace BLI_newname with direct BLI_stringenc/dec use which makes more sense in this case.
October 29, 2015, 10:06 (GMT)
PlayAnim: avoid list count setting frame from mouse
October 29, 2015, 10:06 (GMT)
Fix T46223: multiview image sequences crashing.

Differential Revision: https://developer.blender.org/D1549
October 29, 2015, 10:06 (GMT)
Fix T46453: JPEG quality not stored in file

This is a feature unique to jpeg that would store the quality it was saved.

- Use struct instead of bit-shifting.
- No longer store the 'flag'.
October 29, 2015, 10:06 (GMT)
Fix T46487: OpenSubdiv objects are invisible in Blender Internal "Rendered" viewport mode
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021