From 2bb6566dabbe64323931cd73d2c179ff56ad1324 Mon Sep 17 00:00:00 2001 From: Ayman Habib Date: Tue, 28 Jan 2020 11:02:01 -0800 Subject: [PATCH] Prep for 41 release (#1170) * When updating visuals due to edit, make sure Frames are marked as visible in ModelDisplayHints so they're not skipped over by the Geometry classes in opensim-core * Update md files for 4.1 release --- CONTRIBUTING.md | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3188491d7..268983b28 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,3 +38,6 @@ List of contributors - Brian Garner - Katherine Holzbaur - Darryl Thelen + - Carmichael Ong + - Sebastian Skejo + diff --git a/README.md b/README.md index 42f715aa4..6f829dd8f 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ for additional information. [CMake](https://cmake.org/download/) >= 3.1.3 * We do not use CMake to build any C++ code, but to copy files and run **Ant**. -* **C++ compiler**: [Visual Studio 2015](https://www.visualstudio.com/) +* **C++ compiler**: [Visual Studio 2017](https://www.visualstudio.com/) * Again, we won't build any C++ code; CMake needs this to do its job. You can obtain some of these dependencies using the Chocolatey package manager.