- Toronto, Canada
- https://www.michaeljared.ca
-
Into 3D art, graphics programming and game dev. I teach engineering tech. at the college level in Canada
- Joined on
2023-05-08
I'm not super familiar with these new attributes. How can i assign an edge to a specific attribute in the latest build?
I did a short video here explaining how the feature works: https://youtu…
I resolved all your comments - but will wait to push that commit for now.
I tinkered around with adding the attributes to the input Mesh
to the bevel modifier, it has some issues.
In…
Thanks for the discussion, Hans. This PR is considerably simpler now. See the last commit message.
A couple things that might be tuned up:
- The default bevel weight edge attribute is either…
Hi Howard,
I've merged the main as of today into my bevel-edge-attributes
branch locally, but the changes are quite a bit bigger than I imagined. I think this PR needs to be rethought.
My…
Squashed everything into the latest commit. So now you can see all the functions I added. I would gladly take any comments on how to make this code prettier/more efficient.
I think it's done. To get the drop down to function properly, filtering on Vertex or Edge attributes, we need quite a bit of extra scaffolding for the custom search function. Here's the dropdown…
A couple of updates here. I haven't squashed/updated my commit for this PR yet because I want to wait and see if I can fix the remaining issues.
@ideasman42 as per your second bullet point…
I'm still keeping an eye on the proposal regarding attribute references, but unfortunately my work load has pretty much doubled in the…
Thanks for the references. Sorry, this is going to seem unrelated, but are we technically not accepting new features for 4.1 now? I was reading [this](https://projects.blender.org/blender/blender/m…
I read through your other issue, it all makes sense to me. I attempted to fix the empty attribute name issue by putting this in modify_mesh
:
if (bmd->vertex_weight_name == "") {
…
blender/blender-developer-docs#14
Will look into the testing later this week
Okay thanks for the links. I will probably have some time this weekend or early next week to take a look at it.