-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
135 changed files
with
30 additions
and
27,015 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2209,159 +2209,6 @@ | |
|
||
|
||
|
||
<!-- | ||
Copyright (c) 2016-2021 Martin Donath <[email protected]> | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to | ||
deal in the Software without restriction, including without limitation the | ||
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | ||
sell copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS | ||
IN THE SOFTWARE. | ||
--> | ||
|
||
<!-- Wrap everything with a macro to reduce file roundtrips (see #2213) --> | ||
|
||
|
||
<!-- Render current and nested navigation items --> | ||
|
||
|
||
<!-- Determine class according to state --> | ||
|
||
|
||
|
||
<!-- Main navigation item with nested items --> | ||
|
||
|
||
<!-- Determine whether to render item as a section --> | ||
|
||
|
||
<!-- Render item with nested items --> | ||
<li class="md-nav__item md-nav__item--nested"> | ||
|
||
<!-- Active checkbox expands items contained within nested section --> | ||
|
||
|
||
<input | ||
class="md-nav__toggle md-toggle" | ||
data-md-toggle="nav-11" | ||
type="checkbox" | ||
id="nav-11" | ||
|
||
/> | ||
|
||
|
||
<!-- Expand active pages --> | ||
<label class="md-nav__link" for="nav-11"> | ||
Blog | ||
<span class="md-nav__icon md-icon"></span> | ||
</label> | ||
<nav | ||
class="md-nav" | ||
aria-label="Blog" | ||
data-md-level="1" | ||
> | ||
<label class="md-nav__title" for="nav-11"> | ||
<span class="md-nav__icon md-icon"></span> | ||
Blog | ||
</label> | ||
<ul class="md-nav__list" data-md-scrollfix> | ||
|
||
<!-- Render nested item list --> | ||
|
||
|
||
|
||
<!-- Determine class according to state --> | ||
|
||
|
||
|
||
<!-- Main navigation item with nested items --> | ||
|
||
<li class="md-nav__item"> | ||
<a href="https://forums.ragdolldynamics.com/t/questions-about-the-legal-part-of-selling-plugins-from-colleague-developer/1110/3" class="md-nav__link"> | ||
|
||
|
||
Building a Business | ||
</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
<!-- Determine class according to state --> | ||
|
||
|
||
|
||
<!-- Main navigation item with nested items --> | ||
|
||
<li class="md-nav__item"> | ||
<a href="/blog/20220809/" class="md-nav__link"> | ||
|
||
|
||
SIGGRAPH 2022 | ||
</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
<!-- Determine class according to state --> | ||
|
||
|
||
|
||
<!-- Main navigation item with nested items --> | ||
|
||
<li class="md-nav__item"> | ||
<a href="/blog/20210728_announce_1_0/" class="md-nav__link"> | ||
|
||
|
||
Launch Announcement | ||
</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
<!-- Determine class according to state --> | ||
|
||
|
||
|
||
<!-- Main navigation item with nested items --> | ||
|
||
<li class="md-nav__item"> | ||
<a href="/blog/20210713_july28/" class="md-nav__link"> | ||
|
||
|
||
Launch Date | ||
</a> | ||
</li> | ||
|
||
|
||
|
||
</ul> | ||
</nav> | ||
</li> | ||
|
||
<!-- Currently active page --> | ||
|
||
|
||
|
||
|
||
|
||
<!-- | ||
Copyright (c) 2016-2021 Martin Donath <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2219,159 +2219,6 @@ | |
|
||
|
||
|
||
<!-- | ||
Copyright (c) 2016-2021 Martin Donath <[email protected]> | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to | ||
deal in the Software without restriction, including without limitation the | ||
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | ||
sell copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS | ||
IN THE SOFTWARE. | ||
--> | ||
|
||
<!-- Wrap everything with a macro to reduce file roundtrips (see #2213) --> | ||
|
||
|
||
<!-- Render current and nested navigation items --> | ||
|
||
|
||
<!-- Determine class according to state --> | ||
|
||
|
||
|
||
<!-- Main navigation item with nested items --> | ||
|
||
|
||
<!-- Determine whether to render item as a section --> | ||
|
||
|
||
<!-- Render item with nested items --> | ||
<li class="md-nav__item md-nav__item--nested"> | ||
|
||
<!-- Active checkbox expands items contained within nested section --> | ||
|
||
|
||
<input | ||
class="md-nav__toggle md-toggle" | ||
data-md-toggle="nav-11" | ||
type="checkbox" | ||
id="nav-11" | ||
|
||
/> | ||
|
||
|
||
<!-- Expand active pages --> | ||
<label class="md-nav__link" for="nav-11"> | ||
Blog | ||
<span class="md-nav__icon md-icon"></span> | ||
</label> | ||
<nav | ||
class="md-nav" | ||
aria-label="Blog" | ||
data-md-level="1" | ||
> | ||
<label class="md-nav__title" for="nav-11"> | ||
<span class="md-nav__icon md-icon"></span> | ||
Blog | ||
</label> | ||
<ul class="md-nav__list" data-md-scrollfix> | ||
|
||
<!-- Render nested item list --> | ||
|
||
|
||
|
||
<!-- Determine class according to state --> | ||
|
||
|
||
|
||
<!-- Main navigation item with nested items --> | ||
|
||
<li class="md-nav__item"> | ||
<a href="https://forums.ragdolldynamics.com/t/questions-about-the-legal-part-of-selling-plugins-from-colleague-developer/1110/3" class="md-nav__link"> | ||
|
||
|
||
Building a Business | ||
</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
<!-- Determine class according to state --> | ||
|
||
|
||
|
||
<!-- Main navigation item with nested items --> | ||
|
||
<li class="md-nav__item"> | ||
<a href="../blog/20220809/" class="md-nav__link"> | ||
|
||
|
||
SIGGRAPH 2022 | ||
</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
<!-- Determine class according to state --> | ||
|
||
|
||
|
||
<!-- Main navigation item with nested items --> | ||
|
||
<li class="md-nav__item"> | ||
<a href="../blog/20210728_announce_1_0/" class="md-nav__link"> | ||
|
||
|
||
Launch Announcement | ||
</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
<!-- Determine class according to state --> | ||
|
||
|
||
|
||
<!-- Main navigation item with nested items --> | ||
|
||
<li class="md-nav__item"> | ||
<a href="../blog/20210713_july28/" class="md-nav__link"> | ||
|
||
|
||
Launch Date | ||
</a> | ||
</li> | ||
|
||
|
||
|
||
</ul> | ||
</nav> | ||
</li> | ||
|
||
<!-- Currently active page --> | ||
|
||
|
||
|
||
|
||
|
||
<!-- | ||
Copyright (c) 2016-2021 Martin Donath <[email protected]> | ||
|
@@ -2661,19 +2508,6 @@ <h3 id="team-ragdoll">Team Ragdoll</h3> | |
<p>After a brief stint developing <a href="https://allzpark.com">Allzpark</a> for the Japanese <a href="https://studioanima.co.jp/">Studio Anima</a> and then animating for Redfall and Horizon Zero Dawn II at <a href="https://goodbyekansasstudios.com">Goodbye Kansas</a> it was now 2020. With funding and experience spanning animation, programming, business and now physics all the pieces were in place. What he could not do in 2012 was now made possible.</p> | ||
<p><img class="poster" src=https://user-images.githubusercontent.com/2152766/127115947-18054044-e8f3-44b5-b23a-46650d02e64d.png></p> | ||
|
||
|
||
|
||
|
||
<hr> | ||
<div class="md-source-date"> | ||
<small> | ||
|
||
Last update: 2023-10-06 | ||
|
||
</small> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
@@ -2692,7 +2526,7 @@ <h3 id="team-ragdoll">Team Ragdoll</h3> | |
<div class="md-footer-nav"> | ||
<nav class="md-footer-nav__inner md-grid" aria-label="Footer"> | ||
|
||
<a href="../blog/20210713_july28/" class="md-footer-nav__link md-footer-nav__link--prev" rel="prev"> | ||
<a href="../releases/2020.11.10/" class="md-footer-nav__link md-footer-nav__link--prev" rel="prev"> | ||
<div class="md-footer-nav__button md-icon"> | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> | ||
</div> | ||
|
@@ -2701,7 +2535,7 @@ <h3 id="team-ragdoll">Team Ragdoll</h3> | |
<span class="md-footer-nav__direction"> | ||
Previous | ||
</span> | ||
Launch Date | ||
2020.11.10 | ||
</div> | ||
</div> | ||
</a> | ||
|
Oops, something went wrong.