mmdtool for Cinema 4D

Overview

C4D MMD Tool

About

mmdtool for Cinema 4D

Cinema 4D的MMD工具

Release

The plugin is in the Release folder

插件在Release文件夹。

At present, the main maintenance version is R21 and above.

目前主要维护R21以上版本。

You might also like...
Comments
  •  Does it work for C4D S24?

    Does it work for C4D S24?

    Hi, does it work for version S24.037? I put the address of the plugin but it does not appear

    こんにちは、バージョン S24.037 で動作しますか?プラグインのアドレスを入れたのに出てこない

    私はスペイン語を話すので、翻訳機を使いました。

    opened by leikal 11
  • CVE-2007-4559 Patch

    CVE-2007-4559 Patch

    Patching CVE-2007-4559

    Hi, we are security researchers from the Advanced Research Center at Trellix. We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a 15 year old bug in the Python tarfile package. By using extract() or extractall() on a tarfile object without sanitizing input, a maliciously crafted .tar file could perform a directory path traversal attack. We found at least one unsantized extractall() in your codebase and are providing a patch for you via pull request. The patch essentially checks to see if all tarfile members will be extracted safely and throws an exception otherwise. We encourage you to use this patch or your own solution to secure against CVE-2007-4559. Further technical information about the vulnerability can be found in this blog.

    If you have further questions you may contact us through this projects lead researcher Kasimir Schulz.

    opened by TrellixVulnTeam 0
  • feat: Use the standard library to write C4D API classes instead of mmd data.

    feat: Use the standard library to write C4D API classes instead of mmd data.

    1. filename_util rename to file_util.

    2. file_util add: FileName -> std::filesystem BaseFile -> std::ofstream / std::ifstream

    3. math_util add: vector & matrix -> Eigen *bezier -> bezier

    opened by AiMiDi 0
Releases(v0.4.5.1)
  • v0.4.5.1(Feb 8, 2022)

    version 0.4.5.1

    2022/9/15 Support C4D R20-2023
    
     Fixed import model surface error.
    

    If the plugin is installed, please check whether the latest version of C4D is installed (such as R21 is R21.207, R21.115 does not show the upgrade can be used)

    version 0.4.5.1

    2022/9/15 支持C4D R20-2023
    
    修复导入模型面错误的问题。
    

    如果安装了插件没有显示,请检查是否C4D安装的为最新小版本(如R21的是R21.207才行,R21.115不显示的升级就可以用)

    Source code(tar.gz)
    Source code(zip)
    MMD_Tool_for_Cinema_4D_0.4.5.1_setup.exe(4.04 MB)
  • v0.4.5(Feb 7, 2022)

    version 0.4.5

    1. Fixed an issue where saved documents could not be opened.
    2. Optimize the IK of the imported model.
    3. Add import model report.
    4. Optimize import speed and stability.
    5. Fixed import normal inversion problem for versions below R23.

    If the plugin is installed, please check whether the latest version of C4D is installed (such as R21 is R21.207, R21.115 does not show the upgrade can be used)

    version 0.4.5

    1. 修复保存的文档无法打开的问题。
    2. 优化导入模型的IK。
    3. 增加导入模型报告。
    4. 优化导入速度,稳定性。
    5. 修复R23以下版本导入法线反转问题。

    如果安装了插件没有显示,请检查是否C4D安装的为最新小版本(如R21的是R21.207才行,R21.115不显示的升级就可以用)

    Source code(tar.gz)
    Source code(zip)
    C4D_MMDTool.v0.4.5.7z(2.80 MB)
    C4D_MMDTool.v0.4.5.zip(9.47 MB)
  • v0.4.4.1(Jan 13, 2022)

    version 0.4.4.1

    Fixed import normal inversion issue.

    If the plugin is installed, please check whether the latest version of C4D is installed (such as R21 is R21.207, R21.115 does not show the upgrade can be used)

    version 0.4.4.1

    修复导入法线反转的问题。

    如果安装了插件没有显示,请检查是否C4D安装的为最新小版本(如R21的是R21.207才行,R21.115不显示的升级就可以用)

    Source code(tar.gz)
    Source code(zip)
    C4D_MMDTool.v0.4.4.1.7z(3.02 MB)
    C4D_MMDTool.v0.4.4.1.zip(9.73 MB)
  • v0.4.4(Jan 12, 2022)

    version 0.4.4

    1. Fix the problem of vertex expression loss of partial vertices imported by multiple parts.
    2. Fix the problem that the model cannot be imported when the external parent is opened.
    3. Compatible with projects saved by older versions. (some information may be lost, but it does not affect the opening of the project)

    If the plugin is installed, please check whether the latest version of C4D is installed (such as R21 is R21.207, R21.115 does not show the upgrade can be used)

    version 0.4.4

    1. 修复多部分导入部分顶点的顶点表情丢失问题。
    2. 修复模型有骨骼打开外部亲的情况下,模型无法导入的问题。
    3. 兼容旧版本保存的工程。(可能会丢失部分信息,但是不影响工程打开)

    如果安装了插件没有显示,请检查是否C4D安装的为最新小版本(如R21的是R21.207才行,R21.115不显示的升级就可以用)

    Source code(tar.gz)
    Source code(zip)
    C4D_MMDTool.v0.4.4.7z(3.03 MB)
    C4D_MMDTool.v0.4.4.zip(9.73 MB)
  • v0.4.3(Dec 5, 2021)

    version 0.4.3

    ​ 1. Fixed multi-part import import weights not initializing bones.

    ​ 2. Improved weight import.

    ​ 3. Fix import failure caused by empty IK list.

    If the plugin is installed, please check whether the latest version of C4D is installed (such as R21 is R21.207, R21.115 does not show the upgrade can be used)

    version 0.4.3

    ​ 1. 修复多部分导入时未初始化骨骼导致的崩溃。

    ​ 2. 改进权重导入。

    ​ 3. 修复ik列表为空导致的导入失败。

    如果安装了插件没有显示,请检查是否C4D安装的为最新小版本(如R21的是R21.207才行,R21.115不显示的升级就可以用)

    Source code(tar.gz)
    Source code(zip)
    C4D_MMDTool.v0.4.3.7z(2.36 MB)
    C4D_MMDTool.v0.4.3.zip(9.06 MB)
  • v0.4.2(Oct 10, 2021)

    version 0.4.2

    ​ 1. Add import pose.

    ​ 2. Improve the function of PMX Control.

    ​ 3. Support R25.

    If the plugin is installed, please check whether the latest version of C4D is installed (such as R21 is R21.207, R21.115 does not show the upgrade can be used)

    version 0.4.2

    ​ 1. 添加姿势(vpd)导入。

    ​ 2. 改进PMX控件。

    ​ 3. 支持 R25 版本.

    如果安装了插件没有显示,请检查是否C4D安装的为最新小版本(如R21的是R21.207才行,R21.115不显示的升级就可以用)

    Source code(tar.gz)
    Source code(zip)
    C4D_MMDTool.v0.4.2.7z(2.35 MB)
    C4D_MMDTool.v0.4.2.zip(9.02 MB)
  • v0.4.1(Sep 4, 2021)

    version 0.4.1

    ​ 1. Add camera bake export.

    ​ 2. Add motion bake export.

    ​ 3. Improve Ik.

    If the plugin is installed, please check whether the latest version of C4D is installed (such as R21 is R21.207, R21.115 does not show the upgrade can be used)

    version 0.4.1

    ​ 1. 增加摄像机烘焙导出。

    ​ 2. 增加动作烘焙导出。

    ​ 3. 优化Ik。

    如果安装了插件没有显示,请检查是否C4D安装的为最新小版本(如R21的是R21.207才行,R21.115不显示的升级就可以用)

    Source code(tar.gz)
    Source code(zip)
    C4D_MMDTool.v0.4.1.7z(2.08 MB)
    C4D_MMDTool.v0.4.1.zip(7.42 MB)
  • v0.4(Aug 29, 2021)

    version 0.4

    ​ 1. Add the action export function

    ​ 2. Fix the action confusion problem after importing motion capture to make animation.

    ​ 3. Change the animation import to multithreaded optimization speed.

    ​ 4. Fix some curve problems.

    ​ 5. Fix known bugs

    ​ 6. Fix some possible memory leaks.

    If the plugin is installed, please check whether the latest version of C4D is installed (such as R21 is R21.207, R21.115 does not show the upgrade can be used)

    version 0.4

    ​ 1.增加动作导出功能.

    ​ 2.修复导入动作捕捉制作动画后动作错乱问题。

    ​ 3.将动画导入改为,多线程优化速度。

    ​ 4.修复部分曲线问题。

    ​ 5.修复一些已知BUG

    ​ 6.修复一些可能的内存泄漏问题。

    如果安装了插件没有显示,请检查是否C4D安装的为最新小版本(如R21的是R21.207才行,R21.115不显示的升级就可以用)

    Source code(tar.gz)
    Source code(zip)
    C4D_MMDTool.v0.4.7z(2.06 MB)
    C4D_MMDTool.v0.4.zip(7.39 MB)
  • v0.3.9.1(Jul 28, 2021)

    version 0.3.9.1

    ​ 1. Fixed the problem of stuck animation after import.

    ​ 2. Fix some possible memory leaks.

    If the plugin is installed, please check whether the latest version of C4D is installed (such as R21 is R21.207, R21.115 does not show the upgrade can be used)

    version 0.3.9.1

    ​ 1.修复导入动画后卡死问题。

    ​ 2.修复一些可能的内存泄漏问题。

    如果安装了插件没有显示,请检查是否C4D安装的为最新小版本(如R21的是R21.207才行,R21.115不显示的升级就可以用)

    Source code(tar.gz)
    Source code(zip)
    C4D_MMDTool.v0.3.9.1.7z(1.56 MB)
    C4D_MMDTool.v0.3.9.1.zip(4.14 MB)
  • v0.3.9(Jul 27, 2021)

    version 0.3.9

    ​ 1. Added support for rigidbodies and joints. (Currently not implemented in physics)

    ​ 2. Fix the GUI scroll bar problem.

    ​ 3. Fixed an issue where animation curves could not be saved.

    ​ 4. Add new model management objects.

    ​ 5. Add model display filter system.

    ​ 6. Add IK enabled, model display animation import.

    ​ 7. Fixed some actions importing problems.

    If the plugin is installed, please check whether the latest version of C4D is installed (such as R21 is R21.207, R21.115 does not show the upgrade can be used)

    version 0.3.9

    ​ 1.添加刚体和Joint的支持。(目前物理未实装)

    ​ 2.修复GUI滚动条问题。

    ​ 3.修复动画曲线不能保存的问题。

    ​ 4.增加新的模型管理对象。

    ​ 5.增加模型显示过滤系统。

    ​ 6.增加IK启用,模型显示动画导入。

    ​ 7.修复部分动作导入问题。

    如果安装了插件没有显示,请检查是否C4D安装的为最新小版本(如R21的是R21.207才行,R21.115不显示的升级就可以用)

    Source code(tar.gz)
    Source code(zip)
    C4D_MMDTool.v0.3.9.7z(1.55 MB)
    C4D_MMDTool.v0.3.9.zip(4.12 MB)
  • v0.3.8.1(Jun 23, 2021)

  • v0.3.8(Jun 19, 2021)

    version 0.3.8

    ​ 1.Rewrite the bone expression part.

    ​ 2.Add UV expression import (multi-part import mode).

    ​ 3.Fix some errors of imported models.

    ​ 4.Add the function of cleaning up the unconnected vertices of the imported model.

    ​ 5.Add drag and drop import of camera animation.

    ​ 6.Pre-loaded physics engine module support.

    version 0.3.8

    ​ 1.重写了骨骼表情部分。

    ​ 2.添加UV表情导入(多部分导入模式)。

    ​ 3.修复导入模型的一些错误。

    ​ 4.添加对导入模型的无连接顶点的清理功能。

    ​ 5.添加摄像机动作的拖拽导入。

    ​ 6.预载物理引擎模块支持。

    Source code(tar.gz)
    Source code(zip)
    C4D_MMDTool.v0.3.8.7z(1.32 MB)
    C4D_MMDTool.v0.3.8.zip(3.60 MB)
  • v0.3.7.5(Jun 9, 2021)

  • v0.3.7(Jun 5, 2021)

  • v0.3.6.1(May 30, 2021)

  • v0.3.6(May 29, 2021)

  • v0.3.5(May 24, 2021)

  • v0.3.4(May 17, 2021)

  • v0.3.3(May 14, 2021)

  • v0.3.2(May 9, 2021)

    version 0.3.2

    ​ 1. Optimize the processing method of the imported model to ensure the same effect as in MMD.

    ​ 2. Optimize the leg bone problem of the imported model to ensure the same effect as in MMD.

    ​ 3. Optimized the detection of the alpha channel of the picture, and fixed the problem that the material was incorrectly imported into the transparent channel

    ​ 4. Increased code stability and reduced accidental crashes.

    version 0.3.2

    ​ 1. 优化导入模型赋予亲的处理方式,确保与MMD中效果相同。

    ​ 2. 优化导入模型的腿部骨骼问题,确保与MMD中效果相同。

    ​ 3. 优化了图片alpha通道的检测,修复了材质错误导入透明通道的问题。

    ​ 4. 增加了代码稳定性,减少了意外的崩溃。

    Source code(tar.gz)
    Source code(zip)
    C4D_MMDTool.v0.3.2.7z(891.65 KB)
    C4D_MMDTool.v0.3.2.zip(1.91 MB)
  • v0.3.1(May 8, 2021)

  • v0.3.0(May 7, 2021)

Owner
null