Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1552 / 5574

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)
EditMesh: show the spin arc as a thin ribbon

Closer to the design from T54661
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
September 19, 2018, 01:55 (GMT)
Cleanup: trailing space
September 19, 2018, 01:55 (GMT)
Merge branch 'master' into blender2.8
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.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021