Blender Git Commits

Blender Git "master" branch commits.

Page: 4057 / 5574

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.




April 9, 2011, 19:46 (GMT)
doxygen fix
April 9, 2011, 19:23 (GMT)
whitespace
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 :)
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.
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.
April 9, 2011, 00:10 (GMT)
remove -mwindows flag for scons/mingw, enable manifest & winblender.rc for all windows builds except for msvc2010
April 8, 2011, 22:07 (GMT)
Add missing defines for .rc file.
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.


April 8, 2011, 15:00 (GMT)
Fix small typo in resource define.
April 8, 2011, 14:56 (GMT)
Clean up linking flags for win32.
April 8, 2011, 14:40 (GMT)
Clean up linking flags for win64.
April 8, 2011, 14:04 (GMT)
Fix for compilation under non-windows platforms -- missed check for
platform before WM_console_toggle call
April 8, 2011, 13:32 (GMT)
add new subtype PROP_COORDS, for generic coordinates that are not to be changed by units.
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.
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.
April 8, 2011, 09:31 (GMT)
doxygen comments, removal of superfluous backslash.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021