Revision d300c28 by Daniel Salazar February 15, 2010, 06:01 (GMT) |
Align Object op: Introducing Align Modes Negative Sides / Centers / Positive Sides. Not the most beautiful code ever but will beautify after everything is implemented |
Revision 1f3faf0 by Martin Poirier February 15, 2010, 03:29 (GMT) |
Fix compile error on 64bit (padding error in inline struct) |
Revision 10ddcb0 by Thomas Dinges February 15, 2010, 03:07 (GMT) |
DNA Compile fix for my recent theme commit. |
Revision dbb6c54 by Thomas Dinges February 15, 2010, 02:53 (GMT) |
Netrender: * Added File Path Button for the "path" property. |
Revision 6753411 by Thomas Dinges February 15, 2010, 02:39 (GMT) |
Console: * Added own theme support for the cursor, was depending on the line_error color before. |
Revision 9f7a412 by Thomas Dinges February 15, 2010, 01:42 (GMT) |
File > Open recent raised an error when there was no .Blog file. Now it prints an info. |
Revision d820322 by Thomas Dinges February 15, 2010, 01:28 (GMT) |
Updating the readme.html to match the upcoming Alpha 1 release. |
Revision fece4fd by Thomas Dinges February 15, 2010, 01:22 (GMT) |
Bugfix for the new script register functions, scene tab didn't show Panels due to missing classes. |
Revision 12506ed by Tamito Kajiyama February 15, 2010, 00:07 (GMT) |
Reverted the changes for adding support for transparent stroke colors, because of incomplete functionality. When two transparent strokes intersect, the stroke drawn first is completely overridden by the stroke drawn after the first stroke, instead of two stroke colors being blended at the intersection. |
Revision 677386e by Campbell Barton February 14, 2010, 23:33 (GMT) |
initial support for extensions in the user preferences only one script at the moment: [#20848] Blender Gears for 2.5 (for ideasman42) from Michel Anders (varkenvarken) |
Revision 9b3ac70 by Martin Poirier February 14, 2010, 18:59 (GMT) |
prepare to remove ffmpeg stuff in extern |
Revision cc948f1 by Peter Schlaile February 14, 2010, 18:52 (GMT) |
== FFMPEG == Made using system's ffmpeg the default now. (First step in removing ffmpeg from extern) |
Revision 190d84a by Joerg Mueller February 14, 2010, 15:38 (GMT) |
Flac encoding now working. Thanks peter schlaile for the help! |
Revision cd3c70c by Brecht Van Lommel February 14, 2010, 15:11 (GMT) |
Fix #20400: hair particles do not render when in "particle mode" if children present. |
Revision 32aea49 by Brecht Van Lommel February 14, 2010, 14:37 (GMT) |
Fix #20171: properties of hair are not animateable. |
Revision be575aa by Brecht Van Lommel February 14, 2010, 14:18 (GMT) |
Fix #20282: particle normal force can be animated but not driven. |
Revision 3de9280 by Brecht Van Lommel February 14, 2010, 13:51 (GMT) |
Fix #21150: duplicating an empty could crash. |
Revision 3fbc277 by Campbell Barton February 14, 2010, 12:45 (GMT) |
mistake in register() commit, mixed up import and export |
Revision 3871cb7 by Campbell Barton February 14, 2010, 12:23 (GMT) |
autocompete was matching import_foo as import keyword. breaking autocomp. on import_scene_obj for eg. |
Revision 39c0431 by Campbell Barton February 14, 2010, 11:21 (GMT) |
change python scripts so modules which register with blender have a register() function rather then making import automatically run the register functions (generally considered bad practice by python people) |
|