MCprep is a Blender python addon to make Minecraft renders and animations easier. Fix materials, import mob rigs, swap skins, and more.
Addon Updater – Blender Developer Tutorial December 22, 2016 DuckCowDrive – Driving game prototype ready! May 3, 2021 Easy user error reporting for Blender Addons March 28, 2020 Update Addons with both Blender 2.8 and 2.7... January 24, 2019 ...
If the MCprep addon is not already shown in the window after installing, search for it at left and then ensure the check box is enabled. Save user preferences to keep it enabled next time blender opens. Again, please download from the link above or the releases page, not by clicking ...
MCprep_addon commonmcobj_parser.py test_files test_data jmc2obj_test_1_21.mtl jmc2obj_test_1_21.obj mineways_test_combined_1_21.mtl mineways_test_combined_1_21.obj mineways_test_separated_1_21.mtl mineways_test_separated_1_21.obj world_saves Test MCprep 1.14.4.zip Test...
它会自动设置更好的材质,导入完全可动画的生物模型,并可以用 3D 建模和动画块(例如随风摇曳的草和小麦)取代普通的世界导出模型。 一旦您导入了 Minecraft 世界(例如从 jmc2obj 或 Mineways),请使用 MCprep 将您的世界提升到一个新的水平。 MCprep is a blender python addon to make Minecraft renders and anima...
MCprep is a blender python addon to make Minecraft renders and animations easier and faster. It automatically sets up better materials, imports fully animatable mob rigs, and can replace plain world-export models with 3D modeled and animated blocks, such as wind-swaying grass and wheat. Once you...
The same addon code will install in both 2.7x and 2.8x the same If you get a popup warning when installing/enabling in blender 2.7x, you should be able to ignore it. Please note that Blender 2.8 is still in beta, and thus can change and break things. Continued support in this ...
MCprep_addon/spawner/mcmodel.py Outdated r, obj = add_model(os.path.normpath(self.filepath), name) if r: self.report( {"ERROR"}, "The JSON defined is not valid for a Minecraft Java Edition model") Collaborator StandingPadAnimations Sep 3, 2023 Suggested change {"ERROR"}, ...
If i try selecting the checkbox this error message shows up..Member TheDuckCow commented Jun 14, 2021 Similar to #218 please try restarting blender, and at worst, delete the MCprep addon, close blender, re-open, and re-install MCprep. TheDuckCow added the user-troubleshoot label Jun 14...
test_files/addon_tests.py @@ -1513,6 +1519,161 @@ def model_spawner(self): # Test collection/group added # Test loading from file. def geonode_effect_spawner(self): """Test the geo node variant of effect spawning works.""" if bpy.app.version < (3, 0): Collaborator Standi...