Go to file
Sergey Sharybin 9064978d0b Remove unused code left from old multires interpolation stuff
- Removed validate() callback for MDisps layer. It wouldn't actually work
  correct from CustomData layer and all needed data might be validated from
  BMesh interpolation level. Also this callback was never actually used in
  BMesh, so can't see why we'll want to have it in structures.
- Removed layrInterp_mdisps callback. Interpolation now happens from
  another level (bmesh_interp) and this callback isn't needed anymore.
- Removed all function from multires.c which were used by old interpolation
  stuff and seems to be useless for other usages.
- multires_topology_changed is still marked as a TODO, Probably it's not
  needed anymore, buy better to keep for now until it'll be 100% clear this
  function isn't needed and all needed re-allocations happens in bmesh_interp.
  Otherwise, it'll be needed to be ported to new system.
2012-02-21 17:24:21 +00:00
build_files misc changes from trunk (avoid confusion since these were not intentional differences) 2012-02-19 18:41:30 +00:00
doc remove section in gotcha's doc about matrix col/row order since this has been changed. 2012-02-17 20:41:41 +00:00
extern Somehow typo was made just before commit in previous patch. 2012-02-21 13:00:58 +00:00
intern Fix: cycles crash with multiple OpenCL platforms installed, tracked down by Sergey. 2012-02-20 14:19:34 +00:00
release remove NGon Interp modifier (which was merged as apart of BMesh), 2012-02-20 23:24:57 +00:00
source Remove unused code left from old multires interpolation stuff 2012-02-21 17:24:21 +00:00
CMakeLists.txt Fix #30270, #30265: cycles not displaying textured objects, and not rendering 2012-02-21 14:39:59 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Correct mathutils documentation, also correct some python spelling errors and add makefile target check_spelling 2012-02-08 04:37:37 +00:00
SConstruct Reverting changes made to build systems when was upgrading OpenAL. 2012-02-17 16:58:34 +00:00