Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure to put material #367

Open
hamza00789 opened this issue Apr 19, 2022 · 2 comments
Open

Failure to put material #367

hamza00789 opened this issue Apr 19, 2022 · 2 comments

Comments

@hamza00789
Copy link

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 2022.407.26244 +4693 (Git)
Build type: Release
Branch: LinkDaily
Hash: 9610830
Python version: 3.8.6+
Qt version: 5.15.2
Coin version: 4.0.1
OCC version: 7.6.0
Locale: English/United States (en_US)

When I tried to put material on it, it failed. In case of failure, the error message is something like this.

07:41:13 Start Editing Material
07:41:13 Traceback (most recent call last):
07:41:13 File "C:\Users\hamza\AppData\Roaming\FreeCAD\Mod\Part-o-magic\PartOMagic\Gui\Observer.py", line 245, in poll
07:41:13 self.trackEditing()
07:41:13 File "C:\Users\hamza\AppData\Roaming\FreeCAD\Mod\Part-o-magic\PartOMagic\Gui\Observer.py", line 314, in trackEditing
07:41:13 self.slotStartEditing(cur_in_edit)
07:41:13 File "C:\Users\hamza\AppData\Roaming\FreeCAD\Mod\Part-o-magic\PartOMagic\Gui\Observer.py", line 208, in slotStartEditing
07:41:13 cnt = GT.getContainer(feature)
07:41:13 File "C:\Users\hamza\AppData\Roaming\FreeCAD\Mod\Part-o-magic\PartOMagic\Base\Containers.py", line 235, in getContainer
07:41:13 for dep in feat.InList:
07:41:13 AttributeError: 'dict' object has no attribute 'InList'
07:41:21 Removing Textures
07:41:21 Texturing objects
07:41:21 Removing Textures
07:41:27 Removing Textures
07:41:29 Removing Textures
07:41:29 Texturing objects
07:41:29 Texturing Cube
07:41:29 Traceback (most recent call last):
File "C:\Users\hamza\AppData\Roaming\FreeCAD\Mod\ArchTextures\texture_config.py", line 272, in onChanged
self.textureConfig.execute(self.Object)
File "C:\Users\hamza\AppData\Roaming\FreeCAD\Mod\ArchTextures\texture_config.py", line 225, in execute
self.textureManager.textureObjects()
File "C:\Users\hamza\AppData\Roaming\FreeCAD\Mod\ArchTextures\texture_manager.py", line 105, in textureObjects
shadedNode = faceset_utils.findShadedNode(switch)
File "C:\Users\hamza\AppData\Roaming\FreeCAD\Mod\ArchTextures\arch_texture_utils\faceset_utils.py", line 417, in findShadedNode
children = node.getChildren()
<class 'AttributeError'>: 'NoneType' object has no attribute 'getChildren'

vid.mp4
@hamza00789
Copy link
Author

Is this the right place to describe such issues?

@hamza00789
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant