Revision c8bcaba by Campbell Barton November 17, 2010, 15:16 (GMT) |
bugfix [#24685] Changing mode bypasses undo suppression Editmode undo operator was using the operator OPTYPE_UNDO flag as well as its own EM_DO_UNDO option. This gave 2 problems. - python suppressed undos would fail (as in the report). - Undo push was called twice on exiting editmode for no reason. Use the operator undo in this case. |
Revision 5a37333 by Campbell Barton November 17, 2010, 14:36 (GMT) |
fixes from r33127 |
Revision 7bd9447 by Campbell Barton November 17, 2010, 12:59 (GMT) |
fix [#24762] Bezier Point Radius Cannot be Set When Curve is Created this could be set in 2.4x, no reason to be readonly. |
Revision 17aa5ae by Campbell Barton November 17, 2010, 12:52 (GMT) |
bugfix [#24766] Crasher on inserting keyframe on Bezier points [33126] |
Revision 376d129 by Campbell Barton November 17, 2010, 12:32 (GMT) |
bugfix [#24671] Operators called from Python Leak Memory This problem is caused by returning Modal from a non-modal operator. |
Revision 673ed8b by Joshua Leung November 17, 2010, 12:16 (GMT) |
Bugfix for previous commit. Tweaked keymap for Graph Editor Ctrl-LMB so that the popup menu for displaying reports won't get dismissed immediately. Changing keymap here from KM_PRESS to KM_CLICK |
Revision f713761 by Joshua Leung November 17, 2010, 12:02 (GMT) |
Keyframing Operators: Improved Error Messages * Keyframing operators now use the reports system for displaying all its error messages. - The benefit of this is that users no longer need to check the console for error messages if keyframing fails. - Unfortunately, reports are not currently viewable in any space/view in Blender, so... * Added a temporary operator (UI_OT_reports_to_textblock), which can be accessed in the UI from the button which appears in place of the icon when more than one report exists. This dumps the current list of reports to a textblock "Recent Reports", from which they can be viewed. This isn't really nice, but at least we now have a way to view these again, which makes debugging some things a pain. * Bugfix #24606 - when trying to add keyframes to F-Curves with F-Modifiers already which alter the curve significantly enough that the keyframes will have no effect, there are now warnings which aim to alleviate any confusion. |
Revision 91217f1 by Campbell Barton November 17, 2010, 11:09 (GMT) |
should fix building with collada. |
Revision 51dcbdd by Campbell Barton November 17, 2010, 09:45 (GMT) |
use 'const char *' by default with RNA functions except when the value is flagged as PROP_THICK_WRAP. Also use const char in many other parts of blenders code. Currently this gives warnings for setting operator id, label and description since these are an exception and allocated beforehand. |
Revision acc883d by Campbell Barton November 17, 2010, 07:22 (GMT) |
- move cmake file for python. - move bpy_array.c to bpy_rna_array.c - minor syntax changes |
Revision fbcf01f by Campbell Barton November 17, 2010, 07:00 (GMT) |
cleanup the operator template and rename to operator_export |
Revision d0d16ec by Sergey Sharybin November 17, 2010, 06:30 (GMT) |
Fix #22645: Texture paint: soften tool does draw brushes Disable projection painting for soften tools. Also it looks like smear tools support projection in the code, so enabled project paint menu for such tools |
Revision 1bb98b4 by Mitchell Stokes November 17, 2010, 05:28 (GMT) |
Adding monitoring for (approximate) VRAM used by textures. The information is currently only used in the profiling data of the BGE. Here is a image of it in action: http://www.pasteall.org/pic/show.php?id=6351 What it monitors: * VRAM used by textures created via bf_gpu and BL_Textures What it does not monitor: * VRAM used by the Blender ui * VRAM used by 2d filters * VRAM allocated by the user via KX_Scene.pre_draw and KX_Scene.pre_draw |
Revision f791d74 by Campbell Barton November 17, 2010, 04:02 (GMT) |
writing single images from a render (own commit r33104), wasn't checking if the render was cancelled which would crash when writing the image. also remove paranoid checks for writing TAGA, Other formats - BMP, JPEG, Iris don't do this. |
Revision 02bbce8 by Campbell Barton November 17, 2010, 03:26 (GMT) |
bugfix [#24672] Bone.evaluate_envelope() is misleading fix from Dan Eicher |
Revision d0f7184 by Campbell Barton November 17, 2010, 03:21 (GMT) |
bugfix [#24761] minor bug - Modifiers don't "catches" Vertex Group renaming automatically |
Revision 62f3bb8 by Campbell Barton November 17, 2010, 03:15 (GMT) |
patch [#24760] Bezier handles update from Dan Eicher (dna) Made some edits to the patch because only the first spline was getting the updates. also added path functions for splines and spline points (request from ZanQdo so splines can be keyframed). |
Revision 2d6cf9e by Campbell Barton November 17, 2010, 01:50 (GMT) |
the 'Multi' option was not being copied with the armature modifier. |
Revision 98896d5 by Daniel Salazar November 17, 2010, 01:15 (GMT) |
Fixing bad ui range in camera draw size |
Revision 09ba291 by Tamito Kajiyama November 17, 2010, 00:58 (GMT) |
Merged changes in the trunk up to revision 33112. |
|
|
|


Master Commits
MiikaHweb | 2003-2021