Revision 2c29b94 by Sergey Sharybin April 18, 2017, 14:42 (GMT) |
Fix text drawing with core profile The issue was going to the fact that GL_ALPHA was deprecated in core profile and common solution online is to use GL_RED instead. That is what is done in this commit. |
Revision 5bdbc88 by Sybren A. Stüvel April 18, 2017, 14:36 (GMT) |
Alembic import/export: write curve resolution to user property Curve resolution isn't natively supported by Alembic, hence it is stored in a user property "blender:resolution". I've looked at a Maya curves example file, but that also didn't contain any information about curve resolution. Differential Revision: https://developer.blender.org/D2634 Reviewers: kevindietrich |
Revision c9d78b6 by Dalai Felinto April 18, 2017, 14:30 (GMT) |
Merge remote-tracking branch 'origin/master' into blender2.8 |
Revision bc6a75b by Dalai Felinto April 18, 2017, 14:29 (GMT) |
Revert "Object Info node support for GLSL mode and the internal render" This reverts commit 76425feed8644a8fe1c0e52ef3f77b95012ba44e. ** Note ** This was supposed to be a merge, but it was rebased. |
Revision 70018eb by Campbell Barton April 18, 2017, 14:25 (GMT) |
Cleanup: missing headers |
Revision b8fd6f9 by Campbell Barton April 18, 2017, 14:12 (GMT) |
Cleanup: replace num/ct/tot with 'len' |
Revision 2926675 by Dalai Felinto April 18, 2017, 14:02 (GMT) |
OpenGL: Update GPU_legacy_stubs.c The list is now re-ordered too. And we are no longer including the new tokens suggestions here (the ones defined as USE_ in gl-deprecated.h) |
Revision 80b6f8b by Dalai Felinto April 18, 2017, 14:02 (GMT) |
OpenGL: Comment out the old tokens from gl-deprecated Those tokens are still valid. Although we should not being using them, they should not prevent us from building with core profile. In the future we can have a new flag WITH_GL_CORE_STRICT for those. But only after we build with core profile by default |
Revision e5bf726 by Dalai Felinto April 18, 2017, 14:02 (GMT) |
BGL: Remove deprecated enums Note: The enums that are deprecated and supported are still there |
Revision 4778369 by Clément Foucault April 18, 2017, 13:37 (GMT) |
Eevee: Fix warning |
April 18, 2017, 13:37 (GMT) |
Object Info node support for GLSL mode and the internal render Object Info node can be useful to give some variation to a single material assigned to multiple instances. This patch adds support for Viewport and BI. {F499530} Example: {F499528} Reviewers: merwin, brecht, dfelinto Reviewed By: brecht Subscribers: duarteframos, fclem, homyachetser, Evgeny_Rodygin, AlexKowel, yurikovelenov Differential Revision: https://developer.blender.org/D2425 |
Revision 8fdd568 by Campbell Barton April 18, 2017, 13:33 (GMT) |
Draw Manager: T51218 Support edit-mesh hide |
Revision 3922d51 by Bastien Montagne April 18, 2017, 13:24 (GMT) |
Fix install_deps.sh for new Ubuntu 17.04, which does not have libopenjpeg! |
Revision 1129fd1 by Sergey Sharybin April 18, 2017, 13:06 (GMT) |
Use better workaround ofr getting scene layer for Derivedmesh's mask This replaces access to the first scene layer (which was wrong) with a linear lookup of scene layer by it's active index. This seems to be a better temporary solution to have things working for until we've got proper workspace, depsgraph and it's per-layer storage in place. |
Revision 363ea3a by Bastien Montagne April 18, 2017, 12:58 (GMT) |
Remove deprecated GL_LIGHTING chunk from manipulator draw code. This is new feature, will likely need own shader to get same result. Just commented it as TODO, though, this is not high priority. Part of T51164. |
Revision 2836003 by Sergey Sharybin April 18, 2017, 12:28 (GMT) |
Fix T51187: Memory leak when exporting OpenEXR monochrome animation |
Revision b27a98d by Sybren A. Stüvel April 18, 2017, 12:18 (GMT) |
Merged master@e12c3110024dc4b62ffefa739288218b04e39f71 into blender2.8 This doesn't merge entire master into blender2.8, but at least solves one conflict. |
Revision a229ca8 by Campbell Barton April 18, 2017, 12:02 (GMT) |
Garwain: fix ShaderInterface buffer shrinking |
Revision 7d5a1c0 by Sybren A. Stüvel April 18, 2017, 11:57 (GMT) |
Alembic unittest: pass unknown CLI arguments to unittest.main() This allows specifying test names on the CLI, in order to run only one of the tests. |
Revision 8628872 by Sybren A. Stüvel April 18, 2017, 11:57 (GMT) |
Alembic import: fall back to linear when variable order array is invalid. This seems like more sane behaviour than to keep the orderu at the invalid default value 0. |
|
|
|


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