Blender Git Commits

Blender Git commits from all branches.

Page: 1954 / 2888

July 29, 2016, 05:15 (GMT)
DNA/RNA changes

- replace ABC_ prefix w/ MOD_MESHSEQ_
- don't use abc_ prefix for DNA paths (this doesn't depend on alembic)
- use an enum-flag for read-data (multiple boolean options).
July 28, 2016, 23:24 (GMT)
Curves: Batch extend operator

Started the implementation of the batch extend operator. Faulty memory handling on the Extend operator is currently causing it to fail.
July 28, 2016, 19:05 (GMT)
Cleanup.
July 28, 2016, 19:00 (GMT)
De-duplicate point reading logic, add support to read custom data for
points only meshes.
July 28, 2016, 18:39 (GMT)
Expose reading flags to the UI.
July 28, 2016, 18:07 (GMT)
Expose CacheFile.is_sequence to the UI, to avoid issues when checking
for sequences.
July 28, 2016, 17:47 (GMT)
Remove old comment.
July 28, 2016, 17:46 (GMT)
Merge branch 'master' into alembic_basic_io

Conflicts:
source/blender/blenkernel/intern/library.c
source/blender/makesdna/DNA_ID.h
July 28, 2016, 16:23 (GMT)
Make Blender Internal work with new local view design

Only got a rough overview over how BI works with layers and local view, but I think what I did here is enough/correct.
July 28, 2016, 16:11 (GMT)
Increase max num of local views from 8 to 32
July 28, 2016, 15:18 (GMT)
Prepare local view OP to work without layer bitfields
July 28, 2016, 14:42 (GMT)
Merge branch 'master' into soc-2016-multiview
July 28, 2016, 14:40 (GMT)
WIP: design RegionSpaceClip (split SpaceClip)

in the progress of seperating view-dependent data fields from SpaceClip
to RegionSpaceClip
July 28, 2016, 08:14 (GMT)
Added option to run "average islands scale" before packing.

(user request from ba)
July 28, 2016, 01:58 (GMT)
Move LocalView structs to DNA_screen_types.h
July 28, 2016, 01:48 (GMT)
Use LocalLayerInfo struct for area visibility bits
July 28, 2016, 01:25 (GMT)
Fix do_versions using wrong region list
July 27, 2016, 20:36 (GMT)
Cycles: Fix a memory leak when cancelling a denoised render
July 27, 2016, 19:43 (GMT)
Cycles: Fix another cause for NaN normals and a potential divide-by-zero in the background texture
July 27, 2016, 19:43 (GMT)
Cycles: Add Debug build option that enables floating point exceptions

By enabling the new WITH_CYCLES_DEBUG_FPE, floating point exceptions are enabled in the CPU kernels.
That way, the debugger stops as soon as an invalid calculation is performed, which makes it a lot easier to track these issues.

Note that the option may cause problems in combination with the --debug-fpe runtime option.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021