Revision 20f4460 by Antonis Ryakiotakis April 12, 2012, 08:45 (GMT) |
Took out OpenMP refactor out by mistake |
Revision 14c527a by Antonis Ryakiotakis April 12, 2012, 08:36 (GMT) |
Revert changes that disable features on MinGW. To compile on MinGW it is important to have the latest MinGW (gcc 4.6.2) I have updated the instructions on the wiki to reflect this: http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Windows/Environment |
Revision c74ace0 by Campbell Barton April 12, 2012, 07:40 (GMT) |
fix [#30907] Inset tool with Select Outer disabled does not allow translation of new faces inset with select-inner faces gave invalid selection. also correct spelling in some comments. |
Revision 30888ac by Campbell Barton April 12, 2012, 06:52 (GMT) |
doxygen docs explaining whats going on with shape-key conversion. |
Revision 8660a20 by Campbell Barton April 12, 2012, 05:34 (GMT) |
cmake/mingw now builds with default configuration (needed to disable tiff/exr/cycles) |
Revision a0c4efa by Campbell Barton April 12, 2012, 03:10 (GMT) |
code cleanup: remove duplicate define on windows. |
Revision f8b7cfb by Campbell Barton April 12, 2012, 02:50 (GMT) |
code cleanup: quiet some mingw warnings. |
Revision 8fb067a by Campbell Barton April 12, 2012, 02:37 (GMT) |
code cleanup: avoid confusion with utfconv lib - was configuring this windows only lib on non windows platforms (scons only). |
Revision cc12591 by Campbell Barton April 12, 2012, 02:15 (GMT) |
code cleanup: utfconv library had some quite confusing formatting, also cleared som warnings. |
Revision 5aaf3ed by Campbell Barton April 12, 2012, 00:15 (GMT) |
code cleanup: remove unused var for windows and style edit (remove spaces between 'var[num]') |
Revision c8b19b7 by Campbell Barton April 11, 2012, 15:59 (GMT) |
fix [#30771] Shapekeys: Basis shapekey is not kept in sync with "RealMesh" behave the same as in 2.4x. - merge BMesh / Pre-BMesh code shape key conversion code, old code was called as a fallback but merge instead. - fix possible crash - new bmesh code was clamping the vertex index for the oldverts array by the new total number of verts. |
Revision 1f6369f by Campbell Barton April 11, 2012, 15:24 (GMT) |
bmesh shape key conversion on exiting editmode. there were 2 blocks of code (both calculating the offset array), now move the fallback method into the main key conversions block. |
Revision e7b7bc1 by Campbell Barton April 11, 2012, 14:59 (GMT) |
bmesh exit editmode shape key conversion - split out 'keyblock --> customdata layer index' into its own function, makes code easier to follow. |
Revision 1eff051 by Campbell Barton April 11, 2012, 14:42 (GMT) |
bmesh shape key conversion when exiting editmode. - avoid running old conversion code if its not needed. - de-duplicate functionality which gets offsets from edits made in editmode. |
Revision ce95b0b by Sergey Sharybin April 11, 2012, 13:51 (GMT) |
libmv: bundle new upstream version from own branch which should support compilation of glog on hurd platform. |
Revision bb0a3e1 by Sergey Sharybin April 11, 2012, 13:17 (GMT) |
Game engine: pass string length to BLI_str_cursor_step_prev_utf8 rather than NULL That's what this function expect (but somehow does not use) and it gave compilation error when using gcc-4.6.3 from debian linux. |
Revision c56b39b by Campbell Barton April 11, 2012, 11:52 (GMT) |
write mesh selection history to the blend file. without this active edge/vert are lost on UNDO. |
Revision a8226cb by Campbell Barton April 11, 2012, 11:22 (GMT) |
code cleanup: mselect conversion when creating a bmesh from a bmesh was overly verbose. |
Revision 9e66301 by Campbell Barton April 11, 2012, 10:35 (GMT) |
py rna/api: fix for error running RNA_property_collection_type_get on non collection property types. |
Revision a3b491e by Brecht Van Lommel April 11, 2012, 09:07 (GMT) |
Fix cycles opencl compile issue, fminf/fmaxf() was defined both as macro and function. |
|