Blender Git Commits

Blender Git "master" branch commits.

Page: 4518 / 5574

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.
Revision d05f20c by Matt Ebb
November 12, 2009, 01:22 (GMT)
* Fix: node editor wasn't updating on tree type change
Revision 05df560 by Matt Ebb
November 12, 2009, 00:48 (GMT)
* Tweak to button text clipping, now the text label part gets clipped from the right side
November 11, 2009, 20:42 (GMT)
region width and height readonly rna access (for UI scripts) - see context.region.width/height
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

November 11, 2009, 19:12 (GMT)
Fix for import/export menus, hide collada if it is not compiled in.

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.

November 11, 2009, 18:31 (GMT)
Forgot to include these files in sculpt shape key commit.

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.

November 11, 2009, 17:58 (GMT)
Fix bug #19762: sculpt does not work with shape keys.

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
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()

November 11, 2009, 16:27 (GMT)
Added some missing theme entries and removed some unused ones.
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.
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.

November 11, 2009, 15:29 (GMT)
Fix #19842: timer events incorrectly cancelled tweak events, e.g. when
opening a file browser.

November 11, 2009, 14:30 (GMT)
Fix #19834: text edit mode left/right was not work due to frame prev/next.

November 11, 2009, 14:05 (GMT)
Fix #19837: filtering in file browser was missing some common
video file extensions.

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.
November 11, 2009, 12:38 (GMT)
Bugfix: switching renderlayer in compositing node crashed.

By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021