Blender Git Commits

Blender Git "temp_motionpaths" branch commits.

Page: 68 / 95

December 15, 2014, 16:08 (GMT)
Placeholder GPU functions to get GPU facemap index buffer. API should
allow a widget to draw a specific facemap bound to a mesh quickly.
December 15, 2014, 13:01 (GMT)
Fix selection id not getting incremented in face-map bones
December 15, 2014, 11:11 (GMT)
Merge branch 'wiggly-widgets' into gooseberry
December 15, 2014, 11:11 (GMT)
Deactivate irritating shapekey widget while it's still under
development.
December 15, 2014, 11:09 (GMT)
Hook up facemap property to bones.

A bone using a facemap will not be displayed at all, rather it will use
the facemap of the mesh as an interaction area. The facemap still does
nothing since it's not yet hooked up to the customdata and widget code.
That will come next.
December 12, 2014, 15:32 (GMT)
Merge branch 'master' into gooseberry
December 12, 2014, 15:27 (GMT)
Merge branch 'wiggly-widgets' into gooseberry
December 12, 2014, 15:27 (GMT)
Support for custom cursors for widgets.

They are set when a highlighted widget intersection is detected and on
area level.

There's a discussion about using owners and a stack or array for cursors
but that needs some more thought and design.
December 12, 2014, 13:17 (GMT)
More changes to overdrop transform operator.

* Calling key press confirms
* Change name of operator accordingly.
December 12, 2014, 12:04 (GMT)
Merge branch 'wiggly-widgets' into gooseberry
December 12, 2014, 12:02 (GMT)
Gooseberry request draw sequencer backdrop on -top- of everything.

Due to this we -obviously- rename this to overdrop

I am not sure if others would agree here, but it's pretty safe to do
this on a branch first. Rationale is that it's much nicer to work on
full screen with this.
December 12, 2014, 11:35 (GMT)
Merge branch 'wiggly-widgets' into gooseberry
December 12, 2014, 11:34 (GMT)
Minor adjustments to the cage transform widget and sequencer operator.

* Bigger scale handler for widget.
* Operator has description on area
* Cancelling resets position.
December 11, 2014, 13:43 (GMT)
Merge branch 'master' into gooseberry
December 11, 2014, 13:06 (GMT)
Merge branch 'wiggly-widgets' into gooseberry

Conflicts:
source/blender/blenloader/intern/versioning_270.c
source/blender/windowmanager/WM_api.h
source/blender/windowmanager/intern/wm_event_system.c
December 11, 2014, 13:00 (GMT)
Merge branch 'master' into wiggly-widgets

Conflicts:
source/blender/makesrna/intern/rna_space.c
source/blender/windowmanager/WM_api.h
source/blender/windowmanager/intern/wm_event_system.c
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
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021