Blender Git Commits

Blender Git "master" branch commits.

Page: 1649 / 5574

July 6, 2018, 11:53 (GMT)
Merge remote-tracking branch 'origin/master' into blender2.8
July 6, 2018, 11:52 (GMT)
Fix crash when startup file has an image in it

This fixes an issue introduced in d192d723123add1dde3e9f7e9458aefcafb7e7d2.
When starting up, the UI hasn't been fully initialised yet, and calling
wm_event_do_depsgraph() can trigger icon updates when the startup file
contains an image, causing a segfault due to a not-yet-initialised ghash
for the icons.
July 6, 2018, 11:15 (GMT)
fix c++ comment style in 3cc2a9b934d0
July 6, 2018, 10:50 (GMT)
Ocean Modifier: removed unused refresh flags

The flags were set and cleared correctly, but nothing was actually reading
them.
July 6, 2018, 10:46 (GMT)
Ocean Modifier: removed the MOD_OCEAN_REFRESH_ADD flag

The flag was only used in readfile.c, and resulted in a delayed call to
BKE_ocean_add(); this call is now immediately made instead as it's not
very expensive.
July 6, 2018, 10:30 (GMT)
Merge branch 'master' into blender2.8

Conflicts:
source/blender/editors/screen/screen_edit.c
Revision dd5c25f by Campbell Barton
July 6, 2018, 10:10 (GMT)
Remove print left in by accident
July 6, 2018, 09:58 (GMT)
Fix T55581: kill running (render) jobs when deleting a scene

also fixed passing WM_JOB_TYPE_ANY to WM_jobs_kill_type()

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D3498
July 6, 2018, 09:42 (GMT)
Cycles: Enabled half precision textures for OpenCL devices that support the cl_khr_fp16 extension.
July 6, 2018, 09:17 (GMT)
Fix view pie menu
July 6, 2018, 09:03 (GMT)
Addons: silence warnings instead of disabling
July 6, 2018, 08:23 (GMT)
Addons: svg has been updated
July 6, 2018, 08:21 (GMT)
Cycles: Fixed OpenCL kernel build, it threw a compiler error.
July 6, 2018, 08:18 (GMT)
Merge branch 'master' into blender2.8
July 6, 2018, 08:17 (GMT)
Cleanup: strip trailing space for cycles
July 6, 2018, 08:16 (GMT)
Cycles: missed when renaming updated RNA
July 6, 2018, 08:10 (GMT)
Merge branch 'master' into 28
July 6, 2018, 08:05 (GMT)
Empty Object: Center images by default
July 6, 2018, 08:01 (GMT)
Fix typo in empty image drawing
July 6, 2018, 07:10 (GMT)
Fix image drag and drop

- Dropping now creates empty images w/o holding Ctrl.
- Dropping background images works when cursor over camera.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021