Blender Git Commits

Blender Git commits from all branches.

Page: 2653 / 2888

April 16, 2014, 11:25 (GMT)
bisect fix, geometry disappeared before
April 16, 2014, 10:18 (GMT)
missing brace caused compile errors...
April 16, 2014, 10:13 (GMT)
Minor fix for relation label strings (proper escaping for square
brackets in names).
April 16, 2014, 09:56 (GMT)
Fix for RNAPathKey usage: strings can not be NULL.
April 16, 2014, 09:55 (GMT)
Alternative builder method for adding operations to IDDepsNodes and fix
for driver operations.

Driver operation has to be added to the parameters component. To avoid
having to pass this explicitly, use a wrapper method which constructs
the associated component for an operation if necessary.
April 16, 2014, 09:20 (GMT)
fixing compile....
April 16, 2014, 09:05 (GMT)
Merge remote-tracking branch 'refs/remotes/origin/master' into fracture_modifier

Conflicts:
extern/carve/carve-capi.cc
extern/carve/carve-capi.h
extern/carve/carve-util.cc
extern/carve/carve-util.h
extern/carve/patches/series
intern/bsp/intern/BSP_CSGException.h
release/datafiles/locale
source/blender/blenkernel/BKE_mesh.h
source/blender/editors/space_view3d/view3d_select.c
source/blender/makesrna/intern/rna_fracture.c
source/blender/modifiers/intern/MOD_boolean_util.c
source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLLight.h
April 16, 2014, 08:32 (GMT)
pick attempts, fail
April 16, 2014, 08:07 (GMT)
Display graph labels in graphviz debug output as an indication of what
evaluation step the resulting image represents.
April 16, 2014, 07:43 (GMT)
Construct more useful name strings for IDDepsNodes.
April 16, 2014, 06:51 (GMT)
Basic flushing for the depsgraph tags.

This uses a plain std queue for processing nodes atm. Might get a more
dedicated implementation later which handles node flags right away when
pushing/popping.
April 16, 2014, 06:31 (GMT)
Extension for graphviz debug: Show tagging status of nodes as thicker
colored outlines during eval debugging.
April 15, 2014, 15:37 (GMT)
support correct uvs per material from legacy drawing until we drop non
vertex array drawing.
April 14, 2014, 17:10 (GMT)
Nicer function signatures for color and style printing.
April 14, 2014, 13:54 (GMT)
Eval debugging: Use the eval debug callback during flushing.
April 14, 2014, 13:43 (GMT)
Sneaky injection of new depsgraph tagging into the existing
DAG_id_tag_update function.

This way we can test flushing and scheduling for the new depsgraph
without having to touch hundreds of occurences. These will be changed
eventually once the new API reaches a stable level.
April 14, 2014, 11:55 (GMT)
Made the DEG_node_tag_update function an internal method of Depsgraph.

It flags the node and also adds it to the Depsgraph entry_tags list, so
putting it into Depsnode itself is not really feasible.
April 14, 2014, 10:40 (GMT)
Renamed the depsgraph_core source to depsgraph_tag now.

Only tagging-related functions are left there and it makes sense to have
them in one place.
April 14, 2014, 10:30 (GMT)
Moved the validate_links and sort functions into the Depsgraph class as
methods.

These are not used and disabled atm, just keeping them around for now
in case they are still needed later.
April 13, 2014, 14:55 (GMT)
Changed rankdir for graphviz output to LR, this gives a bit more compact
clusters with long name strings.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021