I’m attempting to use Bumblebee for this. So far, this is not working. I don’t quite see the way to do it from the Primer at https://konradsobon.gitbooks.io/bumblebee-primer/content/220_text_style.html
Please advise.
I’m attempting to use Bumblebee for this. So far, this is not working. I don’t quite see the way to do it from the Primer at https://konradsobon.gitbooks.io/bumblebee-primer/content/220_text_style.html
Please advise.
The text style node is missing inputs.
Is there a code block that is just neutral (do not change) for all of the other inputs?
object.identity? i think it just passes data through it and doesn’t change it.
Eric,
That’s because of how Python nodes are treated by Dynamo. It tries to save resources by not re-running all of the nodes all the time, so it checks if any of the inputs have changed for each node, and then tags them as “dirty”. Only these nodes are being refreshed. That’s why Python nodes require you to toggle to boolean to True, run it, and then toggle it to false and run again. That’s to tell Dynamo, that you want to re-run it.
Tim,
I had no idea, but you seem to have mastered Bumblebee. I would like to hear your comments about it. Are there any glaring issues? Things that you are missing and would like to be fixed? Please post to GitHub.