March 13, 2015, 14:03 (GMT) |
Armatures support proper undo now. |
March 13, 2015, 13:44 (GMT) |
Keep keyframes on undo WIP code to tag fcurves with existing keyframes on current frame so they can be restored (inserted into) after cancelling tranform. |
March 13, 2015, 12:47 (GMT) |
Merge branch 'master' into gooseberry |
March 13, 2015, 12:41 (GMT) |
Merge branch 'master' into gooseberry Conflicts: source/blender/editors/space_view3d/view3d_draw.c source/blender/physics/intern/BPH_mass_spring.cpp |
March 12, 2015, 15:04 (GMT) |
Cleanup: unused var |
March 12, 2015, 15:01 (GMT) |
Merge branch 'master' into gooseberry |
March 12, 2015, 10:27 (GMT) |
Only insert/delete keyframes automatically if the real time motionpath update is on. |
March 11, 2015, 18:08 (GMT) |
Revert "Fix blenderplayer not compiling after modifier d&d commit" This reverts commit 1a0e6336d62a2c8f9428704e9bcb6bbf799125e1. |
March 11, 2015, 18:07 (GMT) |
Revert "Modifier Drag&Drop" This reverts commit 91d0f6f1139054abcfca3d8044eae6e2bb82fb9a. Artists here seem to dislike the interface being stuck after a change to modifiers, reverting until an interactive solution is coded. |
March 9, 2015, 17:17 (GMT) |
Minor stuff |
March 9, 2015, 14:43 (GMT) |
Remove inserted keyframes if transform was cancelled |
March 9, 2015, 13:44 (GMT) |
Merge branch 'gooseberry' into temp_motionpaths |
March 9, 2015, 11:46 (GMT) |
Don't push merge without building first fix. |
March 9, 2015, 11:44 (GMT) |
Merge branch 'wiggly-widgets' into gooseberry Conflicts: source/blender/blenloader/intern/versioning_270.c source/blender/editors/include/ED_view3d.h source/blender/editors/space_sequencer/sequencer_draw.c |
Revision 8cad3e3 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, temp_motionpaths, temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) March 9, 2015, 11:41 (GMT) |
Transform widget: Don't highlight rectangle (cursor should be enough indication) |
Revision 02c142e by Antonis Ryakiotakis (gooseberry, gooseberry_farm, temp_motionpaths, temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) March 9, 2015, 11:40 (GMT) |
Merge branch 'master' into wiggly-widgets Conflicts: source/blender/blenloader/intern/versioning_270.c source/blender/editors/include/ED_view3d.h source/blender/editors/space_sequencer/sequencer_draw.c source/blender/editors/space_view3d/view3d_draw.c source/blender/makesdna/DNA_view3d_types.h |
March 8, 2015, 15:23 (GMT) |
Fix blenderplayer not compiling after modifier d&d commit |
March 6, 2015, 16:24 (GMT) |
Fix access freed memory when doing constraints ID counter on main free Basically just made constraints free function aware of possible do_id_users argument, same as we've got for objects, object data and so on. |
March 6, 2015, 16:24 (GMT) |
Fix T43905: Crash happens when press Create Plane Track It was only happening on 32bit platforms because of alignment differences when allocating class. Now got rid of copy of eigen matricies stored by value in the residual block which solves aligment issues and should also give some unmeasurable speedup. |
Revision 7b426d2 by Antonis Ryakiotakis / Julian Eisel (gooseberry, gooseberry_farm, temp_motionpaths) March 6, 2015, 16:24 (GMT) |
Fix issue reported on irc by Sebastian, crash when undoing and changing screen. Apparently the screen on the given file did not have a scene attached. Not sure how this is possible exactly, but for now just guard against it at load time by assigning default scene in that case. |
|