Revision bee18c5 by Campbell Barton September 14, 2009, 17:13 (GMT) |
fix warning |
Revision ba5df38 by Campbell Barton September 14, 2009, 16:52 (GMT) |
use static functions where possible for some local functions. |
Revision 131c713 by Daniel Genrich September 14, 2009, 16:46 (GMT) |
Smoke: * Fixing some gcc warnings |
Revision cd211af by Daniel Genrich September 14, 2009, 16:43 (GMT) |
Smoke: * Introduce a better check for fragment support |
Revision b3c4952 by Martin Poirier September 14, 2009, 16:30 (GMT) |
netrender: add "Animation on network" button to send job to master and gather the results in one step. |
Revision a3ce413 by Martin Poirier September 14, 2009, 16:00 (GMT) |
Bugfix with py operator api and modal operators. Modal operators would keep a reference to Reports locally allocated in the api functions, which would crash and burn later when the operator would actually stop. This commit introduces a flag at the Reports level that can be used to indicate that it needs to be freed (on top of the flag already existing in the operator, which I guess could be removed). Reports for operators called through python are only persisted if they indicate that they are running modal. |
Revision c8af263 by Arystanbek Dyussenov September 14, 2009, 14:55 (GMT) |
Reverted Mesh.verts from dynamic array since it breaks foreach_set used by import scripts. Did a few fixes in scripts to reflect recent RNA changes. |
Revision 733b20f by William Reynish September 14, 2009, 13:31 (GMT) |
*Changed texture blend property Flip XY to a proper enum. *Minor adjustments to lamp UI *Fixed issue #19319 (missing notifier) |
Revision 4539bb9 by Brecht Van Lommel September 14, 2009, 12:30 (GMT) |
Link/Append, small changes: * Added separate menu items for Link and Append. * Change some OPERATOR_FINISHED to OPERATOR_CANCELLED. * Remove some IPO specific hacks, these are no longer ID blocks, so not necessary to take into account. * Some comment and code formatting tweaks. |
Revision 6cee520 by William Reynish September 14, 2009, 12:28 (GMT) |
Third widget commit ;) Thanks to Broken for finding the bug. |
Revision 8d3955c by Brecht Van Lommel September 14, 2009, 12:26 (GMT) |
Depsgraph: * Move function to compute visible screen layers to BKE. * Use this now in the depsgraph, was still using this all layers to flush. Still missing a way to get the current scene in background mode.. * Also two more function to not require a scene pointer anymore: * DAG_object_update_flags is now DAG_id_update_flags. * DAG_ids_flush_update is now available next to DAG_scene_flush_update. |
Revision 75d4a83 by Brecht Van Lommel September 14, 2009, 12:16 (GMT) |
UI: don't hide Object menu in 3d view header when there is no active object, to avoid buttons jumping too much. Also small change in collision panel code. |
September 14, 2009, 11:25 (GMT) |
* Fix for typo in icon_only commit, causing RNA property buttons text to be doubled up brecht: I think this is right now...? :) |
Revision e838af4 by Joshua Leung September 14, 2009, 11:12 (GMT) |
Bugfix #19337: Crash when tweaking knife operator Knife operator now doesn't crash, but repeat operator for this won't work now since the appropriate 3D-View context info is not set when the mouse is in the Tools region (i.e. when using repeat operator in the tools panels). |
Revision f896b90 by Joshua Leung September 14, 2009, 10:56 (GMT) |
Bugfixes: * #19338: Crash when using Convert operator Uninitialised var (basact) * Spacebar when in 3D-View EditMode for Text gets overridden by Search Menu. I've tried adding a fix there, but it doesn't seem to work. Woraround for now is shift-space for entering text. * Fixed some compiled warnings in wm_operators.c about naming of var named 'main' |
Revision b0a3224 by Daniel Genrich September 14, 2009, 10:37 (GMT) |
Smoke: * put another drawing method in to test for broken |
Revision ce70ed2 by Daniel Genrich September 14, 2009, 10:21 (GMT) |
Smoke: * Bugifx for no shadow on startframe when loaded from cache |
Revision 0338b05 by Brecht Van Lommel September 14, 2009, 08:47 (GMT) |
Three node selection operators added, patch by Micha�? Ziu�?ek, thanks! * Select all * Select linked to * Select linked from |
Revision cbb9815 by Joseph Eagar September 14, 2009, 08:38 (GMT) |
updated .b.blend; show toolbar by default now, made the view3d clip start saner, and turend on grab manipulator |
Revision 48732cf by Joseph Eagar September 14, 2009, 07:33 (GMT) |
knife 'mode' is now leftclick with ctrl-x held down, instead of ctrl-alt |
|