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 19, 2019, 01:13 (GMT) |
Mask tools: Option to mask only front faces with lasso mask It still needs to be added to the keymap or as a tool setting. |
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) |
March 18, 2019, 20:11 (GMT) |
Scale waveforms & show clipping Scale waveforms in sound strips by volume. If any drawn line exceeds value 1 or -1 it is drawn by red color so user can see point, where clipping occurs. Reviewers: brecht Differential Revision: https://developer.blender.org/D4515 |
March 18, 2019, 20:11 (GMT) |
Fix strip text hiding behind scrollers Reviewers: brecht Differential Revision: https://developer.blender.org/D4506 |
March 18, 2019, 20:11 (GMT) |
Fix VSE color picker Fix VSE color picker mouse coords calculation Reviewers: brecht Differential Revision: https://developer.blender.org/D4396 |
|
|
|


Master Commits
MiikaHweb | 2003-2021