Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 3823 / 5574

November 18, 2011, 04:55 (GMT)
tab -> spaces
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
November 17, 2011, 20:11 (GMT)
addons in contrib now have their own 'Testing' category which is off by default.
November 17, 2011, 19:43 (GMT)
exclude addons_contrib/ for release builds.
November 17, 2011, 19:26 (GMT)
Tweaks and fixes to UI messages, found while translating in french.
November 17, 2011, 18:48 (GMT)
Fix [#29256] Import images as planes add on doesn't work correctly in bmesh
November 17, 2011, 18:41 (GMT)
add flag FUNC_USE_MAIN for rna functions which don't need the context. (currently unused)
November 17, 2011, 18:23 (GMT)
centralize some of the came install commands, were being copied between osx/win/linux
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)

November 17, 2011, 08:02 (GMT)
Fixed comment in BLI_dlrbTree_search_exact
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).
November 17, 2011, 06:08 (GMT)
warning cleanup
November 17, 2011, 05:33 (GMT)
svn merge ^/trunk/blender -r41932:41939
November 17, 2011, 05:03 (GMT)
Add access to UVs from python, patch python unwrap scripts to work wtih ngons
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.
November 16, 2011, 22:20 (GMT)
BLI_mempool redefined causing compile time error, removing duplicate typedef
November 16, 2011, 20:53 (GMT)
Re-copied trunk over tomato and merging r41929 through r41936 into tomato

November 16, 2011, 20:48 (GMT)
Merged trunk up to rev41928

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.

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.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021