Blender Git Commit Log

All Blender Git commits.

Page: 3154 / 8462

June 22, 2018, 07:05 (GMT)
Silence warning + cleanup
June 22, 2018, 06:18 (GMT)
Cleanup: style
June 22, 2018, 06:11 (GMT)
Cleanup: suppress assert in recent GPU refactor
June 22, 2018, 06:07 (GMT)
Cycles: Support for distant lights

Distant lights are not put in the light
BVH and are treated as a special case.
Either we sample a light from the BVH
or choose one of the distant lights.
June 22, 2018, 06:05 (GMT)
Cycles: New design for PDF computations

Now there are functions to calculate the picking
probability for a given lamp/triangle. Fixed
a bug that lamps was before triangles in the
distribution array.
June 22, 2018, 05:55 (GMT)
Fix T55547: "Fit camera to selected" fails
June 22, 2018, 05:31 (GMT)
Merge remote-tracking branch 'remotes/origin/blender2.8' into soc-2018-npr
June 22, 2018, 00:36 (GMT)
GLRefactor: Refactor bf_blenfont to use GPUTexture instead of raw GL calls and types.

In an effort to centralize all opengl calls in the codebase, this patch replaces
the raw opengl calls in bf_blenfont with GPUTexture so it's no longer depended
on opengl headers.

reviewer: Brecht

Differential Revision: https://developer.blender.org/D3483
June 21, 2018, 17:57 (GMT)
Merge branch 'hair_guides' into hair_guides_grooming
June 21, 2018, 17:56 (GMT)
Merge branch 'blender2.8' into hair_guides
June 21, 2018, 17:46 (GMT)
Edit Mode: Bevel Op: Offset Soft Max to 100

This is consistent with the modifier
June 21, 2018, 17:29 (GMT)
Merge branch 'master' into blender2.8
June 21, 2018, 17:26 (GMT)
Fix T55568: second click event ignored
June 21, 2018, 17:24 (GMT)
Revert "Fix T55568: second click event ignored"

This reverts commit 52aa963f0ef1b6f4abba6653e9a441dee234127a.

Fixed for keyboards, broke mouse buttons.
June 21, 2018, 17:05 (GMT)
Cleanup: get rid of dual DM/Mesh versions of mirror topology code.

Easy to switch to only use (evaluated) mesh instead!
June 21, 2018, 16:47 (GMT)
Object Mode: Remove cubemap lightprobes outline

This is because the display code now differs and the outline does not match.
This commit make them uselectable by their display shape (the sphere).

I will revisit this latter.
June 21, 2018, 16:45 (GMT)
Eevee: LightProbes: Change/optimize the cubemap probe display
June 21, 2018, 16:38 (GMT)
Cleanup: ED_mesh_pick_vert: DM -> me_eval.
June 21, 2018, 16:26 (GMT)
Cleanup: remove DM from 'join as shape' operator.

Also deduplicated the 'mesh as shapekey' code, we had kind of two funcs
doing the same thing here...
June 21, 2018, 16:15 (GMT)
Fix own error making outliner rename not emboss
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021