Revision 3efbb87 by Nicholas Bishop (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) February 6, 2015, 13:14 (GMT) |
Gooseberry: fix multires sculpting not updating normals Looks like just a refactoring mistake in the Gooseberry branch. |
Revision 12cb3a7 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) February 6, 2015, 11:57 (GMT) |
Merge branch 'master' into gooseberry |
Revision 94e9742 by Lukas Toenne (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) February 6, 2015, 11:18 (GMT) |
Print actual changed paths in the "make paths absolute" operator. |
Revision 2fb86d8 by Lukas Toenne (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) February 6, 2015, 11:09 (GMT) |
Add more info to the "make paths relative" operator to show which paths where actually changed. |
Revision ef55538 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) February 5, 2015, 14:32 (GMT) |
Merge branch 'master' into gooseberry Conflicts: source/blender/blenkernel/intern/customdata.c source/blender/makesdna/DNA_customdata_types.h |
Revision a9c3ddc by Antonis Ryakiotakis (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) February 5, 2015, 11:38 (GMT) |
Merge branch 'wiggly-widgets' into gooseberry Conflicts: source/blender/blenloader/intern/versioning_270.c source/blender/editors/object/object_intern.h source/blender/editors/object/object_ops.c source/blender/editors/space_sequencer/sequencer_draw.c source/blender/editors/space_view3d/view3d_draw.c source/blender/makesrna/intern/rna_object.c |
Revision bffa829 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths, temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) February 5, 2015, 11:29 (GMT) |
Move priority of widget handler back for node editor. Still not very clean but should allow gooseberrians to work a little better |
Revision 97053e0 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths, temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) February 5, 2015, 11:15 (GMT) |
Initialize dropboxes and widgets together before opening the homefile, makes sure areas get their proper handlers registered |
Revision 7414464 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths, temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) February 5, 2015, 11:08 (GMT) |
Merge branch 'master' into wiggly-widgets Conflicts: source/blender/blenloader/intern/versioning_270.c source/blender/editors/object/object_intern.h source/blender/editors/object/object_ops.c source/blender/editors/space_sequencer/sequencer_draw.c source/blender/editors/space_view3d/view3d_draw.c source/blender/makesdna/DNA_customdata_types.h source/blender/makesrna/intern/rna_object.c |
Revision 6a0e403 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) February 4, 2015, 19:46 (GMT) |
Merge branch 'master' into gooseberry Conflicts: source/blender/blenkernel/BKE_image.h source/blender/blenkernel/intern/sequencer.c source/blender/imbuf/intern/anim_movie.c |
Revision 8f51baf by Antonis Ryakiotakis (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) February 4, 2015, 17:14 (GMT) |
Possibly dangerous feature - don't scale images if they come from a proxy. |
Revision bdb3723 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) February 4, 2015, 17:14 (GMT) |
Sequencer: Implement priority queue based on frame number instead of memory size (Thanks to sergey for suggestion) |
Revision c8d5206 by Lukas Toenne (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) February 4, 2015, 16:41 (GMT) |
New space enum option for the particle instance modifier, to chose which space the particle data should be interpreted in. By default the space will now be `Local`, meaning that copies of the mesh are made with the offset of the respective particle in the particle object's local space, rather than using the world space offset of the particle //inside the modified object space//. This behavior is much more intuitive and consistent with true duplicators, such as face duplis. Old files will still have `World` setting, so existing blend files are not changed. |
Revision f27389c by Antonis Ryakiotakis (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) February 4, 2015, 12:56 (GMT) |
Better implementation for cache disable - do not store or retrieve cache ever if debug value is 314 |
Revision 1ec9604 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) February 4, 2015, 12:40 (GMT) |
Merge branch 'master' into gooseberry |
Revision 4895459 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) February 4, 2015, 12:35 (GMT) |
Disable sequencer preprocess cache if 314 debug value is set |
Revision becce54 by Campbell Barton (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) February 3, 2015, 20:19 (GMT) |
Merge branch 'master' into gooseberry Conflicts: source/blender/blenkernel/intern/image.c |
Revision 322cf7c by Lukas Toenne (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) February 3, 2015, 17:33 (GMT) |
More roughness options for offsetting child clumping. This is obviously total madness, this feature is totally unusable when the coder is not sitting next to you ... But so are the rest of particle settings, the only solution is a future node system. |
Revision 7e4e99c by Lukas Toenne (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) February 2, 2015, 13:48 (GMT) |
Merge branch 'master' into gooseberry |
Revision 92fdd1e by Lukas Toenne (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) February 2, 2015, 13:23 (GMT) |
Merge branch 'master' into gooseberry |
|