Arch Texture Addon: Help Requests

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
User avatar
furti
Posts: 344
Joined: Mon Nov 27, 2017 5:27 pm

Re: Arch Texture Addon: Help Requests

Post by furti »

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.
User avatar
Vincent B
Veteran
Posts: 4713
Joined: Sun Apr 05, 2015 9:02 am
Location: La Rochelle, France

Re: Arch Texture Addon: Help Requests

Post by Vincent B »

OOps sorry, I've figured out that each material need his own textureConfig. ;)
Attachments
Capture.JPG
Capture.JPG (39.51 KiB) Viewed 2459 times
User avatar
furti
Posts: 344
Joined: Mon Nov 27, 2017 5:27 pm

Re: Arch Texture Addon: Help Requests

Post by furti »

GlouGlou wrote: Sun Mar 01, 2020 9:23 am I've figured out that each material need his own textureConfig
Normally you should be able to add multiple materials to the same texture config. Simply press the "Add Material" Button at the bottom of the dialog. Now you can configure another material in the same texture config.
paullee
Veteran
Posts: 5098
Joined: Wed May 04, 2016 3:58 pm

Re: Arch Texture Addon: Help Requests

Post by paullee »

See if you can have a look at problem discussed in below link when you are available, thanks :)

[ Architecture Masterpiece ] Carpenter Center Of Visual Arts

furti wrote: Sun Mar 01, 2020 3:35 pm Ping
User avatar
Szzer
Posts: 71
Joined: Wed Dec 26, 2018 1:26 pm

Re: Arch Texture Addon: Help Requests

Post by Szzer »

I'm playing with the arch texture workbench to create textured pictures of my house.
I use Windows 10, freecad 0.19 build 21622

I'm can't get the textures to work for non Arch objects. so a simple cube for example (following your instructions to add Material properties).
Is it something that I'm doing wrong or is there a bug?

And when i add a point light on the outside of a building, the inside is iluminated as well, while a roof is in between.
pernik
Posts: 4
Joined: Wed Oct 24, 2018 10:00 am

Re: Arch Texture Addon: Help Requests

Post by pernik »

Szzer wrote: Wed Jun 17, 2020 10:13 am I'm playing with the arch texture workbench to create textured pictures of my house.
I use Windows 10, freecad 0.19 build 21622

I'm can't get the textures to work for non Arch objects. so a simple cube for example (following your instructions to add Material properties).
Is it something that I'm doing wrong or is there a bug?

And when i add a point light on the outside of a building, the inside is iluminated as well, while a roof is in between.
The same issue on last build. Texturing just arch objects.
pernik
Posts: 4
Joined: Wed Oct 24, 2018 10:00 am

Re: Arch Texture Addon: Help Requests

Post by pernik »

pernik wrote: Mon Dec 07, 2020 2:20 pm
Szzer wrote: Wed Jun 17, 2020 10:13 am I'm playing with the arch texture workbench to create textured pictures of my house.
I use Windows 10, freecad 0.19 build 21622

I'm can't get the textures to work for non Arch objects. so a simple cube for example (following your instructions to add Material properties).
Is it something that I'm doing wrong or is there a bug?

And when i add a point light on the outside of a building, the inside is iluminated as well, while a roof is in between.
The same issue on last build. Texturing just arch objects.
Found solution: select object to be textured. From Menu Arch->Utilities->Component
Object is made component which can be textured.
User avatar
Vincent B
Veteran
Posts: 4713
Joined: Sun Apr 05, 2015 9:02 am
Location: La Rochelle, France

Re: Arch Texture Addon: Help Requests

Post by Vincent B »

I can't success to set a texture with both last releases. :roll:
someone to tell I'm wrong or not?
...
OS: Windows 10 (10.0)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 2021.311.24301 +3373 (Git)
Build type: Release
Branch: LinkStage3
Hash: 91ca94db328bf6126c4a01547b6aa2202d876ebc
Python version: 3.6.8
Qt version: 5.12.6
Coin version: 4.0.0a
OCC version: 7.5.0
Locale: French/France (fr_FR)
...
OS: Windows 10 Version 2004
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.24267 (Git)
Build type: Release
Branch: master
Hash: b2ca86d8d72b636011a73394bf9bcdedb3b109b7
Python version: 3.8.6+
Qt version: 5.15.1
Coin version: 4.0.1
OCC version: 7.5.0
Locale: French/France (fr_FR)
yaacovzac
Posts: 1
Joined: Sun Jun 13, 2021 5:32 am

Re: Arch Texture Addon: Help Requests

Post by yaacovzac »

Hi
Trying to add texture to a non Arch object. the material is added to the object, the ArchTexture config is added right, the texture and bump files are added , but still cannot see the texture on a simple cube. the same works ok when using it on a wall created using Arch workbench. I read and tried the workaround making the object a component in Arch workbench but didnt work for me.
will appreciate any help on this.
Thanks
using:
OS: Windows 10 (10.0)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.22894 (Git)
Build type: Release
Branch: master
Hash: 9eb080488d970d313c538473e7272117ea0a7cd1
Python version: 3.8.6
Qt version: 5.12.5
Coin version: 4.0.0
OCC version: 7.4.0
Locale: Hebrew/Israel (he_IL)
Franck_Mat
Posts: 1
Joined: Wed Jul 28, 2021 9:05 am

Re: Arch Texture Addon: Help Requests

Post by Franck_Mat »

Hello,
I installed the addon artch Texture and I followed the following video to make a test: https://www.youtube.com/watch?v=njp61PWWotE&t=82s
I have a problem, the texture is not displayed.
In the python console, an error message is displayed:

08:58:56 Traceback (most recent call last):
File "C:\Users\fmatra\AppData\Roaming\FreeCAD\Mod\FreeCAD-ArchTextures-master\texture_config.py", line 272, in onChanged
self.textureConfig.execute(self.Object)
File "C:\Users\fmatra\AppData\Roaming\FreeCAD\Mod\FreeCAD-ArchTextures-master\texture_config.py", line 225, in execute
self.textureManager.textureObjects()
File "C:\Users\fmatra\AppData\Roaming\FreeCAD\Mod\FreeCAD-ArchTextures-master\texture_manager.py", line 105, in textureObjects
shadedNode = faceset_utils.findShadedNode(switch)
File "C:\Users\fmatra\AppData\Roaming\FreeCAD\Mod\FreeCAD-ArchTextures-master\arch_texture_utils\faceset_utils.py", line 417, in findShadedNode
children = node.getChildren()
<class 'AttributeError'>: 'NoneType' object has no attribute 'getChildren'

The Python :
Python 3.8.6+ (heads/3.8-dirty:a12f459ec2, Nov 5 2020, 12:01:10) [MSC v.1927 64 bit (AMD64)] on win32

The freecad version:
OS: Windows 10 Version 1903
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 2021.614.24301 +3747 (Git)
Build type: Release
Branch: LinkDaily
Hash: ecbfba008c481db4cb17bf8bd514b2d12690a8e5
Python version: 3.8.6+
Qt version: 5.15.2
Coin version: 4.0.1
OCC version: 7.5.0
Local: French/France (fr_FR)

Is it possible to help me to make this addon work?
Thanks a lot.
Post Reply