Go to file
Clément Foucault ec0eeb918b DRW/Eevee: Add correct support for Orco
Until now, Orcos were computed by the gpu (GLSL) and were not taking into
account the modifier stack (breaking orco for deformed mesh).

Now Orco is now computed on CPU but only if a modifier stack is present.

Tagging that an ORCO layer is present is done via a 4th component, which is
a waste of memory/bandwidth. Best would be to do the same as auto attrib
color space and save a bool uniform somewhere but for now it's too
disruptive.
2019-03-28 22:08:54 +01:00
build_files Merge branch 'blender2.7' 2019-03-25 11:23:00 +01:00
doc Python API: tweak RenderEngine example to be a bit more efficient. 2019-03-27 16:25:19 +01:00
extern Fix T62255: Blender defaults to "OpenAL Soft" in sound settings, regardless of saved preferences 2019-03-10 23:28:51 +01:00
intern Fix T63030: Edge crease is not applied for boundary edges 2019-03-28 11:49:08 +01:00
release UI: tweak display of report messages in the status bar. 2019-03-28 20:02:59 +01:00
source DRW/Eevee: Add correct support for Orco 2019-03-28 22:08:54 +01:00
tests Cleanup: More C++ like nature for word split test 2019-03-20 14:14:56 +01:00
.arcconfig Update for moving blender2.8 to master. 2018-12-21 12:15:21 +01:00
.editorconfig editorconfig: correct C/C++ using space 2018-06-19 07:48:12 +02:00
.gitignore Git: add TAGS & tags to .gitignore 2019-01-22 12:50:13 +01:00
.gitmodules Update for moving blender2.8 to master. 2018-12-21 12:15:21 +01:00
CMakeLists.txt Merge branch 'blender2.7' 2019-03-22 16:23:23 -03:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Makefile: icons target now uses make variables 2019-02-28 10:37:49 +11:00
make.bat Cleanup: trailing space cmake, make.bat 2018-06-17 20:18:09 +02:00