Blender Git Commits

Blender Git commits from all branches.

Page: 2290 / 2888

April 15, 2015, 19:12 (GMT)
Merge branch 'cycles_memory_experiments' into gooseberry
April 15, 2015, 19:11 (GMT)
Smoke: Fix another crash caused by recent changes

Didn't notice initFie and so are called from constructor for some reason..
April 15, 2015, 18:11 (GMT)
Merge branch 'cycles_memory_experiments' into gooseberry
April 15, 2015, 17:50 (GMT)
Smoke: Fix wrong bit test in previous commit
April 15, 2015, 17:37 (GMT)
Initial import of part of work done on Preview stuff from asset-experiments branch.
April 15, 2015, 17:21 (GMT)
Merge branch 'asset-experiments' into asset-engine
April 15, 2015, 17:18 (GMT)
Merge branch 'master' into asset-experiments
April 15, 2015, 17:17 (GMT)
Rename RNA's 'IDPreview' to 'Preview' - there is no reason to keep that for IDs only,
we likely will want to use it in other cases...
April 15, 2015, 15:48 (GMT)
Merge branch 'asset-experiments' into asset-engine

Conflicts:
source/blender/editors/space_file/filelist.c
April 15, 2015, 15:43 (GMT)
FileBrowser: only generate size/date/time strings when needed!

Also, cleanup remaining cruft from modes/owner stuff.
April 15, 2015, 15:41 (GMT)
Merge branch 'cycles_memory_experiments' into gooseberry
April 15, 2015, 15:41 (GMT)
Merge branch 'master' into cycles_memory_experiments
April 15, 2015, 15:39 (GMT)
Draw modifiers as inactive when channel modifiers are deactivated.
April 15, 2015, 15:35 (GMT)
Smoke: Don't allocate arrays needed for hi-res simulation if smoke is baked to file

There used to be quite huge 3D arrays stored in memory which are only needed for
simulation steps and not used at all if the smoke is baked to file. That memory
is unmanaged by blender and not visible in the info space header and in practice
they could easily be gigabytes for hires smoke.

This commit only addressed hires smoke since it's the more important at this
point, and non-hires smoke wouldn't have such noticeable benefit.

In the case of tornado file it gives around 20% memory saving (which is about
26GB vs. 33GB on later frames of 01.03.02.A3 shot.
April 15, 2015, 14:45 (GMT)
Merge branch 'asset-experiments' into asset-engine

Conflicts:
release/scripts/startup/bl_ui/space_filebrowser.py
source/blender/makesrna/intern/rna_space.c
April 15, 2015, 14:40 (GMT)
Backport some changes from asset-engine branch:

* uuids as int[4] instead of char[16];
* move use_library_browsing to params instead of spacefile.
April 15, 2015, 14:31 (GMT)
Make icon use a dim version instead for modifier muting
April 15, 2015, 14:26 (GMT)
AssetEngine: Various fixes and new features:

* Let asset engine draw most of header bar itself!
* Pass whole FileSelectParams to AE's sort_filter function.
* Move 'use_library_browsing' to params level (this way AE's sort_filter can be ware of it too).

Amber:
* Now supports real basic sorting/filtering modes
* Also basic support of tags (needs a way to refresh though, currently).
April 15, 2015, 14:00 (GMT)
Add toggle that disables modifiers on fcurves. Gooseberry request, not
sure how useful it would be on master + it misses an icon, so commiting
here first.
April 15, 2015, 13:48 (GMT)
Print additional info incase we need to split tile further
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021