[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [46615] branches/smoke2: Merge r46323-r46613 from trunk

Daniel Genrich daniel.genrich at gmx.net
Sun May 13 20:59:11 CEST 2012


Revision: 46615
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46615
Author:   genscher
Date:     2012-05-13 18:59:10 +0000 (Sun, 13 May 2012)
Log Message:
-----------
Merge r46323-r46613 from trunk

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46323
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46613

Modified Paths:
--------------
    branches/smoke2/CMakeLists.txt
    branches/smoke2/build_files/scons/config/win32-vc-config.py
    branches/smoke2/build_files/scons/config/win64-mingw-config.py
    branches/smoke2/build_files/scons/tools/btools.py
    branches/smoke2/extern/Eigen3/Eigen/Core
    branches/smoke2/extern/Eigen3/Eigen/SVD
    branches/smoke2/extern/Eigen3/Eigen/src/Cholesky/LDLT.h
    branches/smoke2/extern/Eigen3/Eigen/src/Cholesky/LLT.h
    branches/smoke2/extern/Eigen3/Eigen/src/Core/Array.h
    branches/smoke2/extern/Eigen3/Eigen/src/Core/Block.h
    branches/smoke2/extern/Eigen3/Eigen/src/Core/DenseBase.h
    branches/smoke2/extern/Eigen3/Eigen/src/Core/Map.h
    branches/smoke2/extern/Eigen3/Eigen/src/Core/MapBase.h
    branches/smoke2/extern/Eigen3/Eigen/src/Core/Matrix.h
    branches/smoke2/extern/Eigen3/Eigen/src/Core/MatrixBase.h
    branches/smoke2/extern/Eigen3/Eigen/src/Core/PlainObjectBase.h
    branches/smoke2/extern/Eigen3/Eigen/src/Core/ProductBase.h
    branches/smoke2/extern/Eigen3/Eigen/src/Core/Replicate.h
    branches/smoke2/extern/Eigen3/Eigen/src/Core/SolveTriangular.h
    branches/smoke2/extern/Eigen3/Eigen/src/Core/arch/NEON/Complex.h
    branches/smoke2/extern/Eigen3/Eigen/src/Core/arch/NEON/PacketMath.h
    branches/smoke2/extern/Eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h
    branches/smoke2/extern/Eigen3/Eigen/src/Core/util/Macros.h
    branches/smoke2/extern/Eigen3/Eigen/src/Core/util/Memory.h
    branches/smoke2/extern/Eigen3/Eigen/src/Core/util/XprHelper.h
    branches/smoke2/extern/Eigen3/Eigen/src/Eigenvalues/EigenSolver.h
    branches/smoke2/extern/Eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
    branches/smoke2/extern/Eigen3/Eigen/src/Geometry/Hyperplane.h
    branches/smoke2/extern/Eigen3/Eigen/src/Geometry/Quaternion.h
    branches/smoke2/extern/Eigen3/Eigen/src/Geometry/Rotation2D.h
    branches/smoke2/extern/Eigen3/Eigen/src/Geometry/Transform.h
    branches/smoke2/extern/Eigen3/Eigen/src/Geometry/arch/Geometry_SSE.h
    branches/smoke2/extern/Eigen3/Eigen/src/LU/FullPivLU.h
    branches/smoke2/extern/Eigen3/Eigen/src/LU/arch/Inverse_SSE.h
    branches/smoke2/extern/Eigen3/Eigen/src/SVD/JacobiSVD.h
    branches/smoke2/extern/Eigen3/Eigen/src/Sparse/TriangularSolver.h
    branches/smoke2/extern/bullet2/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h
    branches/smoke2/extern/carve/CMakeLists.txt
    branches/smoke2/extern/carve/bundle.sh
    branches/smoke2/extern/carve/lib/intersect.cpp
    branches/smoke2/extern/libmv/ChangeLog
    branches/smoke2/extern/libmv/bundle.sh
    branches/smoke2/extern/libmv/libmv/image/convolve.cc
    branches/smoke2/extern/libmv/libmv/image/convolve.h
    branches/smoke2/extern/libmv/libmv/image/correlation.h
    branches/smoke2/extern/libmv/libmv/image/sample.h
    branches/smoke2/extern/libmv/libmv/tracking/brute_region_tracker.cc
    branches/smoke2/extern/libmv/libmv/tracking/esm_region_tracker.cc
    branches/smoke2/intern/SConscript
    branches/smoke2/intern/cycles/blender/addon/properties.py
    branches/smoke2/intern/cycles/blender/blender_shader.cpp
    branches/smoke2/intern/cycles/bvh/bvh_build.cpp
    branches/smoke2/intern/cycles/bvh/bvh_build.h
    branches/smoke2/intern/cycles/device/device.h
    branches/smoke2/intern/cycles/device/device_cpu.cpp
    branches/smoke2/intern/cycles/device/device_cuda.cpp
    branches/smoke2/intern/cycles/device/device_multi.cpp
    branches/smoke2/intern/cycles/device/device_opencl.cpp
    branches/smoke2/intern/cycles/kernel/CMakeLists.txt
    branches/smoke2/intern/cycles/kernel/kernel_camera.h
    branches/smoke2/intern/cycles/kernel/kernel_compat_cpu.h
    branches/smoke2/intern/cycles/kernel/kernel_compat_cuda.h
    branches/smoke2/intern/cycles/kernel/kernel_light.h
    branches/smoke2/intern/cycles/kernel/kernel_montecarlo.h
    branches/smoke2/intern/cycles/kernel/kernel_object.h
    branches/smoke2/intern/cycles/kernel/kernel_path.h
    branches/smoke2/intern/cycles/kernel/kernel_textures.h
    branches/smoke2/intern/cycles/kernel/kernel_triangle.h
    branches/smoke2/intern/cycles/kernel/kernel_types.h
    branches/smoke2/intern/cycles/kernel/svm/svm.h
    branches/smoke2/intern/cycles/kernel/svm/svm_attribute.h
    branches/smoke2/intern/cycles/kernel/svm/svm_image.h
    branches/smoke2/intern/cycles/kernel/svm/svm_light_path.h
    branches/smoke2/intern/cycles/kernel/svm/svm_mapping.h
    branches/smoke2/intern/cycles/kernel/svm/svm_tex_coord.h
    branches/smoke2/intern/cycles/kernel/svm/svm_types.h
    branches/smoke2/intern/cycles/render/camera.cpp
    branches/smoke2/intern/cycles/render/image.cpp
    branches/smoke2/intern/cycles/render/image.h
    branches/smoke2/intern/cycles/render/light.cpp
    branches/smoke2/intern/cycles/render/mesh.cpp
    branches/smoke2/intern/cycles/render/mesh.h
    branches/smoke2/intern/cycles/render/nodes.cpp
    branches/smoke2/intern/cycles/render/nodes.h
    branches/smoke2/intern/cycles/render/scene.cpp
    branches/smoke2/intern/cycles/render/scene.h
    branches/smoke2/intern/cycles/util/util_math.h
    branches/smoke2/intern/cycles/util/util_progress.h
    branches/smoke2/intern/cycles/util/util_task.cpp
    branches/smoke2/intern/cycles/util/util_task.h
    branches/smoke2/intern/cycles/util/util_transform.h
    branches/smoke2/intern/dualcon/dualcon.h
    branches/smoke2/intern/dualcon/intern/GeoCommon.h
    branches/smoke2/intern/dualcon/intern/MemoryAllocator.h
    branches/smoke2/intern/dualcon/intern/ModelReader.h
    branches/smoke2/intern/dualcon/intern/Projections.cpp
    branches/smoke2/intern/dualcon/intern/Projections.h
    branches/smoke2/intern/dualcon/intern/Queue.h
    branches/smoke2/intern/dualcon/intern/cubes.h
    branches/smoke2/intern/dualcon/intern/dualcon_c_api.cpp
    branches/smoke2/intern/dualcon/intern/marching_cubes_table.cpp
    branches/smoke2/intern/dualcon/intern/octree.cpp
    branches/smoke2/intern/dualcon/intern/octree.h
    branches/smoke2/intern/ghost/CMakeLists.txt
    branches/smoke2/intern/ghost/intern/GHOST_NDOFManagerX11.cpp
    branches/smoke2/intern/ghost/intern/GHOST_SystemCocoa.h
    branches/smoke2/intern/ghost/intern/GHOST_SystemCocoa.mm
    branches/smoke2/intern/ghost/intern/GHOST_SystemWin32.cpp
    branches/smoke2/intern/ghost/intern/GHOST_SystemX11.cpp
    branches/smoke2/intern/ghost/intern/GHOST_Window.h
    branches/smoke2/release/scripts/modules/bpy_types.py
    branches/smoke2/release/scripts/startup/bl_operators/presets.py
    branches/smoke2/release/scripts/startup/bl_operators/wm.py
    branches/smoke2/release/scripts/startup/bl_ui/properties_animviz.py
    branches/smoke2/release/scripts/startup/bl_ui/properties_data_armature.py
    branches/smoke2/release/scripts/startup/bl_ui/space_console.py
    branches/smoke2/release/scripts/startup/bl_ui/space_sequencer.py
    branches/smoke2/release/scripts/startup/bl_ui/space_text.py
    branches/smoke2/release/scripts/startup/bl_ui/space_time.py
    branches/smoke2/release/scripts/startup/bl_ui/space_userpref.py
    branches/smoke2/release/scripts/startup/bl_ui/space_view3d.py
    branches/smoke2/release/scripts/startup/bl_ui/space_view3d_toolbar.py
    branches/smoke2/source/blender/avi/AVI_avi.h
    branches/smoke2/source/blender/avi/intern/avi.c
    branches/smoke2/source/blender/avi/intern/avirgb.c
    branches/smoke2/source/blender/avi/intern/codecs.c
    branches/smoke2/source/blender/avi/intern/endian.c
    branches/smoke2/source/blender/avi/intern/mjpeg.c
    branches/smoke2/source/blender/avi/intern/options.c
    branches/smoke2/source/blender/avi/intern/rgb32.c
    branches/smoke2/source/blender/blenfont/BLF_api.h
    branches/smoke2/source/blender/blenfont/intern/blf_dir.c
    branches/smoke2/source/blender/blenfont/intern/blf_font.c
    branches/smoke2/source/blender/blenfont/intern/blf_glyph.c
    branches/smoke2/source/blender/blenfont/intern/blf_lang.c
    branches/smoke2/source/blender/blenfont/intern/blf_translation.c
    branches/smoke2/source/blender/blenkernel/BKE_DerivedMesh.h
    branches/smoke2/source/blender/blenkernel/BKE_action.h
    branches/smoke2/source/blender/blenkernel/BKE_armature.h
    branches/smoke2/source/blender/blenkernel/BKE_blender.h
    branches/smoke2/source/blender/blenkernel/BKE_bmesh.h
    branches/smoke2/source/blender/blenkernel/BKE_bmfont.h
    branches/smoke2/source/blender/blenkernel/BKE_booleanops_mesh.h
    branches/smoke2/source/blender/blenkernel/BKE_brush.h
    branches/smoke2/source/blender/blenkernel/BKE_bullet.h
    branches/smoke2/source/blender/blenkernel/BKE_bvhutils.h
    branches/smoke2/source/blender/blenkernel/BKE_camera.h
    branches/smoke2/source/blender/blenkernel/BKE_cdderivedmesh.h
    branches/smoke2/source/blender/blenkernel/BKE_collision.h
    branches/smoke2/source/blender/blenkernel/BKE_colortools.h
    branches/smoke2/source/blender/blenkernel/BKE_constraint.h
    branches/smoke2/source/blender/blenkernel/BKE_context.h
    branches/smoke2/source/blender/blenkernel/BKE_curve.h
    branches/smoke2/source/blender/blenkernel/BKE_customdata.h
    branches/smoke2/source/blender/blenkernel/BKE_customdata_file.h
    branches/smoke2/source/blender/blenkernel/BKE_deform.h
    branches/smoke2/source/blender/blenkernel/BKE_depsgraph.h
    branches/smoke2/source/blender/blenkernel/BKE_displist.h
    branches/smoke2/source/blender/blenkernel/BKE_dynamicpaint.h
    branches/smoke2/source/blender/blenkernel/BKE_effect.h
    branches/smoke2/source/blender/blenkernel/BKE_fcurve.h
    branches/smoke2/source/blender/blenkernel/BKE_fluidsim.h
    branches/smoke2/source/blender/blenkernel/BKE_global.h
    branches/smoke2/source/blender/blenkernel/BKE_group.h
    branches/smoke2/source/blender/blenkernel/BKE_icons.h
    branches/smoke2/source/blender/blenkernel/BKE_idprop.h
    branches/smoke2/source/blender/blenkernel/BKE_image.h
    branches/smoke2/source/blender/blenkernel/BKE_key.h
    branches/smoke2/source/blender/blenkernel/BKE_lattice.h
    branches/smoke2/source/blender/blenkernel/BKE_library.h
    branches/smoke2/source/blender/blenkernel/BKE_main.h
    branches/smoke2/source/blender/blenkernel/BKE_material.h
    branches/smoke2/source/blender/blenkernel/BKE_mball.h
    branches/smoke2/source/blender/blenkernel/BKE_mesh.h
    branches/smoke2/source/blender/blenkernel/BKE_modifier.h
    branches/smoke2/source/blender/blenkernel/BKE_movieclip.h
    branches/smoke2/source/blender/blenkernel/BKE_multires.h
    branches/smoke2/source/blender/blenkernel/BKE_navmesh_conversion.h
    branches/smoke2/source/blender/blenkernel/BKE_nla.h
    branches/smoke2/source/blender/blenkernel/BKE_node.h
    branches/smoke2/source/blender/blenkernel/BKE_object.h
    branches/smoke2/source/blender/blenkernel/BKE_ocean.h
    branches/smoke2/source/blender/blenkernel/BKE_packedFile.h
    branches/smoke2/source/blender/blenkernel/BKE_paint.h
    branches/smoke2/source/blender/blenkernel/BKE_particle.h
    branches/smoke2/source/blender/blenkernel/BKE_plugin_types.h
    branches/smoke2/source/blender/blenkernel/BKE_pointcache.h
    branches/smoke2/source/blender/blenkernel/BKE_report.h
    branches/smoke2/source/blender/blenkernel/BKE_scene.h
    branches/smoke2/source/blender/blenkernel/BKE_screen.h
    branches/smoke2/source/blender/blenkernel/BKE_script.h
    branches/smoke2/source/blender/blenkernel/BKE_sequencer.h
    branches/smoke2/source/blender/blenkernel/BKE_shrinkwrap.h
    branches/smoke2/source/blender/blenkernel/BKE_sketch.h
    branches/smoke2/source/blender/blenkernel/BKE_smoke.h
    branches/smoke2/source/blender/blenkernel/BKE_softbody.h
    branches/smoke2/source/blender/blenkernel/BKE_sound.h
    branches/smoke2/source/blender/blenkernel/BKE_subsurf.h
    branches/smoke2/source/blender/blenkernel/BKE_texture.h
    branches/smoke2/source/blender/blenkernel/BKE_unit.h
    branches/smoke2/source/blender/blenkernel/BKE_utildefines.h
    branches/smoke2/source/blender/blenkernel/BKE_writeavi.h
    branches/smoke2/source/blender/blenkernel/BKE_writeffmpeg.h
    branches/smoke2/source/blender/blenkernel/BKE_writeframeserver.h
    branches/smoke2/source/blender/blenkernel/depsgraph_private.h
    branches/smoke2/source/blender/blenkernel/intern/CCGSubSurf.c
    branches/smoke2/source/blender/blenkernel/intern/CCGSubSurf.h
    branches/smoke2/source/blender/blenkernel/intern/DerivedMesh.c
    branches/smoke2/source/blender/blenkernel/intern/action.c
    branches/smoke2/source/blender/blenkernel/intern/anim.c
    branches/smoke2/source/blender/blenkernel/intern/anim_sys.c
    branches/smoke2/source/blender/blenkernel/intern/armature.c
    branches/smoke2/source/blender/blenkernel/intern/blender.c
    branches/smoke2/source/blender/blenkernel/intern/brush.c
    branches/smoke2/source/blender/blenkernel/intern/bvhutils.c
    branches/smoke2/source/blender/blenkernel/intern/camera.c
    branches/smoke2/source/blender/blenkernel/intern/cdderivedmesh.c
    branches/smoke2/source/blender/blenkernel/intern/colortools.c
    branches/smoke2/source/blender/blenkernel/intern/constraint.c
    branches/smoke2/source/blender/blenkernel/intern/context.c
    branches/smoke2/source/blender/blenkernel/intern/curve.c
    branches/smoke2/source/blender/blenkernel/intern/customdata.c
    branches/smoke2/source/blender/blenkernel/intern/customdata_file.c
    branches/smoke2/source/blender/blenkernel/intern/deform.c
    branches/smoke2/source/blender/blenkernel/intern/depsgraph.c
    branches/smoke2/source/blender/blenkernel/intern/displist.c
    branches/smoke2/source/blender/blenkernel/intern/dynamicpaint.c
    branches/smoke2/source/blender/blenkernel/intern/editderivedmesh.c
    branches/smoke2/source/blender/blenkernel/intern/effect.c
    branches/smoke2/source/blender/blenkernel/intern/fcurve.c
    branches/smoke2/source/blender/blenkernel/intern/fmodifier.c
    branches/smoke2/source/blender/blenkernel/intern/font.c
    branches/smoke2/source/blender/blenkernel/intern/gpencil.c
    branches/smoke2/source/blender/blenkernel/intern/group.c
    branches/smoke2/source/blender/blenkernel/intern/idcode.c
    branches/smoke2/source/blender/blenkernel/intern/idprop.c
    branches/smoke2/source/blender/blenkernel/intern/image.c
    branches/smoke2/source/blender/blenkernel/intern/image_gen.c
    branches/smoke2/source/blender/blenkernel/intern/ipo.c
    branches/smoke2/source/blender/blenkernel/intern/key.c
    branches/smoke2/source/blender/blenkernel/intern/lamp.c
    branches/smoke2/source/blender/blenkernel/intern/lattice.c
    branches/smoke2/source/blender/blenkernel/intern/library.c
    branches/smoke2/source/blender/blenkernel/intern/material.c
    branches/smoke2/source/blender/blenkernel/intern/mball.c
    branches/smoke2/source/blender/blenkernel/intern/mesh.c
    branches/smoke2/source/blender/blenkernel/intern/mesh_validate.c
    branches/smoke2/source/blender/blenkernel/intern/modifier.c
    branches/smoke2/source/blender/blenkernel/intern/movieclip.c
    branches/smoke2/source/blender/blenkernel/intern/multires.c
    branches/smoke2/source/blender/blenkernel/intern/nla.c
    branches/smoke2/source/blender/blenkernel/intern/node.c
    branches/smoke2/source/blender/blenkernel/intern/object.c
    branches/smoke2/source/blender/blenkernel/intern/ocean.c
    branches/smoke2/source/blender/blenkernel/intern/packedFile.c
    branches/smoke2/source/blender/blenkernel/intern/paint.c
    branches/smoke2/source/blender/blenkernel/intern/particle.c
    branches/smoke2/source/blender/blenkernel/intern/particle_system.c
    branches/smoke2/source/blender/blenkernel/intern/property.c
    branches/smoke2/source/blender/blenkernel/intern/report.c
    branches/smoke2/source/blender/blenkernel/intern/scene.c
    branches/smoke2/source/blender/blenkernel/intern/screen.c
    branches/smoke2/source/blender/blenkernel/intern/seqeffects.c
    branches/smoke2/source/blender/blenkernel/intern/sequencer.c
    branches/smoke2/source/blender/blenkernel/intern/shrinkwrap.c
    branches/smoke2/source/blender/blenkernel/intern/sketch.c
    branches/smoke2/source/blender/blenkernel/intern/smoke.c
    branches/smoke2/source/blender/blenkernel/intern/softbody.c
    branches/smoke2/source/blender/blenkernel/intern/sound.c
    branches/smoke2/source/blender/blenkernel/intern/speaker.c
    branches/smoke2/source/blender/blenkernel/intern/subsurf_ccg.c
    branches/smoke2/source/blender/blenkernel/intern/suggestions.c
    branches/smoke2/source/blender/blenkernel/intern/text.c
    branches/smoke2/source/blender/blenkernel/intern/texture.c
    branches/smoke2/source/blender/blenkernel/intern/tracking.c
    branches/smoke2/source/blender/blenkernel/intern/world.c
    branches/smoke2/source/blender/blenkernel/intern/writeavi.c
    branches/smoke2/source/blender/blenkernel/intern/writeffmpeg.c
    branches/smoke2/source/blender/blenkernel/intern/writeframeserver.c
    branches/smoke2/source/blender/blenkernel/nla_private.h
    branches/smoke2/source/blender/blenlib/BLI_args.h
    branches/smoke2/source/blender/blenlib/BLI_array.h
    branches/smoke2/source/blender/blenlib/BLI_bitmap.h
    branches/smoke2/source/blender/blenlib/BLI_bpath.h
    branches/smoke2/source/blender/blenlib/BLI_callbacks.h
    branches/smoke2/source/blender/blenlib/BLI_dlrbTree.h
    branches/smoke2/source/blender/blenlib/BLI_dynlib.h
    branches/smoke2/source/blender/blenlib/BLI_dynstr.h
    branches/smoke2/source/blender/blenlib/BLI_edgehash.h
    branches/smoke2/source/blender/blenlib/BLI_fileops.h
    branches/smoke2/source/blender/blenlib/BLI_fileops_types.h
    branches/smoke2/source/blender/blenlib/BLI_fnmatch.h
    branches/smoke2/source/blender/blenlib/BLI_ghash.h
    branches/smoke2/source/blender/blenlib/BLI_graph.h
    branches/smoke2/source/blender/blenlib/BLI_gsqueue.h
    branches/smoke2/source/blender/blenlib/BLI_heap.h
    branches/smoke2/source/blender/blenlib/BLI_jitter.h
    branches/smoke2/source/blender/blenlib/BLI_kdopbvh.h
    branches/smoke2/source/blender/blenlib/BLI_kdtree.h
    branches/smoke2/source/blender/blenlib/BLI_linklist.h
    branches/smoke2/source/blender/blenlib/BLI_math_base.h
    branches/smoke2/source/blender/blenlib/BLI_math_color.h
    branches/smoke2/source/blender/blenlib/BLI_math_geom.h
    branches/smoke2/source/blender/blenlib/BLI_math_matrix.h
    branches/smoke2/source/blender/blenlib/BLI_math_rotation.h
    branches/smoke2/source/blender/blenlib/BLI_math_vector.h
    branches/smoke2/source/blender/blenlib/BLI_memarena.h
    branches/smoke2/source/blender/blenlib/BLI_noise.h
    branches/smoke2/source/blender/blenlib/BLI_path_util.h
    branches/smoke2/source/blender/blenlib/BLI_pbvh.h
    branches/smoke2/source/blender/blenlib/BLI_rand.h
    branches/smoke2/source/blender/blenlib/BLI_rect.h
    branches/smoke2/source/blender/blenlib/BLI_scanfill.h
    branches/smoke2/source/blender/blenlib/BLI_smallhash.h
    branches/smoke2/source/blender/blenlib/BLI_string.h
    branches/smoke2/source/blender/blenlib/BLI_string_utf8.h
    branches/smoke2/source/blender/blenlib/BLI_threads.h
    branches/smoke2/source/blender/blenlib/BLI_utildefines.h
    branches/smoke2/source/blender/blenlib/BLI_vfontdata.h
    branches/smoke2/source/blender/blenlib/BLI_winstuff.h
    branches/smoke2/source/blender/blenlib/PIL_time.h
    branches/smoke2/source/blender/blenlib/intern/BLI_args.c
    branches/smoke2/source/blender/blenlib/intern/BLI_dynstr.c
    branches/smoke2/source/blender/blenlib/intern/BLI_ghash.c
    branches/smoke2/source/blender/blenlib/intern/BLI_heap.c
    branches/smoke2/source/blender/blenlib/intern/BLI_kdopbvh.c
    branches/smoke2/source/blender/blenlib/intern/BLI_kdtree.c
    branches/smoke2/source/blender/blenlib/intern/BLI_linklist.c
    branches/smoke2/source/blender/blenlib/intern/BLI_memarena.c
    branches/smoke2/source/blender/blenlib/intern/BLI_mempool.c
    branches/smoke2/source/blender/blenlib/intern/DLRB_tree.c
    branches/smoke2/source/blender/blenlib/intern/boxpack2d.c
    branches/smoke2/source/blender/blenlib/intern/bpath.c
    branches/smoke2/source/blender/blenlib/intern/callbacks.c
    branches/smoke2/source/blender/blenlib/intern/cpu.c
    branches/smoke2/source/blender/blenlib/intern/dynlib.c
    branches/smoke2/source/blender/blenlib/intern/edgehash.c
    branches/smoke2/source/blender/blenlib/intern/fileops.c
    branches/smoke2/source/blender/blenlib/intern/freetypefont.c
    branches/smoke2/source/blender/blenlib/intern/graph.c
    branches/smoke2/source/blender/blenlib/intern/gsqueue.c
    branches/smoke2/source/blender/blenlib/intern/jitter.c
    branches/smoke2/source/blender/blenlib/intern/listbase.c
    branches/smoke2/source/blender/blenlib/intern/math_geom.c
    branches/smoke2/source/blender/blenlib/intern/math_rotation.c
    branches/smoke2/source/blender/blenlib/intern/math_vector_inline.c
    branches/smoke2/source/blender/blenlib/intern/noise.c
    branches/smoke2/source/blender/blenlib/intern/path_util.c
    branches/smoke2/source/blender/blenlib/intern/pbvh.c
    branches/smoke2/source/blender/blenlib/intern/rand.c
    branches/smoke2/source/blender/blenlib/intern/rct.c
    branches/smoke2/source/blender/blenlib/intern/scanfill.c
    branches/smoke2/source/blender/blenlib/intern/smallhash.c
    branches/smoke2/source/blender/blenlib/intern/storage.c
    branches/smoke2/source/blender/blenlib/intern/string.c
    branches/smoke2/source/blender/blenlib/intern/threads.c
    branches/smoke2/source/blender/blenlib/intern/time.c
    branches/smoke2/source/blender/blenlib/intern/uvproject.c
    branches/smoke2/source/blender/blenlib/intern/voxel.c
    branches/smoke2/source/blender/blenlib/intern/winstuff.c
    branches/smoke2/source/blender/blenloader/BLO_readfile.h
    branches/smoke2/source/blender/blenloader/BLO_sys_types.h
    branches/smoke2/source/blender/blenloader/intern/readblenentry.c
    branches/smoke2/source/blender/blenloader/intern/readfile.c
    branches/smoke2/source/blender/blenloader/intern/readfile.h
    branches/smoke2/source/blender/blenloader/intern/undofile.c
    branches/smoke2/source/blender/blenloader/intern/versioning_250.c
    branches/smoke2/source/blender/blenloader/intern/versioning_legacy.c
    branches/smoke2/source/blender/blenloader/intern/writefile.c
    branches/smoke2/source/blender/bmesh/intern/bmesh_construct.c
    branches/smoke2/source/blender/bmesh/intern/bmesh_operators.h
    branches/smoke2/source/blender/bmesh/intern/bmesh_polygon.c
    branches/smoke2/source/blender/bmesh/intern/bmesh_private.h
    branches/smoke2/source/blender/bmesh/operators/bmo_dissolve.c
    branches/smoke2/source/blender/bmesh/operators/bmo_removedoubles.c
    branches/smoke2/source/blender/bmesh/operators/bmo_triangulate.c
    branches/smoke2/source/blender/bmesh/operators/bmo_utils.c
    branches/smoke2/source/blender/bmesh/tools/BME_bevel.c
    branches/smoke2/source/blender/collada/AnimationExporter.cpp
    branches/smoke2/source/blender/collada/ExportSettings.h
    branches/smoke2/source/blender/collada/GeometryExporter.cpp
    branches/smoke2/source/blender/collada/GeometryExporter.h
    branches/smoke2/source/blender/collada/InstanceWriter.cpp
    branches/smoke2/source/blender/collada/MaterialExporter.cpp
    branches/smoke2/source/blender/collada/MeshImporter.cpp
    branches/smoke2/source/blender/collada/SkinInfo.cpp
    branches/smoke2/source/blender/collada/collada.cpp
    branches/smoke2/source/blender/collada/collada.h
    branches/smoke2/source/blender/editors/animation/anim_channels_defines.c
    branches/smoke2/source/blender/editors/animation/anim_channels_edit.c
    branches/smoke2/source/blender/editors/animation/anim_deps.c
    branches/smoke2/source/blender/editors/animation/anim_draw.c
    branches/smoke2/source/blender/editors/animation/anim_filter.c
    branches/smoke2/source/blender/editors/animation/anim_intern.h
    branches/smoke2/source/blender/editors/animation/anim_ipo_utils.c
    branches/smoke2/source/blender/editors/animation/anim_markers.c
    branches/smoke2/source/blender/editors/animation/anim_ops.c
    branches/smoke2/source/blender/editors/animation/drivers.c
    branches/smoke2/source/blender/editors/animation/fmodifier_ui.c
    branches/smoke2/source/blender/editors/animation/keyframes_draw.c
    branches/smoke2/source/blender/editors/animation/keyframes_edit.c
    branches/smoke2/source/blender/editors/animation/keyframes_general.c
    branches/smoke2/source/blender/editors/animation/keyframing.c
    branches/smoke2/source/blender/editors/animation/keyingsets.c
    branches/smoke2/source/blender/editors/armature/BIF_generate.h
    branches/smoke2/source/blender/editors/armature/BIF_retarget.h
    branches/smoke2/source/blender/editors/armature/armature_intern.h
    branches/smoke2/source/blender/editors/armature/armature_ops.c
    branches/smoke2/source/blender/editors/armature/editarmature.c
    branches/smoke2/source/blender/editors/armature/editarmature_generate.c
    branches/smoke2/source/blender/editors/armature/editarmature_retarget.c
    branches/smoke2/source/blender/editors/armature/editarmature_sketch.c
    branches/smoke2/source/blender/editors/armature/meshlaplacian.c
    branches/smoke2/source/blender/editors/armature/meshlaplacian.h
    branches/smoke2/source/blender/editors/armature/poseSlide.c
    branches/smoke2/source/blender/editors/armature/poseUtils.c
    branches/smoke2/source/blender/editors/armature/poselib.c
    branches/smoke2/source/blender/editors/armature/poseobject.c
    branches/smoke2/source/blender/editors/armature/reeb.c
    branches/smoke2/source/blender/editors/armature/reeb.h
    branches/smoke2/source/blender/editors/curve/curve_ops.c
    branches/smoke2/source/blender/editors/curve/editcurve.c
    branches/smoke2/source/blender/editors/curve/editfont.c
    branches/smoke2/source/blender/editors/datafiles/CMakeLists.txt
    branches/smoke2/source/blender/editors/datafiles/startup.blend.c
    branches/smoke2/source/blender/editors/gpencil/drawgpencil.c
    branches/smoke2/source/blender/editors/gpencil/editaction_gpencil.c
    branches/smoke2/source/blender/editors/gpencil/gpencil_buttons.c
    branches/smoke2/source/blender/editors/gpencil/gpencil_edit.c
    branches/smoke2/source/blender/editors/gpencil/gpencil_intern.h
    branches/smoke2/source/blender/editors/gpencil/gpencil_ops.c
    branches/smoke2/source/blender/editors/gpencil/gpencil_paint.c
    branches/smoke2/source/blender/editors/gpencil/gpencil_undo.c
    branches/smoke2/source/blender/editors/include/BIF_gl.h
    branches/smoke2/source/blender/editors/include/BIF_glutil.h
    branches/smoke2/source/blender/editors/include/ED_anim_api.h
    branches/smoke2/source/blender/editors/include/ED_armature.h
    branches/smoke2/source/blender/editors/include/ED_clip.h
    branches/smoke2/source/blender/editors/include/ED_curve.h
    branches/smoke2/source/blender/editors/include/ED_datafiles.h
    branches/smoke2/source/blender/editors/include/ED_fileselect.h
    branches/smoke2/source/blender/editors/include/ED_fluidsim.h
    branches/smoke2/source/blender/editors/include/ED_gpencil.h
    branches/smoke2/source/blender/editors/include/ED_keyframes_draw.h
    branches/smoke2/source/blender/editors/include/ED_keyframes_edit.h
    branches/smoke2/source/blender/editors/include/ED_keyframing.h
    branches/smoke2/source/blender/editors/include/ED_markers.h
    branches/smoke2/source/blender/editors/include/ED_numinput.h
    branches/smoke2/source/blender/editors/include/ED_object.h
    branches/smoke2/source/blender/editors/include/ED_render.h
    branches/smoke2/source/blender/editors/include/ED_screen.h
    branches/smoke2/source/blender/editors/include/ED_screen_types.h
    branches/smoke2/source/blender/editors/include/ED_sculpt.h
    branches/smoke2/source/blender/editors/include/ED_sequencer.h
    branches/smoke2/source/blender/editors/include/ED_space_api.h
    branches/smoke2/source/blender/editors/include/ED_transform.h
    branches/smoke2/source/blender/editors/include/ED_types.h
    branches/smoke2/source/blender/editors/include/ED_util.h
    branches/smoke2/source/blender/editors/include/ED_view3d.h
    branches/smoke2/source/blender/editors/include/UI_icons.h
    branches/smoke2/source/blender/editors/include/UI_interface.h
    branches/smoke2/source/blender/editors/include/UI_interface_icons.h
    branches/smoke2/source/blender/editors/include/UI_resources.h
    branches/smoke2/source/blender/editors/include/UI_view2d.h
    branches/smoke2/source/blender/editors/interface/interface.c
    branches/smoke2/source/blender/editors/interface/interface_handlers.c
    branches/smoke2/source/blender/editors/interface/interface_icons.c
    branches/smoke2/source/blender/editors/interface/interface_intern.h
    branches/smoke2/source/blender/editors/interface/interface_layout.c
    branches/smoke2/source/blender/editors/interface/interface_ops.c
    branches/smoke2/source/blender/editors/mesh/editface.c
    branches/smoke2/source/blender/editors/mesh/editmesh_bvh.c
    branches/smoke2/source/blender/editors/mesh/editmesh_knife.c
    branches/smoke2/source/blender/editors/mesh/editmesh_loopcut.c
    branches/smoke2/source/blender/editors/mesh/editmesh_select.c
    branches/smoke2/source/blender/editors/mesh/editmesh_tools.c
    branches/smoke2/source/blender/editors/mesh/editmesh_utils.c
    branches/smoke2/source/blender/editors/mesh/mesh_data.c
    branches/smoke2/source/blender/editors/mesh/mesh_intern.h
    branches/smoke2/source/blender/editors/mesh/mesh_ops.c
    branches/smoke2/source/blender/editors/mesh/meshtools.c
    branches/smoke2/source/blender/editors/metaball/mball_edit.c
    branches/smoke2/source/blender/editors/metaball/mball_ops.c
    branches/smoke2/source/blender/editors/object/object_add.c
    branches/smoke2/source/blender/editors/object/object_bake.c
    branches/smoke2/source/blender/editors/object/object_constraint.c
    branches/smoke2/source/blender/editors/object/object_edit.c
    branches/smoke2/source/blender/editors/object/object_intern.h
    branches/smoke2/source/blender/editors/object/object_modifier.c
    branches/smoke2/source/blender/editors/object/object_ops.c
    branches/smoke2/source/blender/editors/object/object_relations.c
    branches/smoke2/source/blender/editors/object/object_transform.c
    branches/smoke2/source/blender/editors/physics/particle_edit.c
    branches/smoke2/source/blender/editors/physics/physics_pointcache.c
    branches/smoke2/source/blender/editors/render/render_opengl.c
    branches/smoke2/source/blender/editors/render/render_shading.c
    branches/smoke2/source/blender/editors/screen/area.c
    branches/smoke2/source/blender/editors/screen/glutil.c
    branches/smoke2/source/blender/editors/screen/screen_context.c
    branches/smoke2/source/blender/editors/screen/screen_edit.c
    branches/smoke2/source/blender/editors/screen/screen_intern.h
    branches/smoke2/source/blender/editors/screen/screen_ops.c
    branches/smoke2/source/blender/editors/screen/screendump.c
    branches/smoke2/source/blender/editors/sculpt_paint/CMakeLists.txt
    branches/smoke2/source/blender/editors/sculpt_paint/paint_hide.c
    branches/smoke2/source/blender/editors/sculpt_paint/paint_image.c
    branches/smoke2/source/blender/editors/sculpt_paint/paint_intern.h
    branches/smoke2/source/blender/editors/sculpt_paint/paint_ops.c
    branches/smoke2/source/blender/editors/sculpt_paint/paint_stroke.c
    branches/smoke2/source/blender/editors/sculpt_paint/paint_utils.c
    branches/smoke2/source/blender/editors/sculpt_paint/paint_vertex.c
    branches/smoke2/source/blender/editors/sculpt_paint/sculpt.c
    branches/smoke2/source/blender/editors/sculpt_paint/sculpt_intern.h
    branches/smoke2/source/blender/editors/sculpt_paint/sculpt_undo.c
    branches/smoke2/source/blender/editors/space_action/action_draw.c
    branches/smoke2/source/blender/editors/space_action/action_edit.c
    branches/smoke2/source/blender/editors/space_action/action_intern.h
    branches/smoke2/source/blender/editors/space_action/action_ops.c
    branches/smoke2/source/blender/editors/space_action/action_select.c
    branches/smoke2/source/blender/editors/space_action/space_action.c
    branches/smoke2/source/blender/editors/space_buttons/buttons_context.c
    branches/smoke2/source/blender/editors/space_buttons/buttons_header.c
    branches/smoke2/source/blender/editors/space_buttons/buttons_intern.h
    branches/smoke2/source/blender/editors/space_buttons/buttons_ops.c
    branches/smoke2/source/blender/editors/space_buttons/buttons_texture.c
    branches/smoke2/source/blender/editors/space_buttons/space_buttons.c
    branches/smoke2/source/blender/editors/space_clip/clip_buttons.c
    branches/smoke2/source/blender/editors/space_clip/clip_dopesheet_draw.c
    branches/smoke2/source/blender/editors/space_clip/clip_dopesheet_ops.c
    branches/smoke2/source/blender/editors/space_clip/clip_draw.c
    branches/smoke2/source/blender/editors/space_clip/clip_editor.c
    branches/smoke2/source/blender/editors/space_clip/clip_graph_draw.c
    branches/smoke2/source/blender/editors/space_clip/clip_graph_ops.c
    branches/smoke2/source/blender/editors/space_clip/clip_ops.c
    branches/smoke2/source/blender/editors/space_clip/clip_toolbar.c
    branches/smoke2/source/blender/editors/space_clip/clip_utils.c
    branches/smoke2/source/blender/editors/space_clip/space_clip.c
    branches/smoke2/source/blender/editors/space_clip/tracking_ops.c
    branches/smoke2/source/blender/editors/space_console/console_intern.h
    branches/smoke2/source/blender/editors/space_console/console_ops.c
    branches/smoke2/source/blender/editors/space_console/space_console.c
    branches/smoke2/source/blender/editors/space_file/fsmenu.c
    branches/smoke2/source/blender/editors/space_graph/graph_buttons.c
    branches/smoke2/source/blender/editors/space_graph/graph_draw.c
    branches/smoke2/source/blender/editors/space_graph/graph_edit.c
    branches/smoke2/source/blender/editors/space_graph/graph_intern.h
    branches/smoke2/source/blender/editors/space_graph/graph_ops.c
    branches/smoke2/source/blender/editors/space_graph/graph_select.c
    branches/smoke2/source/blender/editors/space_graph/graph_utils.c
    branches/smoke2/source/blender/editors/space_graph/space_graph.c
    branches/smoke2/source/blender/editors/space_image/image_ops.c
    branches/smoke2/source/blender/editors/space_info/info_stats.c
    branches/smoke2/source/blender/editors/space_nla/nla_buttons.c
    branches/smoke2/source/blender/editors/space_nla/nla_channels.c
    branches/smoke2/source/blender/editors/space_nla/nla_draw.c
    branches/smoke2/source/blender/editors/space_nla/nla_edit.c
    branches/smoke2/source/blender/editors/space_nla/nla_intern.h
    branches/smoke2/source/blender/editors/space_nla/nla_ops.c
    branches/smoke2/source/blender/editors/space_nla/nla_select.c
    branches/smoke2/source/blender/editors/space_nla/space_nla.c
    branches/smoke2/source/blender/editors/space_node/drawnode.c
    branches/smoke2/source/blender/editors/space_node/node_edit.c
    branches/smoke2/source/blender/editors/space_node/node_ops.c
    branches/smoke2/source/blender/editors/space_outliner/outliner_draw.c
    branches/smoke2/source/blender/editors/space_outliner/outliner_edit.c
    branches/smoke2/source/blender/editors/space_outliner/outliner_intern.h
    branches/smoke2/source/blender/editors/space_outliner/outliner_select.c
    branches/smoke2/source/blender/editors/space_outliner/outliner_tools.c
    branches/smoke2/source/blender/editors/space_outliner/outliner_tree.c
    branches/smoke2/source/blender/editors/space_outliner/space_outliner.c
    branches/smoke2/source/blender/editors/space_script/script_edit.c
    branches/smoke2/source/blender/editors/space_script/script_ops.c
    branches/smoke2/source/blender/editors/space_script/space_script.c
    branches/smoke2/source/blender/editors/space_sequencer/sequencer_add.c
    branches/smoke2/source/blender/editors/space_sequencer/sequencer_draw.c
    branches/smoke2/source/blender/editors/space_sequencer/sequencer_edit.c
    branches/smoke2/source/blender/editors/space_sequencer/sequencer_intern.h
    branches/smoke2/source/blender/editors/space_sequencer/sequencer_scopes.c
    branches/smoke2/source/blender/editors/space_sequencer/sequencer_select.c
    branches/smoke2/source/blender/editors/space_text/text_ops.c
    branches/smoke2/source/blender/editors/space_time/space_time.c
    branches/smoke2/source/blender/editors/space_time/time_ops.c
    branches/smoke2/source/blender/editors/space_view3d/drawanimviz.c
    branches/smoke2/source/blender/editors/space_view3d/drawmesh.c
    branches/smoke2/source/blender/editors/space_view3d/drawobject.c
    branches/smoke2/source/blender/editors/space_view3d/drawvolume.c
    branches/smoke2/source/blender/editors/space_view3d/view3d_buttons.c
    branches/smoke2/source/blender/editors/space_view3d/view3d_draw.c
    branches/smoke2/source/blender/editors/space_view3d/view3d_edit.c
    branches/smoke2/source/blender/editors/space_view3d/view3d_fly.c
    branches/smoke2/source/blender/editors/space_view3d/view3d_header.c
    branches/smoke2/source/blender/editors/space_view3d/view3d_intern.h
    branches/smoke2/source/blender/editors/space_view3d/view3d_select.c
    branches/smoke2/source/blender/editors/space_view3d/view3d_snap.c
    branches/smoke2/source/blender/editors/space_view3d/view3d_view.c
    branches/smoke2/source/blender/editors/transform/transform.c
    branches/smoke2/source/blender/editors/transform/transform.h
    branches/smoke2/source/blender/editors/transform/transform_conversions.c
    branches/smoke2/source/blender/editors/transform/transform_generics.c
    branches/smoke2/source/blender/editors/transform/transform_input.c
    branches/smoke2/source/blender/editors/transform/transform_manipulator.c
    branches/smoke2/source/blender/editors/transform/transform_ops.c
    branches/smoke2/source/blender/editors/util/crazyspace.c
    branches/smoke2/source/blender/editors/util/numinput.c
    branches/smoke2/source/blender/editors/uvedit/uvedit_parametrizer.c
    branches/smoke2/source/blender/editors/uvedit/uvedit_unwrap_ops.c
    branches/smoke2/source/blender/gpu/GPU_buffers.h
    branches/smoke2/source/blender/gpu/intern/gpu_buffers.c
    branches/smoke2/source/blender/gpu/shaders/gpu_shader_material.glsl
    branches/smoke2/source/blender/gpu/shaders/gpu_shader_material.glsl.c
    branches/smoke2/source/blender/imbuf/intern/anim_movie.c
    branches/smoke2/source/blender/imbuf/intern/imageprocess.c
    branches/smoke2/source/blender/imbuf/intern/indexer.c
    branches/smoke2/source/blender/imbuf/intern/openexr/openexr_api.cpp
    branches/smoke2/source/blender/imbuf/intern/png.c
    branches/smoke2/source/blender/imbuf/intern/rectop.c
    branches/smoke2/source/blender/imbuf/intern/scaling.c
    branches/smoke2/source/blender/makesdna/DNA_ID.h
    branches/smoke2/source/blender/makesdna/DNA_brush_types.h
    branches/smoke2/source/blender/makesdna/DNA_customdata_types.h
    branches/smoke2/source/blender/makesdna/DNA_meshdata_types.h
    branches/smoke2/source/blender/makesdna/DNA_node_types.h
    branches/smoke2/source/blender/makesdna/DNA_object_types.h
    branches/smoke2/source/blender/makesdna/DNA_scene_types.h
    branches/smoke2/source/blender/makesdna/DNA_smoke_types.h
    branches/smoke2/source/blender/makesdna/intern/dna_genfile.c
    branches/smoke2/source/blender/makesdna/intern/makesdna.c
    branches/smoke2/source/blender/makesrna/RNA_access.h
    branches/smoke2/source/blender/makesrna/RNA_types.h
    branches/smoke2/source/blender/makesrna/intern/makesrna.c
    branches/smoke2/source/blender/makesrna/intern/rna_ID.c
    branches/smoke2/source/blender/makesrna/intern/rna_access.c
    branches/smoke2/source/blender/makesrna/intern/rna_action.c
    branches/smoke2/source/blender/makesrna/intern/rna_actuator.c
    branches/smoke2/source/blender/makesrna/intern/rna_animation.c
    branches/smoke2/source/blender/makesrna/intern/rna_animation_api.c
    branches/smoke2/source/blender/makesrna/intern/rna_animviz.c
    branches/smoke2/source/blender/makesrna/intern/rna_armature.c
    branches/smoke2/source/blender/makesrna/intern/rna_armature_api.c
    branches/smoke2/source/blender/makesrna/intern/rna_boid.c
    branches/smoke2/source/blender/makesrna/intern/rna_brush.c
    branches/smoke2/source/blender/makesrna/intern/rna_camera.c
    branches/smoke2/source/blender/makesrna/intern/rna_cloth.c
    branches/smoke2/source/blender/makesrna/intern/rna_color.c
    branches/smoke2/source/blender/makesrna/intern/rna_constraint.c
    branches/smoke2/source/blender/makesrna/intern/rna_context.c
    branches/smoke2/source/blender/makesrna/intern/rna_controller.c
    branches/smoke2/source/blender/makesrna/intern/rna_curve.c
    branches/smoke2/source/blender/makesrna/intern/rna_define.c
    branches/smoke2/source/blender/makesrna/intern/rna_dynamicpaint.c
    branches/smoke2/source/blender/makesrna/intern/rna_fcurve.c
    branches/smoke2/source/blender/makesrna/intern/rna_fluidsim.c
    branches/smoke2/source/blender/makesrna/intern/rna_gpencil.c
    branches/smoke2/source/blender/makesrna/intern/rna_group.c
    branches/smoke2/source/blender/makesrna/intern/rna_image.c
    branches/smoke2/source/blender/makesrna/intern/rna_image_api.c
    branches/smoke2/source/blender/makesrna/intern/rna_internal.h
    branches/smoke2/source/blender/makesrna/intern/rna_key.c
    branches/smoke2/source/blender/makesrna/intern/rna_lamp.c
    branches/smoke2/source/blender/makesrna/intern/rna_lattice.c
    branches/smoke2/source/blender/makesrna/intern/rna_main.c
    branches/smoke2/source/blender/makesrna/intern/rna_main_api.c
    branches/smoke2/source/blender/makesrna/intern/rna_material.c
    branches/smoke2/source/blender/makesrna/intern/rna_mesh.c
    branches/smoke2/source/blender/makesrna/intern/rna_mesh_api.c
    branches/smoke2/source/blender/makesrna/intern/rna_meta.c
    branches/smoke2/source/blender/makesrna/intern/rna_modifier.c
    branches/smoke2/source/blender/makesrna/intern/rna_movieclip.c
    branches/smoke2/source/blender/makesrna/intern/rna_nla.c
    branches/smoke2/source/blender/makesrna/intern/rna_nodetree.c
    branches/smoke2/source/blender/makesrna/intern/rna_nodetree_types.h
    branches/smoke2/source/blender/makesrna/intern/rna_object.c
    branches/smoke2/source/blender/makesrna/intern/rna_object_api.c
    branches/smoke2/source/blender/makesrna/intern/rna_object_force.c
    branches/smoke2/source/blender/makesrna/intern/rna_packedfile.c
    branches/smoke2/source/blender/makesrna/intern/rna_particle.c
    branches/smoke2/source/blender/makesrna/intern/rna_pose.c
    branches/smoke2/source/blender/makesrna/intern/rna_pose_api.c
    branches/smoke2/source/blender/makesrna/intern/rna_property.c
    branches/smoke2/source/blender/makesrna/intern/rna_render.c
    branches/smoke2/source/blender/makesrna/intern/rna_rna.c
    branches/smoke2/source/blender/makesrna/intern/rna_scene.c
    branches/smoke2/source/blender/makesrna/intern/rna_scene_api.c
    branches/smoke2/source/blender/makesrna/intern/rna_screen.c
    branches/smoke2/source/blender/makesrna/intern/rna_sculpt_paint.c
    branches/smoke2/source/blender/makesrna/intern/rna_sensor.c
    branches/smoke2/source/blender/makesrna/intern/rna_sequencer.c
    branches/smoke2/source/blender/makesrna/intern/rna_sequencer_api.c
    branches/smoke2/source/blender/makesrna/intern/rna_smoke.c
    branches/smoke2/source/blender/makesrna/intern/rna_sound.c
    branches/smoke2/source/blender/makesrna/intern/rna_space.c
    branches/smoke2/source/blender/makesrna/intern/rna_text.c
    branches/smoke2/source/blender/makesrna/intern/rna_text_api.c
    branches/smoke2/source/blender/makesrna/intern/rna_texture.c
    branches/smoke2/source/blender/makesrna/intern/rna_texture_api.c
    branches/smoke2/source/blender/makesrna/intern/rna_timeline.c
    branches/smoke2/source/blender/makesrna/intern/rna_tracking.c
    branches/smoke2/source/blender/makesrna/intern/rna_ui.c
    branches/smoke2/source/blender/makesrna/intern/rna_ui_api.c
    branches/smoke2/source/blender/makesrna/intern/rna_userdef.c
    branches/smoke2/source/blender/makesrna/intern/rna_wm.c
    branches/smoke2/source/blender/makesrna/intern/rna_wm_api.c
    branches/smoke2/source/blender/makesrna/intern/rna_world.c
    branches/smoke2/source/blender/modifiers/intern/MOD_armature.c
    branches/smoke2/source/blender/modifiers/intern/MOD_array.c
    branches/smoke2/source/blender/modifiers/intern/MOD_bevel.c
    branches/smoke2/source/blender/modifiers/intern/MOD_boolean.c
    branches/smoke2/source/blender/modifiers/intern/MOD_boolean_util.c
    branches/smoke2/source/blender/modifiers/intern/MOD_boolean_util.h
    branches/smoke2/source/blender/modifiers/intern/MOD_build.c
    branches/smoke2/source/blender/modifiers/intern/MOD_cast.c
    branches/smoke2/source/blender/modifiers/intern/MOD_cloth.c
    branches/smoke2/source/blender/modifiers/intern/MOD_collision.c
    branches/smoke2/source/blender/modifiers/intern/MOD_curve.c
    branches/smoke2/source/blender/modifiers/intern/MOD_decimate.c
    branches/smoke2/source/blender/modifiers/intern/MOD_displace.c
    branches/smoke2/source/blender/modifiers/intern/MOD_dynamicpaint.c
    branches/smoke2/source/blender/modifiers/intern/MOD_edgesplit.c
    branches/smoke2/source/blender/modifiers/intern/MOD_explode.c
    branches/smoke2/source/blender/modifiers/intern/MOD_fluidsim.c
    branches/smoke2/source/blender/modifiers/intern/MOD_fluidsim_util.c
    branches/smoke2/source/blender/modifiers/intern/MOD_hook.c
    branches/smoke2/source/blender/modifiers/intern/MOD_lattice.c
    branches/smoke2/source/blender/modifiers/intern/MOD_mask.c
    branches/smoke2/source/blender/modifiers/intern/MOD_meshdeform.c
    branches/smoke2/source/blender/modifiers/intern/MOD_mirror.c
    branches/smoke2/source/blender/modifiers/intern/MOD_multires.c
    branches/smoke2/source/blender/modifiers/intern/MOD_none.c
    branches/smoke2/source/blender/modifiers/intern/MOD_ocean.c
    branches/smoke2/source/blender/modifiers/intern/MOD_particleinstance.c
    branches/smoke2/source/blender/modifiers/intern/MOD_particlesystem.c
    branches/smoke2/source/blender/modifiers/intern/MOD_remesh.c
    branches/smoke2/source/blender/modifiers/intern/MOD_screw.c
    branches/smoke2/source/blender/modifiers/intern/MOD_shapekey.c
    branches/smoke2/source/blender/modifiers/intern/MOD_shrinkwrap.c
    branches/smoke2/source/blender/modifiers/intern/MOD_simpledeform.c
    branches/smoke2/source/blender/modifiers/intern/MOD_smoke.c
    branches/smoke2/source/blender/modifiers/intern/MOD_smooth.c
    branches/smoke2/source/blender/modifiers/intern/MOD_softbody.c
    branches/smoke2/source/blender/modifiers/intern/MOD_solidify.c
    branches/smoke2/source/blender/modifiers/intern/MOD_subsurf.c
    branches/smoke2/source/blender/modifiers/intern/MOD_surface.c
    branches/smoke2/source/blender/modifiers/intern/MOD_util.c
    branches/smoke2/source/blender/modifiers/intern/MOD_uvproject.c
    branches/smoke2/source/blender/modifiers/intern/MOD_warp.c
    branches/smoke2/source/blender/modifiers/intern/MOD_wave.c
    branches/smoke2/source/blender/modifiers/intern/MOD_weightvg_util.c
    branches/smoke2/source/blender/modifiers/intern/MOD_weightvgedit.c
    branches/smoke2/source/blender/modifiers/intern/MOD_weightvgmix.c
    branches/smoke2/source/blender/modifiers/intern/MOD_weightvgproximity.c
    branches/smoke2/source/blender/nodes/CMakeLists.txt
    branches/smoke2/source/blender/nodes/NOD_shader.h
    branches/smoke2/source/blender/nodes/composite/nodes/node_composite_image.c
    branches/smoke2/source/blender/nodes/composite/nodes/node_composite_outputFile.c
    branches/smoke2/source/blender/nodes/composite/nodes/node_composite_texture.c
    branches/smoke2/source/blender/nodes/shader/nodes/node_shader_squeeze.c
    branches/smoke2/source/blender/nodes/shader/nodes/node_shader_texture.c
    branches/smoke2/source/blender/python/BPY_extern.h
    branches/smoke2/source/blender/python/SConscript
    branches/smoke2/source/blender/python/generic/CMakeLists.txt
    branches/smoke2/source/blender/python/generic/bgl.c
    branches/smoke2/source/blender/python/generic/bgl.h
    branches/smoke2/source/blender/python/intern/bpy_interface.c
    branches/smoke2/source/blender/python/intern/bpy_rna.c
    branches/smoke2/source/blender/python/intern/bpy_util.h
    branches/smoke2/source/blender/python/mathutils/mathutils_geometry.c
    branches/smoke2/source/blender/quicktime/apple/quicktime_export.c
    branches/smoke2/source/blender/quicktime/apple/quicktime_import.c
    branches/smoke2/source/blender/render/intern/include/strand.h
    branches/smoke2/source/blender/render/intern/include/texture.h
    branches/smoke2/source/blender/render/intern/raytrace/bvh.h
    branches/smoke2/source/blender/render/intern/raytrace/rayobject_blibvh.cpp
    branches/smoke2/source/blender/render/intern/raytrace/svbvh.h
    branches/smoke2/source/blender/render/intern/source/convertblender.c
    branches/smoke2/source/blender/render/intern/source/gammaCorrectionTables.c
    branches/smoke2/source/blender/render/intern/source/occlusion.c
    branches/smoke2/source/blender/render/intern/source/pipeline.c
    branches/smoke2/source/blender/render/intern/source/rayshade.c
    branches/smoke2/source/blender/render/intern/source/render_texture.c
    branches/smoke2/source/blender/render/intern/source/sss.c
    branches/smoke2/source/blender/render/intern/source/strand.c
    branches/smoke2/source/blender/render/intern/source/sunsky.c
    branches/smoke2/source/blender/render/intern/source/volume_precache.c
    branches/smoke2/source/blender/render/intern/source/zbuf.c
    branches/smoke2/source/blender/windowmanager/WM_api.h
    branches/smoke2/source/blender/windowmanager/intern/wm_gesture.c
    branches/smoke2/source/blender/windowmanager/intern/wm_init_exit.c
    branches/smoke2/source/blender/windowmanager/intern/wm_operators.c
    branches/smoke2/source/blender/windowmanager/intern/wm_window.c
    branches/smoke2/source/blender/windowmanager/wm_cursors.h
    branches/smoke2/source/blenderplayer/bad_level_call_stubs/stubs.c
    branches/smoke2/source/creator/CMakeLists.txt
    branches/smoke2/source/creator/buildinfo.c
    branches/smoke2/source/creator/creator.c
    branches/smoke2/source/gameengine/Converter/BL_BlenderDataConversion.cpp
    branches/smoke2/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
    branches/smoke2/source/tools/GL/README.txt
    branches/smoke2/source/tools/GL/glreport.py
    branches/smoke2/source/tools/check_style_c.py

Added Paths:
-----------
    branches/smoke2/intern/cycles/kernel/kernel_projection.h
    branches/smoke2/release/datafiles/brushicons/mask.png
    branches/smoke2/source/blender/blenkernel/BKE_ccg.h
    branches/smoke2/source/blender/editors/datafiles/mask.png.c
    branches/smoke2/source/blender/editors/sculpt_paint/paint_mask.c
    branches/smoke2/source/blender/nodes/shader/nodes/node_shader_light_falloff.c
    branches/smoke2/source/tools/GL/core.gl
    branches/smoke2/source/tools/GL/es11.gl
    branches/smoke2/source/tools/GL/es20.gl
    branches/smoke2/source/tools/GL/extensions.gl
    branches/smoke2/source/tools/GL/system.gl

Removed Paths:
-------------
    branches/smoke2/extern/libmv/patches/mingw_w64_support.patch
    branches/smoke2/source/tools/GL/classic/
    branches/smoke2/source/tools/GL/core/
    branches/smoke2/source/tools/GL/es/
    branches/smoke2/source/tools/GL/extensions/
    branches/smoke2/source/tools/GL/platform/
    branches/smoke2/source/tools/GL/types/

Property Changed:
----------------
    branches/smoke2/source/blender/editors/space_outliner/

Modified: branches/smoke2/CMakeLists.txt
===================================================================
--- branches/smoke2/CMakeLists.txt	2012-05-13 18:37:21 UTC (rev 46614)
+++ branches/smoke2/CMakeLists.txt	2012-05-13 18:59:10 UTC (rev 46615)
@@ -195,7 +195,6 @@
 
 # Audio/Video format support
 option(WITH_CODEC_FFMPEG        "Enable FFMPeg Support (http://ffmpeg.org)" OFF)
-unset(PLATFORM_DEFAULT)
 
 option(WITH_CODEC_SNDFILE       "Enable libsndfile Support (http://www.mega-nerd.com/libsndfile)" OFF)
 if(APPLE OR (WIN32 AND NOT UNIX))
@@ -371,10 +370,6 @@
 		                    "because it is currently unsupported, remove this "
 		                    "line if youre a developer who wants to add support.")
 	endif()
-	
-	if((WITH_MINGW64) AND (WITH_OPENCOLLADA OR WITH_CODEC_FFMPEG))
-		message(FATAL_ERROR "MINGW64 still doesn't support: WITH_OPENCOLLADA/WITH_CODEC_FFMPEG")
-	endif()
 endif()
 
 TEST_SSE_SUPPORT(COMPILER_SSE_FLAG COMPILER_SSE2_FLAG)
@@ -1082,14 +1077,18 @@
 				${LIBDIR}/opencollada/include/GeneratedSaxParser/include
 			)
 			set(OPENCOLLADA_LIBPATH ${OPENCOLLADA}/lib ${OPENCOLLADA}/lib)
-			set(OPENCOLLADA_LIBRARIES OpenCOLLADAStreamWriter OpenCOLLADASaxFrameworkLoader OpenCOLLADAFramework OpenCOLLADABaseUtils GeneratedSaxParser UTF MathMLSolver expat pcre buffer ftoa)
+			set(OPENCOLLADA_LIBRARIES OpenCOLLADAStreamWriter OpenCOLLADASaxFrameworkLoader OpenCOLLADAFramework OpenCOLLADABaseUtils GeneratedSaxParser UTF MathMLSolver pcre buffer ftoa xml)
 			set(PCRE_LIBRARIES pcre)
 		endif()
 
 		if(WITH_CODEC_FFMPEG)
 			set(FFMPEG ${LIBDIR}/ffmpeg)
 			set(FFMPEG_INCLUDE_DIRS ${FFMPEG}/include ${FFMPEG}/include)
-			set(FFMPEG_LIBRARIES avcodec-53 avformat-53 avdevice-53 avutil-51 swscale-2)
+			if(WITH_MINGW64)
+				set(FFMPEG_LIBRARIES avcodec.dll avformat.dll avdevice.dll avutil.dll swscale.dll swresample.dll)
+			else()
+				set(FFMPEG_LIBRARIES avcodec-53 avformat-53 avdevice-53 avutil-51 swscale-2)
+			endif()
 			set(FFMPEG_LIBPATH ${FFMPEG}/lib)
 		endif()
 

Modified: branches/smoke2/build_files/scons/config/win32-vc-config.py
===================================================================
--- branches/smoke2/build_files/scons/config/win32-vc-config.py	2012-05-13 18:37:21 UTC (rev 46614)
+++ branches/smoke2/build_files/scons/config/win32-vc-config.py	2012-05-13 18:59:10 UTC (rev 46615)
@@ -165,7 +165,7 @@
 #CUDA
 WITH_BF_CYCLES_CUDA_BINARIES = False
 #BF_CYCLES_CUDA_NVCC = "" # Path to the nvidia compiler
-BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_13', 'sm_20', 'sm_21']
+BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_20', 'sm_21'] # don't build sm_13 until the compile can fit in 32bit process again :)
 
 #Ray trace optimization
 WITH_BF_RAYOPTIMIZATION = True

Modified: branches/smoke2/build_files/scons/config/win64-mingw-config.py
===================================================================
--- branches/smoke2/build_files/scons/config/win64-mingw-config.py	2012-05-13 18:37:21 UTC (rev 46614)
+++ branches/smoke2/build_files/scons/config/win64-mingw-config.py	2012-05-13 18:59:10 UTC (rev 46615)
@@ -16,11 +16,11 @@
 BF_OPENAL_LIB = 'wrap_oal'
 BF_OPENAL_LIBPATH = '${BF_OPENAL}/lib'
 
-WITH_BF_FFMPEG = False # TODO: FFmpeg gives linking errors, need to compile with MinGW-w64?
-BF_FFMPEG_LIB = 'avformat-53 avcodec-53 avdevice-53 avutil-51 swscale-2'
+WITH_BF_FFMPEG = True
+BF_FFMPEG_LIB = 'avformat.dll avcodec.dll avdevice.dll avutil.dll swscale.dll swresample.dll'
 BF_FFMPEG_LIBPATH = LIBDIR + '/ffmpeg/lib'
 BF_FFMPEG_INC =  LIBDIR + '/ffmpeg/include'
-BF_FFMPEG_DLL = '${BF_FFMPEG_LIBPATH}/avformat-53.dll ${BF_FFMPEG_LIBPATH}/avcodec-53.dll ${BF_FFMPEG_LIBPATH}/avdevice-53.dll ${BF_FFMPEG_LIBPATH}/avutil-51.dll ${BF_FFMPEG_LIBPATH}/swscale-2.dll'
+BF_FFMPEG_DLL = '${BF_FFMPEG_LIBPATH}/avformat-53.dll ${BF_FFMPEG_LIBPATH}/avcodec-53.dll ${BF_FFMPEG_LIBPATH}/avdevice-53.dll ${BF_FFMPEG_LIBPATH}/avutil-51.dll ${BF_FFMPEG_LIBPATH}/swscale-2.dll ${BF_FFMPEG_LIBPATH}/swresample-0.dll ${BF_FFMPEG_LIBPATH}/xvidcore.dll'
 
 WITH_BF_JACK = False
 BF_JACK = LIBDIR + '/jack'
@@ -137,14 +137,14 @@
              '${BF_OPENGL}/lib/libXmu.a', '${BF_OPENGL}/lib/libXext.a',
              '${BF_OPENGL}/lib/libX11.a', '${BF_OPENGL}/lib/libXi.a' ]
 
-WITH_BF_COLLADA = False # TODO: Compile Collada with MinGW-w64
+WITH_BF_COLLADA = True
 BF_COLLADA = '#source/blender/collada'
 BF_COLLADA_INC = '${BF_COLLADA}'
 BF_COLLADA_LIB = 'bf_collada'
 
 BF_OPENCOLLADA = LIBDIR + '/opencollada'
 BF_OPENCOLLADA_INC = '${BF_OPENCOLLADA}/include'
-BF_OPENCOLLADA_LIB = 'OpenCOLLADAStreamWriter OpenCOLLADASaxFrameworkLoader OpenCOLLADAFramework OpenCOLLADABaseUtils GeneratedSaxParser UTF MathMLSolver expat pcre buffer ftoa'
+BF_OPENCOLLADA_LIB = 'OpenCOLLADAStreamWriter OpenCOLLADASaxFrameworkLoader OpenCOLLADAFramework OpenCOLLADABaseUtils GeneratedSaxParser UTF MathMLSolver pcre buffer ftoa xml'
 BF_OPENCOLLADA_LIBPATH = '${BF_OPENCOLLADA}/lib'
 
 #Cycles
@@ -169,7 +169,8 @@
 WITH_BF_RAYOPTIMIZATION = True
 BF_RAYOPTIMIZATION_SSE_FLAGS = ['-mmmx', '-msse', '-msse2', '-ftree-vectorize']
 
-WITH_BF_OPENMP = True
+#Produces errors while rendering with subsurf/multires,
+WITH_BF_OPENMP = False
 
 ##
 CC = 'gcc'
@@ -178,10 +179,10 @@
 CCFLAGS = [ '-pipe', '-funsigned-char', '-fno-strict-aliasing' ]
 CXXFLAGS = [ '-fpermissive' ]
 
-CPPFLAGS = ['-DWIN32', '-DMS_WIN64', '-DFREE_WINDOWS', '-DFREE_WINDOWS64', '-D_LARGEFILE_SOURCE', '-D_FILE_OFFSET_BITS=64', '-D_LARGEFILE64_SOURCE', '-DBOOST_ALL_NO_LIB', '-DBOOST_THREAD_USE_LIB', '-DGLEW_STATIC', '-D_SSIZE_T_']
+CPPFLAGS = ['-DWIN32', '-DMS_WIN64', '-DFREE_WINDOWS', '-DFREE_WINDOWS64', '-D_LARGEFILE_SOURCE', '-D_FILE_OFFSET_BITS=64', '-D_LARGEFILE64_SOURCE', '-DBOOST_ALL_NO_LIB', '-DBOOST_THREAD_USE_LIB', '-DGLEW_STATIC']
 REL_CFLAGS = []
 REL_CXXFLAGS = []
-REL_CCFLAGS = ['-DNDEBUG', '-O2', '-ftree-vectorize', '-mmmx', '-msse', '-msse2']
+REL_CCFLAGS = ['-DNDEBUG', '-O2', '-mmmx', '-msse', '-msse2', '-ftree-vectorize']
 
 C_WARN = ['-Wno-char-subscripts', '-Wdeclaration-after-statement', '-Wstrict-prototypes']
 

Modified: branches/smoke2/build_files/scons/tools/btools.py
===================================================================
--- branches/smoke2/build_files/scons/tools/btools.py	2012-05-13 18:37:21 UTC (rev 46614)
+++ branches/smoke2/build_files/scons/tools/btools.py	2012-05-13 18:59:10 UTC (rev 46615)
@@ -177,6 +177,7 @@
             'BF_DEBUG_CFLAGS', 'BF_DEBUG_CCFLAGS', 'BF_DEBUG_CXXFLAGS',
             'C_WARN', 'CC_WARN', 'CXX_WARN',
             'LLIBS', 'PLATFORM_LINKFLAGS','MACOSX_ARCHITECTURE', 'MACOSX_SDK_CHECK', 'XCODE_CUR_VER',
+            'BF_CYCLES_CUDA_BINARIES_ARCH',
     ]
     
     

Modified: branches/smoke2/extern/Eigen3/Eigen/Core
===================================================================
--- branches/smoke2/extern/Eigen3/Eigen/Core	2012-05-13 18:37:21 UTC (rev 46614)
+++ branches/smoke2/extern/Eigen3/Eigen/Core	2012-05-13 18:59:10 UTC (rev 46615)
@@ -167,7 +167,7 @@
   #include <intrin.h>
 #endif
 
-#if (defined(_CPPUNWIND) || defined(__EXCEPTIONS)) && !defined(EIGEN_NO_EXCEPTIONS)
+#if defined(_CPPUNWIND) || defined(__EXCEPTIONS)
   #define EIGEN_EXCEPTIONS
 #endif
 

Modified: branches/smoke2/extern/Eigen3/Eigen/SVD
===================================================================
--- branches/smoke2/extern/Eigen3/Eigen/SVD	2012-05-13 18:37:21 UTC (rev 46614)
+++ branches/smoke2/extern/Eigen3/Eigen/SVD	2012-05-13 18:59:10 UTC (rev 46615)
@@ -13,9 +13,9 @@
   *
   *
   *
-  * This module provides SVD decomposition for (currently) real matrices.
+  * This module provides SVD decomposition for matrices (both real and complex).
   * This decomposition is accessible via the following MatrixBase method:
-  *  - MatrixBase::svd()
+  *  - MatrixBase::jacobiSvd()
   *
   * \code
   * #include <Eigen/SVD>

Modified: branches/smoke2/extern/Eigen3/Eigen/src/Cholesky/LDLT.h
===================================================================
--- branches/smoke2/extern/Eigen3/Eigen/src/Cholesky/LDLT.h	2012-05-13 18:37:21 UTC (rev 46614)
+++ branches/smoke2/extern/Eigen3/Eigen/src/Cholesky/LDLT.h	2012-05-13 18:59:10 UTC (rev 46615)
@@ -331,16 +331,16 @@
 
 template<typename MatrixType> struct LDLT_Traits<MatrixType,Lower>
 {
-  typedef TriangularView<MatrixType, UnitLower> MatrixL;
-  typedef TriangularView<typename MatrixType::AdjointReturnType, UnitUpper> MatrixU;
+  typedef const TriangularView<const MatrixType, UnitLower> MatrixL;
+  typedef const TriangularView<const typename MatrixType::AdjointReturnType, UnitUpper> MatrixU;
   inline static MatrixL getL(const MatrixType& m) { return m; }
   inline static MatrixU getU(const MatrixType& m) { return m.adjoint(); }
 };
 
 template<typename MatrixType> struct LDLT_Traits<MatrixType,Upper>
 {
-  typedef TriangularView<typename MatrixType::AdjointReturnType, UnitLower> MatrixL;
-  typedef TriangularView<MatrixType, UnitUpper> MatrixU;
+  typedef const TriangularView<const typename MatrixType::AdjointReturnType, UnitLower> MatrixL;
+  typedef const TriangularView<const MatrixType, UnitUpper> MatrixU;
   inline static MatrixL getL(const MatrixType& m) { return m.adjoint(); }
   inline static MatrixU getU(const MatrixType& m) { return m; }
 };

Modified: branches/smoke2/extern/Eigen3/Eigen/src/Cholesky/LLT.h
===================================================================
--- branches/smoke2/extern/Eigen3/Eigen/src/Cholesky/LLT.h	2012-05-13 18:37:21 UTC (rev 46614)
+++ branches/smoke2/extern/Eigen3/Eigen/src/Cholesky/LLT.h	2012-05-13 18:59:10 UTC (rev 46615)
@@ -274,8 +274,8 @@
 
 template<typename MatrixType> struct LLT_Traits<MatrixType,Lower>
 {
-  typedef TriangularView<MatrixType, Lower> MatrixL;
-  typedef TriangularView<typename MatrixType::AdjointReturnType, Upper> MatrixU;
+  typedef const TriangularView<const MatrixType, Lower> MatrixL;
+  typedef const TriangularView<const typename MatrixType::AdjointReturnType, Upper> MatrixU;
   inline static MatrixL getL(const MatrixType& m) { return m; }
   inline static MatrixU getU(const MatrixType& m) { return m.adjoint(); }
   static bool inplace_decomposition(MatrixType& m)
@@ -284,8 +284,8 @@
 
 template<typename MatrixType> struct LLT_Traits<MatrixType,Upper>
 {
-  typedef TriangularView<typename MatrixType::AdjointReturnType, Lower> MatrixL;
-  typedef TriangularView<MatrixType, Upper> MatrixU;

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list