Revision e637320 by Arystanbek Dyussenov November 12, 2009, 03:36 (GMT) |
COLLADA: call make_edges on mesh import. This may cause some meshes appear without a few faces, unclear why this happens. |
November 12, 2009, 01:22 (GMT) |
* Fix: node editor wasn't updating on tree type change |
November 12, 2009, 00:48 (GMT) |
* Tweak to button text clipping, now the text label part gets clipped from the right side |
Revision 70a8861 by Campbell Barton November 11, 2009, 20:42 (GMT) |
region width and height readonly rna access (for UI scripts) - see context.region.width/height |
Revision 53250f8 by Campbell Barton November 11, 2009, 19:58 (GMT) |
object.constraints.add()/remove()/active, same for PoseChannel modified internal api for minimal rna wrapper functions. TODO - missing updates for pose channels - typecheck for pose/object constraints |
Revision 047ee04 by Brecht Van Lommel November 11, 2009, 19:12 (GMT) |
Fix for import/export menus, hide collada if it is not compiled in. |
Revision 5b9768d by Brecht Van Lommel November 11, 2009, 18:46 (GMT) |
Fix tris to quads not working, operator still needs to get properties, but at least now executes with the defaults. |
Revision c5b89a2 by Brecht Van Lommel November 11, 2009, 18:31 (GMT) |
Forgot to include these files in sculpt shape key commit. |
Revision d70943c by Brecht Van Lommel November 11, 2009, 18:30 (GMT) |
Fix bug #19864: edge slide factor field is wrong. Setting RNA float property non-array property as array did not work correct. |
Revision 71c0fbd by Brecht Van Lommel November 11, 2009, 17:58 (GMT) |
Fix bug #19762: sculpt does not work with shape keys. |
Revision f356ea7 by Campbell Barton November 11, 2009, 17:12 (GMT) |
- use double underscores to hide members in python (removes them from dir() therefor autocomp.) - collection functions rename eg. bones_active -> bones__active, add_object -> objects__add since these should be accessed from the collections only. - fix warnings in last commit |
Revision bc6190f by Campbell Barton November 11, 2009, 16:28 (GMT) |
python api for collection add()/remove() Added a group example C = bpy.context ob = C.active_object bpy.data.groups[0].objects.add(ob) - add_to_group and rem_from_group now take optional scene and base flags and deal with updating the object & base flags - operators that add objects to groups were setting ob->recalc= OB_RECALC_OB; looks like its not needed. - previously add() ignored python args, now add and remove are called like any other FunctionRNA from python. - made the pyrna api use tp_getset's for collestions active/add()/remove() |
Revision f243928 by William Reynish November 11, 2009, 16:27 (GMT) |
Added some missing theme entries and removed some unused ones. |
Revision f76a602 by Thomas Dinges November 11, 2009, 16:02 (GMT) |
Nodes: * Added properties operator to the View menu. * Added Notifier for Node Select Operator, so the new "Active Node" Panel gets refreshed. |
Revision 55a7e73 by Brecht Van Lommel November 11, 2009, 15:50 (GMT) |
Fix #19368: sculpting with subsurf modifier applied did not update correct. Fix #19438: sculpt anchored + texture did not center texture correctly. |
Revision 3464482 by Brecht Van Lommel November 11, 2009, 15:29 (GMT) |
Fix #19842: timer events incorrectly cancelled tweak events, e.g. when opening a file browser. |
Revision 9a7099f by Brecht Van Lommel November 11, 2009, 14:30 (GMT) |
Fix #19834: text edit mode left/right was not work due to frame prev/next. |
Revision e7f5e70 by Brecht Van Lommel November 11, 2009, 14:05 (GMT) |
Fix #19837: filtering in file browser was missing some common video file extensions. |
Revision 872a7ae by Brecht Van Lommel November 11, 2009, 13:27 (GMT) |
Fix #19313: running python scripts with PyRun_File could crash on windows due to incompatible FILE struct between Blender and python library, which is why it was not used in 2.4x, so apply the same workaround now. |
Revision 1bf387e by Brecht Van Lommel November 11, 2009, 12:38 (GMT) |
Bugfix: switching renderlayer in compositing node crashed. |
|