Blender Git Commits

Blender Git "temp_constraint_volume" branch commits.

Page: 19 / 31

October 15, 2014, 17:49 (GMT)
More API reorganization
October 15, 2014, 17:16 (GMT)
WIP commit, basically introducing a few things here:

* highlighted vs active widget.

Active widget takes all input and basically highjacks drawing of all
other widgets in the widgetmap.

* operator names for widgets. Now widgets will spawn operators based on
names that are passed on them. They will also modify a named property of
the operator and pass it on, after which operator can process it.
October 15, 2014, 14:56 (GMT)
Manipulator:

* Fix error in plane manipulator handling.
* Don't show manipulator widgets on paint modes.
October 15, 2014, 14:37 (GMT)
Only detect active widget on mousemoves. Now handler operates on
mouseclick (bound to change)
October 15, 2014, 13:51 (GMT)
Merge branch 'master' into wiggly-widgets
October 15, 2014, 13:45 (GMT)
Ring widgets:

Add a clipping style, just like manipulator
October 15, 2014, 12:20 (GMT)
Undo previous changes to sound.

The sound system really needs better design for the sequencer and
patching it up now won't really help us in the long run.

Also the sequencer kept leaking file descriptors when preserving
the audio handlles on undo making the branch unusable on mac and
windows.

It's almost certain patching over this will lead to more trouble, better
handle it separately and keep the system working for now.

Kept threaded loading of waveforms since we control the file input
directly there and leads to nice speedup, but we still clear the whole
sound + the waveform on undo, which is pretty bad.
October 15, 2014, 09:40 (GMT)
Merge branch 'master' into terrible_consequencer
October 15, 2014, 08:49 (GMT)
Add space for facegroup storage
October 14, 2014, 16:37 (GMT)
Widgets:

* Move lamp operators to a proper place
* Store a list of widgets to avoid polling too many times
* Fix wrong indices when widgetgroup was not used.
* Lamp widget now uses an arrow widget. This will be refined to make a
nice prototype for operator/widget interaction.
October 14, 2014, 14:20 (GMT)
Use a property to make the transform operator widget driven.

Design is still pending here, but for now just use to not remove widget
display.
October 14, 2014, 11:03 (GMT)
Change dial to something that resembles current rotation widget better.
October 14, 2014, 10:54 (GMT)
Merge branch 'master' into hair_immediate_fixes

Conflicts:
source/blender/blenloader/intern/versioning_270.c
October 14, 2014, 07:07 (GMT)
Merge branch 'master' into hair_immediate_fixes
October 13, 2014, 18:00 (GMT)
Merge branch 'master' into gooseberry
October 13, 2014, 16:16 (GMT)
Dial widget, used in rotation manipulator code.

The widget can still change in the future, also widget styles can always
be used to create new widget visualizations.
October 13, 2014, 14:43 (GMT)
Implement non-3D drawing per widget.

Basically, 3D widgets stay the same size whatever the zoom is in 3D
view. Ported over from manipulator code.
October 13, 2014, 14:13 (GMT)
Merge branch 'master' into wiggly-widgets
October 12, 2014, 15:13 (GMT)
Switched back to blender implicit solver for merge.
October 12, 2014, 15:04 (GMT)
Unified the main Eigen solver function a bit for constrained/unconstrained
solver variants.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021