Revision 6dc8a64 by Joseph Eagar May 12, 2011, 17:47 (GMT) |
=bmesh= fixed non-multires sculpt; excluding the DAG update won't work here, since the tesselation has to be recalculated. |
Revision 1d6278f by Sergey Sharybin May 12, 2011, 16:49 (GMT) |
Fix #27359: Pasting long text crashes blender Actual problem was caused by insufficient buffer size in ui_text_leftclip() Also fixed possible invalid memory write in GHOST_SystemWin32::getClipboard which was caused by accessing clipboard buffer after closing clipboard. This mustn't happen. Also fixed possible crush when buffer was failed to be locked. |
Revision 5f5cdf9 by Campbell Barton May 12, 2011, 16:47 (GMT) |
for bug [#27358] Transform bug when transform > 500 mouse coords would with cont. grab would wrap at short. use mouse coords as int rather then short. this problem still happens on linux because of XTranslateCoordinates |
Revision 2ca7ded by Ton Roosendaal May 12, 2011, 13:49 (GMT) |
Bugfix #27181 2D view panning and zooming is now fully keymappable, you can set a keyboard key to it too (hold key -> move mouse -> release key). |
Revision 88b25b8 by Brecht Van Lommel May 12, 2011, 11:34 (GMT) |
Cycles: fix mapping node rotation not working correct for Y/Z axes, patch by Sanne. |
Revision 424a0cc by Campbell Barton May 12, 2011, 11:16 (GMT) |
option to link with jemalloc on *nix, off by default. |
Revision 33bfcb2 by Campbell Barton May 12, 2011, 09:02 (GMT) |
manually copy more changes from trunk. |
Revision 754c134 by Brecht Van Lommel May 12, 2011, 08:34 (GMT) |
Fix #27279: IK bone rotation limits set to 0 disabled the limit, this was unintentional, since there is already a toggle to enable/disable it. |
Revision 2f08309 by Campbell Barton May 12, 2011, 06:52 (GMT) |
window_to_3d_vector was incorrect but dolly view operator was accounting for it. fixed so result isnt negated and mouse coords dont need to be adjusted. |
Revision a131ce0 by Campbell Barton May 12, 2011, 06:32 (GMT) |
python utility module for converting between 2d/3d region/world coordinates. |
Revision 191ad54 by Campbell Barton May 12, 2011, 05:35 (GMT) |
Revision 910220b by Nicholas Bishop May 12, 2011, 01:57 (GMT) |
== Radial control == Patch to make the radial control more generic with RNA. Patch was reviewed here: http://codereview.appspot.com/4280080/ Prior to this update, the radial control code in trunk had generic parts of the radial control implemented as an incomplete operator within WM. Then each different user of the radial control had to implement a separate operator to actually pass in specific brush data -- e.g. sculpt's brush size, vpaint's brush size, etc. This patch removes all the extra operators and makes the WM operator do everything. It now takes several RNA path strings as its properties -- the only required property is data_path, which specifies the data to be modified by the radial control. The other paths affect display in various ways, e.g. rotation, color, etc. In addition to decreasing some duplicate paint brush code, these updates make it pretty easy to enable radial control for other purposes (and it can be set up entirely though python or keymaps, no extra C code needed.) |
Revision 521d824 by Joseph Eagar May 12, 2011, 01:55 (GMT) |
=bmesh= 1. Removed pinning, at least until after trunk reintegration (it's a usefull feature, but incomplete). 2. Ripped out the subclassing code I originally wrote so bmesh would be more usable for modifiers (I ended up improving CDDM instead). 3. Inlined some of the macros in bmesh.h, still need to do the macros in bmesh_operator_api.h. 4. Removed the BMESH_ITER_*** macros (except for BMESH_ITER_INDEX). They were too clunkly to be worth it. |
Revision 88c3781 by Campbell Barton May 12, 2011, 00:20 (GMT) |
missing free call in rotsys_make_consistent |
Revision 9f5de68 by Joseph Eagar May 11, 2011, 20:40 (GMT) |
compile fix |
Revision b72f087 by Joseph Eagar May 11, 2011, 20:39 (GMT) |
remove remaining event recording code |
Revision b2d752d by Joseph Eagar May 11, 2011, 20:37 (GMT) |
add back ghost/guardedalloc from trunk |
Revision ee7b7a5 by Joseph Eagar May 11, 2011, 20:36 (GMT) |
remove modified guardedalloc/ghost to rebranch from trunk |
Revision 040f65f by Thomas Dinges May 11, 2011, 20:23 (GMT) |
2.5 Smoke UI: * More generic tooltip for "strength" property as it can be FFT as well. Discovered by tobkum in IRC. :) |
Revision 3a34dcd by Brecht Van Lommel May 11, 2011, 19:29 (GMT) |
Code cleanup: remove readblenfile module, only contained some utility functions to read .blend files from runtimes, folded those into blenloader. |
|