Revision 069d21d by Tamito Kajiyama September 27, 2009, 00:32 (GMT) |
Made the Freestyle Python API compatible with Python 3. |
Revision 69995bb by Joerg Mueller September 26, 2009, 20:03 (GMT) |
Sound: * Threading buxfix letting MSVC Debug builds crash because of corrupted std::lists * Adopted two property ranges * Changed the mixdown volume to set the device volume instead of the volume of every sound. I also removed the private redefinition of m_logicmgr in SCA_BasicEventManager, which was already defined protected in the parent class SCA_EventManager and thus caused a bug letting GE crash here because of an uninitialized pointer. |
Revision 7af92d6 by Martin Poirier September 26, 2009, 19:50 (GMT) |
netrender: split off job settings in their own panel. Add button to open up web interface in a browser. |
Revision 128dba3 by William Reynish September 26, 2009, 16:43 (GMT) |
Assorted tiny UI tweaks |
Revision 903d823 by Martin Poirier September 26, 2009, 16:22 (GMT) |
netrender: fix some bugs with job cancellation, remove credits system, add more status report on server, cleanup server error management |
September 25, 2009, 22:38 (GMT) |
Add directives to support multi dir lib. |
September 25, 2009, 18:47 (GMT) |
Fixing up Makefiles, its not fully working but its closer... Kent |
Revision aa989c1 by Campbell Barton September 25, 2009, 16:30 (GMT) |
almost all event managers stored a pointer back to the logic manager, easier if this pointer is in the base class - SCA_EventManager |
Revision 9f6566c by Campbell Barton September 25, 2009, 16:27 (GMT) |
removed double library entries without realizing I had the BGE disabled, these are needed. |
Revision 69e47fc by Campbell Barton September 25, 2009, 14:26 (GMT) |
WITH_CXX_GUARDEDALLOC was broken since BL_ArmatureObject become a PyObject |
Revision 38ae41f by Campbell Barton September 25, 2009, 13:09 (GMT) |
fix for buildinfo on mac's |
Revision f49a18f by Joshua Leung September 25, 2009, 12:20 (GMT) |
Graph Editor: F-Modifiers can now be added to multiple selected F-Curves at once with the Ctrl-Shift-M hotkey. * All the selected F-Curves will get the same type of F-Modifier added. * The button in the properties region will still only added the F-Modifier to the active F-Curve though * For now, there must be an active F-Curve in either case, otherwise the poll() callback fails. |
Revision ff7157d by Joshua Leung September 25, 2009, 10:52 (GMT) |
Graph Editor: Drawing + Selection Tweaks * Deselect all now selects/deselects F-Curves too * Tangents of unselected F-Curves now draw 'faded' like the curves they belong to. This experimental change is quite subtle, but can be made stronger still if people want. * Cleaned up some old comments in the code too... |
Revision 40c175f by Campbell Barton September 25, 2009, 10:24 (GMT) |
modal kaymaps for view3d rotate/move/zoom removed redundant 'view' prefix from these operators. |
Revision 5eecb2a by Brecht Van Lommel September 25, 2009, 09:33 (GMT) |
Warning fixes for ITASC. Also, use <stdlib.h> instead of <malloc.h>, it works everywhere. |
Revision 7c9bb3c by Benoit Bolsee September 25, 2009, 07:44 (GMT) |
Fix OSX compilation problem with malloc.h in itasc |
Revision b8c7910 by Campbell Barton September 25, 2009, 05:25 (GMT) |
- use pythons time module rather then bpy.sys.time() - comment poll functions, maybe could check for editable scene later - importing OBJs imports triangle meshes. |
Revision 2d22ea1 by Joshua Leung September 25, 2009, 04:51 (GMT) |
Drivers: Copy/Paste tools for the RMB Menu Drivers can now be copied/pasted for single properties, allowing drivers set up on one property to be added to a few other properties relatively easily. Also, added description strings for the other driver-button operators. |
Revision 0aa08fc by Campbell Barton September 25, 2009, 04:25 (GMT) |
still doesn't work but this fixes make clean |
Revision 314d460 by Campbell Barton September 25, 2009, 02:40 (GMT) |
options WITH_LZO and WITH_LZMA for cmake and scons (default to true) pointcache.c also needed to have checks for these defines. |
|