Blender Git Commits

Blender Git "master" branch commits.

Page: 2981 / 5574

January 15, 2014, 18:56 (GMT)
Potential fix for T38111: Duplicating BOIDS emitter cause glitchy operation

Need to reset cached KD tree when duplicating particle system.
January 15, 2014, 18:15 (GMT)
Fix collada and freestyle module compile errors after recent commit, forgot to
compile with those enabled.
January 15, 2014, 16:08 (GMT)
UI: add "double click to rename" tooltip to list items.

This is to try to avoid some confusion now that the separate text fields are gone.

Reviewed By: billrey, brecht

Differential Revision: https://developer.blender.org/D217
January 15, 2014, 15:47 (GMT)
Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.

Previously this only worked for some datablocks relevant to rendering, now it
can be used to detect if any type of datablock was added or removed (but not
yet to detect if it was modified, we need many more depsgraph tags for that).

Most of the changes are some function parameter changes, the important parts
are the DAG_id_type_tag calls.

Reviewed By: sergey, brecht

Differential Revision: https://developer.blender.org/D195
January 15, 2014, 15:02 (GMT)
Fix T38234: changing smooth/flat shading on linked mesh data should not be allowed.
January 15, 2014, 14:29 (GMT)
Code cleanup: move half float functions to separate header file.
January 15, 2014, 14:11 (GMT)
Code cleanup: some reshuffling of SIMD defines moving more code to util_optimization.h.
January 15, 2014, 11:42 (GMT)
Fix for infinite freestyle re-render in the viewport

Was a regression since e618d8238e0e and was caused by the wrong
main being tagged for update.
January 15, 2014, 10:42 (GMT)
Eek, terrible typo in previous commit

Pointed by Bastien!
January 15, 2014, 10:38 (GMT)
Only check OB_RECALC_ALL flags of the object in transform code

Because of the issue of how simplification works, there could
be more flags in on->recalc bitfield which are ignored by object
anyway.

Would save some update calls after simplificating the scene.
January 15, 2014, 10:36 (GMT)
Followup to the previous commit

It was actually rather simple to make sure depsgraph is up to date
before calling BKE_object_handle_update() in the transform code by
just moving DAG_scene_relations_update() to the beginning of the
function.

Wouldn't expect any side effects for other cases since DAG is not
used bu the code between new location of the call and old one.
January 15, 2014, 10:27 (GMT)
Fix T38224: Blender crashes on duplicating curve

Issue is caused by the evaluation flags getter called with
NULL depsgraph. It happens on direct object update from the
transform code after duplicating the curve.

Proper solution is probably to make sure depsgraph is rebuild
after duplication, but for now it's better to prevent crashes.
January 15, 2014, 10:21 (GMT)
Fix compilation error with stricg GCC flags
January 15, 2014, 09:54 (GMT)
Fix T38216: Cycles render crash Blender in some scene in versions

Issue was caused by evaluation flags getter function polluting
the DAG. Need to use dag_find_node() instead.

Still need to doublecheck exporting objects with curve deform
works properly. On the first thought it should, but might be
wrong again.
January 15, 2014, 09:40 (GMT)
Fix a bunch of UI string issues...
January 15, 2014, 09:03 (GMT)
Fix text overlap when using edge angle & length

From D193 by Ron Davis with some edits.
January 15, 2014, 07:27 (GMT)
Fix T38166: Vertex slide C key doesn't work
Revision a86f43d by Sergej Reich
January 15, 2014, 05:47 (GMT)
Fix T38227: Cloth cache storing only every 10 frames.

Make sure pointcache step is set to 1 for cloth when copying objects.
January 15, 2014, 04:46 (GMT)
Fix for mistake in recent shadow addition in tabs
January 15, 2014, 02:40 (GMT)
Fix T38207: Tab scale jitters when resizing region
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021