Blender Git Commits

Blender Git commits from all branches.

Page: 2374 / 2888

February 15, 2015, 14:10 (GMT)
Merge branch 'master' into asset-experiments
February 15, 2015, 09:39 (GMT)
Merge branch 'master' into asset-experiments
February 13, 2015, 21:28 (GMT)
Rework job multi-level listing - factorize even more and avoid recursion.

This is much cleaner than previous code...
February 13, 2015, 19:16 (GMT)
Merge remote-tracking branch 'origin/master' into multiview

So many conflicts ;) well, we survived the Viewport Shader project
merge

Conflicts:
source/blender/blenkernel/BKE_camera.h
source/blender/blenkernel/intern/camera.c
source/blender/blenloader/intern/versioning_270.c
source/blender/compositor/nodes/COM_ImageNode.cpp
source/blender/editors/include/ED_view3d.h
source/blender/editors/render/render_opengl.c
source/blender/editors/space_view3d/view3d_draw.c
source/blender/makesdna/DNA_scene_types.h
source/blender/makesdna/DNA_view3d_types.h
source/blender/makesrna/intern/rna_camera.c
source/blender/makesrna/intern/rna_scene.c
source/blender/makesrna/intern/rna_space.c
February 13, 2015, 18:47 (GMT)
Merge branch 'master' into asset-experiments
February 13, 2015, 16:55 (GMT)
Use a default handler for printing Alembic errors in case no explicit
error handler is used, to avoid silent failure.
February 13, 2015, 16:30 (GMT)
Improve filtering across Ptex corners
February 13, 2015, 16:18 (GMT)
Sanity check when trying to write cloth cache, the cloth data may not
actually exist.
February 13, 2015, 16:18 (GMT)
Use a realistic time scale for cloth sim.
February 13, 2015, 16:16 (GMT)
Return a boolean value indicating success when getting the frame range
of a cache.

Also the default cache range is return in case no archive exists.
February 13, 2015, 15:47 (GMT)
fix: trigger system now triggers in time, there was a delay before due to unnecessary postponed revalidation, now the shards are directly activated on hit
February 13, 2015, 13:54 (GMT)
Depsgraph: Avoid duplicated relations from being created

This is also not totally bad thing, but avoid duplicated relations
would help making depsgraph traversal more optimal at least. Plus
it'll give some memory save :)

Code which ensures there's no duplicated relations is commented out
still since IK solvers still needs more work for this.
February 13, 2015, 13:47 (GMT)
Removed unused code.
February 13, 2015, 12:58 (GMT)
Depsgraph: Make sure we don't try to create operations twice

This isn't totally bad, but might confuse depsgraph a bit.
February 13, 2015, 11:48 (GMT)
Painstakingly merge branch 'master' into gooseberry

Conflicts:
release/scripts/startup/bl_ui/space_view3d.py
source/blender/blenkernel/BKE_camera.h
source/blender/blenkernel/BKE_screen.h
source/blender/blenkernel/intern/camera.c
source/blender/blenkernel/intern/screen.c
source/blender/blenloader/intern/readfile.c
source/blender/blenloader/intern/versioning_270.c
source/blender/blenloader/intern/writefile.c
source/blender/editors/include/ED_view3d.h
source/blender/editors/render/render_opengl.c
source/blender/editors/space_view3d/space_view3d.c
source/blender/editors/space_view3d/view3d_draw.c
source/blender/gpu/CMakeLists.txt
source/blender/gpu/GPU_compositing.h
source/blender/gpu/GPU_extensions.h
source/blender/gpu/intern/gpu_compositing.c
source/blender/gpu/intern/gpu_extensions.c
source/blender/gpu/shaders/gpu_shader_fx_dof_frag.glsl
source/blender/gpu/shaders/gpu_shader_fx_dof_vert.glsl
source/blender/gpu/shaders/gpu_shader_fx_lib.glsl
source/blender/gpu/shaders/gpu_shader_fx_ssao_frag.glsl
source/blender/gpu/shaders/gpu_shader_fx_vert.glsl
source/blender/makesdna/DNA_camera_types.h
source/blender/makesdna/DNA_gpu_types.h
source/blender/makesdna/DNA_view3d_types.h
source/blender/makesdna/intern/makesdna.c
source/blender/makesrna/intern/rna_camera.c
source/blender/makesrna/intern/rna_scene.c
source/blender/makesrna/intern/rna_space.c
February 13, 2015, 11:10 (GMT)
Merge branch 'master' into depsgraph_refactor
February 13, 2015, 10:42 (GMT)
Better method for updating adjacent Ptex borders
February 13, 2015, 10:42 (GMT)
Move extern/ptex to intern/ptex
February 13, 2015, 10:39 (GMT)
Merge remote-tracking branch 'origin/master' into cycles-ptex-49
February 13, 2015, 09:15 (GMT)
Depsgraph: Fix crash when trying to tag NULL for recalc

I would say it's better to be avoid to tag NULL for update, but old
depsgraph allowed that and nobody id check for it.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021