Revision c7a5c48 by Sergey Sharybin April 21, 2017, 10:01 (GMT) |
CMake: Add option to link against system-wide Gflags library It is disabled by default, so should not affect existing configurations. Main benefits of this goes as: - Linux distros can use that to avoid libraries duplication and link blender package against gflags package from the system. - It it easier to test whether Blender works with updated version of Gflags prior to re-bundling the library. |
Revision 3540b50 by Campbell Barton April 21, 2017, 09:47 (GMT) |
Cleanup: use id-property access macros |
Revision 6294bd1 by Dalai Felinto April 21, 2017, 09:33 (GMT) |
Depsgraph: Move DAG_get_object function BKE_depsgraph.h will be deprecated eventually, so moving it to DEG_depsgraph_query.h |
Revision 3e7968c by Campbell Barton April 21, 2017, 08:43 (GMT) |
Draw Manager: don't assign bool from flags Some MSVC versions don't support this. |
Revision 15d73e5 by Campbell Barton April 21, 2017, 08:33 (GMT) |
Gawain: fix for building empty element list |
Revision dafdf72 by Dalai Felinto April 21, 2017, 08:03 (GMT) |
Rename: Alembic job struct sl > scene_layer |
Revision 3a75e84 by Campbell Barton April 21, 2017, 07:58 (GMT) |
Draw Manager: edit-mode 3d text drawing Draw cursor and selection, also support for fast-display. |
Revision 01a627d by Dalai Felinto April 21, 2017, 07:56 (GMT) |
Include the set in the depsgraph objects iterator Pending: Include the set in the rna depsgraph.objects In fact it would be nice to unify them both. However this will likely change once Depsgraph incorporate this iterator, so I'm not sure we should bother with that. Related to T51203 |
Revision 55a3d48 by Campbell Barton April 21, 2017, 07:27 (GMT) |
Docs: diagram for reflect_v3_v3v3 |
Revision 2b9738b by Campbell Barton April 21, 2017, 07:14 (GMT) |
Merge branch 'master' into 28 |
Revision 13ee5ba by Campbell Barton April 21, 2017, 07:12 (GMT) |
Store edit-font select-box length A little awkward to calculate when drawing. |
Revision aeda1a1 by Stefan Werner April 20, 2017, 20:41 (GMT) |
D2607: Switch eye dropper to use linear color space internally This switches the internal color representation of the eye dropper from display space to linear. Any time a linear color is requested and the color is picked from a linear object, the result is now precise to the bit as the color gets patched through directly. Color space conversion now only happens when a color is picked from non-linear display space objects or when the color is requested to be returned in non-linear space. In addition, this patch changes the DifferenceMatte node to interpret a tolerance of 0.0 to accept colors that are identical bit by bit, as apposed to simply refusing all colors. |
Revision b628f76 by Stefan Werner April 20, 2017, 20:32 (GMT) |
D2608: Allow HDR picking from Compositor background Replaced some STREQ(snode->tree_idname, ...) calls with ED_node_is_*() calls for improved readability, fixed one case where the STREQ was used the wrong way |
Revision c4780ee by Campbell Barton April 20, 2017, 18:40 (GMT) |
Cleanup: redundant struct qualifier & long lines |
Revision d21a440 by Campbell Barton April 20, 2017, 18:28 (GMT) |
Cleanup: rename & change order of declaration |
Revision 677aa36 by Campbell Barton April 20, 2017, 18:21 (GMT) |
Curve: draw curve/surface/text geometry Note that displists will be removed, but this wont be hard to replace. Signed-off-by: Campbell Barton <ideasman42@gmail.com> |
April 20, 2017, 15:49 (GMT) |
Fix Surface Deform not unbinding if target is removed |
Revision 9d1421c by Dalai Felinto April 20, 2017, 15:21 (GMT) |
RNA: depsgraph.objects Iterator to return the objects evaluated from depsgraph. The iterator itself will change once CoW is implemented. This reproduces the behaviour of DEG_OBJECT_ITER but for Python. |
Revision f2a2adc by Dalai Felinto April 20, 2017, 15:20 (GMT) |
RNA: bpy.context.depsgraph |
April 20, 2017, 15:18 (GMT) |
Implement DAG_get_scene_layer Even though this will have to change once we get workspaces, we will still have a depsgraph for the Scene. This is required for the upcoming depsgraph.objects RNA iterator. |
|
|
|


Master Commits
MiikaHweb | 2003-2021