Revision 26ee86b by Campbell Barton January 16, 2011, 20:52 (GMT) |
Revision 627d47c by Campbell Barton January 16, 2011, 20:25 (GMT) |
remove MSVC 6.0 workaround. |
Revision e3c69e6 by Campbell Barton January 16, 2011, 19:55 (GMT) |
remove unused memutil classes |
Revision 4f0b765 by Lukas Toenne January 16, 2011, 18:38 (GMT) |
Adding links to groups using the links.new function in RNA wasn't updating the group owntype. This lead to sockets being linked and external at the same time. |
Revision c94eefd by Nicholas Bishop January 16, 2011, 18:33 (GMT) |
Fixed bug [#25649] Image editor paint icon missing until enter weight paint A couple underlying issues: * Paint icon was looking only at the object mode to determine what the "current" mode is, but that gave problems when the object mode was anything other than texpaint, but 2D image paint was turned on. Fix was to also look at what space is being drawn, and only if it's in the 3D view does it look at the ob mode. * The brushes lists weren't getting filtered correctly in the same case where 2D image paint was on but a different object mode is enabled. Fixed by changing the brush rna poll to look at the paint source, rather than the object mode. |
Revision 6ef1f23 by Ton Roosendaal January 16, 2011, 17:12 (GMT) |
Bugfix, IRC report Texture nodes: including output node in group crashed when it got connected. Note that this feature is not supported to do anything else than temporarily giving an output when editing node groups. |
Revision dbb5e5d by Lukas Toenne January 16, 2011, 16:00 (GMT) |
Fix for 25655: Crashes with texture node in compositor. Texture node was using the preview buffer instead of socket output buffers, which is already free'd at that point. |
Revision e025bf3 by Campbell Barton January 16, 2011, 15:02 (GMT) |
defining types via python gave confusing errors because DefRNA.laststruct was being used for errors when the new property wasn't on the last struct. added CONTAINER_RNA_ID() define to get the ID from the ContainerRNA type. |
Revision 5b3bf80 by Campbell Barton January 16, 2011, 11:26 (GMT) |
detect mathutils types with mathutils_array_parse(), was using PySequence_Fast(), converting into a tuple every time then back to a float array. gives approx 6x speedup with eg mathutils.Vector(some_vector). |
Revision ba96f02 by Campbell Barton January 16, 2011, 10:36 (GMT) |
use fast sequence functions for python's bpy.props.EnumProperty() arg parsing. |
Revision 4dd92a9 by Campbell Barton January 16, 2011, 10:08 (GMT) |
Defining bpy.props.EnumProperty(... , options={'ENUM_FLAG'}) wasnt working right with default values. |
Revision a72f02c by Campbell Barton January 16, 2011, 06:16 (GMT) |
fix for using un-initialized stack memory with bullet triangle mesh collisions. the 4th component of the vector is used later when copying the vector. |
Revision c7a122a by Tamito Kajiyama January 15, 2011, 23:09 (GMT) |
Merged changes in the trunk up to revision 34335. |
Revision 7431821 by Campbell Barton January 15, 2011, 20:35 (GMT) |
py api: bpy.path.abspath(), option to return relative to a path other then the current blend file. |
Revision fd7b651 by Campbell Barton January 15, 2011, 19:36 (GMT) |
move to bf-extensions |
Revision cae4e92 by Campbell Barton January 15, 2011, 19:15 (GMT) |
bugfix [#25640] Cannot edit custom property values in it's popup window |
Revision ebfb96c by Ton Roosendaal January 15, 2011, 18:00 (GMT) |
Bugfix: Texture nodes, the Image node didn't get initialized on load. This caused the node to refuse accepting a new Image if a file couldn't be found on saving. |
Revision 86bbab7 by Campbell Barton January 15, 2011, 16:14 (GMT) |
remove/comment unused defines. |
Revision f66912a by Campbell Barton January 15, 2011, 15:48 (GMT) |
misc edits, no functional changes - enabling/disabling no longer prints in the terminal unless in debug mode. - remove 'header' struct from BLI_storage_types.h, from revision 2 and is not used. - Add GCC property to guardedalloc to warn if the return value from allocation functions isn't used. |
Revision c6abe11 by Sergey Sharybin January 15, 2011, 14:48 (GMT) |
IRC bugreport fix: thumb brush works incorrect when using tablet by Dan McGrath (troubled) Quite silly fix, not sure if it could be smarter with current events/brushes design. Use pressure_value from first brush step for brushes which don't support strokes -- thumb. brush, brushes with anchored stroke method. Should be fixed in nicer way after events redesigning. P.S. Tried to place pressure saving into invaliants update fuunction, but it seens that this function wouldn't know about pressure yet. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021