Revision 2e93510 by Ton Roosendaal November 7, 2006, 18:34 (GMT) |
Patch #5028. by Joshua Leung (aligorith) Key snapping in Action Window, cleanup and added option to snap to current frame. |
November 7, 2006, 18:32 (GMT) |
removed redefinition of cp and mem. Was causing problems on windows. (Its odd that it worked on gcc without warnings) Thanks to damiles. Kent |
November 7, 2006, 17:32 (GMT) |
Patch provided by (lynx3d) Mathias Wein, It fixes endian issues with 16bit targa images. this is fixing bug #4982 Kent |
Revision f3a7541 by Ton Roosendaal November 7, 2006, 16:43 (GMT) |
The occosional warning cleanup; - unused varialbles - unused functions - wrong casted callback for SDL - gcc3 related; (GLint *) for opengl calls. |
Revision 7de24b7 by Ton Roosendaal November 7, 2006, 16:27 (GMT) |
MSVC compiler is non-posix for some string operations... Created a BLI_strcasestr and used existing BLI_strcasecmp in code now. |
Revision 0de4c3c by Ton Roosendaal November 7, 2006, 15:47 (GMT) |
Long wanted feature for animators: option to lock a view to always show a specific object, so you can see long walkcycles or actions well. Option is per 3d window, in "View Properties" panel. It also can optional lock a view to a single bone even! Temporal movie for fun: http://www.blender.org/bf/0001_0060.avi |
Revision f34bf8a by Ton Roosendaal November 7, 2006, 14:25 (GMT) |
Patch #4980, by Joshua Leung (aligorith) This enables finding data in the Outliner. Usage: Fkey (partial strings), CTRL+Fkey (partial strings, case sensitive). SHIFT+Fkey to repeat a search, this cycles around. Extra changes: - button popups to enter strings now starts activated. - outliner either shows for Armature the Bones, or Posechannels or Editbones, depending the mode. Was needed to make searches meaningful. Although Joshua did very good work on the key functions, there were a couple of issues in his code, and problems in Outliner code, that didn't make it all work nicely. So, this is quite a revised patch. :) Full review log can be found in the patch tracker. |
Revision 008d698 by Nathan Letwory November 7, 2006, 11:24 (GMT) |
move SPACE_* (enum) and SPACEICONMAX to DNA_space_types (being the more logical place than DNA_screen_types). SPACEICONMAX gets its value now through this enum, so it is not anymore easy to forget to update it correctly :) |
Revision a8d1f30 by Nathan Letwory November 7, 2006, 11:10 (GMT) |
create_verse_node was given wrong parameter (VSession), corrected to be VerseSession. |
Revision eeaf053 by Jens Ole Wund(bjornmose) November 7, 2006, 10:00 (GMT) |
msvc6 still compiles nicely |
Revision f0cb272 by Nathan Letwory November 7, 2006, 06:44 (GMT) |
change include path to wintab headers to be searched from SConstruct (and then relatively) |
November 7, 2006, 05:32 (GMT) |
Fix for bug #5176: Crash when using display mode "Draw Sharp" This was a sculpt mode merge problem: the G_DRAWSHARP and G_SCULPTMODE flags had the same value, so Blender thought it was in sculpt mode when "Draw Sharp" was turned on, leading to segfaults. I have moved the G_SCULPTMODE flag to an unused value. |
Revision e144a05 by Geoffrey Bantle November 7, 2006, 00:34 (GMT) |
->Commit of patch #5132: Separate by material This patch adds a new option to the separate menu in editmode, 'By Material'. It simply loops through all materials in the mesh selects the faces associated with them and calls separate(). Thanks to Andrea Weikert for the patch! |
Revision 2ef6c48 by Brecht Van Lommel November 7, 2006, 00:10 (GMT) |
Added two new blend modes to image painting brushes, erase alpha and add alpha, for painting transparency in images. When using the eraser tool of a tablet pen, the erase alpha blend mode is activated. |
Revision b48c514 by Brecht Van Lommel November 6, 2006, 23:51 (GMT) |
Added an option in the IK constraint to disable stretching, useful in rigs with layered IK constraints. Also removed the tolerance setting, this value wasn't used in the solver anymore. |
Revision 10a4b1a by Ton Roosendaal November 6, 2006, 18:37 (GMT) |
Patch #4743, Stephane Soppera gamma.c plugin (sequencer) now supports float rects. |
Revision c2e72a9 by Ton Roosendaal November 6, 2006, 18:20 (GMT) |
Patch #4955, Joshua Leung (aligorith) Four more selection options in Curve editing; - select more/less (ctrl+numpadplus/minus) - select first/last point All nice in menus and toolbox even! Patch note: had to fix bugs in using 'continue' inside of while() loops. Turned all oldstyle while() in for() for going over lists. |
November 6, 2006, 16:58 (GMT) |
Fix for makefiles so it can find wintab headers in the libdir. Kent |
Revision 71d7409 by Ton Roosendaal November 6, 2006, 15:42 (GMT) |
Patch #4940, by Wybren van Keulen The 2-point perspecitve Architecture Camera! http://www.funnyfarm.tv/patch_lens_shift/patch_lens_shift.mov Full log: https://projects.blender.org/tracker/index.php?func=detail&aid=4940&group_id=9&atid=127 |
Revision 232bfbb by Nathan Letwory November 6, 2006, 08:21 (GMT) |
* compiler command-line fix for scons/win32-mingw |
|
|
|


Master Commits
MiikaHweb | 2003-2021