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. |
October 15, 2014, 16:12 (GMT) |
quiet warning |
October 15, 2014, 15:23 (GMT) |
Fix compilation error -- backported change relied on the regular development changes |
October 15, 2014, 14:58 (GMT) |
Buildbot: Rename testbuild branch to experimental-build and put the builds to dedicated folder |
October 15, 2014, 14:58 (GMT) |
Better fix for T42139 Noise function's significant bits are up to 31st bit. This should now give the same visual result as before, minus the stripes. Issue pointed out by Anthony Edlin, thanks! Conflicts: source/blender/render/intern/source/render_texture.c |
October 15, 2014, 14:56 (GMT) |
Fix for No Sudo option in install_deps.sh (typo in docs) |
October 15, 2014, 14:56 (GMT) |
Bugfix T42225: Python - GreasePencil.active incorrectly accepts GreasePencil type instead of GPencilLayer |
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. |
October 15, 2014, 14:56 (GMT) |
Fix T42206: RenderLayers popup crashed when clicked while rendering |
October 15, 2014, 14:54 (GMT) |
October 15, 2014, 14:39 (GMT) |
Fix previous stupid commit about bvh precision! What we want here is ray radius, not bvh creation epsilon. |
October 15, 2014, 14:38 (GMT) |
BVHTree Mesh helpers: Add support for raycasting against verts/edges. iNote: pure theoritical code, not tested at all yet! |
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) |
October 15, 2014, 14:36 (GMT) |
October 15, 2014, 14:31 (GMT) |
Fix T42160: CUDA error: ILLEGAL_ADDRESS in cuCtxSynchronize() This is so-called GPU limitation boundary hit, told compiler to NOT include volume bound function, otherwise some real weird things used to happen. We actually might want to do the same for CPU, inlining everything is not the way to get fastest code. |
October 15, 2014, 14:30 (GMT) |
Fix T42198: Linked lines only work with linked objects. The reported issue was caused by a backward incompatibility due to careless code changes made when per-material Freestyle line colors were introduced in rB7915d7277ac8c605f016f30f943080556244fb59. In 2.71 line style Material color/alpha/thickness modifiers was retrieving alpha transparency from Material.alpha, whereas in 2.72 Material.line_color[3] was referenced. The present fix reverts the aforementioned code changes. This issue is a regression from 2.71, so the fix is appropriate for inclusion in the 2.72a release. |
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 |
Revision 9a6719a by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer) 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, 12:13 (GMT) |
re-allign 'a' |
|
|
|


Master Commits
MiikaHweb | 2003-2021