Blender Git Commit Log

All Blender Git commits.

Page: 3185 / 8462

June 13, 2018, 14:04 (GMT)
Cleanup: Create macros for duplicate code
June 13, 2018, 13:49 (GMT)
Cleanup: Rename variables and comments
June 13, 2018, 13:36 (GMT)
Merge branch 'master' into blender2.8

Conflicts:
source/blender/blenkernel/BKE_pointcache.h
source/blender/blenkernel/intern/object.c
source/blender/blenkernel/intern/pointcache.c
source/blender/editors/include/ED_particle.h
source/blender/editors/physics/particle_edit.c
source/blender/editors/physics/particle_edit_undo.c
source/blender/editors/physics/particle_object.c
source/blender/editors/physics/physics_intern.h
source/blender/editors/physics/physics_pointcache.c
source/blender/editors/space_time/space_time.c
source/blender/editors/space_view3d/drawobject.c
source/blender/editors/space_view3d/view3d_edit.c
source/blender/editors/transform/transform_conversions.c
source/blender/editors/transform/transform_generics.c
source/blender/editors/transform/transform_manipulator.c
source/blender/makesrna/intern/rna_object.c
source/blender/makesrna/intern/rna_object_force.c
source/blender/makesrna/intern/rna_sculpt_paint.c
source/blenderplayer/bad_level_call_stubs/stubs.c
June 13, 2018, 13:22 (GMT)
UI: preset popover buttons in panel headers.

Moves the preset into a menu for the panel header, so it can be changed
without opening the panel and takes up less space. Two remaining issues:

* For long lists the add new preset button can be scrolled off screen.
* We should support showing the name of the chosen preset in the panel
header, but the current preset system does not support detecting which
preset is used.

Differential Revision: https://developer.blender.org/D3366
June 13, 2018, 13:19 (GMT)
Fix discrepancy between RNG in CPU and GPU

The second random sample is reordered between devices,
which causes a divergence if using both at the same time.
Thanks to nirved on irc for finding this out!
June 13, 2018, 13:18 (GMT)
Now with seperate line thickness factor.
June 13, 2018, 13:17 (GMT)
Fix flexible spacer distance

Introduced on 0bce173bc7e9bb6d6cac.
June 13, 2018, 13:07 (GMT)
UI: Make NLA header consistent with dopesheet
June 13, 2018, 13:06 (GMT)
Cleanup: double quotes for non-enum strings
June 13, 2018, 13:04 (GMT)
UI: center align 3D view header snap, pivot etc
June 13, 2018, 13:04 (GMT)
UI: Fix clip editor double text-less icon situation
June 13, 2018, 12:39 (GMT)
Seperate color demonstration.
June 13, 2018, 12:28 (GMT)
Cleanup: moar ugly G.main removal...

Note that due to RNA get/setters issue, that one may actually add some
G.main usages to the total... But at least it's not hidden anymore in a
very low-level, dark corner of BKE pointcache code!
June 13, 2018, 12:21 (GMT)
T55456: EditDrawMode

- removed the dithering from the active face
June 13, 2018, 12:19 (GMT)
Merge branch 'master' into blender2.8
June 13, 2018, 12:19 (GMT)
Eevee: Lightcache: Add own gl context to the baking job

This is to follow the recent changes in how we handle gl context in
threads.
June 13, 2018, 12:12 (GMT)
Cleanup: tool settings access
June 13, 2018, 12:12 (GMT)
Fix a precision issue in the coord frame with low roughness
June 13, 2018, 12:03 (GMT)
Fix T55467: nodes cant be resized after recent clickdrag change
June 13, 2018, 11:01 (GMT)
Set minimum blender version as 2.80

Technically we probably need to do for the current subversion (17).
But the entirely 2.80 series is known to be experimental.

The most important part is to notify people that if they open the 2.80
file in master it will loose data.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021