Revision efc4624 by Thomas Dinges August 15, 2009, 14:16 (GMT) |
2.5 Physic Buttons: Patch by nudelZ. Thanks. * Some layout and code cleanup. * Made Collision Panel use Modifier Layout with Add/remove Operator. |
Revision 9236f92 by Campbell Barton August 15, 2009, 13:30 (GMT) |
- remove UNSET becuase it only works with newer versions of cmake, - changed the SDL and Freetype vars to match CMake's names - removed unneeded freetype, SDL and ftgl includes |
Revision 9c45a27 by Thomas Dinges August 15, 2009, 13:06 (GMT) |
2.5 Sequencer: * Added Marker Operator Buttons in Menu, although they don't show up inside the Sequencer yet. * Code Cleanup. |
Revision de354d5 by Elia Sarti August 15, 2009, 12:47 (GMT) |
Fix for shift-selecting manipulator types. Now redraws correctly 3dview. |
Revision 13c3bdb by Thomas Dinges August 15, 2009, 10:50 (GMT) |
Compile fix. Variable was in wrong place, caused errors in msvc. Fix by Lguillaume in IRC. |
Revision 712b677 by Campbell Barton August 15, 2009, 09:53 (GMT) |
changes to help refcounts in rna be more predictable (still leaks when reloading on - F8) |
August 15, 2009, 07:49 (GMT) |
* scons fixes for voxel data texture |
August 15, 2009, 07:40 (GMT) |
Revision 12291b6 by Campbell Barton August 15, 2009, 05:05 (GMT) |
RNA Types were storing an instance of themself for class introspection and docs but makes freeing the type complicated. now __rna__ is a PyCObject rather then a BPy_StructRNA instance, to get the rna from python use __get_rna() now. |
Revision dc952c7 by Joshua Leung August 15, 2009, 00:40 (GMT) |
Commenting out code from commit 22457 by Genscher for PointCache. There was some missing code or something causing compiling problems. |
Revision d0607c9 by Martin Poirier August 14, 2009, 18:18 (GMT) |
CTX_wm_reports needs to return NULL when wm.manager is NULL (this happens in background mode). This fixes a segfault on quit in background mode. Now it reports unfreed datablocks, someone should fix that. |
Revision 5248519 by Daniel Genrich August 14, 2009, 17:39 (GMT) |
Pointcache: * prepare pointcache for smoke (smoke doesn't use it yet, commit follows later) |
Revision eef09b9 by Campbell Barton August 14, 2009, 17:16 (GMT) |
cmake changes - set python to 3.1 on linux (dont use FindPackage for now) - remove duplicate settings (disable cache for copied settings, was quite confusing) - added an option WITH_INSTALL, when disabled scripts and language files wont be copied to the target dir (better for quick builds) - remove .svn (was still CVS), and pyc/pyc files after copy - copy the 'io' as well as 'ui' |
Revision e9e3f66 by Chingiz Dyussenov August 14, 2009, 17:12 (GMT) |
Importer: * Converts euler rotation to quaternion for bone animation. |
Revision 47a41ad by Janne Karhu August 14, 2009, 16:25 (GMT) |
Proper copy code for multiple point caches. |
Revision 0ba5cf2 by Nicholas Bishop August 14, 2009, 15:47 (GMT) |
2.5/Paint modes: * Fixed one of the items from Brecht's TODO mail. Exiting edit mode now restores any paint mode you might have been in, rather than going to object mode. |
Revision c32fce0 by Campbell Barton August 14, 2009, 13:13 (GMT) |
some fixes for netbsd with cmake - CMake, use FIND_PACKAGE(Freetype) for unix/linux - Only link with libdl.so on linux - use statvfs rather then statfs for netbsd (size of statfs wasnt available) - add x11 include path with ghost, glu. |
Revision 08f0938 by Campbell Barton August 14, 2009, 12:29 (GMT) |
- registering new python classes runs the free functions on existing classes. - print an error if RNA Structs are freed with a python pointer set to help with debugging leaks. - fix for unlikely eternal loop in unit conversion. |
Revision 4bbccd3 by Joshua Leung August 14, 2009, 11:09 (GMT) |
2.5 - Assorted Animation UI Tweaks * Fixed padding for Graph Editor visibility toggles * Reverted many of the tweaks to Timeline UI for now (for the reasons outlined in earlier mail) * NLA Editor now (mostly) uses the new channel-drawing API |
Revision c6e041f by Nicholas Bishop August 14, 2009, 04:45 (GMT) |
2.5/Paint modes: * Moved brush curve preset operator out of sculpt to paint_utils * Added a button to the curve panel to set the preset |
|