Search found 344 matches

by furti
Sun Mar 01, 2020 5:34 am
Forum: Help on using FreeCAD
Topic: Arch Texture Addon: Help Requests
Replies: 31
Views: 10071

Re: Arch Texture Addon: Help Requests

GlouGlou wrote: Sat Feb 29, 2020 10:45 pm it assign only one texture for two materials...
Hmmm... I don't get what the actual problem is here.
If you have a second material, you need to click the "Add Material" button at the bottom of the dialog.
by furti
Tue Feb 18, 2020 9:07 am
Forum: Announcements & Features
Topic: SQL Reporting Workbench for FreeCAD
Replies: 48
Views: 20046

Re: SQL Reporting Workbench for FreeCAD

Now I can see what is wrong here. The character _ is not allowed in Property names right now. I created a Issue for this. https://github.com/furti/FreeCAD-Reporting/issues/27 Is it possible that you rename the Property to something Alphanumeric like "BaseProvider" instead of "Base_Pro...
by furti
Mon Feb 17, 2020 6:01 am
Forum: Announcements & Features
Topic: SQL Reporting Workbench for FreeCAD
Replies: 48
Views: 20046

Re: SQL Reporting Workbench for FreeCAD

You mean the property is called "Provider"?
If so, the first query should work.

What is the problem with the query?
by furti
Thu Jan 09, 2020 2:25 pm
Forum: Draft, Arch & BIM
Topic: Arch Building Part still touched after recompute
Replies: 60
Views: 14554

Re: Arch Building Part still touched after recompute

bernd wrote: Thu Jan 09, 2020 10:47 am If the two columns in the file attached are moved (Draft move) they seam to be copied
There is a "copy mode" for the Draft Move command. Have you checked if this is enabled before performing the move?
This is only a guess what might cause the problem.
by furti
Wed Dec 18, 2019 6:01 am
Forum: Draft, Arch & BIM
Topic: Arch Fence
Replies: 38
Views: 10989

Re: Arch Fence

See pull request #2788. Thanks for the quick fix :) I added a comment to your pull request. For me there are two questions: 1. As python 2 is end of life and this is not a security relevant thing, should such warnings still be fixes? 2. For this actzal warning it might be better to use "from _...
by furti
Sat Dec 07, 2019 7:02 pm
Forum: Developers corner
Topic: [Renderer Workbench] Lighting
Replies: 33
Views: 9113

Re: [Renderer Workbench] Lighting

Nice. This looks pretty cool already. PL are very useful for direct lighting, however they cast very sharp shadows: that's why I think we'll also need area lights (which are much softer...) in the toolbox... There is the directional light in the Arch Texture workbench. This should be a good fit for ...
by furti
Sat Dec 07, 2019 6:55 pm
Forum: Help on using FreeCAD
Topic: Arch Texture Addon: Help Requests
Replies: 31
Views: 10071

Re: Arch Texture Addon: Help Requests

You ate right. It might be not clear this section is expandable. Thanks to @Kunda1. He refactored the readme a bit. Now it should be much cleater how the readme works. :)
by furti
Wed Dec 04, 2019 5:56 pm
Forum: Help on using FreeCAD
Topic: Arch Texture Addon: Help Requests
Replies: 31
Views: 10071

Re: Arch Texture Addon: Help Requests

I think you are looking at the wrong section of the readme. You have to expand the "Getting Started" guide for a introduction of the workbench.

The rest is in dept information about the functionality of the workbench :)
by furti
Sun Dec 01, 2019 11:27 am
Forum: Help on using FreeCAD
Topic: Arch Texture Addon: Help Requests
Replies: 31
Views: 10071

Re: Arch Texture Addon: Help Requests

You don't need to do this for a Arch Wall. You already assigned a Material to the wall.

You only need to add the "Material" property manually when the object has no Material property.
by furti
Fri Nov 15, 2019 5:47 pm
Forum: Python scripting and macros
Topic: How to make obj with ViewProvider from outside FreeCAD
Replies: 6
Views: 813

Re: How to make obj with ViewProvider from outside FreeCAD

I think what he means is to execute the snippet in his first post in a external python interpreter and save a document including the view provider.

But the viewprovider is not created because there is no FrreCADGui available.