povmaniac,
Sorry for the slow response. I have been busy with other things. I will test your new build of TheBounty sometime today.
Can you rename your plugin source file to wpc_thebounty.erl so that the beam file is named wpc_thebounty.beam? That way we can have both plugins installed.
To get the plugin to compile, all you have to do is edit one line, near the top of the code, in the xxx\plugins_src\import_export\Makefile as follows:
MODULES= \
wpc_3ds \
wpc_ai \
wpc_bzw \
wpc_collada \
wpc_hlines \
wpc_kerky \
wpc_lwo \
wpc_obj \
wpc_pov \
wpc_ps \
wpc_rwx \
wpc_stl \
wpc_svg_path \
wpc_wrl \
wpc_x \
wpc_yafaray \
wpc_thebounty
Thanks,
oort
Sorry for the slow response. I have been busy with other things. I will test your new build of TheBounty sometime today.
Can you rename your plugin source file to wpc_thebounty.erl so that the beam file is named wpc_thebounty.beam? That way we can have both plugins installed.
To get the plugin to compile, all you have to do is edit one line, near the top of the code, in the xxx\plugins_src\import_export\Makefile as follows:
MODULES= \
wpc_3ds \
wpc_ai \
wpc_bzw \
wpc_collada \
wpc_hlines \
wpc_kerky \
wpc_lwo \
wpc_obj \
wpc_pov \
wpc_ps \
wpc_rwx \
wpc_stl \
wpc_svg_path \
wpc_wrl \
wpc_x \
wpc_yafaray \
wpc_thebounty
Thanks,
oort