Blender Git Commits

Blender Git commits from all branches.

Page: 2452 / 2888

December 17, 2014, 17:08 (GMT)
Stubs for new facemap widget, fixes for facemaps.

Move/remove facemap not working well (probably was never working but by
displaying them has actually made the issue apparent)
December 17, 2014, 15:53 (GMT)
Fix crash with decimate modifier on zero.
December 17, 2014, 15:42 (GMT)
Fixes to facemaps:

* Test display code that displays the active facemap. Will not work on
subsurf modifier yet (crash)
* Fix loading of files with facemaps
* Facemap data now reside on polys instead of tessfaces.
December 17, 2014, 11:00 (GMT)
Merge branch 'master' into wiggly-widgets
December 17, 2014, 09:43 (GMT)
Fix stupid merge error.
December 17, 2014, 09:42 (GMT)
Merge branch 'master' into asset-experiments

Conflicts:
source/blender/blenloader/intern/writefile.c
December 17, 2014, 03:40 (GMT)
Reverting back to add_relation(), while still directly using the operations
December 17, 2014, 03:40 (GMT)
Silence compiler warnings
December 17, 2014, 03:40 (GMT)
Convenience API's and debugging funcs for all "keys" used when building the graph
December 17, 2014, 03:40 (GMT)
Code cleanup: Remove excess debugging code no longer needed
December 17, 2014, 03:40 (GMT)
Bugfix: add_relation() now works again

This was broken by an earlier attempt to grab debugging info for nodes,
which ended up preventing the templates from matching correctly
December 17, 2014, 03:40 (GMT)
WIP: Refining debug code to figure out if operations lookup is really working correctly
December 17, 2014, 03:40 (GMT)
Code cleanup: Remove some of the old commented out versions of these calls
December 17, 2014, 03:40 (GMT)
Move all object transform node building code into a single function
December 17, 2014, 03:39 (GMT)
Code cleanup
December 17, 2014, 03:38 (GMT)
Adding some protection to add_operation_relation() to avoid crashing when an invalid node is encountered
December 17, 2014, 03:38 (GMT)
WIP: Now constraints also directly specify the operations they use when creating the relationships directly
December 17, 2014, 03:38 (GMT)
WIP: Hacky attempt to get proper links working again, but directly linking up the necessary nodes

This code needs a lot of cleanup, but the generated graphs are now looking
more like what was originally intended
December 17, 2014, 03:38 (GMT)
WIP: Added in a (commented out) position for verify_entry_exit_ops()

The commented out version does away with the superfluous auto-generated noops,
which get added because we can't tell if any node is an entry/exit at the
time of doing that
December 17, 2014, 03:38 (GMT)
Added more debugging prints to figure out where the lookups are failing
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021