Revision 4d46926 by Nathan Letwory April 9, 2011, 23:25 (GMT) |
Enable WINDRES only for MinGW, otherwise we get multiple manifest errors for ie. vs2008 |
Revision 0a60bc1 by Joseph Eagar April 9, 2011, 23:19 (GMT) |
=cloth collisions= Plugged the eltopo library into the cloth solver. I was playing with it earlier, and it's so easy to use I decided to quickly put it in (trunk's) cloth. See http://www.cs.ubc.ca/labs/imager/tr/2009/eltopo/eltopo.html . The authors are on the bleeding edge of continuous collision detection (one of them did ILM's cloth sim). I don't really have to time to plug it into softbody, particles, bullet, fluid, etc, but doing so would be pretty straightforward. I'll leave that up to someone else. To use, turn on USE_ELTOPO (in cmake) or WITH_BF_ELTOPO in scons. |
Revision 2847896 by Nathan Letwory April 9, 2011, 19:46 (GMT) |
doxygen fix |
Revision b344fe0 by Nathan Letwory April 9, 2011, 19:23 (GMT) |
whitespace |
Revision 66cee63 by Sergey Sharybin April 9, 2011, 18:29 (GMT) |
Fix crash for Windows+Intel video card configuration Intel video cards don't work fine with multiple contexts and have to share the same context for all windows. This could work incorrect with multiple video cards configuration, so suppose there'll be no such situation (Intel cards are mostly in portable devices like notebooks and laptops, where there's actually no dual video cards). Anyway, it should work much better now. Non-Intel cards behavior was kept unchanged. Thanks to Ton for debug session :) |
Revision 5457c87 by Campbell Barton April 9, 2011, 11:16 (GMT) |
change in how cmake works with CMAKE_C_STANDARD_LIBRARIES / CMAKE_CXX_STANDARD_LIBRARIES. if not defined (first run) these are now set blank but can be defined later. the problem is that scons & cmake builds would link against different libraries since cmake added its own defaults. now, by default, scons & cmake have the same libraries. This fixes an obscure crash in MinGW where cmakes default linking with -ladvapi32 would crash on string formatting which used float precision as an argument, eg: printf("%.*f", 3, value); ...without giving a useful backtrace or pointing to the line of code doing the string formatting. |
Revision d13df6c by Nathan Letwory April 9, 2011, 02:23 (GMT) |
Print out reports on console too (debug and up) as fix for [#26708] "INFO" reports are not displayed reported by Tom Edwards Showing of certain reports (ie. info) is very hidden. At least print these to console. |
Revision 161927e by Campbell Barton April 9, 2011, 00:10 (GMT) |
remove -mwindows flag for scons/mingw, enable manifest & winblender.rc for all windows builds except for msvc2010 |
Revision 9feb70d by Nathan Letwory April 8, 2011, 22:07 (GMT) |
Add missing defines for .rc file. |
Revision 1728c20 by Ton Roosendaal April 8, 2011, 16:56 (GMT) |
Fixes related to using Library files: - Assigning local materials to library objects disabled (crashes on undo/redo cases) - Disabling options in Material buttons to add/remove slots on library data - Drawing Object ID template in Object properties, this allows browse active Object, but especially shows library status then. |
Revision 626c268 by Nathan Letwory April 8, 2011, 15:00 (GMT) |
Fix small typo in resource define. |
Revision a0b1722 by Nathan Letwory April 8, 2011, 14:56 (GMT) |
Clean up linking flags for win32. |
Revision 4d2562f by Nathan Letwory April 8, 2011, 14:40 (GMT) |
Clean up linking flags for win64. |
Revision 20dea8c by Sergey Sharybin April 8, 2011, 14:04 (GMT) |
Fix for compilation under non-windows platforms -- missed check for platform before WM_console_toggle call |
Revision 70cd080 by Campbell Barton April 8, 2011, 13:32 (GMT) |
add new subtype PROP_COORDS, for generic coordinates that are not to be changed by units. |
Revision 2b95549 by Nathan Letwory April 8, 2011, 12:49 (GMT) |
Apply console part of patch [#26044] Windows thumbnails and improved filetype registration submitted by Tom Edwards This patch introduces a switch -con and its longer version --start-console. When giving this on cmd-line you'll get the black console window. The new behaviour is to hide it by default. We'll still see briefly the console at startup and during exit, but that's something that cannot be changed. If you start blender from a cmd.exe, the console will not be hidden. |
Revision 0f5959a by Campbell Barton April 8, 2011, 12:28 (GMT) |
fix [#26674] Inconsistency in snapping CursorToSelection between UV_Editor and 3d_View. |
Revision 50969c2 by Lukas Toenne April 8, 2011, 12:02 (GMT) |
Minor bugfix in initTransInfo: SpaceImage used even if space type is SPACE_NODE. |
Revision 5ada399 by Janne Karhu April 8, 2011, 10:28 (GMT) |
Fix for [#26800] Particle Render "Use Group Count" is shared between different Particle Settings datablocks * Copying particle settings didn't copy the dupliweights. |
Revision 08bb4be by Nathan Letwory April 8, 2011, 09:31 (GMT) |
doxygen comments, removal of superfluous backslash. |
|