Revision 3474db4 by Sergey Sharybin December 20, 2017, 15:35 (GMT) |
Depsgraph: Move ID node to own file |
Revision f87c157 by Sergey Sharybin December 20, 2017, 15:29 (GMT) |
Depsgraph: Move time source node to own file |
Revision b2ef042 by Sergey Sharybin December 20, 2017, 15:19 (GMT) |
Depsgraph: Print some statistics about transitive reduction |
Revision f2aacfc by Sergey Sharybin December 20, 2017, 15:16 (GMT) |
Depsgraph: Make transitive reduction to work |
Revision 5b1404f by Sergey Sharybin December 20, 2017, 15:15 (GMT) |
Depsgraph: Add utility function to unlink relation from graph |
Revision 1e236de by Sergey Sharybin December 20, 2017, 14:53 (GMT) |
Depsgraph: Remove unused priority calculator While it sounds useful, in practice it was rather causing extra overhead and was slowing things down. |
Revision 65128d2 by Sergey Sharybin December 20, 2017, 14:50 (GMT) |
Depsgraph: Remove remaining parts of old removed debugger |
December 20, 2017, 09:55 (GMT) |
Fix T53572: Alembic imports UV maps incorrectly Since in Alembic the loop order seems to be reversed when exporting and importing, and this was the only place where it was not, I was thinking to match this to the convention of reversing the loop order as well. Reviewers: sybren, kevindietrich Tags: #alembic Differential Revision: https://developer.blender.org/D2968 |
Revision 94a3ee5 by Antonio Vazquez December 20, 2017, 09:23 (GMT) |
Fix MSVSC2017 error The last compiler version needs this include |
Revision d0ac5d3 by Campbell Barton December 20, 2017, 06:20 (GMT) |
Cleanup: remove unnecessary tooltip line limit Also add TODO for possible future changes. |
Revision f6766c3 by Campbell Barton December 20, 2017, 06:13 (GMT) |
Manipulator: clear tooltip for click actions too |
Revision 5b364dd by Campbell Barton December 20, 2017, 05:40 (GMT) |
Manipulator: tooltip support Currently operators and properties are used. |
Revision 3143b2f by Campbell Barton December 20, 2017, 04:05 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 51f0c3f by Campbell Barton December 20, 2017, 03:58 (GMT) |
UI: move tooltip API to public header |
Revision b0d61ea by Julian Eisel December 19, 2017, 19:56 (GMT) |
Fix crash in RNA when accessing empty property_tags list E.g. running `bpy.context.active_object.cycles.bl_rna.property` in the console would crash. Thanks @lijenstina for reporting! |
Revision b3bcbc9 by Dalai Felinto December 19, 2017, 16:33 (GMT) |
Fix T53442: Outliner refresh issues when adding new collection Notifier is getting through, yet tree wasn't rebuilding until we force redraw by resizing the outliner. Thanks to Danrae Pray (@spockTheGray) for looking at this issue. |
Revision 433c74d by Ray molenkamp December 19, 2017, 15:04 (GMT) |
bpy_extras: add missing colorband keymap to keyconfig_utils.py fixes failing ctest script_load_keymap |
Revision 7e85256 by Sergey Sharybin December 19, 2017, 14:55 (GMT) |
Font objects: Support proper auto-space Annoyingly, need to convert vfont to nurbs, do minmax and toss nurbs away. This is likely to be fine, since this function is not intended to be used a lot, and this is the only way to get more meaningful result. However, it's not very clear what to do with font on curve. This fixes rendering of font object with auto texture space in Cycles introduced in c34f3c7. It is probably possible to introduce new mode to vfont_to_curve which will do boundbox without extra allocations, but that's more like an optimization. Reviewers: campbellbarton, mano-wii Reviewed By: campbellbarton Subscribers: zeauro Differential Revision: https://developer.blender.org/D2971 |
Revision ab1af38 by Sergey Sharybin December 19, 2017, 14:51 (GMT) |
Cycles: Fix crash opening user preferences after adding extra GPU We can not store pointers to elements of collection property in the case we modify that collection. This is like storing pointers to elements of array before calling realloc(). |
Revision 672c9a9 by Dalai Felinto December 19, 2017, 12:46 (GMT) |
Fix T53583: Crash when instancing a group with an armature There is still a crash that you get because the draw manager needs to handle duplis differently. But the initial assert caused by this particular file is now fixed. |
|