Blender Git Commits

Blender Git commits from all branches.

Page: 2332 / 2888

March 24, 2015, 14:47 (GMT)
Fix T44021: Crash switching Rendering Engines while viewport rendering + animating

Make sure preview render job is cancelled before freeing the render engine
associated to the viewport.
March 24, 2015, 14:47 (GMT)
Make sure disabling attribute arrays also resets the counter so we don't
do it twice.
March 24, 2015, 14:47 (GMT)
Fix T43853: Audio animation bug (fcurves)

For a detailed bug explanation see the comments in the report.
March 24, 2015, 14:28 (GMT)
Renamed the cache_dm to simply dm.

The fact that this is used for caching is only apparent on the higher
levels of the Object struct.
March 24, 2015, 11:57 (GMT)
Write basic hair curves to caches for dupli groups.

This data will be used for dupli simulations later on. Child path
generation could also be done based on this data without involvement of
particle systems.
March 24, 2015, 11:19 (GMT)
More compact sample writing code for particle pathcache caching.
March 24, 2015, 10:26 (GMT)
Make the nested DM writer in Object writers a pointer, instead of using
the do_mesh flag.

This will be more in line with how optional particle system writer will
be created.
March 24, 2015, 10:03 (GMT)
Revert "Avoid conflicting unordered_map definition in cycles"

This seems to break windows builds and should not be necessary.

This reverts commit 12384d564f59646145fa609dfe7e5a61632cd20f.
March 24, 2015, 08:40 (GMT)
Fix for use of non-portable function snprintf.
March 24, 2015, 08:29 (GMT)
Fix for use of unknown uint type instead of unsigned int.
March 23, 2015, 23:05 (GMT)
This patch will remove the BlenderWorldInfo and move the source into KX_WorldInfo.
March 23, 2015, 22:27 (GMT)
VideoDeckLink: wip, card opening done, GPUdirect tbd.
March 23, 2015, 18:27 (GMT)
From review: add_passes() - change COMBINED pass to mimic what we were doing for rl->rect before
March 23, 2015, 18:01 (GMT)
From review: add_filt_passes() - change COMBINED pass filtering and remove commented out code

Note: I don't know which difference does it make to the user, but better to stick to what master is doing
March 23, 2015, 17:33 (GMT)
From review: cleanup and put define net to the size as we do in DNA
March 23, 2015, 17:24 (GMT)
From review: Normalize the result of RE_GetCameraModelMatrix()

(and change Cycles accordingly)
March 23, 2015, 17:13 (GMT)
From review: do not do cleanup only
March 23, 2015, 17:11 (GMT)
Use a stub factory when Alembic is disabled to avoid invalid pointer
access.
March 23, 2015, 17:07 (GMT)
From review: Rename RE_engine_actview_set > RE_engine_active_view_set
March 23, 2015, 17:04 (GMT)
Fix for linking order in scons preventing correct initialization of
the Alembic caching implementation.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021