Revision 08dff7b by Campbell Barton May 27, 2019, 16:41 (GMT) |
Gizmo: add per gizmo keymaps Remove click-drag support for tweak gizmo, rely on keymap events instead. This is needed for some gizmos to use modifiers keys without having all gizmos use all modifier keys (see: T63996). |
Revision d83d376 by Gaia Clary May 27, 2019, 16:39 (GMT) |
cleanup: Collada exporter renamed 'transrotloc' to 'decomposed' The collada exporter allows to export transforms either as Matrix or as a decomposition of Translation, Rotation aand Scale. The decomposition option was falsely named "TransRotLoc". I renamed it to the much more descriptive word "Decomposed". The tooltip already contains sufficient information, so there is no need to change that. |
Revision dee7edf by Campbell Barton May 27, 2019, 15:36 (GMT) |
Fix tweak/drag event use with gizmos It was possible to use a drag event for a gizmo that dragged away from the gizmo, changing the active gizmo. Now use gizmo located at the location that was clicked on. |
Revision 58ce406 by Ray molenkamp May 27, 2019, 15:28 (GMT) |
Cleanup: Fix warnings in bf_intern_elbeem Truncating a pointer to long gave warnings with MSVC on x64 |
Revision e472646 by Jacques Lucke May 27, 2019, 15:15 (GMT) |
Fix T65080: handle case when View2D has 0 scale |
May 27, 2019, 15:13 (GMT) |
Revision 7a308e6 by Ray molenkamp May 27, 2019, 15:12 (GMT) |
Cleanup: Fix warning in bf_editor_mesh Declaration and implementation of EDBM_select_id_context_create got out of sync leading to warning with msvc. |
Revision 7f1513e by Ray molenkamp May 27, 2019, 14:57 (GMT) |
Cleanup: Fix warning in blenlib with MSVC Some versions of the Windows SDK headers have a dbghelp.h that will emit C4091 warnings, repress them just this once, since the warn can be helpful in other places. |
Revision 29a2969 by Jacques Lucke May 27, 2019, 14:55 (GMT) |
Fix T65145: Draw curve draw tool settings in column |
Revision 635510b by Ray molenkamp May 27, 2019, 14:49 (GMT) |
Cleanup: Fix warnings in bf_dna Passing a const char** to MEM_recallocN lead to C4090 'function': different 'const' qualifiers warnings with MSVC |
Revision 392e58a by Bastien Montagne May 27, 2019, 14:48 (GMT) |
Fix (unreported) invalid handling of IDs usercount in `BKE_mesh_new_from_object_to_bmain()`. Would have broken usercount of mesh used as texco reference e.g. |
Revision 270faa4 by Ray molenkamp May 27, 2019, 14:44 (GMT) |
Cleanup: Fix warning in makesdna passing a const pointer to BLI_ghash_insert causes warning C4090 'function': different 'const' qualifiers with MSVC |
Revision 4ed6b89 by Dalai Felinto May 27, 2019, 14:39 (GMT) |
Fix T63173: Dragging hidden collection inside a visible one unhides it Same for holdout, indirect only and exclude. Reviewers: brecht Differential Revision: https://developer.blender.org/D4945 |
Revision 40bde2a by Brecht Van Lommel May 27, 2019, 14:34 (GMT) |
Fix annotations not drawing correctly on Cycles rendered view |
Revision 70bb61b by Ray molenkamp May 27, 2019, 14:30 (GMT) |
Cleanup: Fix warnings in gpu_batch Passing a const pointer to MEM_freeN/MEM_recallocN lead to C4090 'function': different 'const' qualifiers warnings with MSVC |
Revision 063ebd5 by Ray molenkamp May 27, 2019, 14:22 (GMT) |
Cleanup: Fix warnings in bf_gpu Declaration and implementation got out of sync leading to warnings. |
Revision a74041c by Clément Foucault May 27, 2019, 14:14 (GMT) |
Eevee/GPencil: Fix depth reading after render |
Revision 380f07d by Ray molenkamp May 27, 2019, 14:11 (GMT) |
draw_manager: fix warning with msvc. 32 bit shift stored in 64 bit field gave a warning with MSVC. |
Revision 1885d23 by Bastien Montagne May 27, 2019, 14:06 (GMT) |
Fix (unreported) API doc generation script after removal of some ObjectBase ietms from context. |
Revision bc05525 by Gaia Clary May 27, 2019, 14:00 (GMT) |
fix: collada transformtype must be identical for animation export and object export When exporting an object we can choose the transformation type 'Matrix' or 'trans/rot/scale' When exporting an animation we have the same choice regarding the used transformation type. However we must make sure that animations and objects use the same transformation type within one colleda export. The user interface is now reworked such that the correct settings are always guaranteed. I also reworked the tool tips |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021