Blender Git Loki

Kaikki Blender Git kommitit.

Page: 2695 / 8462

February 18, 2019, 16:20 (GMT)
SmallVector::all_equal
February 18, 2019, 16:16 (GMT)
Fix (unreported) wrong handling of some parameters combination in `bpy.data.user_map()`

Would add undesired keys...
February 18, 2019, 16:16 (GMT)
ID Management Py API: Fix (unreported) crash in some cases.

Would crash when passing some kind of invalid parameters, e.g.:

>>>D.user_map(key_types={'brush'})
February 18, 2019, 16:16 (GMT)
ID management: use FOREACH_MAIN_ID in some places.
February 18, 2019, 16:16 (GMT)
ID management: use FOREACH_MAIN_ID in some places.
February 18, 2019, 16:16 (GMT)
ID management: use FOREACH_MAIN_ID in some places.
February 18, 2019, 16:16 (GMT)
ID management: use FOREACH_MAIN_ID in some places.
February 18, 2019, 16:16 (GMT)
ID management: use FOREACH_MAIN_ID in some places.
February 18, 2019, 16:16 (GMT)
ID management: use FOREACH_MAIN_ID in some places.
February 18, 2019, 16:16 (GMT)
BKE_main: FOREACH macros: fix shadowing 'i' variable.
February 18, 2019, 16:16 (GMT)
BKE_main: make FOREACH new macros working when deleting some IDs.
February 18, 2019, 16:03 (GMT)
Wireframe: Fix selection broken since recent wireframe refactor
February 18, 2019, 16:00 (GMT)
Fix T61473: Crash particle system is updating

Original and localized particle settings were sharing some
of the runtime pointers.
February 18, 2019, 15:52 (GMT)
Fix T57457: animated image sequences not working in Eevee.

The dependency graph now handles updating image users to point to the current
frame, and tags images to be refreshed on the GPU. The image editor user is
still updated outside of the dependency graph.

We still do not support multiple image users using a different current frame
in the same image, same as 2.7. This may require adding a GPU image texture
cache to keep memory usage under control. Things like rendering an animation
while the viewport stays fixed at the current frame works though.
February 18, 2019, 15:38 (GMT)
Fix image filepath changes not refreshing all image users.
February 18, 2019, 15:38 (GMT)
Fix BKE_image_walk_all_users not including all image users.
February 18, 2019, 15:38 (GMT)
Cleanup: rename tpageflag to gpuflag, make it purely runtime data.
February 18, 2019, 15:35 (GMT)
Fix T61636: Drivers don't update on viewport using curves
February 18, 2019, 15:29 (GMT)
Fix crash toggling edit mode of curve with animation

The issue was caused by original f-curves being re-allocated
without informing dependency graph about this.

Was reported in T61636#622757
February 18, 2019, 15:24 (GMT)
Depsgraph: Make node an owner of its name

The initial idea of using char pointer was to save some
memory since the dependency graph was kind of the one
with the main database.

Nowadays dependency graph should be separatable from the
main database and being self-sustainable.

Other issue which was caused by this pointer is the
re-tagging of operations during relations update: it is
possible to have node which as tagged for update but had
the owner of the name removed (i.e. driver or bone was
removed).
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021