Revision c6c6a35 by Campbell Barton November 18, 2011, 04:55 (GMT) |
tab -> spaces |
Revision e9be8b4 by Campbell Barton November 18, 2011, 04:48 (GMT) |
document py gotchas - dont assume you get the data names you ask for - beware of collisions with library names - beware of py modules calling sys.exit |
Revision e7f52d9 by Campbell Barton November 17, 2011, 20:11 (GMT) |
addons in contrib now have their own 'Testing' category which is off by default. |
Revision 8c6057d by Campbell Barton November 17, 2011, 19:43 (GMT) |
exclude addons_contrib/ for release builds. |
Revision 14e103b by Bastien Montagne November 17, 2011, 19:26 (GMT) |
Tweaks and fixes to UI messages, found while translating in french. |
Revision 8a8566c by Andrew Wiggin November 17, 2011, 18:48 (GMT) |
Fix [#29256] Import images as planes add on doesn't work correctly in bmesh |
Revision 22b5a37 by Campbell Barton November 17, 2011, 18:41 (GMT) |
add flag FUNC_USE_MAIN for rna functions which don't need the context. (currently unused) |
Revision d90e375 by Campbell Barton November 17, 2011, 18:23 (GMT) |
centralize some of the came install commands, were being copied between osx/win/linux |
Revision 92ed90d by Campbell Barton November 17, 2011, 08:47 (GMT) |
pyapi feature from 2.4x allow collection subscript to contain the library or None. eg: bpy.data.objects["Mesh", "/subsurf_test.blend"] bpy.data.scenes["Scene", None] # also works with get() bpy.data.armatures.get(("some_armature", "//some_lib.blend"), None) |
Revision 096f7c0 by Konrad Kleine November 17, 2011, 08:02 (GMT) |
Fixed comment in BLI_dlrbTree_search_exact |
Revision db44a92 by Campbell Barton November 17, 2011, 07:08 (GMT) |
pydrivers: 'frame' is now in the driver namespace, - no need to link to scenes when using a frame from the pydriver, this made linking rigs for eg, quite messy. - advantage that we get subframe values (where scenes from was fixed to a whole number). |
Revision cc64af9 by Andrew Wiggin November 17, 2011, 06:08 (GMT) |
warning cleanup |
Revision dfeda86 by Campbell Barton November 17, 2011, 05:33 (GMT) |
svn merge ^/trunk/blender -r41932:41939 |
Revision 1038c76 by Andrew Wiggin November 17, 2011, 05:03 (GMT) |
Add access to UVs from python, patch python unwrap scripts to work wtih ngons |
Revision 1cfbde0 by Campbell Barton November 17, 2011, 04:05 (GMT) |
pass encoding to uses of decode() incase the default isnt utf-8. ignore decode errors in some cases. This should fix an error with generated qtcreator projects. also replace decoded bytes for unicode escape sequences in the VIEW3D_MT_edit_text_chars menu. |
Revision 68fa959 by Antonis Ryakiotakis November 16, 2011, 22:20 (GMT) |
BLI_mempool redefined causing compile time error, removing duplicate typedef |
Revision 41f67fa by Sergey Sharybin November 16, 2011, 20:53 (GMT) |
Revision 6e9fd30 by Sergey Sharybin November 16, 2011, 20:48 (GMT) |
Revision 7fbf5fb by Brecht Van Lommel November 16, 2011, 20:36 (GMT) |
UI: editor splitting widgets in corners now draw antialiased, also fix 1 pixel inconsistency between bottom-left and top-right. |
Revision 819d1f4 by Bastien Montagne November 16, 2011, 20:03 (GMT) |
Fix [#29190] VSE bugs. Only real bug was, that effect strips' start frame and length were editable. Made all four frame properties readonly on RNA level for those kind of strips (those for which get_sequence_effect_num_inputs returns a non-null value). Also fixed the tooltip of frame_final_duration. |
|
|
|


Master Commits
MiikaHweb | 2003-2021