Revision 4127aeb by Campbell Barton June 8, 2018, 12:53 (GMT) |
GHOST/X11: Map unknown de,fr keys to accentgrave This still uses the correct string when typing text, it just allows the key to be used in keymaps. We should eventually add scan-code support. |
Revision e36ecb8 by Sybren A. Stüvel June 8, 2018, 12:48 (GMT) |
Alembic unit tests: fixed compiler errors This doesn't mean the code is correct, but at least it builds. |
Revision 94aa4d1 by Bastien Montagne June 8, 2018, 12:38 (GMT) |
Merge branch 'master' into blender2.8 Conflicts: source/blender/blenkernel/BKE_sequencer.h source/blender/blenkernel/intern/sequencer.c source/blender/editors/curve/editcurve_paint.c source/blender/editors/gpencil/gpencil_edit.c source/blender/editors/gpencil/gpencil_paint.c source/blender/editors/gpencil/gpencil_utils.c source/blender/editors/include/ED_object.h source/blender/editors/include/ED_view3d.h source/blender/editors/interface/interface_eyedropper_depth.c source/blender/editors/render/render_opengl.c source/blender/editors/sculpt_paint/paint_image_proj.c source/blender/editors/sculpt_paint/sculpt.c source/blender/editors/space_view3d/drawobject.c source/blender/editors/space_view3d/view3d_draw.c source/blender/editors/space_view3d/view3d_edit.c source/blender/editors/space_view3d/view3d_intern.h source/blender/editors/space_view3d/view3d_select.c source/blender/editors/space_view3d/view3d_utils.c source/blender/editors/transform/transform_conversions.c source/blender/editors/transform/transform_snap.c source/blender/python/intern/gpu_offscreen.c source/blender/windowmanager/intern/wm_files.c |
Revision ae3e59f by Sergey Sharybin June 8, 2018, 12:38 (GMT) |
Fix T55380: Crash when getting out of EditMode in some cases Derived meshes are to be dead, so soon this code will be removed as well. |
Revision aff6cc9 by Jeroen Bakker June 8, 2018, 12:30 (GMT) |
Workbench: Lights user pref |
Revision fb1915d by Campbell Barton June 8, 2018, 12:09 (GMT) |
Prevent wheel causing spurious click/drag events |
Revision 3343771 by Sybren A. Stüvel June 8, 2018, 11:52 (GMT) |
Alembic import: fixed memory management for CoW copies of CacheFile blocks When a CacheFile datablock is copied to an in-main datablock, it means that the new copy should be independent of the old copy. In this case certain properties are reset/duplicated. When it is copied to a no-main datablock, we assume this is a copy-on-write copy that's used for evaluating things, in which case the handle and object paths are referenced instead of reset/ duplicated. This prevents us from re-opening the Alembic file every time a new CoW copy is made. The same approach is taken when freeing data (only when an in-main datablock is freed do we actually free the data). |
Revision 0c7fc3a by Sybren A. Stüvel June 8, 2018, 11:52 (GMT) |
Alembic import: assign cache_file handle to original datablock |
Revision 7b6af84 by Bastien Montagne June 8, 2018, 10:17 (GMT) |
Cleanup: getting rid of G.main. Sometimes one needs a *lot* of changes for a single G.main... :/ |
Revision c590457 by Sergey Sharybin June 8, 2018, 10:12 (GMT) |
Fix T55391: Anim render only shows scene state at current frame (no animation) |
Revision 3926ec6 by Jeroen Bakker June 8, 2018, 10:11 (GMT) |
Studiolight: Segment when using float based matcaps |
Revision 1f1e26f by Sergey Sharybin June 8, 2018, 10:04 (GMT) |
Depsgraph: Fix missing relations when camera has drivers |
Revision d38c7db by Sergey Sharybin June 8, 2018, 09:57 (GMT) |
Depsgraph: Cleanup, make conditions more clear and less indented |
Revision 4017b48 by Sergey Sharybin June 8, 2018, 09:57 (GMT) |
Depsgraph: Don't optimize out collections used by duplication system This makes evaluated objects to point to a non-evaluated collection, which is already really bad. What is even more worse, objects in those collections are not evaluated either. Proper solution would be to implement visibility flag for nodes, which will be set to 0 for transform/geometry components, but which will be 1 for copy-on-write components. This way we will guarantee consistency of dependency graph. For now this change is good enough and unlocks production. Fixes T55375: Crash when changing visibility of instanced collection Fixes T55357: Particle geometry crash |
Revision 378e42e by Sergey Sharybin June 8, 2018, 09:57 (GMT) |
Depsgraph: Cleanup, indentation |
Revision 9600c7c by Sergey Sharybin June 8, 2018, 09:57 (GMT) |
Depsgraph: Cleanup, make conditions more clear and less indented |
Revision 691282e by Sybren A. Stüvel June 8, 2018, 09:53 (GMT) |
Alembic export: create render-evaluated depsgraph for exporting Previously the context depsgraph was used, which (most likely) uses viewport evaluation instead of render evaluation. |
Revision 55606db by Jeroen Bakker June 8, 2018, 09:45 (GMT) |
CMake: disable WITH_COMPILER_ASAN for CMAKE_BUILD_TYPE Release |
Revision 346a1d4 by Campbell Barton June 8, 2018, 09:28 (GMT) |
Cleanup: redundant check |
Revision 0297274 by Campbell Barton June 8, 2018, 08:54 (GMT) |
Merge branch 'master' into blender2.8 |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021