Blender Git Commits

Blender Git commits from all branches.

Page: 2381 / 2888

February 10, 2015, 00:36 (GMT)
Merge remote-tracking branch 'origin/master' into multiview

Conflicts:
source/blender/blenkernel/intern/image.c
source/blender/editors/space_node/drawnode.c
source/blender/makesrna/intern/rna_image_api.c
February 9, 2015, 17:04 (GMT)
Increase Ptex default packing width
February 9, 2015, 16:54 (GMT)
Fix comparison in Ptex layout packing
February 9, 2015, 16:52 (GMT)
WIP code to use in scene drawing for widgets.
February 9, 2015, 16:31 (GMT)
Fix max_width calculation in Ptex packed layout
February 9, 2015, 15:55 (GMT)
Merge remote-tracking branch 'origin/master' into cycles-ptex-49
February 9, 2015, 15:54 (GMT)
Merge branch 'master' into depsgraph_refactor
February 9, 2015, 15:53 (GMT)
Use BPX for Ptex resizing
February 9, 2015, 15:39 (GMT)
Depsgraph: Make freestyle compatible with C++11

This commit makes code aware of auto_ptr being deprecated in C++11 and
makes it so unique_ptr is used instead. There is now utility header file
for this which defines AutoPtr to either unique or auto pointer.

The only unclear thing is how to cast unique_ptr to pointer of another
type. getting some weird compiler issue with that. So if some of the
C++ guys around can have a look that'd help a lot. For now using really
dumb approach to solve that.

This doesn't mean freestyle works with new depsgraph -- there is some
missing scene update which makes lines being misaligned with the scene.
Will have a look later into this issue. But with --legacy-depsgraph
command line argument freestyle still seems to work.
February 9, 2015, 15:30 (GMT)
Improve error handling and comment for Ptex resize
February 9, 2015, 15:26 (GMT)
Use BPX for BKE_ptex_update_from_image

That should make it correct for different data types, channels, etc.

Also added API comment.
February 9, 2015, 15:24 (GMT)
Depsgraph: Fix compilation error with C++11 disabled
February 9, 2015, 13:47 (GMT)
Fix warning in py code.
February 9, 2015, 13:39 (GMT)
Make BKE_ptex_update_from_image return bool for failure
February 9, 2015, 13:35 (GMT)
Sync up Ptex include dirs between SCons and CMake
February 9, 2015, 13:30 (GMT)
Merge branch 'wiggly-widgets' into gooseberry

Conflicts:
source/blender/blenkernel/intern/customdata.c
source/blender/makesdna/DNA_customdata_types.h
February 9, 2015, 13:28 (GMT)
Merge branch 'GPU_subsurf' into wiggly-widgets

Conflicts:
source/blender/blenkernel/intern/subsurf_ccg.c
source/blender/gpu/GPU_buffers.h
source/blender/gpu/intern/gpu_buffers.c
February 9, 2015, 13:24 (GMT)
Basic UI elements and RNA option properties for particle modifiers.
February 9, 2015, 13:24 (GMT)
Fix for particle modifier type enum callback, was using mesh modifier
items.
February 9, 2015, 13:24 (GMT)
Register the particle modifier operators.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021