Blender Git Commits

Blender Git commits from all branches.

Page: 2457 / 2888

December 11, 2014, 08:57 (GMT)
Merge branch 'master' into asset-experiments
December 10, 2014, 22:35 (GMT)
small fix, need to check for context.object being possibly None
December 10, 2014, 22:30 (GMT)
added hack to enable loading fracture presets via python (bpy.context.fracture is not known otherwise when using python_file_run, it needed a fake context
December 10, 2014, 20:16 (GMT)
Merge branch 'master' into asset-experiments
December 10, 2014, 20:14 (GMT)
WIP code to make readfilelists jobs.

Only very partially working in this state, still needs some work.
Proof of concept seems rather interesting though.

Also, only pure filesystem stuff is implemented for now.
December 10, 2014, 20:00 (GMT)
Sequencer operator that uses widgets and controls the placement of the
backdrop is now functional.

The widget could communicate with the sequencer properties directly, but
here we set it to control the operator properties as a demonstration.

After some minor stress testing, time to give this to gooseberry team.
December 10, 2014, 18:24 (GMT)
Fix some registration issues, also add scale property for sequencer
backdrop widget.
December 10, 2014, 17:55 (GMT)
Something draws now in sequencer when we register the widget for the
operator.
December 10, 2014, 17:23 (GMT)
Yet more refactoring:

Areas support more than one widgetmap - will be useful to partition area
in different transform regions like data, pixel, 3D (will be done in a
separate refactor).

Also get rid of the context widget hack in favour of adding the
widgetmap handler to the operator handler itself, so handling will
be unified when the widget controls a property or spawns an operator
December 10, 2014, 16:26 (GMT)
Merge branch 'master' into gooseberry
December 10, 2014, 16:05 (GMT)
Merge branch 'master' into asset-experiments
December 10, 2014, 14:58 (GMT)
Merge branch 'master' into asset-experiments
December 10, 2014, 14:57 (GMT)
Privatize registration function for individual widgets.
Handle events for widgetmap first when and pass to operator when
operator is active.

This is still a pretty confusing design, working on a simpler one now.
December 10, 2014, 14:26 (GMT)
Sequencer: optionally use scenes nested strips (like meta strips)

This commit makes it possible to use scenes as a kind of
multi-user metastrip (with their own time).

Currently this supports rendering & drawing nested strips,
but no convenient way to tab-enter into a scene strip.
December 10, 2014, 14:24 (GMT)
Merge branch 'master' into gooseberry
December 10, 2014, 11:57 (GMT)
Create sequencer widget handlers
December 10, 2014, 11:46 (GMT)
Add back idnames to the widgetmaps, we could well need to define both
for different transform areas.
December 10, 2014, 11:29 (GMT)
Merge branch 'master' into depsgraph_refactor
December 10, 2014, 10:51 (GMT)
Reduce recursion to one level (.blend libs do not take that into account anyway).

Quicker, and in most cases I think this will be enough for libs and file browsing.

Real asset handling is another question.
December 10, 2014, 10:40 (GMT)
Merge branch 'master' into asset-experiments
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021