Blender Git Commits

Blender Git commits from all branches.

Page: 2239 / 2888

June 2, 2015, 13:44 (GMT)
dynamic fracture: slightly improved caching behavior, but it still flickers and doesnt continue simulation properly after cache ends
June 2, 2015, 13:34 (GMT)
Fix broken behavior e.g. for 'save as' operator...

We need to set filename/filepath from sfile->params in case operator does not support multi-files!
June 2, 2015, 13:27 (GMT)
Merge branch 'alembic' into gooseberry
June 2, 2015, 13:25 (GMT)
Write metadata to caches (application name, date of creation, user
description).

Cache library output archives now have a description string next to them
that gets written into the archive.
June 2, 2015, 12:27 (GMT)
fix: small rotation fix for dynamic fracture and fix for shard lookup
June 2, 2015, 12:04 (GMT)
WIP more work towards inclusion of asset engine/asset uuids in linking process.
June 2, 2015, 11:05 (GMT)
Display basic metadata of a cache archive in the cache library input
settings.
June 2, 2015, 10:29 (GMT)
Silence compiler errors by returning a default value for vector
interpolation.
June 2, 2015, 08:20 (GMT)
Merge branch 'asset-experiments' into asset-engine
June 2, 2015, 08:19 (GMT)
Merge branch 'master' into asset-experiments

Conflicts:
source/blender/imbuf/intern/thumbs.c
June 1, 2015, 19:27 (GMT)
fix: crash when repeatedly refracturing in prefractured mode with same settings
June 1, 2015, 18:26 (GMT)
fix: crashes with dynamic fracture, but this is still WIP !
June 1, 2015, 17:14 (GMT)
Support for an optional semantics argument when interpolating cached
properties.

This is necessary to distinguish e.g. vector semantics (linear vs. slerp
interpolation for positional/normal vectors). It would be simpler to
do this based purely on types, but the typing of common Alembic
properties is not sufficiently unique. Semantics arguments are enum
values, that can be omitted if the default interpolation should be used.
June 1, 2015, 13:40 (GMT)
some performance improvement with mouse based fracture (addon), only attempting to refracture necessary shards
June 1, 2015, 13:10 (GMT)
Fix memory leak when creating new sockets.
June 1, 2015, 13:05 (GMT)
Move node socket creation to the C-code.
June 1, 2015, 11:55 (GMT)
Relink outputs when opening a file after one was already open in the
node.
June 1, 2015, 11:26 (GMT)
Ensure filename is absolute in the vdb node.
June 1, 2015, 07:04 (GMT)
Small fix for previous commit.

We might have MOD_SMOKE_VIEW_SHOWBIG flag on without high resolution on.
June 1, 2015, 06:26 (GMT)
Only load the array in memory when needed.

It doesn't account for cases when we reach a frame where nothing was
simulated, this will be handled later on.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021