Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1706 / 5574

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.
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.
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
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.
June 8, 2018, 12:30 (GMT)
Workbench: Lights user pref
June 8, 2018, 12:09 (GMT)
Prevent wheel causing spurious click/drag events
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).
June 8, 2018, 11:52 (GMT)
Alembic import: assign cache_file handle to original datablock
June 8, 2018, 10:17 (GMT)
Cleanup: getting rid of G.main.

Sometimes one needs a *lot* of changes for a single G.main... :/
June 8, 2018, 10:12 (GMT)
Fix T55391: Anim render only shows scene state at current frame (no animation)
June 8, 2018, 10:11 (GMT)
Studiolight: Segment when using float based matcaps
June 8, 2018, 10:04 (GMT)
Depsgraph: Fix missing relations when camera has drivers
June 8, 2018, 09:57 (GMT)
Depsgraph: Cleanup, make conditions more clear and less indented
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
June 8, 2018, 09:57 (GMT)
Depsgraph: Cleanup, indentation
June 8, 2018, 09:57 (GMT)
Depsgraph: Cleanup, make conditions more clear and less indented
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.
June 8, 2018, 09:45 (GMT)
CMake: disable WITH_COMPILER_ASAN for CMAKE_BUILD_TYPE Release
June 8, 2018, 09:28 (GMT)
Cleanup: redundant check
June 8, 2018, 08:54 (GMT)
Merge branch 'master' into blender2.8
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021