Blender Git Commits

Blender Git "compositor-2016" branch commits.

Page: 16 / 19

June 8, 2016, 19:45 (GMT)
Cleanup: unused defines
June 8, 2016, 19:45 (GMT)
Fix compilation with strict compiler flags

Some const qualifier was discarding.
June 8, 2016, 19:45 (GMT)
Cleanup: use const args
June 8, 2016, 19:45 (GMT)
BI: fix counting of tangents, that was reset during recursion of init_render_nodetree
June 8, 2016, 19:45 (GMT)
Support Cycles noise texture in GLSL viewport
June 8, 2016, 19:45 (GMT)
Cleanup: rename flag -> tag

ID's have a flag member too, best avoid confusion here.
June 8, 2016, 19:45 (GMT)
BLI_array_store tests

Ensure the data is valid once expanded,
and that de-duplication is working as expected.
June 8, 2016, 19:45 (GMT)
Fix T48498: stereo camera interocular distance should not have a hard max limit.
June 8, 2016, 19:45 (GMT)
CustomData: Support for >2gig layers
June 8, 2016, 19:45 (GMT)
Fix T47652: Texture shading mode fails to update material colors
June 8, 2016, 19:45 (GMT)
Fix T48111: Auto-run fails w/ empty paths

Enabling auto-run, then excluding a path but leaving it set to a blank value would ignore all paths.
June 8, 2016, 19:45 (GMT)
Fix leak using UI_BTYPE_TEXT button w/o a callback

Moving ownership of the string to the button's 'rename_orig'
leaked when the button didn't have a uiAfterFunc.
June 8, 2016, 19:45 (GMT)
Remove strict header, gives issues with gcc5x
June 8, 2016, 19:45 (GMT)
Buildbot: Attempt to fix buildbot after recent change
June 8, 2016, 19:45 (GMT)
Forgot to remove omp header include...
June 8, 2016, 19:45 (GMT)
Support Cycles's checker texture in GLSL shading
June 8, 2016, 19:45 (GMT)
Fix script_paths(check_all=True) missing script paths

BLENDER_SYSTEM_SCRIPTS wasn't included in bpy.utils.script_paths()
June 8, 2016, 19:45 (GMT)
Fix T48554: Absolute grid snap fails w/ cursor pivot

Use center of selection when using absolute grid snapping and cursor pivot.
June 8, 2016, 19:45 (GMT)
Fix CUDA MEMCPY condition, it should only copy 3D, 2D or 1D.

Found by Brecht, thanks!
June 8, 2016, 19:45 (GMT)
Fix T48416: Impossible to copy a linked object from a file to another one mantaining the linked library.

When writing temp blenbuffer file, libraries of linked datablocks where not tagged correctly, which
means they were not put in the temp Main used to write the buffer, resulting in implicit localization
of linked data.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021