September 19, 2018, 09:12 (GMT) |
Merge branch 'master' into blender2.8 |
September 19, 2018, 09:11 (GMT) |
Fix unused var in case Alembic is not enabled, in own previous commit. Sorry for the noise... |
September 19, 2018, 09:09 (GMT) |
Mesh Sequence Cash: do not *always* report as depending on time! |
September 19, 2018, 08:32 (GMT) |
Fix T56838: Quick smoke failing with Python error. Again the change to @ operator for matrix multiplication... |
September 19, 2018, 07:48 (GMT) |
Cleanup: Unused variable in release build |
September 19, 2018, 07:48 (GMT) |
Subdiv: CCG, remove redundant call |
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. |
September 19, 2018, 07:44 (GMT) |
September 19, 2018, 06:41 (GMT) |
EditMesh: orient spin arc to follow the cursor |
September 19, 2018, 06:41 (GMT) |
Gizmo: exclude arc from selection Also disable polygon smooth before drawing arc. |
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. |
September 19, 2018, 05:24 (GMT) |
Correct polygon_smooth being left enabled |
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 ' '. |
September 19, 2018, 03:26 (GMT) |
Merge branch 'master' into blender2.8 |
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. |
September 19, 2018, 02:16 (GMT) |
Cleanup: replace pointer/int casts with macros |
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 ' '. |
September 19, 2018, 02:09 (GMT) |
Merge branch 'master' into blender2.8 |
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 |
|
|
|


Master Commits
MiikaHweb | 2003-2021