Revision 2be5621 by Bastien Montagne September 19, 2018, 08:32 (GMT) |
Fix T56838: Quick smoke failing with Python error. Again the change to @ operator for matrix multiplication... |
Revision eab3ca7 by Sergey Sharybin September 19, 2018, 07:48 (GMT) |
Cleanup: Unused variable in release build |
Revision fe46773 by Sergey Sharybin September 19, 2018, 07:48 (GMT) |
Subdiv: CCG, remove redundant call |
Revision ba38206 by Campbell Barton September 19, 2018, 07:44 (GMT) |
Gizmo: tweaks to dial drawing - Add Arc-Inner-Factor, to increase the inner arc radius from 0 (show as a disk). - When showing an angle value, show the angle-end line thicker (since thats whats being adjusted). - Remove offset used by arc drawing which caused aliasing artifacts. |
Revision 5744840 by Campbell Barton September 19, 2018, 07:44 (GMT) |
Revision 6c7ad56 by Campbell Barton September 19, 2018, 06:41 (GMT) |
EditMesh: orient spin arc to follow the cursor |
Revision 3b4782d by Campbell Barton September 19, 2018, 06:41 (GMT) |
Gizmo: exclude arc from selection Also disable polygon smooth before drawing arc. |
Revision 40ac38f by Campbell Barton September 19, 2018, 06:13 (GMT) |
Gizmo: remove matrix rotation for the dial gizmo This makes it impossible to rotate the gizmo using the matrix Y axis. Testing without this and I can't find any cases it breaks. |
Revision 414e5fe by Campbell Barton September 19, 2018, 05:24 (GMT) |
Correct polygon_smooth being left enabled |
Revision 2065669 by Campbell Barton September 19, 2018, 03:33 (GMT) |
Cleanup: comments |
September 19, 2018, 03:26 (GMT) |
Fix unreported: Undo of texts pasted in the Text Editor misses one character. Caused by commit rB28c34ae7e2d6 Unlike `strncpy`, `BLI_strncpy` ensures the last character is ' '. |
Revision 5739523 by Campbell Barton September 19, 2018, 03:26 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 88cd239 by Campbell Barton September 19, 2018, 03:26 (GMT) |
Gizmo: dial3d option to show the final angle Was showing modal-delta-angle, which isn't useful for the spin tool. |
Revision 4597589 by Campbell Barton September 19, 2018, 02:16 (GMT) |
Cleanup: replace pointer/int casts with macros |
Revision 3d3531a by Germano Cavalcante September 19, 2018, 02:11 (GMT) |
Fix unreported: Undo of texts pasted in the Text Editor misses one character. Caused by commit rB28c34ae7e2d6 Unlike `strncpy`, `BLI_strncpy` ensures the last character is ' '. |
Revision f35e9f0 by Campbell Barton September 19, 2018, 02:09 (GMT) |
Merge branch 'master' into blender2.8 |
Revision bb3ec3e by Campbell Barton September 19, 2018, 02:02 (GMT) |
BLI_utildefines: rename pointer conversion macros Terms get/set don't make much sense when casting values. Name macros so the conversion is obvious, use common prefix for easier completion. - GET_INT_FROM_POINTER -> POINTER_AS_INT - SET_INT_IN_POINTER -> POINTER_FROM_INT - GET_UINT_FROM_POINTER -> POINTER_AS_UINT - SET_UINT_IN_POINTER -> POINTER_FROM_UINT |
Revision 4c918ef by Campbell Barton September 19, 2018, 01:55 (GMT) |
Cleanup: trailing space |
Revision 0ad183b by Campbell Barton September 19, 2018, 01:55 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 1ed7c85 by Campbell Barton September 19, 2018, 01:48 (GMT) |
Cleanup: replace comment headings w/ doxy groups Also minor changes: - Remove unused headers. - rename SimpleExprParseState -> ExprParseState - rename max_ops -> ops_count_alloc Was misleading since maximums are often limits which can't be exceeded. |
|
|
|


Master Commits
MiikaHweb | 2003-2021