Revision df72d3c by Sergey Sharybin 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. |
Revision e79b244 by Brecht Van Lommel 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 |
Revision 8c44495 by Brecht Van Lommel January 15, 2014, 15:02 (GMT) |
Fix T38234: changing smooth/flat shading on linked mesh data should not be allowed. |
Revision d9e52ac by Brecht Van Lommel January 15, 2014, 14:29 (GMT) |
Code cleanup: move half float functions to separate header file. |
Revision 8af782a by Brecht Van Lommel January 15, 2014, 14:11 (GMT) |
Code cleanup: some reshuffling of SIMD defines moving more code to util_optimization.h. |
Revision ebbb6ad by Sergey Sharybin 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. |
Revision 8ff58ee by Sergey Sharybin January 15, 2014, 10:42 (GMT) |
Eek, terrible typo in previous commit Pointed by Bastien! |
Revision 6c629e7 by Sergey Sharybin 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. |
Revision eb89570 by Sergey Sharybin 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. |
Revision 1ad4b85 by Sergey Sharybin 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. |
Revision 5cd3212 by Sergey Sharybin January 15, 2014, 10:21 (GMT) |
Fix compilation error with stricg GCC flags |
Revision 2678b12 by Sergey Sharybin 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. |
Revision 6ba0268 by Bastien Montagne January 15, 2014, 09:40 (GMT) |
Fix a bunch of UI string issues... |
Revision 054982d by Campbell Barton January 15, 2014, 09:03 (GMT) |
Revision e07e8e3 by Campbell Barton 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. |
Revision 435a896 by Campbell Barton January 15, 2014, 04:46 (GMT) |
Fix for mistake in recent shadow addition in tabs |
Revision a19f077 by Campbell Barton January 15, 2014, 02:40 (GMT) |
Fix T38207: Tab scale jitters when resizing region |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021