Nick Alberelli TinyNick
  • Joined on 2021-02-27
Nick Alberelli commented on issue studio/blender-studio-tools#290 2024-05-07 20:15:00 +02:00
Blender Media Viewer: MacOS Startup Error

@ZedDB Do you think you can try and reproduce on a Mac? I was unable to reproduce with the latest 4.2 on my Linux box

Operating system: Linux-6.2.0-39-generic-x86_64-with-glibc2.37 64 Bits, X11…

Nick Alberelli pushed to main at studio/blender-studio-tools 2024-05-07 16:21:25 +02:00
905787291a Asset Pipeline: Don't filter out add-ons during transfer
Nick Alberelli pushed to main at studio/blender-studio-tools 2024-05-07 15:51:38 +02:00
d86b128073 Asset Pipeline: Fix bug in Custom Property Clean
c38cf73db8 Asset Pipeline: Fix bug in Custom Property Transfer
Compare 2 commits »
Nick Alberelli pushed to main at studio/blender-studio-tools 2024-05-06 18:08:26 +02:00
e8838fa273 Blender Kitsu: Fix Sequence Context when using Episodes
Nick Alberelli closed issue studio/blender-studio-tools#287 2024-05-06 18:08:26 +02:00
Blender Kitsu: Context operator getting sequence for wrong episode
Nick Alberelli pushed to main at studio/blender-studio-tools 2024-05-06 17:16:43 +02:00
836bcef969 Add Default Task Layer to README
Nick Alberelli commented on pull request studio/blender-studio-tools#291 2024-05-06 17:08:53 +02:00
Asset Pipeline: Add Custom Properties

Ok merged

Nick Alberelli pushed to main at studio/blender-studio-tools 2024-05-06 17:08:49 +02:00
323dd8ebe0 Asset Pipeline: Add Custom Properties (#291)
Nick Alberelli deleted branch feature/asset-pipeline-add-custom-properties from TinyNick/blender-studio-pipeline 2024-05-06 17:08:49 +02:00
Nick Alberelli merged pull request studio/blender-studio-tools#291 2024-05-06 17:08:47 +02:00
Asset Pipeline: Add Custom Properties
Nick Alberelli commented on issue studio/blender-studio-tools#289 2024-05-06 17:06:25 +02:00
Blender Kitsu - Executing Create Playblast for Asset type results in Traceback Error

@PeteDraper I will look into this issue.

Note2: Instead of outputting an MP4 for assets, stills are preferable - please add that option instead of producing a full mp4 sequence.

What do…

Nick Alberelli pushed to main at studio/blender-studio-tools 2024-05-06 17:02:05 +02:00
0ce367137c fix: Make shot builder more scriptable (#292)
Nick Alberelli merged pull request studio/blender-studio-tools#292 2024-05-06 17:02:04 +02:00
fix: Make shot builder more scriptable
Nick Alberelli commented on pull request studio/blender-studio-tools#292 2024-05-06 17:01:57 +02:00
fix: Make shot builder more scriptable

Thanks for the contribution

Nick Alberelli pushed to main at TinyNick/blender-studio-pipeline 2024-05-06 16:57:20 +02:00
996c368152 Add Default Task Layer to README
Nick Alberelli commented on pull request studio/blender-studio-tools#291 2024-05-06 16:09:13 +02:00
Asset Pipeline: Add Custom Properties

ok so just to confirm @SimonThommes, when I started this projectI suggested that we only focus on properties that the user explicitly adds from the UI. But now we also want to handle any custom…

Nick Alberelli commented on pull request studio/blender-studio-tools#291 2024-05-03 22:02:10 +02:00
Asset Pipeline: Add Custom Properties

even the API defined ones?

Yeah!

We can do that, it's just that you will have even more ownership data (slowing the transfer process) for each object. I thought this feature was…

Nick Alberelli commented on pull request studio/blender-studio-tools#291 2024-05-03 21:24:39 +02:00
Asset Pipeline: Add Custom Properties

But I have good news too. Transferring add-on PropertyGroups is easy peasy:

I was copying properties like this

# Create New Prop
target_obj[prop_name] = source_obj[prop_name]
Nick Alberelli commented on pull request studio/blender-studio-tools#291 2024-05-03 20:44:08 +02:00
Asset Pipeline: Add Custom Properties

@Mets thanks for the note, there is definetly a challenege in filtering the correct properties, I will try out your suggestion.

But just to follow up on my original question, assuming the data…