James Tomkinson jamestomk
  • Joined on 2020-11-25
James Tomkinson closed issue blender/blender#118299 2024-04-04 23:07:51 +02:00
liboverride_troubleshoot_operation(): fails with context incorrect, even with screen.areas.type == 'OUTLINER'
James Tomkinson commented on issue blender/blender#118299 2024-04-04 23:07:48 +02:00
liboverride_troubleshoot_operation(): fails with context incorrect, even with screen.areas.type == 'OUTLINER'

Yes this seems to work!

import bpy

if  bpy.context.scene.name=='benched.002':
    # ... 
    
    # fix overrides to resync troublesome objects
    override_objs = [ 'rig-dz0.004'…
James Tomkinson closed issue blender/blender#119764 2024-03-23 20:16:18 +01:00
multiple caches don't bake during "Bake All Dynamics", yet all can be Cleared at once
James Tomkinson commented on issue blender/blender#119764 2024-03-23 20:16:15 +01:00
multiple caches don't bake during "Bake All Dynamics", yet all can be Cleared at once

agree that 4.2 doesn't have that problem.

James Tomkinson opened issue blender/blender#119764 2024-03-21 21:43:53 +01:00
multiple caches don't bake during "Bake All Dynamics"
James Tomkinson opened issue blender/blender#119710 2024-03-20 17:57:31 +01:00
Physics simulation cache appears to share start & end frame drivers (but not if numeric start/end values)
James Tomkinson commented on issue blender/blender#119184 2024-03-12 22:24:15 +01:00
4.2 alpha: crash on file open with linked lib objects

I just built blender from git source and it doesn't crash.

C:\Users\James\Documents\GitHub\build_windows_Full_x64_vc17_Release\bin\Release>blender --version
Blender 4.2.0 Alpha
       …
James Tomkinson commented on issue blender/blender#119184 2024-03-12 17:47:27 +01:00
4.2 alpha: crash on file open with linked lib objects

Try opening up crash BLEND file without the referenced milos_redux file in the same directory. I don't know if the following message is useful:

James Tomkinson commented on issue blender/blender#119184 2024-03-11 19:40:20 +01:00
4.2 alpha: crash on file open with linked lib objects

I don’t have 4.0.2 crash. Crashes for you?

Yes. Even the new pair of files that you sent also crashes in 4.0 and prior versions. Tried mesh.validate in recent milos redux.blend,…

James Tomkinson commented on issue blender/blender#89063 2024-03-08 20:14:47 +01:00
bpy.ops.fluid.free_all() can cause a crash

UPDATE: Stranger still, if I just use the code:

bpy.app.is_job_running('COMPOSITE')
#
#
#
bpy.ops.fluid.free_all()

which is what the previous effectively does, the program…

James Tomkinson commented on issue blender/blender#89063 2024-03-08 20:05:21 +01:00
bpy.ops.fluid.free_all() can cause a crash

Just noting this still crashes in current main (maybe for other reasons because I had a different stacktrace), but it still crashes.

bpy.ops.fluid.bake_data() from the Interface locks…

James Tomkinson commented on issue blender/blender#119184 2024-03-08 18:54:48 +01:00
4.2 alpha: crash on file open with linked lib objects

It is possible for you to close this issue based on my last edit to the original files, although the crash was very subtle and almost a witch hunt, and did not crash in 4.0.2:

  1. there was some…
James Tomkinson commented on issue blender/blender#119184 2024-03-08 18:22:06 +01:00
4.2 alpha: crash on file open with linked lib objects

Worked: does not crash in 4.0.2 ... I ran mesh.validate in provided files, some mesh data is corrupted...

I ran o.data.validate() and didn't see any errors with:

for o in…
James Tomkinson commented on issue blender/blender#119184 2024-03-08 16:56:37 +01:00
4.2 alpha: crash on file open with linked lib objects

Worked: does not crash in 4.0.2

Hi, thanks for the report. problem_crash.blend crashes in all versions for me. Maybe the file is corrupted.

I don’t have 4.0.2 crash. Crashes for…

James Tomkinson opened issue blender/blender#119184 2024-03-07 21:04:53 +01:00
4.2 alpha: crash on file open with linked lib objects
James Tomkinson closed issue blender/blender#119102 2024-03-07 04:52:19 +01:00
4.2 alpha: try/except no longer has red reserved-word highlighting color
James Tomkinson reopened issue blender/blender#119102 2024-03-06 18:36:49 +01:00
4.2 alpha: try/except no longer has red reserved-word highlighting color
James Tomkinson commented on issue blender/blender#119102 2024-03-06 18:36:46 +01:00
4.2 alpha: try/except no longer has red reserved-word highlighting color

Also try a comment with an apostrophy in it. I had all subsequent lines act as though they were within a string quote

James Tomkinson closed issue blender/blender#119102 2024-03-06 00:20:35 +01:00
4.2 alpha: try/except no longer has red reserved-word highlighting color