Blender Git Commit Log

All Blender Git commits.

Page: 3309 / 8462

May 7, 2018, 19:50 (GMT)
Multi object editing - verticle dissolve support by Mateusz Grzeli?ski

With changes by me:
* Indentation (tabs)
* Removing RNA_boolean_get tests out of the for loop.
* Continue iterator if no selected vertice.

Maniphest Tasks: T54643
Differential Revision: https://developer.blender.org/D3210
May 7, 2018, 19:40 (GMT)
Extrude Widget: Add orientation to topbar

Add extrude operator that's intended to work on the current selection
and be activated as a tool.
May 7, 2018, 19:40 (GMT)
Extrude Widget: orient correctly w/ rotated object
May 7, 2018, 19:40 (GMT)
Extrude Widget: don't show when moving
May 7, 2018, 19:40 (GMT)
Cleanup: style
May 7, 2018, 19:30 (GMT)
Multi Object Smooth shading by Ethan Brierley

With small changes by Dalai Felinto.

Differential Revision: https://developer.blender.org/D3213
May 7, 2018, 17:03 (GMT)
Fix: Select all didnt' work with COW pose bones
May 7, 2018, 17:00 (GMT)
enabled raw mesh pointer normalization
May 7, 2018, 16:46 (GMT)
Update Flatty Light theme with topbar and minor tweaks
May 7, 2018, 16:29 (GMT)
DRW: Fix incorrect blending function reset.
May 7, 2018, 16:18 (GMT)
Modifier stack: move vgroup editing modifiers to new Mesh-based system.

Some notes here:
* Proximity with non-mesh objects (like curve, see TEST_2 scene in
weightvg testfile) are not working currently. This is known TODO of COW
depsgraph project.
* Proximity modifier is slower, due to some other TODO pending on
BVHTree creation/caching for Mesh.
May 7, 2018, 16:18 (GMT)
Modifier stack: add new get_texture_coords_mesh() helper.

Will eventually fully replace get_texture_coords().
May 7, 2018, 16:06 (GMT)
Fix ARMATURE_OT_layers_show_all now works with COW
May 7, 2018, 16:04 (GMT)
Merge branch 'master' into blender2.8
May 7, 2018, 16:02 (GMT)
Merge branch 'master' into blender2.8
May 7, 2018, 15:59 (GMT)
Fix (unreported) memleak when copying object with some modifiers.
May 7, 2018, 15:54 (GMT)
Merge branch 'master' into blender2.8
May 7, 2018, 15:51 (GMT)
Cleanup: rename char/float conversion functions

- FTOCHAR -> unit_float_to_uchar_clamp
- F3TOCHAR3 -> unit_float_to_uchar_clamp_v3 (swap args)
- F4TOCHAR4 -> unit_float_to_uchar_clamp_v4 (swap args)
- FTOUSHORT -> unit_float_to_ushort_clamp
- USHORTTOUCHAR -> unit_ushort_to_uchar
May 7, 2018, 15:50 (GMT)
Cleanup: move unit char/short/float to functions

This caused GCC 8.1 to crash at build time,
but was also not very nice use of macros.
May 7, 2018, 15:29 (GMT)
added pause/resume bake functionality

works for all bake types (data, noise, mesh, particles)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021