Release of 0.18

One thing that would be cool, is to always add the file used to generate the splashes to the examples folder… Provided we have the author’s permission of course

“The FreeCAD Community” may not have a legal existence, but “members of the FreeCAD Community” do.

just to add some tips, attached the LO License reference
They added

‘Copyright by LibreOffice contributors’


Anyway I would keep the three main contributors in front of the others like:

‘This product was created by Juergen Riegel, Werner Mayer, Yorik van Havre’

:smiley:
LO-lic.png

Thanx

Can confirm and thanks.

OK:

  • On GitHub browse to the file you would like to Edit.
  • Press on the Edit button (creates a Fork and a branch automatically).
  • Edit.
  • Press on PR button.
  • Congratulations, you have just become a FreeCAD developer and a FreeCAD source code contributor.

Yea, NormandC, let me know how I can help you with this stuff. I created Developing_FreeCAD_with_GitKraken because working with git makes most sense to me using a GUI.

This relates to FreeCAD_0.18.15609_Conda_Py3QT5-WinVS2015_x64 build

When I run the unit tests once all the tests pass, when I run it the second time I get this error

Traceback (most recent call last):
  File "C:\Users\saso\Desktop\FreeCAD_0.18.15609_Conda_Py3QT5-WinVS2015_x64\bin\lib\unittest\case.py", line 59, in testPartExecutor
    yield
  File "C:\Users\saso\Desktop\FreeCAD_0.18.15609_Conda_Py3QT5-WinVS2015_x64\bin\lib\unittest\case.py", line 605, in run
    testMethod()
  File "C:\Users\saso\Desktop\FreeCAD_0.18.15609_Conda_Py3QT5-WinVS2015_x64\Mod\Test\Document.py", line 1577, in testDocument
    self.failUnless(self.Obs.parameter.pop(0) is self.Doc1)
  File "C:\Users\saso\Desktop\FreeCAD_0.18.15609_Conda_Py3QT5-WinVS2015_x64\bin\lib\unittest\case.py", line 1321, in deprecated_func
    return original_func(*args, **kwargs)
  File "C:\Users\saso\Desktop\FreeCAD_0.18.15609_Conda_Py3QT5-WinVS2015_x64\bin\lib\unittest\case.py", line 682, in assertTrue
    raise self.failureException(msg)
AssertionError: False is not true

OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.15609 (Git)
Build type: Release
Branch: master
Hash: a14af0f2bd26f980d71be80a799ee48127bc7619
Python version: 3.6.6
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: Slovenian/Slovenia (sl_SI)

Hi all,
For information, the part-design example in 0.18 in in the 0.16 way of designing, so opening it can lead to misunderstanding for beginners as there is no body and part.
attached the updated version (lighter by the way).
PartDesignExample.FCStd (42 KB)

OS: Debian GNU/Linux buster/sid
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.15611 (Git) AppImage
Build type: Release
Branch: master
Hash: 64a94ae0f7c60fc981086fe157150a9c0dca29c6
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: French/France (fr_FR)

I just noticed that Meshes → Unwrap Mesh and Unwrap Face are not available in Crowdin for translation…

Yorik, no success in making the FEM menus appear I gather?


And what if you have more than one file to edit, which was my case?


I know, I recently marked it for translation. I also noticed that you uploaded blasted animated GIFs, and you know my opinion about this image format. :shit:
Contrary to the cute icon, I was not smiling. :unamused:

In any case, GitKraken requires signing in through either GitHub or a GitKraken account - which makes it a no-go for me.

The moment I posted the above response and then linked on the page… I knew you’d give me :shit: for it :blush: :unamused: :laughing:

@wmayer

Thanks for 15b854b2a! :slight_smile:

After setting my New Document Camera Orientation (in Preferences/Display) to something else than default top view, it works with the New document icon or File → New menu, but it doesn’t from the StartPage’s “Create new…” button. Maybe some file in the Start module needs to be updated as well?

Pretending to be a developer :smiley: , it seems LoadNew.py simply calls a python command to create a new document:

FreeCAD.newDocument()

Would that be as simple as adding the line

Gui.activeDocument().activeView().viewDefaultOrientation()

right beneath it (which works, I tried), or would there be a more efficient method?

Yes!
Waiting for your first PR now :wink:

Nor-Mand-C :clap: Nor-Mand-C :clap: Nor-Mand-C :clap:

24f1b023e

LOL wmayer robbed me of my glory :laughing: (j/k)

Nonetheless happy to see I had guessed right! :ugeek: :mrgreen:

What is the estimated date for the official release of 0.18?
Will it be April 2019 like when it was April 2018 for 0.17?

That was sooooo very anticlimactic! :open_mouth: :astonished: :laughing:

I guess we could do a little list of the remaining issues?

From my side there is only a couple of issues on the start page to solve…

Thank you.

Soon, I’ll be uploading a 0.18~pre1 package to Debian just to get the waiting period in NEW started.