rmKit - Mesh and UV addon

I just submitted a fix for that recursive limit bug. I also added set/add/remove support for select continuous and select loop.

2 Likes

I am in the middle of the extensions review process:
Review: rmKit — Blender Extensions

4 Likes

I saw that! Awsome! :slight_smile: :partying_face: Good luck with the rest of the review, hopfully its fast!

Im recently saw some gifs from 3dsmax with a script which basicly does the same as Screen Knife and was jealous i dont have such script in blender. Now i have :star_struck:Thanks!

1 Like

I wanted Extrude Along Path, but how?
No matter how I try, I always get this error message:
“Must have at least one background edge selected.”

A little Tip or a ScreenShot would be nice!

  1. You select some edge/edge loop which will be used as a guide for extrusion

  2. Switch to polygon mode and pick what you will extrude. Selected polygons should be a part of the same mesh

  3. Click on extrude along path command

Notice what for all of this to work you need to change selection modes by specific addon internal commands. From docs:
https://rmkit.readthedocs.io/en/latest/sel.html#background-selection

  • All six commands must be bound replacing Blender’s default change/convert operator calls.
  • To use Change Mode To ops, bind it to a key in the addon Preferences in the 3D View context.
  • To use Convert Mode To ops, bind it to a key in the addon Preferences in the Mesh context.

Im personally only bind Change Mode To, and the rest are default to blender internal operators. Its up to you.

1 Like

I will add a tooltip with more info if no background edge selection is found to make it less confusing.

Wow, I wouldn’t have thought of that in my life.
Thank you SoundDifferent.

Now I just need to figure out how to position the extrude polygon correctly.

Thanks again.

1 Like

That would be a great idea.

If I activate rmKit, I have 2 Tabs. rmKit and Tools(save Hotspot panel).
How can I rename or deactivate the Tools-Tab.

I added some features to extrude to path based on your feedback.

I also fixed that issue you found with the tabs.

2 Likes

Great roosterMAP,
it works flawless!