michael campbell 3di
  • Joined on 2019-01-13
michael campbell commented on issue blender/blender#124318 2024-07-08 04:59:29 +02:00
inverted reflection occlusion in shadow catchers.

I must be mistaken, I've just tested all the way back to 2.93 on CPU, and it seems the hdri reflections have always been in the wrong place....They're in the right place before enabling shadow…

michael campbell commented on issue blender/blender#124318 2024-07-08 04:25:34 +02:00
inverted reflection occlusion in shadow catchers.

Here look. The shadow pass only has reflections where there shouldn't be any. You can multiply it with any colour.

<img width="1414" alt="image" src="attachments/5b9da27f-ca37-495f-b2fd-545584…

michael campbell commented on issue blender/blender#124318 2024-07-08 04:20:26 +02:00
inverted reflection occlusion in shadow catchers.

I'm still getting the same problem when multiplying it with the actual hdri. I've been using it a good 8 years this way without issue.

<img width="1503" alt="image" src="attachments/e58d3107-24…

michael campbell commented on issue blender/blender#124318 2024-07-08 03:53:16 +02:00
inverted reflection occlusion in shadow catchers.

Hi Alaska, the issue is also present in the the final render, sorry I think I accidentally packed the correct result into the image node in the compositor so you were not getting the actual render…

michael campbell opened issue blender/blender#124318 2024-07-07 22:06:38 +02:00
inverted reflection occlusion in shadow catchers.
michael campbell opened issue blender/blender#124305 2024-07-07 14:38:03 +02:00
copy python command greyed out in context menus.
michael campbell closed issue blender/blender#123947 2024-07-01 15:31:29 +02:00
ACCESS VIOLATION if an empty's render visibility is animated and a vector blur node is present in the compositor when python is used to update image datablock filepaths from render_pre handler.
michael campbell commented on issue blender/blender#123947 2024-07-01 15:31:25 +02:00
ACCESS VIOLATION if an empty's render visibility is animated and a vector blur node is present in the compositor when python is used to update image datablock filepaths from render_pre handler.

I've just found that it seems to be a threading issue. So it seems that even though the backdrop is disabled, no image editors open, and no node previews enabled, the UI still seems to be…

michael campbell commented on issue blender/blender#123947 2024-07-01 15:07:02 +02:00
ACCESS VIOLATION if an empty's render visibility is animated and a vector blur node is present in the compositor when python is used to update image datablock filepaths from render_pre handler.

Morning YimingWu. The render_pre handler is called each frame during animation rendering, so the work it does can't be done before calling render.render(animation=True).

I've just deleted all…

michael campbell opened issue blender/blender#123947 2024-06-29 17:09:58 +02:00
ACCESS VIOLATION when updating image datablock filepaths from python handlers if a collection's visibility is animated and a vector blur node is present in the compositor!
michael campbell opened issue blender/blender#123583 2024-06-21 23:57:02 +02:00
sculpt mode face sets no longer visible in material preview mode
michael campbell commented on issue blender/blender#123342 2024-06-18 14:45:21 +02:00
Random crashes during animation rendering, and system console is getting flooded.

Thanks Pratik. Yes close it down if you deem fit. I definitely only had one intentional instance of Blender running, perhaps the first crash left a process loitering under the radar in task…

michael campbell opened issue blender/blender#123342 2024-06-18 02:16:44 +02:00
Random crashes during animation rendering, and system console is getting flooded.
michael campbell opened issue blender/blender#123340 2024-06-18 00:14:15 +02:00
difference node doesn't work when the compositor is set to 'GPU'
michael campbell opened issue blender/blender#123327 2024-06-17 18:29:21 +02:00
ACCESS VIOLATION for addons using class properties
michael campbell commented on issue blender/blender#119521 2024-06-16 15:37:09 +02:00
Extensions Platform: beta launch

Could Blender also take over the maintanence of Jacque Lucke's Blender extension for VSCode? It no longer works with the new extension system, and is super useful for debugging.

michael campbell commented on issue blender/blender#123080 2024-06-12 18:41:47 +02:00
extensions system looking for incorrect extension folder.

I guess this is the problem:

top_level = __name__.split('.')[0] # this is the name of the root folder, __name__ get the path from the root, so we just grab the bit before the first '.'
#…
michael campbell commented on issue blender/blender#123080 2024-06-12 18:40:35 +02:00
extensions system looking for incorrect extension folder.

I've attached the registerhelpers.py file below, probably easier to read without wordwrap above.

michael campbell commented on issue blender/blender#123080 2024-06-12 18:37:42 +02:00
extensions system looking for incorrect extension folder.

here's how I'm getting the classes (properties is checked first):

from .all_mods import *
import sys
import inspect
import os
import pathlib





def get_all_modules_defined_in_di…