-
Content Count
7988 -
Joined
-
Last visited
-
Days Won
35
Status Replies posted by OrbWeaver
-
Hello again.
Thanks for the commit. I changed the lines as you noted. But now I see this error:
<Traceback (most recent call last):
File "/home/jimm/.config/blender/2.82/scripts/addons/io_export_ase-2.py", line 1001, in execute
bpy.ops.object.select_all( action = 'DESELECT' )
File "/usr/share/blender/scripts/modules/bpy/ops.py", line 201, in __call__
ret = op_call(self.idname_py(), None, kw)
RuntimeError: Operator bpy.ops.object.select_all.poll() failed, context is incorrect>
I can see by you board activity that you're busy, and I'm just trying to learn how to export from Blender into DarkRadiant right now, so this isn't really of the greatest importance. I don't want to impact your schedule too much.-
I just tested and I can reproduce the error if I try to export from Edit mode rather than Object mode, so I have high hopes that this will solve the problem.
This is arguably still a bug in the script though, since it should handle the situation gracefully either by changing modes or by showing a user-friendly error message indicating the problem, rather than a meaningless Python stacktrace.
-
-
1
-
- Report
-
-
Hello again.
Thanks for the commit. I changed the lines as you noted. But now I see this error:
<Traceback (most recent call last):
File "/home/jimm/.config/blender/2.82/scripts/addons/io_export_ase-2.py", line 1001, in execute
bpy.ops.object.select_all( action = 'DESELECT' )
File "/usr/share/blender/scripts/modules/bpy/ops.py", line 201, in __call__
ret = op_call(self.idname_py(), None, kw)
RuntimeError: Operator bpy.ops.object.select_all.poll() failed, context is incorrect>
I can see by you board activity that you're busy, and I'm just trying to learn how to export from Blender into DarkRadiant right now, so this isn't really of the greatest importance. I don't want to impact your schedule too much.-
You shouldn't need any external packages installed, no. The only dependencies for the script are Blender and its in-built Python.
Looking more closely at the error message, I wonder if we might be barking up the wrong tree with Blender and Python versions, and this might perhaps be related to the current configuration of the Blender project/GUI. When you do the export, are you in Object or Edit mode? Does it help if you switch modes before running the exporter?
If this doesn't make a difference, would you perhaps be able to record a desktop video of the problem, starting with creating a simple object in Blender and then trying to export it? Perhaps this will reveal if something is wrong in your project which might break the script.
-
-
Hello again.
Thanks for the commit. I changed the lines as you noted. But now I see this error:
<Traceback (most recent call last):
File "/home/jimm/.config/blender/2.82/scripts/addons/io_export_ase-2.py", line 1001, in execute
bpy.ops.object.select_all( action = 'DESELECT' )
File "/usr/share/blender/scripts/modules/bpy/ops.py", line 201, in __call__
ret = op_call(self.idname_py(), None, kw)
RuntimeError: Operator bpy.ops.object.select_all.poll() failed, context is incorrect>
I can see by you board activity that you're busy, and I'm just trying to learn how to export from Blender into DarkRadiant right now, so this isn't really of the greatest importance. I don't want to impact your schedule too much.-
I tried downloading the Blender 2.82 tarball directly from blender.org and the exporter still works fine on my system, so I guess there must be something different about how the Mint builds are set up.
If you download a tarball from blender.org instead of using the version from the repository, can you use the exporter then?
-
-
Hello again.
Thanks for the commit. I changed the lines as you noted. But now I see this error:
<Traceback (most recent call last):
File "/home/jimm/.config/blender/2.82/scripts/addons/io_export_ase-2.py", line 1001, in execute
bpy.ops.object.select_all( action = 'DESELECT' )
File "/usr/share/blender/scripts/modules/bpy/ops.py", line 201, in __call__
ret = op_call(self.idname_py(), None, kw)
RuntimeError: Operator bpy.ops.object.select_all.poll() failed, context is incorrect>
I can see by you board activity that you're busy, and I'm just trying to learn how to export from Blender into DarkRadiant right now, so this isn't really of the greatest importance. I don't want to impact your schedule too much.-
I'm afraid I have no idea about that one. Is your Blender or Python installation customised or updated in some unusual way? I am on Blender 2.91 and I don't see any such error, so it can't be a simple matter of needing to update the script to match the latest Blender (unless your Blender is actually a very new development version which for some reason is misidentified as 2.81).
-
-
Greetings and salutations.
I have a question for you, if you don't mind too much.
I tried to use your script, io_export_ase.py for Blender 2.82 on Linux. I got an error on export in line 957 "in exexcute start = time.clock ()
AttributeError: module 'time' has no attribute 'clock'"
I'm not a programmer or scripter, but I'm good at following directions. What could be the issue and what can fix this? And if that's too much for your schedule right now, could you help with some pointers?
Thanks. -
Sad day for content creators and internet users as the EU parlament just passed the higly controversal copy right reform :/ https://www.eff.org/de/deeplinks/2019/03/eus-parliament-signs-disastrous-internet-law-what-happens-next
-
Why smart people don't want crap like this in their PC. https://www.theregister.co.uk/2019/02/12/intel_sgx_hacked/
-
I'd like to make an Ambients database that lists all the ambient assets currently available in TDM, for mapping purposes. I would like to ask whether it would be all right to use some public sound storage and playback site (e.g. SoundCloud, maybe ?) to upload short samples of these ambients ? As previews for the database overview. Feedback on this idea needed !
-
Worked out how to get the DR documentation online using GitLab Pages. It's pretty incomplete at the moment, but thanks to GitLab CI, every push automatically updates the website. http://orbweaver.gitlab.io/DarkRadiant/
-
Worked out how to get the DR documentation online using GitLab Pages. It's pretty incomplete at the moment, but thanks to GitLab CI, every push automatically updates the website. http://orbweaver.gitlab.io/DarkRadiant/
-
It's not a static blog, it's a GitLab Pages site which serves the same HTML/AsciiDoc manual that I'm currently including in the DarkRadiant installation. TDM Wiki is an important editing resource but I don't think it's the right tool for an application user guide (which should be tracked in Git with the source code).
-
-
-
There's no vendor lock-in with Vulkan (unlike Apple's proprietary Metal); it's a cross-platform standard maintained by Khronos and supported on most (all?) modern GPUs. It's close to the hardware because that's how modern hardware-accelerated programming works. High-level OpenGL functionality is becoming deprecated or abandoned because it's too inflexible for many use-cases and just becomes a driver maintenance burden.
-
-
Article 11 thrown out, Woohoo! - https://www.fudzilla.com/news/46686-european-parliament-throws-out-dumb-copyright-law
-
There's been an addendum to a contract that says I can't spend time messing with DR and TDM until RoW release on another project, as "it's distracting me". So... Thanks for all the fun and games, but it's important to keep this as I need it on my CV. (fku pariah, you grass).
-
Impressed to see that TDM works well on the open-source radeon driver in Linux. A little bit stuttery and I only tried the training mission, but still.
-
Impressed to see that TDM works well on the open-source radeon driver in Linux. A little bit stuttery and I only tried the training mission, but still.
-
Uk goverment trying to force through snoopers charter on the back on paris attacks, a bill which was being blocked by democratic debate.
-
Uk goverment trying to force through snoopers charter on the back on paris attacks, a bill which was being blocked by democratic debate.
-
Some dictionary awarded a 'best new words of the year' (I guess that got added this year), and one was 'ghosting'. It only took 17 years, but it's finally been made official. Now let's see if we can get taffer or lightgem.
-
Some dictionary awarded a 'best new words of the year' (I guess that got added this year), and one was 'ghosting'. It only took 17 years, but it's finally been made official. Now let's see if we can get taffer or lightgem.
-
Bollox like this is why I pretty much don't do multiplayer games - https://support.steampowered.com/kb_article.php?s=15ee862c5bea675a1d9eb3bf1ed4bc3d&ref=1203-WJCV-7019