Blender Git Commit Log

All Blender Git commits.

Page: 3500 / 8462

January 22, 2018, 20:33 (GMT)
fix attempt for bind animated mesh
January 22, 2018, 18:22 (GMT)
Remove experimental brush
January 22, 2018, 18:22 (GMT)
Set BOTH mode as default for fill brush
January 22, 2018, 17:47 (GMT)
Fix old .dat file for object origin icon
January 22, 2018, 17:42 (GMT)
Merge remote-tracking branch 'origin/blender2.8' into greasepencil-object
January 22, 2018, 17:33 (GMT)
Grease Pencil dat files fix

The ones I previously commited were done with Inkspace 0.92.2
But apparently this renders some parts of the icons transparent.

For example, the tip of the new grease pencil pencil icon.
January 22, 2018, 17:21 (GMT)
Leave it out uneeded changes from the .svg file
January 22, 2018, 17:14 (GMT)
Merge remote-tracking branch 'origin/blender2.8' into greasepencil-object
January 22, 2018, 17:12 (GMT)
Grease-Pencil: Fixup for icons

I tried to cleanup the .svg but I overdid it a bit
January 22, 2018, 16:54 (GMT)
Merge branch 'blender2.8' into greasepencil-object
January 22, 2018, 16:37 (GMT)
Grease-Pencil: Icons from the grease pencil branch
January 22, 2018, 16:21 (GMT)
Add option to reproject fill on Surface

Before, only origin was supported, now it can be reproject on object surface
January 22, 2018, 16:19 (GMT)
Cycles: Replace use_qbvh boolean flag with an enum-based property

This was we can introduce other types of BVH, for example, wider ones, without
causing too much mess around boolean flags.

Thoughs:

- Ideally device info should probably return bitflag of what BVH types it
supports.

It is possible to implement based on simple logic in device/ and mesh.cpp,
rest of the changes will stay the same.

- Not happy with workarounds in util_debug and duplicated enum in kernel.
Maybe enbum should be stores in kernel, but then it's kind of weird to include
kernel types from utils. Soudns some cyclkic dependency.

Reviewers: brecht, maxim_d33

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D3011
January 22, 2018, 14:48 (GMT)
Blender 2.79a: Use latest dev-tools

This way release checker used by Linux release environment is corrected.
January 22, 2018, 14:43 (GMT)
Collections/Layer cleanup: Remove placeholder for de/select objects

No need for placeholders bloating the source code. They can come back once
we decide to implement them.
January 22, 2018, 14:43 (GMT)
Collections/Layer cleanup: Remove all reference to filter objects

This was not implemented yet. So it's a bit pointless to have all this
placeholder code around without any functionality coming out of it.
January 22, 2018, 14:43 (GMT)
Collections/Layer cleanup: Remove TODO_LAYER_OVERRIDE from most places

This was originally a good idea. However we will need to pay special attention
to this when doing the dynamic overrides anyways. The placeholders won't be
enough to spare us that job.

That said I left the ones on layer.c because we are actually calling these
BKE_override_*_add() functions from doversion, yet they don't do anything.
January 22, 2018, 14:08 (GMT)
T53831: Fixed vertical line alignment & expand Collection and Scene buttons position.

This was fixed in master with commit 9d873fc3debe0. However, this fix never made it to 2.8.
(The following merge (a96008f3aae2) did not import the fixes.)

Note: This fix is ment to fix the alignment problem.
I don't know if other parts of the code not merged are interesting or not.

But if they are, they should be tackled separately.

Reviewers: dfelinto

Subscribers: venomgfx, dfelinto, raa, Severin

Differential Revision: https://developer.blender.org/D3014
January 22, 2018, 13:41 (GMT)
Blender 2.79a: Show both version char and rc text on splash
January 22, 2018, 13:38 (GMT)
Blender 2.79a: Use proper version char
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021