Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 4189 / 5574

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.
November 17, 2010, 14:36 (GMT)
fixes from r33127
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.
November 17, 2010, 12:52 (GMT)
bugfix [#24766] Crasher on inserting keyframe on Bezier points [33126]
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.
November 17, 2010, 11:09 (GMT)
should fix building with collada.
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.
November 17, 2010, 07:22 (GMT)
- move cmake file for python.
- move bpy_array.c to bpy_rna_array.c
- minor syntax changes
November 17, 2010, 07:00 (GMT)
cleanup the operator template and rename to operator_export
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
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
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.
November 17, 2010, 03:26 (GMT)
bugfix [#24672] Bone.evaluate_envelope() is misleading
fix from Dan Eicher
November 17, 2010, 03:21 (GMT)
bugfix [#24761] minor bug - Modifiers don't "catches" Vertex Group renaming automatically
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).
November 17, 2010, 01:50 (GMT)
the 'Multi' option was not being copied with the armature modifier.
November 17, 2010, 01:15 (GMT)
Fixing bad ui range in camera draw size
November 17, 2010, 00:58 (GMT)
Merged changes in the trunk up to revision 33112.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021