Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1170 / 5574

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.
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.
May 27, 2019, 15:28 (GMT)
Cleanup: Fix warnings in bf_intern_elbeem

Truncating a pointer to long gave warnings with MSVC on x64
May 27, 2019, 15:15 (GMT)
Fix T65080: handle case when View2D has 0 scale
May 27, 2019, 15:13 (GMT)
Eevee: Fix Aliasing in Light Probes

Differential Revision: https://developer.blender.org/D4869
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.
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.
May 27, 2019, 14:55 (GMT)
Fix T65145: Draw curve draw tool settings in column
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
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.
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
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
May 27, 2019, 14:34 (GMT)
Fix annotations not drawing correctly on Cycles rendered view
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
May 27, 2019, 14:22 (GMT)
Cleanup: Fix warnings in bf_gpu

Declaration and implementation got out of sync leading to warnings.
May 27, 2019, 14:14 (GMT)
Eevee/GPencil: Fix depth reading after render
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.
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
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021