Skip to content

Commit

Permalink
git subrepo clone --branch=master https://github.com/V-Sekai/renik.git
Browse files Browse the repository at this point in the history
…modules/renik

subrepo:
  subdir:   "modules/renik"
  merged:   "ef89012814"
upstream:
  origin:   "https://github.com/V-Sekai/renik.git"
  branch:   "master"
  commit:   "ef89012814"
git-subrepo:
  version:  "0.4.6"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "110b9eb"

git subrepo pull --force modules/renik

subrepo:
  subdir:   "modules/renik"
  merged:   "f73f3a713e"
upstream:
  origin:   "https://github.com/V-Sekai/renik.git"
  branch:   "master"
  commit:   "f73f3a713e"
git-subrepo:
  version:  "0.4.6"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "73a0129"

git subrepo pull modules/renik

subrepo:
  subdir:   "modules/renik"
  merged:   "a1a0f19264"
upstream:
  origin:   "https://github.com/V-Sekai/renik.git"
  branch:   "master"
  commit:   "a1a0f19264"
git-subrepo:
  version:  "0.4.6"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "73a0129"

git subrepo pull modules/renik

subrepo:
  subdir:   "modules/renik"
  merged:   "a0066245e5"
upstream:
  origin:   "https://github.com/V-Sekai/renik.git"
  branch:   "master"
  commit:   "a0066245e5"
git-subrepo:
  version:  "0.4.6"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "73a0129"

Updated humanoid bone setup and parameters

git subrepo push modules/renik

subrepo:
  subdir:   "modules/renik"
  merged:   "150e6313f7"
upstream:
  origin:   "https://github.com/V-Sekai/renik.git"
  branch:   "master"
  commit:   "150e6313f7"
git-subrepo:
  version:  "0.4.6"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "73a0129"

git subrepo pull modules/renik

subrepo:
  subdir:   "modules/renik"
  merged:   "a74ee86c74"
upstream:
  origin:   "https://github.com/V-Sekai/renik.git"
  branch:   "master"
  commit:   "a74ee86c74"
git-subrepo:
  version:  "0.4.6"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "73a0129"

Apply formatting changes required to pass cicd.

Cleanup code so that we can pass tests.

git subrepo push modules/renik

subrepo:
  subdir:   "modules/renik"
  merged:   "cb086004ff"
upstream:
  origin:   "https://github.com/V-Sekai/renik.git"
  branch:   "master"
  commit:   "cb086004ff"
git-subrepo:
  version:  "0.4.6"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "73a0129"
  • Loading branch information
fire committed Oct 10, 2024
1 parent db66bd3 commit 10b63dc
Show file tree
Hide file tree
Showing 27 changed files with 7,349 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/renik/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
*.obj
*.pyc
*.o
*.bc
*.d

*.tmp

.DS_Store
12 changes: 12 additions & 0 deletions modules/renik/.gitrepo
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
; DO NOT EDIT (unless you know what you are doing)
;
; This subdirectory is a git "subrepo", and this file is maintained by the
; git-subrepo command. See https://github.com/ingydotnet/git-subrepo#readme
;
[subrepo]
remote = https://github.com/V-Sekai/renik.git
branch = master
commit = cb086004ff086a02bd6ea43fe67ec04405f05c6a
parent = 9fe52a27ee6f4a2460fad6a86439406c6cd03a9a
method = merge
cmdver = 0.4.6
4 changes: 4 additions & 0 deletions modules/renik/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Copyright 2020 MMMaellon
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 NONINFRINGEMENT. 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.
Binary file added modules/renik/RenIK Foot Placement.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions modules/renik/SCsub
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env python

Import("env")
Import("env_modules")

env_renik = env_modules.Clone()

# Godot's own source files
env_renik.add_source_files(env.modules_sources, "*.cpp")
env_renik.add_source_files(env.modules_sources, "renik/*.cpp")
env_renik.add_source_files(env.modules_sources, "math/*.cpp")

if env["target"] == "debug":
env_renik.add_source_files(env.modules_sources, "renTest/renTest.cpp")
18 changes: 18 additions & 0 deletions modules/renik/config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
def can_build(env, platform):
return not env["disable_3d"]


def configure(env):
pass


def get_doc_path():
return "doc_classes"


def get_doc_classes():
return [
"RenIKLimb",
"RenIKChain",
"RenIK",
]
Loading

0 comments on commit 10b63dc

Please sign in to comment.