Revision b5b0a62 by Martin Poirier September 16, 2009, 15:00 (GMT) |
netrender: default temp path on windows to something more useful |
Revision 9fea9d0 by Brecht Van Lommel September 16, 2009, 14:45 (GMT) |
2.5: fix bug in Levels node, giving NULL pointer free warnings. |
Revision 42af96e by Martin Poirier September 16, 2009, 14:02 (GMT) |
use platform.uname instead of os.uname (suggested by Carsten on the ml), it's more portable |
Revision 103e113 by Campbell Barton September 16, 2009, 10:09 (GMT) |
- rna/python api object.create_render_mesh(...) support for getting a mesh from metaballs and curves (bevel, surface, text etc). - povray converts curves to meshes on export, (metaballs don't need meshing). - use 'extend' bool rather then 'seltype' enum for object_select operators for consistency. |
Revision e03b8b7 by Joseph Eagar September 16, 2009, 09:55 (GMT) |
loopcut tool. hold down ctrl-r, then leftclick. due to current limitations on operator design, there isn't any built-in edge sliding to this tool. |
Revision cc100ea by Campbell Barton September 16, 2009, 06:02 (GMT) |
Operator cheat sheet (from the help menu) writes all operators (including PyOperators) and their default values into a textblock. Useful for an overview and checking consistancy. eg. http://www.pasteall.org/7918/python added rna functions text.clear() and text.write(str) |
September 16, 2009, 03:10 (GMT) |
* enable high res smoke rendering in voxeldata texture |
Revision 51f1e82 by Campbell Barton September 16, 2009, 01:15 (GMT) |
Object mode Selection options brought back for view3d.select - 'center', while Ctrl is held select objects from their center location - 'enumerate', while Alt is held, give a list of objects under the mouse - Object selection menu now uses icons with names - operator object.select_name(name, extend=False) - keybindings so combinations of Ctrl/Alt/Shift can be used (like in 2.4x) - logic text input field was using deprecated ID_SCRIPT rather then ID_TXT details - added comments to DNA_ID.h ID types - removed unused ID types Sector and Life - added uiIconFromID() to get an icon from the object. - using name for selection is weak but currently there isnt a really good way to do this. |
September 16, 2009, 00:59 (GMT) |
OSX should use libsndfile in /lib, not /usr |
September 15, 2009, 23:37 (GMT) |
Sync names with real content. |
September 15, 2009, 22:34 (GMT) |
Make verification of committed .mo files optional. |
Revision 063d806 by Andrea Weikert September 15, 2009, 20:47 (GMT) |
2.5 filebrowser bugfix #1: SpaceFile->files needs to be deleted on exec and cancel of the filebrowser and in init to ensure correct setting of the read function. bugfix #2: SpaceFile->params needs to be set in file_init otherwise Python can't access params in header ui. |
Revision 22274d3 by Martin Poirier September 15, 2009, 19:53 (GMT) |
More automatic stuff. Server can now be set to broadcast on local network (every 10s, approximately 20 bytes of data) where client and slave can pick up its existence. This is on by default. Default ip address is now "[default]", which means for the master that it will listen to all interface and for the clients and slave that they will automatically work out the master's address from its broadcast. |
Revision 6b0679a by Joseph Eagar September 15, 2009, 19:36 (GMT) |
mirror fix attempt 2 |
Revision 7c80ca0 by Joseph Eagar September 15, 2009, 19:01 (GMT) |
compile fix |
Revision 3eb4358 by Joseph Eagar September 15, 2009, 18:58 (GMT) |
compile fix |
Revision 6a9daed by Joseph Eagar September 15, 2009, 18:51 (GMT) |
mirror modifier with mirrorob set works properly (I hope) again |
Revision 816377c by Arystanbek Dyussenov September 15, 2009, 18:01 (GMT) |
Undo revision 23130 which was a merge with 2.5, a messy one because I did something wrong (`svn status` output: http://www.pasteall.org/7887). The command: svn merge -r 23130:23129 https://svn.blender.org/svnroot/bf-blender/branches/soc-2009-kazanbas |
Revision fd66497 by Martin Poirier September 15, 2009, 16:25 (GMT) |
Completely move freeing flag to report, operator flag is uneeded. Also bugfix for py operators. Reports need to be kept alive when operator is registered. |
Revision 0a8fa9f by Daniel Genrich September 15, 2009, 16:05 (GMT) |
Smoke: * This should make low res bake too if high res gets baked |
|