Revision a3ce940 by Campbell Barton December 8, 2012, 07:35 (GMT) |
fix [#33438] Bevel modifier "angle" mode is broken bevel modifier was making zero area faces & edges that made scanfill fail (since it no longer removes doubles when filling ngons) |
Revision 7c64de3 by Campbell Barton December 8, 2012, 02:16 (GMT) |
update themes with update_themes.py |
Revision adf7bfa by Campbell Barton December 8, 2012, 01:16 (GMT) |
ifdef out dynstr so mathutils can be compiled as an external module again. |
Revision 0bca862 by Howard Trickey December 7, 2012, 18:45 (GMT) |
Bevel: fix 'causing artifacts' bug 33245. Really was caused by a previous bevel making a two-edged face, which caused other faces to be dropped when copying a bmesh. The quadstrip code needed to be more careful to avoid creating two-edge faces. |
Revision 5ba213f by Sergey Sharybin December 7, 2012, 13:47 (GMT) |
Camera tracking: fixed type in camera intrinsics update function Seems to be from the very beginning here, not sure why nobody noticed this is wrong. |
Revision 369b9fc by Brecht Van Lommel December 7, 2012, 11:30 (GMT) |
Fix missing mapping and influence panel for particles when cycles is selected as render engine. Still missing is colors and texture slots, but that's too tricky to fix this close to release. |
Revision 4fd9df2 by Campbell Barton December 7, 2012, 05:27 (GMT) |
Add 2 documents to the python api reference. - Blender/Python Addon Tutorial: a step by step guide on how to write an addon from scratch - Blender/Python API Reference Usage: examples of how to use the API reference docs Thanks to John Nyquist for editing these docs and giving feedback. |
Revision d261d65 by Benoit Bolsee December 6, 2012, 22:23 (GMT) |
Fix bug #33176: Deactivating both position and rotation target from iTaSC IK-Solver crashes Blender. No constraint is created for target in that case, just needed to add a check. |
Revision bf0102f by Campbell Barton December 6, 2012, 21:59 (GMT) |
fix for texture_slot path, would give incorrect path when used with brushes which only have one texture slot. also quiet float/double warning. |
Revision 759e961 by Sergey Sharybin December 6, 2012, 21:08 (GMT) |
Fix #33433: Importing video files into movie clip editor crashes Blender This was a regression in svn rev52718 caused by the fact that we can not free packet fun until we've finished all manipulation with decoded frame since frame and packet could share same pointers. For now restored old behavior of next_packet which seems to be well tested and better not do bigger refactoring here so close to release. Memory leak fixed by that revision was fixed by calling av_free_packet just before avcodec_decode_video2 in cases we're at the end of file. Tested with valgrind and could not see any memory leaks in ffmpeg area. |
Revision 77efd71 by Sergey Sharybin December 6, 2012, 16:18 (GMT) |
Disable multisamples on windows for intel cards This doesn't work nice currently and there's no simple workaround for this, it'll require lots of statistics about cards and some further investigation on supported combination of draw methods and multisamples supports. For the release better be more stable and do not deliver dangerous option. |
Revision c20292f by Brecht Van Lommel December 6, 2012, 09:13 (GMT) |
Fix mapping node min/max not working OSL. |
Revision 8274848 by Campbell Barton December 6, 2012, 08:10 (GMT) |
fix [#31084] Dynamic Paint Blender File Crashes Blender. was incorrect assert which didnt consider having no faces. |
Revision ad39494 by Brecht Van Lommel December 6, 2012, 06:13 (GMT) |
Fix #33421: collada import of a mesh with loose edges did not draw the edges in the viewport. |
Revision c9dd1b0 by Campbell Barton December 6, 2012, 06:01 (GMT) |
fix playanim - up/down keys were not stepping 10 frames as intended. |
Revision e85935d by Brecht Van Lommel December 6, 2012, 05:48 (GMT) |
Fix #33423: a few operators still allowed changing current frame during animation render, like cursor set in the graph editor, disabled that now. |
Revision 7c2e4e2 by Campbell Barton December 6, 2012, 03:09 (GMT) |
bpy.ops module/caller classes incorrectly had __keys__ rather then __slots__. also added comments about texface drawing when theres no origindex. |
Revision a864259 by Campbell Barton December 6, 2012, 02:42 (GMT) |
bump python requirement to 3.3 |
Revision 4b102e9 by Campbell Barton December 6, 2012, 02:38 (GMT) |
fix [#33422] Change Path/Files problem - selected strip directory doesn't work |
Revision 5db4682 by Sergey Sharybin December 5, 2012, 19:04 (GMT) |
Fix #33419: incorrect color with projection painting in cases strength != 1.0 |
|