Revision 6c24de9 by Brecht Van Lommel February 17, 2019, 14:58 (GMT) |
Cleanup: remove leftover hemi light code. |
Revision c5f13ec by Brecht Van Lommel February 17, 2019, 14:57 (GMT) |
Merge branch 'blender2.7' |
Revision 8a97b85 by Brecht Van Lommel February 17, 2019, 14:41 (GMT) |
Fix T54504: Cycles wrong backwards compatibility with linked libraries. The code assumed all datablocks were read from .blend files saved with the same version. This restructures the Cycles versioning code to take into account libraries. |
Revision 319b9d6 by Campbell Barton February 17, 2019, 08:00 (GMT) |
DNA: rename dup_* struct members to instance_* |
Revision 19a703b by Campbell Barton February 17, 2019, 07:09 (GMT) |
Cleanup: remove unused bStats struct |
Revision e0e6229 by Campbell Barton February 17, 2019, 07:05 (GMT) |
Cleanup: rename Mesh.edit_btmesh -> edit_mesh When bmesh was in a branch we had both edit_mesh and edit_btmesh, now there is no reason to use this odd name. |
Revision 203b964 by Campbell Barton February 17, 2019, 01:57 (GMT) |
Cleanup: move flag definition into screen header This has been moved to screen, move declaration as well. |
Revision ae2b677 by Campbell Barton February 17, 2019, 01:52 (GMT) |
Cleanup: move object bounding-box into runtime struct |
Revision d8293fd by Ray molenkamp February 16, 2019, 18:42 (GMT) |
Blenlib/Windows: Fix Build error with clang. __cpuid comes from intrin.h which was implicitly included somewhere for msvc builds, but not for clang. |
Revision b428929 by Ray molenkamp February 16, 2019, 18:36 (GMT) |
Windows: Fix building with llvm/clang 7.0.1 For llvm 6 the visual studio integration was 'not great' and we had our own, which broke when llvm 7.0.1 came out. llvm now has properly supported integration available on the VS market place hence we can retire our custom support. |
Revision 0d86259 by Howard Trickey February 16, 2019, 14:45 (GMT) |
Fix T61591 Bevel tool not executing on mouseup. When modal map was introduced, left out handling of what happens when bevel is made active tool in toolbar and user starts bevel by clicking and dragging. |
Revision 03ede79 by Campbell Barton February 16, 2019, 10:25 (GMT) |
Fix T61593: Python can't access HUD region-type |
Revision 2d1c14f by Campbell Barton February 16, 2019, 05:42 (GMT) |
Cleanup: rename SPACE_IPO -> SPACE_GRAPH |
Revision 9d09eda by Campbell Barton February 16, 2019, 05:30 (GMT) |
DNA: rename theme space types Follow enum naming convention, use "space_" prefix instead of "t". |
Revision ae375b4 by Campbell Barton February 16, 2019, 02:10 (GMT) |
DNA: ensure new names exist when renaming Fail to build on errors in new names - without this renamed values would be written to DNA breaking backwards & forwards compatibility. Note that errors in old names aren't detected. |
Revision 2f737c4 by Campbell Barton February 16, 2019, 01:26 (GMT) |
DNA: rename near/far -> clip_start/clip_end Rename for Camera, View3D (also CameraParams & Render not DNA) |
Revision ec471a9 by Campbell Barton February 15, 2019, 23:44 (GMT) |
DNA: rename SpaceButs -> SpaceProperties |
Revision 419911b by Campbell Barton February 15, 2019, 23:23 (GMT) |
DNA: rename SpaceIpo -> SpaceGraph |
Revision 374cbdc by Campbell Barton February 15, 2019, 22:48 (GMT) |
DNA: rename SpaceOops -> SpaceOutliner |
Revision 51c0346 by Campbell Barton February 15, 2019, 22:43 (GMT) |
DNA: rename camera YF_dofdist -> dof_distance |
|
|
|


Master Commits
MiikaHweb | 2003-2021