Convexer: Difference between revisions
Jump to navigation
Jump to search

Warning:Paypal Offers refunds for 180 days after purchase, If you do not receive the product ask for a refund and put a notice on this page that the seller is a scammer/inactive
Note:I will add more info in a little bit
m (→For linux) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Language subpage}} | {{Language subpage}} | ||
Convexer is a mapping tool for {{source|4}} | Convexer is a mapping tool for {{source|4}} in the form of a blender addon. It has a free Linux/GNU Version and a paid Windows version available for $30 USD via paypal located on the website. {{Warning|Paypal Offers refunds for 180 days after purchase, If you do not receive the product ask for a refund and put a notice on this page that the seller is a scammer/inactive }} | ||
== Install Instructions == | == Install Instructions == | ||
Line 7: | Line 7: | ||
=== Building on common linux distributions === | === Building on common linux distributions === | ||
Install GCC, G++ compilers, next input the following into your terminal | Install GCC, G++ compilers, next input the following into your terminal to download the addon | ||
<source lang=cmd>git clone git://harrygodden.com/convexer.git</source> | |||
Once it has downloaded we will build the binaries as such | |||
<source lang=cmd> | <source lang=cmd> | ||
cd convexer | |||
</source> | |||
./build.sh</source> | |||
Now that the Binarys are built we will move the files to <source lang=cmd>Blender/3.2/scripts/addons/convexer/ ...</source> |
Revision as of 10:01, 5 February 2024


Convexer is a mapping tool for Source in the form of a blender addon. It has a free Linux/GNU Version and a paid Windows version available for $30 USD via paypal located on the website.

Install Instructions

Building on common linux distributions
Install GCC, G++ compilers, next input the following into your terminal to download the addon
git clone git://harrygodden.com/convexer.git
Once it has downloaded we will build the binaries as such
cd convexer
./build.sh
Now that the Binarys are built we will move the files to
Blender/3.2/scripts/addons/convexer/ ...