question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing forward rendering path in latest build

See original GitHub issue

I tried forward rendering after we had the chat on tweeter. armory/blender/data/data.blend is missing forward_path node tree (I checked it) so when I’m trying to build with Forward renderer I get this:

Traceback (most recent call last):
  File "/home/razvan/Itch/Armory3D/Armory/armsdk//armory/blender/arm/props_ui.py", line 524, in execute
    make_renderer.check_default()
  File "/home/razvan/Itch/Armory3D/Armory/armsdk//armory/blender/arm/make_renderer.py", line 170, in check_default
    make_renderer(bpy.data.cameras[0])
  File "/home/razvan/Itch/Armory3D/Armory/armsdk//armory/blender/arm/make_renderer.py", line 15, in make_renderer
    load_library('forward_path', 'armory_default')
  File "/home/razvan/Itch/Armory3D/Armory/armsdk//armory/blender/arm/make_renderer.py", line 196, in load_library
    ref.use_fake_user = True
AttributeError: 'NoneType' object has no attribute 'use_fake_user'

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
luboslencocommented, Mar 26, 2017

I will merge the stuff I have been working on and will be happy to retest again then, will ping you - thanks! 😃

2reactions
razcore-radcommented, Mar 26, 2017

If you have any idea how I would be able to help debugging at my end I’m open to suggestions 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Rendering paths in the Built-in Render Pipeline - Unity - Manual
Forward Rendering is the default rendering path in the Built-in Render Pipeline. It is a general-purpose rendering path. Real-time lights are very expensive...
Read more >
URP cant select rendering path (forward/defered) - Unity Forum
anyone got a fix? I'm using unity 2020.3.20f1 and URP Version 10.6.0 btw upload_2021-11-2_3-50-54.png.
Read more >
Deferred Rendering Path in URP | Universal RP | 12.1.7
Deferred Rendering Path in URP. URP Universal Renderer supports two Rendering Paths: Forward and Deferred. For information on differences ...
Read more >
Choosing Between Forward or Deferred Rendering Paths in ...
Unity handles this limitation rendering semi-transparent objects using forward rendering path at the end of the whole process. It works quite well, these ......
Read more >
Forward Shading Renderer - Unreal Engine Documentation
Leveraging these options in Epic's new VR game, Robo Recall, the forward renderer is about 22% faster than the deferred renderer on an...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found