Blender Git Commit Log

All Blender Git commits.

Page: 2487 / 8462

May 27, 2019, 18:36 (GMT)
Removed Cloth Cache System

This has been done to minimize the possible areas of bugs when adding the remeshing steps, current point cache system may not be compatible.

Python file for the UI has cache related lines commented.
C files has a macro in BKE_cloth.h which can be set to 1 to enable caching again.
May 27, 2019, 17:34 (GMT)
Cleanup: Fix const warning in makesrna

rna_function_string was not const correct leading to
different 'const' qualifiers (C4090) warnings in MSVC.
May 27, 2019, 17:30 (GMT)
Fix T65190: GPencil stroke not correctly initializated using python API

The value of new gradient fields was wrong.
May 27, 2019, 17:29 (GMT)
Cleanup: Fix warnings in bf_physics

MSVC did not detect the usage of i in the openmp loops
and emitted a unused variable warning.
May 27, 2019, 16:46 (GMT)
Cleanup: Fix build warning in bf_editor_interface

widget_draw_text_ime_underline was not const correct
leading to warnings with MSVC
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 (master)
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
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021