Display:
Master Commits
Branch Commits
All Commits
Blender
Git "hair_immediate_fixes" branch commits.
Page: 19 / 32
October 20, 2014, 09:04 (GMT)
WIP support for meta trimming
October 20, 2014, 08:55 (GMT)
Merge branch 'master' into terrible_consequencer
Revision
388dc24 by
Antonis Ryakiotakis (gooseberry , gooseberry_farm , hair_immediate_fixes , hair_system , temp_constraint_volume , temp_hair_flow , temp_hair_modifiers , temp_motionpaths , temp_widgets_c++_experiment , temp_widgets_files_refactor , temp_widgets_update_tagging , UI-experiments , wiggly-widgets ) October 17, 2014, 17:17 (GMT)
Hook widget event to the lamp operator.
Revision
97bb7d0 by
Antonis Ryakiotakis (gooseberry , gooseberry_farm , hair_immediate_fixes , hair_system , temp_constraint_volume , temp_hair_flow , temp_hair_modifiers , temp_motionpaths , temp_widgets_c++_experiment , temp_widgets_files_refactor , temp_widgets_update_tagging , UI-experiments , wiggly-widgets ) October 17, 2014, 15:11 (GMT)
Hook calling widget to operator event system. Alpha alpha code still. Transform/lamp still don't process those.
Revision
ffac46c by
Antonis Ryakiotakis (gooseberry , gooseberry_farm , hair_immediate_fixes , hair_system , temp_constraint_volume , temp_hair_flow , temp_hair_modifiers , temp_motionpaths , temp_widgets_c++_experiment , temp_widgets_files_refactor , temp_widgets_update_tagging , UI-experiments , wiggly-widgets ) October 17, 2014, 14:45 (GMT)
Store the active widget in the context. This allows us to first call the widget handler if needed.
Revision
1f9f589 by
Antonis Ryakiotakis (gooseberry , gooseberry_farm , hair_immediate_fixes , hair_system , temp_constraint_volume , temp_hair_flow , temp_hair_modifiers , temp_motionpaths , temp_widgets_c++_experiment , temp_widgets_files_refactor , temp_widgets_update_tagging , UI-experiments , wiggly-widgets ) October 17, 2014, 14:11 (GMT)
Arrow handler that does something useful (tm). However still not hooked up to operators.
Revision
585204b by
Antonis Ryakiotakis (gooseberry , gooseberry_farm , hair_immediate_fixes , hair_system , temp_constraint_volume , temp_hair_flow , temp_hair_modifiers , temp_motionpaths , temp_widgets_c++_experiment , temp_widgets_files_refactor , temp_widgets_update_tagging , UI-experiments , wiggly-widgets ) October 17, 2014, 13:09 (GMT)
Dummy handler for arrows, take care of some allocation issues for operators.
Revision
80c9a97 by
Antonis Ryakiotakis (gooseberry , gooseberry_farm , hair_immediate_fixes , hair_system , temp_constraint_volume , temp_hair_flow , temp_hair_modifiers , temp_motionpaths , temp_widgets_c++_experiment , temp_widgets_files_refactor , temp_widgets_update_tagging , UI-experiments , wiggly-widgets ) October 17, 2014, 12:48 (GMT)
Add callbacks for operator initialization. Now a widget will directly call an operator and have its own handlers for input. No handlers implemented yet.
Revision
2859952 by
Antonis Ryakiotakis (gooseberry , gooseberry_farm , hair_immediate_fixes , hair_system , temp_constraint_volume , temp_hair_flow , temp_hair_modifiers , temp_motionpaths , temp_widgets_c++_experiment , temp_widgets_files_refactor , temp_widgets_update_tagging , UI-experiments , wiggly-widgets ) October 17, 2014, 09:23 (GMT)
Classic fix linking of the widget library.
Revision
057c7fd by
Antonis Ryakiotakis (gooseberry , gooseberry_farm , hair_immediate_fixes , hair_system , temp_constraint_volume , temp_hair_flow , temp_hair_modifiers , temp_motionpaths , temp_widgets_c++_experiment , temp_widgets_files_refactor , temp_widgets_update_tagging , UI-experiments , wiggly-widgets ) October 17, 2014, 08:45 (GMT)
Merge branch 'master' into wiggly-widgets
Revision
050bc3f by
Antonis Ryakiotakis (gooseberry , gooseberry_farm , hair_immediate_fixes , hair_system , temp_constraint_volume , temp_hair_flow , temp_hair_modifiers , temp_motionpaths , temp_widgets_c++_experiment , temp_widgets_files_refactor , temp_widgets_update_tagging , UI-experiments , wiggly-widgets ) October 15, 2014, 17:49 (GMT)
More API reorganization
Revision
c56b812 by
Antonis Ryakiotakis (gooseberry , gooseberry_farm , hair_immediate_fixes , hair_system , temp_constraint_volume , temp_hair_flow , temp_hair_modifiers , temp_motionpaths , temp_widgets_c++_experiment , temp_widgets_files_refactor , temp_widgets_update_tagging , UI-experiments , wiggly-widgets ) 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.
Revision
814fb1e by
Antonis Ryakiotakis (gooseberry , gooseberry_farm , hair_immediate_fixes , hair_system , temp_constraint_volume , temp_hair_flow , temp_hair_modifiers , temp_motionpaths , temp_widgets_c++_experiment , temp_widgets_files_refactor , temp_widgets_update_tagging , UI-experiments , wiggly-widgets ) October 15, 2014, 14:56 (GMT)
Manipulator: * Fix error in plane manipulator handling. * Don't show manipulator widgets on paint modes.
Revision
4581091 by
Antonis Ryakiotakis (gooseberry , gooseberry_farm , hair_immediate_fixes , hair_system , temp_constraint_volume , temp_hair_flow , temp_hair_modifiers , temp_motionpaths , temp_widgets_c++_experiment , temp_widgets_files_refactor , temp_widgets_update_tagging , UI-experiments , wiggly-widgets ) October 15, 2014, 14:37 (GMT)
Only detect active widget on mousemoves. Now handler operates on mouseclick (bound to change)
Revision
a4bb56f by
Antonis Ryakiotakis (gooseberry , gooseberry_farm , hair_immediate_fixes , hair_system , temp_constraint_volume , temp_hair_flow , temp_hair_modifiers , temp_motionpaths , temp_widgets_c++_experiment , temp_widgets_files_refactor , temp_widgets_update_tagging , UI-experiments , wiggly-widgets ) October 15, 2014, 13:51 (GMT)
Merge branch 'master' into wiggly-widgets
Revision
8b90c08 by
Antonis Ryakiotakis (gooseberry , gooseberry_farm , hair_immediate_fixes , hair_system , temp_constraint_volume , temp_hair_flow , temp_hair_modifiers , temp_motionpaths , temp_widgets_c++_experiment , temp_widgets_files_refactor , temp_widgets_update_tagging , UI-experiments , 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
Revision
687cb3a by
Antonis Ryakiotakis (gooseberry , gooseberry_farm , hair_immediate_fixes , hair_system , temp_constraint_volume , temp_hair_flow , temp_hair_modifiers , temp_motionpaths , temp_widgets_c++_experiment , temp_widgets_files_refactor , temp_widgets_update_tagging , UI-experiments , wiggly-widgets ) October 15, 2014, 08:49 (GMT)
Add space for facegroup storage
Revision
9c5e1a0 by
Antonis Ryakiotakis (gooseberry , gooseberry_farm , hair_immediate_fixes , hair_system , temp_constraint_volume , temp_hair_flow , temp_hair_modifiers , temp_motionpaths , temp_widgets_c++_experiment , temp_widgets_files_refactor , temp_widgets_update_tagging , UI-experiments , wiggly-widgets ) 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.