Blender Git Commits

Blender Git "master" branch commits.

Page: 1273 / 5574

March 19, 2019, 10:03 (GMT)
GPencil: Cleanup unused code
March 19, 2019, 10:03 (GMT)
GPencil: Rename functions to annotation prefix

This code was used only in annotations.
March 19, 2019, 10:03 (GMT)
Fix T62734: Crash when annotations are rendered from the VSE .view menu.

The render was using the old grease pencil code and not the new annotation code for render.
March 19, 2019, 09:29 (GMT)
Windows: use int64_t instead of off_t

Avoids 2gb file size limit.
March 19, 2019, 09:18 (GMT)
Fix T62707: opening blend files over 2gb on win32 fails

Regression in 358e07f447e9ed7 for ms-windows since off_t is an int32_t
even on 64bit systems causing files over 2gb not to load.

Poison off_t so this doesn't happen again.
March 19, 2019, 06:43 (GMT)
BLI_math: use fallback for compatible quaternion calculation

Copy the new value when the compatible quaternion isn't usable.
March 19, 2019, 06:23 (GMT)
Fix pose slide interpolation

- Quaternions weren't normalized before interpolating
causing incorrect results & assert.

- Make the newly calculated quaternion compatible with the previous
to avoid axis-flipping & setting values with large changes compared
to existing key-frames.
March 19, 2019, 05:54 (GMT)
BLI_math: add utility to calculate compatible quaternions
March 19, 2019, 04:17 (GMT)
Cleanup: comment blocks
March 19, 2019, 04:08 (GMT)
Cleanup: trailing space
March 19, 2019, 03:32 (GMT)
Docs: group debug/disable args in --help output
March 19, 2019, 02:50 (GMT)
Fix T61872: Sculpt key shortcut assignment fails
March 19, 2019, 02:48 (GMT)
Fix assigning keys to paint operators

Comparing context mode with object flag (decade old bug from 2.5x).
March 19, 2019, 02:46 (GMT)
Cleanup: use enum for CTX_data_mode_enum

Exposes errors in some cases when compared against incompatible values.
March 19, 2019, 02:07 (GMT)
Fix T61368: Brush texture preview ignores rotation
March 18, 2019, 21:39 (GMT)
Cleanup: unused warning
March 18, 2019, 20:40 (GMT)
Fix T61104 Compositing two scenes with different output scales crashes

Was due to incorrect output size. Use engine->resolution_x/y instead of
computing the size on the fly from the scene specific settings (which are
not overwritten by the rendering scene).
March 18, 2019, 20:33 (GMT)
UI: Use 'Display' instead of 'Draw' for show_particles
March 18, 2019, 20:32 (GMT)
Units: Use PROP_DISTANCE for emitter_distance
March 18, 2019, 20:30 (GMT)
UI: Particle Edit Mode Tool Properties

-Use property split
-Use sub-panels for Options panel
-Slightly re-organize Options panel
-Remove redundant Deflect Emitter from Options panel (it was already in the tool settings for the Comb tool)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021