Revision 8aeb1db by Antonio Vazquez March 19, 2019, 10:03 (GMT) |
GPencil: Cleanup unused code |
Revision da373c1 by Antonio Vazquez March 19, 2019, 10:03 (GMT) |
GPencil: Rename functions to annotation prefix This code was used only in annotations. |
Revision 34d6c04 by Antonio Vazquez 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. |
Revision 40ecb2d by Campbell Barton March 19, 2019, 09:29 (GMT) |
Windows: use int64_t instead of off_t Avoids 2gb file size limit. |
Revision 7ba82f3 by Campbell Barton 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. |
Revision 4db7842 by Campbell Barton 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. |
Revision 40e85a6 by Campbell Barton 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. |
Revision e2ec045 by Campbell Barton March 19, 2019, 05:54 (GMT) |
BLI_math: add utility to calculate compatible quaternions |
Revision e7fd6c8 by Campbell Barton March 19, 2019, 04:17 (GMT) |
Cleanup: comment blocks |
Revision 5ef4b04 by Campbell Barton March 19, 2019, 04:08 (GMT) |
Cleanup: trailing space |
Revision 7e62630 by Campbell Barton March 19, 2019, 03:32 (GMT) |
Docs: group debug/disable args in --help output |
Revision e2abb1b by Campbell Barton March 19, 2019, 02:50 (GMT) |
Fix T61872: Sculpt key shortcut assignment fails |
Revision ce066f9 by Campbell Barton March 19, 2019, 02:48 (GMT) |
Fix assigning keys to paint operators Comparing context mode with object flag (decade old bug from 2.5x). |
Revision 48ad55a by Campbell Barton March 19, 2019, 02:46 (GMT) |
Cleanup: use enum for CTX_data_mode_enum Exposes errors in some cases when compared against incompatible values. |
Revision d731ee4 by Campbell Barton March 19, 2019, 02:07 (GMT) |
Fix T61368: Brush texture preview ignores rotation |
Revision d47f827 by Campbell Barton March 18, 2019, 21:39 (GMT) |
Cleanup: unused warning |
Revision ce09b93 by Clément Foucault 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). |
Revision fd63be0 by William Reynish March 18, 2019, 20:33 (GMT) |
UI: Use 'Display' instead of 'Draw' for show_particles |
Revision a764a3c by William Reynish March 18, 2019, 20:32 (GMT) |
Units: Use PROP_DISTANCE for emitter_distance |
Revision 52e38fa by William Reynish 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) |
|
|
|


Master Commits
MiikaHweb | 2003-2021