Nick Alberelli TinyNick
  • Joined on 2021-02-27
Nick Alberelli commented on pull request studio/blender-studio-pipeline#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-pipeline#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-pipeline#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…

Nick Alberelli commented on pull request studio/blender-studio-pipeline#291 2024-05-03 20:14:27 +02:00
Asset Pipeline: Add Custom Properties

@Mets @SimonThommes

We do have an issue with this new feature.

So I was clever and the way the code works is that it [skips any custom property that is API defined](https://projects.blender

a26e08db48 Fix bug in getting valid props
34d9cedb18 Fix bug in Transfer Data Types Dict
Compare 2 commits »
Nick Alberelli created pull request studio/blender-studio-pipeline#291 2024-05-03 19:17:57 +02:00
Asset Pipeline: Add Custom Properties
fd815bc7d2 Skip Props that are API defined (support all prop types)
463a8714ec Add Custom Prop Transfer
a31ecc34b8 Add Custom Prop Key to Default Task Layers
56e0ab6832 Add Error Reporting to fetching Task Layers if Key is Missing
d4c3a29a96 Add Custom Props to UI
Compare 7 commits »
Nick Alberelli pushed tag latest to studio/blender-studio-pipeline 2024-05-01 17:27:53 +02:00
Nick Alberelli deleted tag latest from studio/blender-studio-pipeline 2024-05-01 17:27:51 +02:00
Nick Alberelli pushed to main at TinyNick/blender-studio-pipeline 2024-05-01 17:22:11 +02:00
cfcecc4017 Fix: Missing Metadata Strip Media (#288)
Nick Alberelli pushed to main at studio/blender-studio-pipeline 2024-05-01 17:18:37 +02:00
cfcecc4017 Fix: Missing Metadata Strip Media (#288)
Nick Alberelli deleted branch fix/metadatastrip-missing-media from TinyNick/blender-studio-pipeline 2024-05-01 17:18:35 +02:00
Nick Alberelli merged pull request studio/blender-studio-pipeline#288 2024-05-01 17:18:35 +02:00
Fix: Missing Metadata Strip Media
Nick Alberelli created pull request studio/blender-studio-pipeline#288 2024-05-01 17:17:20 +02:00
Fix: Missing Metadata Strip Media
8576b3248e Add Missing Metadata Media to Docs
fb9227fdf5 Add Operator to Fix Missing Metadata Strip Media
f7c7abffef Use Blank Video File when Creating New Metadata Strips
Compare 3 commits »
Nick Alberelli pushed to main at TinyNick/blender-studio-pipeline 2024-04-30 21:55:38 +02:00
ee7e3b9d8e Blender Kitsu: New Assset Tagging System (#286)
583a1c4d21 resync_blends: Use regexp patterns for filtering. Small cleanup
Compare 2 commits »
Nick Alberelli pushed tag latest to studio/blender-studio-pipeline 2024-04-30 21:44:26 +02:00