Optigon Wrote:Those of you who have branches not yet added to the master should rebase them, fix any conflicts, and push them to your github origin.I prefer to update my master branch with that one of the main dev, then I don't need take care about to point from where to get the master branch (dgud/master):
Code:
$ git fetch dgud
$ git checkout master
$ git reset --hard dgud/master
Code:
$ git rebase master
... and about dgud/pu branch - the branches already added to it - will we need to do the same procedure?
I'm doing it and I hope that doesn't break anything.
____________
Important:
- 2nd group of bugs fixes for Wings3d 1.4.1 (already on pu)
- A bug fix for POV-Ray exporter (added to pu)
- Fixed wrong selection using Select by Material on Outline window (already on pu)
- New Image Plane dialog (now supporting preview) (added to pu)
- New windows for manage saved views (added to pu)
- New window for Selection Groups (added to pu)
- Select | by Name and Rename by using wild-cards (already on pu)
- AlphaBrush option for Optigon's Sculpt tool
I'm going to add others still not rebased soon.