Go to file
Sergey Sharybin 88a538048b Fix #28347: VBO's highlights wrong faces when Mirror modifier is in use
Added callback to drawMappedFaces which checks if two faces have got equal draw options.

After discussion with Brecht we found it's nicest solution for now:
- Disabling VBOs in edit mode for this case wouldn't be nicer for this case -
  some additional flag stored in DM should be added in this case.
- Adding new callback in DM isn't nicer that this solution.
- Handling face selection in drawobject would lead to duplicated code
  which is also not nice.

Hopefully, this callback could handle all cases in the future.

Also, Brecht mentioned current VBO implementation isn't perfect, so maybe
when we'll redesign this area dealing with edit mode wouldn't be so tricky.
2011-08-29 16:07:44 +00:00
build_files OSX/scons: don´t link to system stubs with 10.7 sdk 2011-08-25 09:41:36 +00:00
doc - use python convention for headings 2011-08-27 08:09:12 +00:00
extern Fix #28154: linux3-config.py doesn't exist 2011-08-21 13:31:46 +00:00
intern == Sequencer == 2011-08-28 14:46:03 +00:00
release == Sequencer == 2011-08-28 14:46:03 +00:00
source Fix #28347: VBO's highlights wrong faces when Mirror modifier is in use 2011-08-29 16:07:44 +00:00
CMakeLists.txt mistake in own recent commit broke op[encollada with mingw 2011-08-27 08:19:26 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile turns out recent commit made 'make' on its own fail. 2011-08-16 13:45:17 +00:00
SConstruct ups, syntax error, missing : 2011-08-25 15:18:54 +00:00