Revision d599368 by Sergey Sharybin September 26, 2018, 08:14 (GMT) |
Fix access past array boundaries Need to resize `have_functions` arrays when adding more functions. Not sure there is more reliable way which will prevent accidents like this. Was caused by c47be43674f5. |
Revision c67a51d by Campbell Barton September 26, 2018, 07:26 (GMT) |
Gizmo: initial snap support for move This allows the gizmo to snap to 3D view elements, Although currently this isn't usable gizmo's that use operator redo. |
Revision 4a6ee9c by Campbell Barton September 26, 2018, 06:37 (GMT) |
Gizmo: support for cancelling move3d modal changes |
Revision c47be43 by Campbell Barton September 26, 2018, 06:23 (GMT) |
Gizmo: add invoke_prepare callback Allows gizmo groups to set values based on the gizmo about to be invoked. |
Revision d1bac6f by Campbell Barton September 26, 2018, 06:23 (GMT) |
Spin Tool: match dial orientation to active gizmo |
Revision bb8023f by Alexander Gavrilov September 26, 2018, 06:05 (GMT) |
Fix misleading field naming. This is not any kind of length, it is the number of true values. |
Revision f5c4cc8 by Campbell Barton September 26, 2018, 04:24 (GMT) |
Spin Tool: option (disabled) for gizmos to follow selection Disable since this causes multiple axis to overlap too often. It's also glitchy since we don't have a good way to detect changes to selection. |
Revision bd79ea0 by Campbell Barton September 26, 2018, 03:21 (GMT) |
Correct error in last commit Didn't account for non-identity orientation. |
Revision 12cfa13 by Campbell Barton September 26, 2018, 03:00 (GMT) |
Spin Tool: correct the initial redo dial rotation |
Revision 77b381b by Campbell Barton September 26, 2018, 01:29 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 63658ae by Campbell Barton September 26, 2018, 00:47 (GMT) |
Cleanup: redundant include |
Revision c72380a by Campbell Barton September 26, 2018, 00:19 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 07747bc by Campbell Barton September 26, 2018, 00:19 (GMT) |
Merge branch 'master' into blender2.8 |
Revision c29d18c by Dalai Felinto September 26, 2018, 00:10 (GMT) |
Multi-Objects: Selects similar face SIMFACE_COPLANAR Unlike 2.79 I am not using the comparison type to get coplanar planes that are above/below the plane. That seems arbritary at best, and a bit of a challenge to get it right. Also, I'm doing some shenanigans to use a single tree to store the face direction and the distance. Here in my tests it is working fine though. |
Revision 741ed10 by Campbell Barton September 26, 2018, 00:05 (GMT) |
Cleanup: naming of DRW mesh weight API |
Revision e40870c by Campbell Barton September 26, 2018, 00:01 (GMT) |
Cleanup: warnings, style |
Revision 34d98cf by Campbell Barton September 25, 2018, 23:44 (GMT) |
BMesh: spin option to merge first/last For 360d revolutions this is almost always whats intended, enable by default. |
Revision c419cb7 by Dalai Felinto September 25, 2018, 22:58 (GMT) |
Multi-Objects: Select similar face SIMFACE_FACEMAP Facemap is per object, so we store them in a gset per object, and only check the object faces with its own facemaps. |
Revision 235c51f by Dalai Felinto September 25, 2018, 22:58 (GMT) |
Remove wrongly copy/pasted comment on object_facemap_ops.c |
Revision 682c64d by Clément Foucault September 25, 2018, 22:49 (GMT) |
Curve Edit: Fix handles glitch when MSAA is enable |
|
|
|


Master Commits
MiikaHweb | 2003-2021