dillongoostudios / goo-engine

Custom build of blender with some extra NPR features.
Other
955 stars 124 forks source link

goo engine 4.0.0 #41

Open macfifa opened 1 year ago

macfifa commented 1 year ago

I have build goo engine v3.6 by using ninja but it says in the program v4. Is that normal? goo4 0

dillongoos commented 1 year ago

We have a separate v3.6 branch! By default the github is set to show the main branch, which is on 4.0. But since we just released 3.6, they're functionally the same. In the future though, you can count on 3.6 branch likely being a bit more stable than the main branch.

MADesign-CG commented 1 year ago

I have build goo engine v3.6 by using ninja but it says in the program v4. Is that normal? goo4 0

can you provide a how did you manage to use ninja to build it , and how can one be sure he is using the 3.6 branch not the main build ? , i used the git command to clone and it got the main not the 3.6v

basxto commented 11 months ago

@MADesign-CG it’s a bit offtopic here, but you can directly clone a branch like git clone -b goo-engine-v3.6-release https://github.com/dillongoostudios/goo-engine.git --recursive or manually switch branch with git checkout goo-engine-v3.6-release after cloning. git rev-parse --abbrev-ref HEAD can print the current branch name, but git status usually tells what branch you are in.