Revision 233d859 by Campbell Barton April 4, 2011, 05:47 (GMT) |
[#26768] 2.57 - sys.path not initialized properly we should document this properly (we only have general design docs atm), for now just correct the tooltip. also update api example docs. |
Revision 4ea7e56 by Campbell Barton April 4, 2011, 05:17 (GMT) |
rename mathutils.Vector/Quaternion difference() method to rotation_difference() since its too vague when applied to vectors. |
Revision 188d830 by Campbell Barton April 4, 2011, 04:54 (GMT) |
fix [#26765] seperate selection removes all seams from the new /seperated object. patch from Sergy to copy the draw flags, also copy smooth threshold and other flags todo with editing / draw settings. |
Revision 91769a6 by Campbell Barton April 4, 2011, 04:47 (GMT) |
remove unused DNA from mesh, effects list & cubemap size. |
Revision a3cc6c7 by Campbell Barton April 4, 2011, 04:14 (GMT) |
noticed image color info text was impossible to read at 25% alpha with some images, set alpha level higher. |
Revision 37007a7 by Campbell Barton April 4, 2011, 03:25 (GMT) |
disable continuous grab in the header, its more annoying then useful. also NULL texture's point density tree data when copying to prevent possible double free. |
Revision b344d80 by Campbell Barton April 3, 2011, 23:35 (GMT) |
fix crash with previewing point density colorband, it wasnt being copied with the texture but was freed, making blenders own data point to freed memory. found in bug report [#26767]. |
Revision 65b13c8 by Campbell Barton April 3, 2011, 23:11 (GMT) |
fix [#26757] Python console: help() doesn't work anymore also quiet some warnings & add docstrings to bpy module which was shaowing the GPL header in its help() message. |
Revision 9decca1 by Campbell Barton April 3, 2011, 22:28 (GMT) |
missed renaming after api modification, used to cycle proportional edit falloffs with Shift+O. |
Revision c118d64 by Campbell Barton April 3, 2011, 22:24 (GMT) |
fix [#26760] Crash on voxel data image sequence file datablock unlink |
Revision a30ebde by Sergey Sharybin April 3, 2011, 20:00 (GMT) |
Fixed invalid RNA access in radial brush operators (like strength/size abjustment) |
Revision 3fb74f8 by Ton Roosendaal April 3, 2011, 16:55 (GMT) |
Startup.blend update - make outliner search unrestricted - clip-end not on 5000 (zbuffer errors), but on 1000 - disabled continious grab - "duplicate action" default on - addon svg import default on |
Revision 993e9d4 by Brecht Van Lommel April 3, 2011, 16:17 (GMT) |
Image pixel acces, through Image.pixels as floating point values. It's not the most efficient solution, but this can be optimized later. It's best to copy out all the pixels at once into a list, rather than accessing them one by one. |
Revision 480b9dc by Brecht Van Lommel April 3, 2011, 16:11 (GMT) |
Add material slot now adds no material in the new slot. It's obviously much better than the two previous behaviors, since you don't get confusing linked materials, and you don't have useless added materials. |
Revision 4c44a1f by Campbell Barton April 3, 2011, 13:17 (GMT) |
quiet warnings. |
Revision 09c7d5a by Tamito Kajiyama April 3, 2011, 12:46 (GMT) |
Merged changes in the trunk up to revision 35972. |
Revision 5932cec by Campbell Barton April 3, 2011, 12:31 (GMT) |
temp fix for building with msvc2010, this changes recently and gave mingw/msvc2010 troubles |
Revision 0298d22 by Campbell Barton April 3, 2011, 10:04 (GMT) |
quiet various warnings, also disable -Wdouble-promotion with cmake since it gives warnings with variable length args. |
Revision 744a3b9 by Campbell Barton April 3, 2011, 07:48 (GMT) |
fix cmake for when BLENDER_VERSION_CHAR is not set. |
Revision 5c8234c by Campbell Barton April 3, 2011, 05:29 (GMT) |
replace while loops with angle_wrap_rad() |
|