Revision 3691bf1 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 22, 2018, 20:33 (GMT) |
fix attempt for bind animated mesh |
Revision c695406 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) January 22, 2018, 18:22 (GMT) |
Remove experimental brush |
Revision b0993bf by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) January 22, 2018, 18:22 (GMT) |
Set BOTH mode as default for fill brush |
Revision adf93be by Dalai Felinto (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) January 22, 2018, 17:47 (GMT) |
Fix old .dat file for object origin icon |
Revision 38735cb by Dalai Felinto (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) 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. |
Revision ec90897 by Dalai Felinto (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) January 22, 2018, 17:21 (GMT) |
Leave it out uneeded changes from the .svg file |
Revision 779591e by Dalai Felinto (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) 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 |
Revision 0813b3f by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) 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 |
Revision fa4c1ad by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) 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 |
Revision 61335d8 by Sergey Sharybin (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) 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 |
Revision 43d1bfe by Sergey Sharybin (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 22, 2018, 13:41 (GMT) |
Blender 2.79a: Show both version char and rc text on splash |
Revision 4cda3e2 by Sergey Sharybin (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 22, 2018, 13:38 (GMT) |
Blender 2.79a: Use proper version char |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021