Blender Git Commits

Blender Git "master" branch commits.

Page: 2519 / 5574

August 30, 2015, 10:20 (GMT)
missing NULL pointer check
August 29, 2015, 20:42 (GMT)
Audaspace: fix for building with scons.

Removed duplicated code.
CMake so far built only the now removed version and scons tried to build both.
August 29, 2015, 14:47 (GMT)
Cleanup: set `fd->mainlist` to NULL at the end of `blo_read_file_internal()`.

This is a local var, do not try to use it later!
August 29, 2015, 13:51 (GMT)
Add some more missing ID types to TREESTORE_ID_TYPE...
August 29, 2015, 13:07 (GMT)
Fix missing 'case idx' line in (debug-only & disabled) valgrind-friendly BKE_main_free() code.
August 28, 2015, 16:44 (GMT)
Fix T45736: Channel key error: color spaces modes

Was missing conversion back to RGB space.
August 28, 2015, 16:29 (GMT)
Fix remaining parts of T44881, missing update on loading file
August 28, 2015, 16:10 (GMT)
Fix UI font drawing getting width w/o kerning
August 28, 2015, 15:35 (GMT)
Partial fix of T44881: Fix for missing particles update when changing seed

Was only visible with new dependency graph.

Changing emit_from still doesn't behave fully reliably tho, that needs some
closer investigation.
August 28, 2015, 15:05 (GMT)
Fix assigning flag to bool
August 28, 2015, 15:01 (GMT)
Revert "Blind attempt to fix T45931: Blender Fails to generate previews."

This reverts commit c4ab521e2609be02ab9680fc4eb7726a2af400ed, since it does not actually fix the issue...
August 28, 2015, 12:55 (GMT)
Fix T45929: OpenSubdiv was doing extra object recalc tags
August 28, 2015, 12:06 (GMT)
Readfile: Minor optimization in undo/redo case: do not call `do_versions_userdef` either.
August 28, 2015, 11:24 (GMT)
Blind attempt to fix T45931: Blender Fails to generate previews.

Cannot reproduce the issue here on linux, but have the feeling windows builds are much
more easily broken with referencing bad data from bpy. So here guessing direct loop
over bpy.data.xxx when you do add and remove stuff from said xxx inside the loop
is not a good idea - which seems logical in the end. :P
August 28, 2015, 10:46 (GMT)
OpenSubdiv: Remove some dead code
August 28, 2015, 10:40 (GMT)
Fix T45930 weights not appearing in editmode when show weights option
was enabled.

Caused by an -unneeded now- fix for opensubdiv. Code caused the vertex
colors to be uninitialized. Thanks to Sergey for confirming that initial
issue is no longer a problem.
August 28, 2015, 05:33 (GMT)
UI: Panels shared same class-name
August 28, 2015, 02:10 (GMT)
Fix T45933: Can't select scaled camera in camera view
August 28, 2015, 01:28 (GMT)
Sequence/Scene render fixes

- wasn't checking subframe to see if the scene needed to be re-evaluated.
- unneeded int/float conversion storing original frame.
- moved cleanup block into one place to avoid confusion.
August 27, 2015, 17:43 (GMT)
Compositor: Reduce number of divisions in EWA filtering
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021