Revision 47ca5cb by Campbell Barton June 6, 2009, 12:48 (GMT) |
particle buttons gave errors when there was no particle system on an object. |
Revision b770be4 by Thomas Dinges June 6, 2009, 11:56 (GMT) |
2.5 Buttons Window Bugfix: World Tab wasn't accessible after deleting an object. |
Revision acc88c9 by Campbell Barton June 6, 2009, 11:34 (GMT) |
initial support for sequencer UI layout, anyone wants some monkey-work there are quite a few effects panels to do. - buttons_context_path_sequencer() is a place holder - ipo_frame_locked renamed to frame_locked - added scene.sequence_editor.active_strip |
Revision e4b20c3 by Campbell Barton June 6, 2009, 11:26 (GMT) |
Setting the directories and files is buggy still, but this should prevent some simple crashes, file was 80 chars long but it let the text input type in 160 chars. |
Revision bcbe2fb by Remigiusz Fiedler June 6, 2009, 10:33 (GMT) |
DXF exporter: library v1.32 - 2009.06.06 - modif Text class: alignment parameter reactivated |
Revision 9621d62 by Joshua Leung June 6, 2009, 05:06 (GMT) |
NLA SoC: Various user-counts and file IO bugfixes for tweaking actions... |
Revision 964d44e by Joshua Leung June 6, 2009, 05:00 (GMT) |
NLA SoC: Merge from 2.5 20571 to 20667 |
Revision 99c0f8d by Campbell Barton June 6, 2009, 04:56 (GMT) |
Blender.Particle.New() wasnt documented. Changed to accept Object as well as Object name to avoid name collisions with libraries. |
Revision 4e1bb5a by Joshua Leung June 6, 2009, 04:44 (GMT) |
NLA SoC: Action-line is now drawn with green colouring when a strip is being tweaked to show the relationship between them. |
Revision b6ea6d6 by Erwin Coumans June 6, 2009, 00:29 (GMT) |
one more bugfix, related to 6dof constrains, inside Bullet |
Revision 884a6a6 by Erwin Coumans June 6, 2009, 00:12 (GMT) |
#18872 bugfix for torque on dynamic objects #18893, fix to getParam for generic 6dof constraints |
Revision 880c43a by Janne Karhu June 5, 2009, 23:59 (GMT) |
First new particle code: -Many things not yet working properly :) -Experimental new (hopefully more logical) categorization of buttons, feedback on this is very welcome. -Separate render & draw types, for example now there is actually a render option "halo" instead of all the different point draw types. -Particles get recalculated only from buttons that actually change something that has to be recalculated, for example changing visualization doesn't reset particles any more. -Boid physics buttons are still missing as I'm currently redoing the whole boids code. -Point caching is still very wip, so baking is not possible for example, but I added a few cache baking flags for rna that were/will be needed for particle buttons logic. |
Revision 8cea65a by Campbell Barton June 5, 2009, 19:43 (GMT) |
fix for printing operator collection values, also set some freed pointers to NULL |
Revision 04ccb0c by Campbell Barton June 5, 2009, 19:22 (GMT) |
bpy.config.sequenceMemCacheLimit is the only way to set the memcache in background mode and it didnt work. removed some unused vars from KX_Scene |
June 5, 2009, 17:45 (GMT) |
A bunch of the same logic issues. (missed these before) Kent |
Revision e9ffd8f by Diego Borghetti June 5, 2009, 16:54 (GMT) |
Fix "duplicate strip" always increase the user count for ipo. As venomgfx point, the shift+d function never duplicate the ipo block if we have enable the option in UserDef -> Edit Methods -> Ipo. Now, if Ipo option is disable, we just increase the user count, otherwise we duplicate the ipo. Note: Alighorith, we need call ipo_idnew here ? (like single_ipo_users) |
June 5, 2009, 16:53 (GMT) |
coverity issue CID: 97 Checker: FORWARD_NULL (help) File: base/src/source/blender/src/poseobject.c Function: pose_special_editmenu Description: Variable "ob" tracked as NULL was dereferenced. logic was wrong (gets complicated when you use !'s ;)) Kent |
Revision 07b3e41 by Campbell Barton June 5, 2009, 16:11 (GMT) |
Blender file selector support for setting multiple selected files/dirs which operators can use. This allows the sequencers Add-Image strip to work like it does in 2.4x. - as well as setting the "filename" operator property, operators can have collections called "files" and "dirs" which are set when available. - RNA_OperatorFileListElement as new collection type, its a bit redundant since each item only has a "name" property but its needed since we don't have a string array type. - the file selector now prints operators it runs. Tested with python, adding a list of images works to the sequencer works. bpy.ops.SEQUENCER_OT_image_strip_add(name="MyImages", start_frame=54, channel=2, filename="/somedir/", replace_sel=True, files=[{"name":"test1.png"}, {"name":"test2.png"}]) |
Revision 45ed196 by Ton Roosendaal June 5, 2009, 16:11 (GMT) |
2.5 Search menu: - Made nicer drawing for popup version of search. It now uses entire backdrop like pulldowns. Search boxes for text buttons will use different style still; if we use this option all over it shouldn't look too intrusive. - Search menu allows scroll, to view all items. It doesn't cycle anymore. - Click outside search menu now cancels - If a match is in search button, it highlights it. This also allows ALT+CTRL+F - Enter to redo last op. - Search popup draws higher when no no space below. No order flipping! |
Revision f9ee042 by Andre Susano Pinto June 5, 2009, 15:19 (GMT) |
|