Revision a7507e9 by Campbell Barton April 6, 2011, 06:03 (GMT) |
fix [#26803] Libs paths are case sensitive in windows use case insensitive path comparison on windows: BLI_path_cmp |
Revision 5c7bed9 by Campbell Barton April 6, 2011, 03:02 (GMT) |
fix for cmake glew includes (tested with mingw), also made qtcreator project generator work with mingw again |
Revision 1c8d311 by Campbell Barton April 6, 2011, 01:51 (GMT) |
missed setting WITH_BUILTIN_GLEW on non *nux OS's also made WITH_PYTHON advanced. |
Revision 4b15fcf by Campbell Barton April 6, 2011, 01:13 (GMT) |
fix [#26801] Undoing Animation modifiers undoes 2 steps. also found grease pencil layer operators were not flagged to use undo. |
Revision 751bbd0 by Campbell Barton April 6, 2011, 00:46 (GMT) |
update test checksums (change in normals caused this). also make all imports write blend files so its easy to check what the imports look like. |
April 6, 2011, 00:22 (GMT) |
SVN maintenance. |
Revision ca254dd by Campbell Barton April 5, 2011, 23:31 (GMT) |
add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own glew library. |
Revision d5d9c56 by Campbell Barton April 5, 2011, 12:31 (GMT) |
minor edits to keyingsets script. |
Revision b6a1df3 by Campbell Barton April 5, 2011, 12:05 (GMT) |
tooltips were part way of the bottom of the screen (timeline play button for eg) |
Revision b2753f6 by Joshua Leung April 5, 2011, 11:49 (GMT) |
"Bugfix" (i.e. feature request in disguise!) [#26772] Delta Scaling, Rotation and Location don't have Keying Sets Added Keying Sets for Delta Loc/Rot/Scale settings (aka dLoc/dRot). These settings could already be found in the Object properties, under the collapsed "Delta Transforms" panel. I've added these to the end of the Keying Sets list, since adding any earlier will end up breaking active Keying Set setting in older files. Besides, these settings aren't that frequently used either... |
Revision bbf8287 by Joshua Leung April 5, 2011, 11:04 (GMT) |
Bugfix [#26792] blender crash when scaling action strip in NLA Two part bug: Part 1) NLA Editor menu was calling wrong operator Part 2) r35829 broke NLA scaling, since it only checked that the transform mode used was allowed in the Action Editor (probably confused by Part 1) |
Revision 165a40e by Campbell Barton April 5, 2011, 09:33 (GMT) |
add support for installing addons to custom script path [#26751] installing addon to custom script directory doesn't work |
Revision 1f45f5c by Campbell Barton April 5, 2011, 08:54 (GMT) |
fix [#26793] Is the Convert function of Grease Pencil normal? disallow grease pencil conversion in editmode, was setting a new active object. |
Revision 61933ec by Campbell Barton April 5, 2011, 08:43 (GMT) |
comment menu item causing crash [#26792]. |
Revision 8f4343c by Campbell Barton April 5, 2011, 07:26 (GMT) |
fix for render only drawing wire curves in wire view. |
Revision 2b90eb1 by Campbell Barton April 5, 2011, 07:13 (GMT) |
Commit r33378 adds a red alert to search buttons which have items which are not in the list. Disable this for pointer buttons since this was intended for vgroups & uvlayers. Pointer buttons often reference ID's which can be in the 1000+, lookups like this on each button draw is not useful since invalid pointers here will likely crash on scene evaluation. |
Revision dcb26e4 by Campbell Barton April 5, 2011, 06:05 (GMT) |
fix [#26782] Missing settings in some texture nodes. also rename noisebasis_2 --> noise_basis_2 |
Revision db6ea4d by Campbell Barton April 5, 2011, 02:58 (GMT) |
utility function for getting the vector direction the mouse is pointing in a perspective view. |
Revision 162d02b by Campbell Barton April 4, 2011, 22:42 (GMT) |
quiet warning & minor pep8 edits. |
Revision b3bc004 by Campbell Barton April 4, 2011, 22:40 (GMT) |
fix [#26785] Curve shows in 3dview regardless of "Only Render" |
|