blender/build_files/cmake
Campbell Barton a42bf45333 revert Joseph Eagar's eltopo commits r36073, 36075 (& some minor edits)
discussed with Janne, Ton, Nathan and we agreed this kind of change at least needs discussion with module owners.

Its also too close to release to be making these kinds of changes.

commands used:

  # reverse merge
  svn merge -r36073:36072 .
  # for some reason this gave a lot of property changes
  svn revert `svn st | grep "^ M" | awk '{print $2}'`
  # reverse merging didn't work here, removing while dir.
  svn rm extern/eltopo/


  # manually fixed conflict in
  # ./source/blenderplayer/CMakeLists.txt
  #
  # also manually removed 2 lines from
  # ./CMakeLists.txt
2011-04-12 11:09:10 +00:00
..
example_scripts pep8 checker, mostly pedantic style changes but also found an error in mesh_utils.mesh_linked_faces() 2011-04-01 02:41:15 +00:00
Modules SVN maintenance. 2011-04-06 00:22:44 +00:00
buildinfo.cmake Fix buildinfo, as pointed by IRIE Shinsuke. 2011-02-25 06:03:01 +00:00
cmake_consistency_check.py pep8 cleanup and remove unused vars/imports 2011-02-17 04:35:41 +00:00
cmake_qtcreator_project.py minor pep8 edits, also added 'test_pep8' & 'test_cmake' to the GNUmakefile for convenience. 2011-04-10 10:45:56 +00:00
FindPythonLibsUnix.cmake revert Joseph Eagar's eltopo commits r36073, 36075 (& some minor edits) 2011-04-12 11:09:10 +00:00
macros.cmake add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own glew library. 2011-04-05 23:31:01 +00:00
packaging.cmake CMake package_archive target to create a .zip/.tar.bz2 package on mac/unix, 2011-03-21 16:42:21 +00:00
RpmBuild.cmake fix [#26152] Blender File for Image too Small 2011-02-21 01:02:30 +00:00