Revision 3080a62 by Joshua Leung August 29, 2009, 11:48 (GMT) |
Grease Pencil UI - Small fixes for the toggles (icons working correctly now) |
August 29, 2009, 10:34 (GMT) |
minor tweaks |
August 29, 2009, 07:44 (GMT) |
ui layout tweaks |
Revision 8930a4f by Joshua Leung August 29, 2009, 06:50 (GMT) |
Grease Pencil: UI (i.e. Panel) for Settings Restored the UI for access to the GP layers. There are still a few minor bugs here: * Wrong icons on the toggles - even when they're enabled, they only show a single state * The ID-template doesn't seem to be showing up. Dunno what's going wrong there... |
Revision f46f6dc by Joshua Leung August 29, 2009, 01:54 (GMT) |
Grease Pencil: Toolbar Compatability Fixes * When starting Grease Pencil from the toolbar, strokes are now started only when a click-drag begins. * Made the 'straight-lines' option an RNA property for the operator * Added an exec() callback and relevant stroke-collection stuff so that interactive redo/changing settings can work. WARNING: this is highly unstable here - keeps crashing though I cannot determine the cause yet. |
August 29, 2009, 00:41 (GMT) |
* Fixes for point density texture |
Revision beee516 by Joerg Mueller August 28, 2009, 22:04 (GMT) |
UI for sound (un)packing. |
Revision 17fc83e by Joerg Mueller August 28, 2009, 21:54 (GMT) |
Error in last commit. |
Revision 77c587a by Nicholas Bishop August 28, 2009, 21:47 (GMT) |
2.5 Paint: * Removed the BKE_sculpt file and moved it's contents (basically just the sculpt session struct) to BKE_paint |
Revision 03b3d2c by Joerg Mueller August 28, 2009, 21:47 (GMT) |
Sound packing/unpacking operators. |
August 28, 2009, 21:31 (GMT) |
SVN maintenance. |
Revision 6f4e0e8 by Nicholas Bishop August 28, 2009, 21:07 (GMT) |
2.5 Paint: * Cleaned up some vertex paint code. Reduces code duplication a bit. |
Revision 6f80bff by Brecht Van Lommel August 28, 2009, 20:51 (GMT) |
2.5: fix bug in ID property loading, which also loading python RNA collections saves as ID properties. |
Revision a179d16 by Joerg Mueller August 28, 2009, 20:41 (GMT) |
Moved unpack_method_items to the right place. |
Revision 9781320 by Diego Borghetti August 28, 2009, 15:54 (GMT) |
Add Makefile for sound ops. |
Revision 9e7b276 by Campbell Barton August 28, 2009, 15:03 (GMT) |
Sequence sound was raising a python exception with crop and offset buttons. renamed RNA properties. x_offset, y_offset -> offset_x, offset_y, this order is more common in rna. render.border -> render.use_border render.placeholders -> render.use_placeholder render.no_overwrite -> render.use_overwrite |
Revision 9ea58be by Campbell Barton August 28, 2009, 14:25 (GMT) |
- povray and ply work now. Again, please try not to break scripts - at least grep the release dir for the names you change. - rna material property rename gloss_amount -> gloss_factor, since its from 0.0 to 1.0, prefix factor is used on other material settings. reflectivity -> reflect_factor |
Revision af85ee0 by Benoit Bolsee August 28, 2009, 13:42 (GMT) |
Update MSVC project files. |
Revision c15db04 by Joshua Leung August 28, 2009, 12:41 (GMT) |
Grease Pencil: WIP Code Reordering + Context Stuff * Shuffled some code around, and renamed some functions used for getting context info - Split UI-buttons into a separate file from stroke-drawing code - Removed some obsolete code (i.e. old paint code that used to be in _edit, but which has been moved to _paint). * Made drawing in 3D-View default to using the active object as the owner of the Grease Pencil data. For now, the drawing code will therefore only show the GP data for the active object only. More work to come on this. * Fixed freeing code for Objects/Scenes with GP data. |
Revision d765668 by Joerg Mueller August 28, 2009, 12:38 (GMT) |
Quick fix for scons (untested though :/). |
|