Revision 264691e by Campbell Barton February 19, 2018, 06:46 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 860939c by Campbell Barton February 19, 2018, 06:41 (GMT) |
Cleanup: remove BMeshToMeshParams.calc_tessface This wasn't used, tessface is being phased out. Caller can run explicitly if needed. |
Revision 05f3e24 by Campbell Barton February 19, 2018, 06:34 (GMT) |
Fix T54098: Crash existing /w dyntopo sculpt Optionally don't remap indices for objects. Checking all objects parent's would reference a freed pointer while freeing all objects. In the case of dynamic topology there is no use in keeping track of hook/vertex-parent indices. Also disable this when creating meshes for undo storage since adding an undo step shouldn't be modifying other objects. |
Revision 34e76c7 by Campbell Barton February 19, 2018, 04:59 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 7f65ab8 by Campbell Barton February 19, 2018, 04:53 (GMT) |
Cleanup: sync vertex-paint and sculpt from 2.8 Sync API changes from 2.8 to master. |
Revision 569273c by Brecht Van Lommel February 18, 2018, 18:59 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 1beb6b4 by Brecht Van Lommel February 18, 2018, 18:28 (GMT) |
Fix T54089: missing GLSL material draw update when changing object pass index. |
Revision 2bc952f by Campbell Barton February 18, 2018, 11:33 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 7ff3cd2 by Campbell Barton February 18, 2018, 11:12 (GMT) |
Cleanup: group BLI_ghash_utils.c API in BLU_ghash.h |
Revision 41ad08f by Campbell Barton February 18, 2018, 10:44 (GMT) |
Cleanup: split GHash helpers from implementation |
Revision deacb3d by Campbell Barton February 18, 2018, 10:27 (GMT) |
Cleanup: add 2d suffix to BLI files Some of these API's can have 3D versions, explicitly name them 2D. |
Revision fee4b64 by Brecht Van Lommel February 17, 2018, 23:53 (GMT) |
Cycles: tweak CUDA messages and avoid build errors with existing sm_2x configs. |
Revision 1dcd7db by Brecht Van Lommel February 17, 2018, 23:53 (GMT) |
Code cleanup: remove some more unused code after recent CUDA changes. |
Revision 9e717c0 by Thomas Dinges February 17, 2018, 21:56 (GMT) |
Cycles: Remove Fermi texture code. This should be the last Fermi removal commit, unless I missed something. It's been a pleasure Fermi! |
Revision e1ef902 by Thomas Dinges February 17, 2018, 21:19 (GMT) |
Cycles: Remove fermi related defines from the code. Did not touch Texture related defines, that comes next. |
Revision 2eaf90b by Thomas Dinges February 17, 2018, 15:15 (GMT) |
Cycles: Remove Fermi support from CMake and update runtime checks in device_cuda.cpp. Fermi code in Cycles kernel and texture system are coming next. |
Revision 75396ed by Thomas Dinges February 17, 2018, 14:49 (GMT) |
Buildbot: Disable Cycles CUDA support on 32bit, and stop building sm_2x. |
Revision 5d3f679 by Brecht Van Lommel February 17, 2018, 13:23 (GMT) |
Code cleanup: remove WM subwindows. These no longer made much sense after regions were added, they just duplicated state that was already in the regions. |
Revision cbd0e09 by Brecht Van Lommel February 17, 2018, 13:12 (GMT) |
Fix GL_FRAMEBUFFER_UNSUPPORTED warning in console on macOS. |
Revision f2453ec by Brecht Van Lommel February 17, 2018, 00:39 (GMT) |
Merge branch 'master' into blender2.8 |
|