Revision a27cc1a by Joerg Mueller August 10, 2009, 15:39 (GMT) |
2.5 audio cleanup: * Removed CD Actuator * Removed bSample and bSoundListener * Removed SoundSystem * Removed -noaudio parameter |
Revision cb9e51b by Campbell Barton August 10, 2009, 14:15 (GMT) |
missing include for fluid |
Revision f1c69e9 by Daniel Genrich August 10, 2009, 14:09 (GMT) |
Smoke: * bugfix for crash when loading smoke files more once on linux/mac * could also fix occasional explosions * code cleanup |
Revision 675936b by Arystanbek Dyussenov August 10, 2009, 13:49 (GMT) |
- ran 2to3 on export_3ds.py, import_3ds.py and export_x3d.py - added operators and menu items for ^ |
Revision eafef35 by Campbell Barton August 10, 2009, 13:21 (GMT) |
patch from Stukfruit in IRC |
Revision 90e2ffd by William Reynish August 10, 2009, 12:17 (GMT) |
IK constraint and armature modifier layout tweaks |
Revision 6c951fbb by Campbell Barton August 10, 2009, 11:58 (GMT) |
adding back button evaluation so you can do 1/60, 90*0.1 etc as well as dimension conversion 1km-10cm+4ft Note... - Python3.1 you don't need to add the .0 for divisions anymore (was esp annoying for button eval) - Simple dimension input, imperial mi/yd/ft/in, metric km/m/cm/mm, Later could display these values and have a pref for scene scale, atm it assumes 1BU == 1m. |
Revision 7084be9 by Campbell Barton August 10, 2009, 04:50 (GMT) |
fix for build problem with audiospace and implicit declaration. |
August 10, 2009, 02:43 (GMT) |
Change linux makefiles to use system wide python lib. |
August 10, 2009, 02:07 (GMT) |
Wrap message with " as the ' was giving issues. |
August 10, 2009, 01:56 (GMT) |
Add initial support in Makefiles for audaspace. Note: removed hardcoded path in include directive. Check other build systems. |
Revision 7440fee by Campbell Barton August 10, 2009, 00:07 (GMT) |
remove python2.x support |
August 9, 2009, 23:31 (GMT) |
Add missing include paths. |
August 9, 2009, 23:23 (GMT) |
SVN maintenance. |
Revision 8512b30 by Martin Poirier August 9, 2009, 22:22 (GMT) |
fix crash caused by stroke selection |
Revision 6c5c58e by Joerg Mueller August 9, 2009, 21:16 (GMT) |
2.5: Sound branch merge! See mailing list for additional information. |
Revision c1ca2ab by Nicholas Bishop August 9, 2009, 17:21 (GMT) |
Sculpt/2.5: * Added toolbar UI for setting "anchored" mode * Added a "persistent" mode for the layer brush; basically you can keep sculpting on the same layer between strokes when this is on. There's a button to reset the base so you can add another layer on top of that, and so on. This feature was suggested by Blenderer on BA, thanks! Note, I think these options could use better names in the UI, but I couldn't really think of anything very descriptive, suggestions welcome |
Revision b58083e by Daniel Genrich August 9, 2009, 15:04 (GMT) |
smoke: fix fft not working |
Revision 9e1b2d0 by Daniel Genrich August 9, 2009, 14:13 (GMT) |
fftw + smoke: fifxing define (making it work with scons) |
Revision 2a408c8 by Campbell Barton August 9, 2009, 13:20 (GMT) |
- fix error in last commit - added better error feedback when registering operators fails. - added some python benchmark timers (prints on exit), times number of times py scripts run, average time and total % of time running py scripts. |
|