Revision 6a83746 by Ton Roosendaal September 8, 2008, 10:31 (GMT) |
Bugfix #17305 3d window didn't refresh correctly when loading a new background image. Fix by Ken Hughes. :) |
Revision ce7caf2 by Joshua Leung September 8, 2008, 06:49 (GMT) |
View 3D - Improvements for Info Drawing: The little info string beside the mini-axis (in bottom left corner) is now more useful when animating fullscreen. ZanQdo feature request. * Info string is drawn in yellow when there is a keyframe on this frame. Hopefully this doesn't introduce any major slowdowns, as it does do a search for keyframes for every redraw. * Name of first marker that occurs on the current frame is now also shown (in angled brackets). No angle brackets are shown if no marker. * Info string is also shown when there is no active object. |
Revision b60a24e by Martin Poirier September 7, 2008, 21:44 (GMT) |
Reeb: - Prevent useless buckets reallocation - Better multifiltering by not doing precopies Retargetting - if no full match found, match using loose rules - better multiresolution flagging for used arcs (prevent ALL backtracking) - comment out a lot of debug prints for better benchmarking |
Revision a9d334d by Daniel Genrich September 7, 2008, 20:46 (GMT) |
Bugfix for #17572 Boids Particles Crash |
Revision 26d8da9 by Daniel Genrich September 7, 2008, 20:18 (GMT) |
Bug [#17454] Wave modifier crash, fix provided by Banlu Kemiyatorn |
Revision f3fc5a8 by Benoit Bolsee September 7, 2008, 19:58 (GMT) |
BGE bug #17574 fixed: GE Text input doesn't register in 2.47. Force registration of keyboard sensor with no link as this is typically the setting for key logging. |
Revision 44f9276 by Daniel Genrich September 7, 2008, 19:47 (GMT) |
Revision 1d41c27 by Ton Roosendaal September 7, 2008, 18:18 (GMT) |
Bugfix #17446 Two menu errors in Node Editor. |
Revision 8569a78 by Ton Roosendaal September 7, 2008, 17:13 (GMT) |
bugfix 17527 Halo render: lines and rings were not using random anymore... got lost in particle upgrade of pre-peach. Tsk! |
Revision d0b3ce3 by Campbell Barton September 7, 2008, 16:37 (GMT) |
Draw icons in the layer button to show used layers as well as layer of active object, this is a feature from apricot but used button color instead which was confusing. |
Revision 98b18bc by Maxime Curioni September 7, 2008, 14:13 (GMT) |
soc-2008-mxcurioni: corrected compilation issues (remnants of extern_lib3ds) |
Revision 91c8eea by Campbell Barton September 7, 2008, 14:02 (GMT) |
[#17579] Added support to VSE Python API for adding movie and audio HD sequences from Rob Scott (spamagnet) |
Revision a14d7c9 by Ton Roosendaal September 7, 2008, 13:15 (GMT) |
Bugfix #17497 FSA didn't support "key alpha", fixed it. Also noticed edge-enhance didnt work for FSA, added warning for that, fixing it is too clumsy, this option belongs in compositor. |
Revision e0fad0e by Joshua Leung September 7, 2008, 11:36 (GMT) |
Grease Pencil - Stick to View for Sequencer: The 'Stick to View' feature now works in the sequencer (image previews) |
Revision 0bf03ef by Benoit Bolsee September 7, 2008, 10:47 (GMT) |
BGE patch: Simulate dupligroup operation when parent and child are not active/inactive at the same time: don't convert the child. This unusual situation is used in Apricot for testing. |
Revision 7666666 by Ton Roosendaal September 7, 2008, 10:24 (GMT) |
Bugfix #17490 Camera feature "DOF Object" was drawing the cross marker on wrong location when camera scales. Simple fix by using Mat4Ortho() |
Revision eb9f446 by Joshua Leung September 7, 2008, 04:43 (GMT) |
Constraints - Space Conversions Code Tidyup: Finished verifying that all possible combinations of space conversions were accounted for. |
Revision 54a4b03 by Daniel Genrich September 7, 2008, 01:43 (GMT) |
Some version were not merged from svn/missing --> svn merge -r 16370:16371 https://svn.blender.org/svnroot/bf-blender/trunk/blender |
Revision 667c8d8 by Benoit Bolsee September 6, 2008, 22:06 (GMT) |
BGE patch: break parent relationship when child and parent are not active/inactive at the same time. This unusual situation is used in Apricot for test purposes. |
Revision 9f05477 by Benoit Bolsee September 6, 2008, 17:49 (GMT) |
|