Search the Community
Showing results for tags 'scripts'.
-
Some scripts from me! More to come, probably In order: Subdivide subtree double - 2X's the polycount of the subtree under the active object via subdivision Reduce Resample Subtree Half - Resamples the subtree reducing the polycount by half Reduce Decimate Subtree Half - Decimates the subtree to half polycount Make Subtree Density Uniform Resample - Uses the selected object as a polygon scale reference and resamples all children such that their polygon density matches Make Subtree Density Uniform Smart - Same as above, but uses subdivision + decimation instead of resampling to avoid intersecting geometry from being merged. a "fuzzy" tolerance for whether or not to subdivide is hard coded. Feel free to edit See below for attached files. I derped and accidentally used an old pre-pilgway account
-
Hi there! I'm "LKS" on the 3DC discord. I've been trying to learn scripting in angelscript since the recent 3DC api overhaul and I figured I'd post the results of my efforts here. Keep in mind, I'm somewhat of a turbo-noob to coding, but many of the most useful scripts I've made for other apps are just a few lines long anyway, so maybe someone will find some use! First script reduces the polycount of the selected voxlayer by half. I mapped it to alt-D. Second takes all children of the selected voxlayer and parents them to a new root. I made this to deal with the issue of deeply nested voxlayer hierarchies being created as a result of using the split tool. It may or may not work in all circumstances, but it seems to so far! I'll add updates as I do more. decrease_resolution_by_half.as reparent_children_to_root.as
-
[SCRIPT] Multi smooth pose/freeze selection
ajz3d posted a topic in Released scripts, addons and extensions
Multi smooth pose/freeze selection Description: The script applies n-steps of smoothing to pose or freeze selection. Installation: Windows Vista/7/8: 3D Coat v4.0.16 and newer: Copy ajz_multiSmoothFPSelection.txt and ajz_multiSmoothFPSelection.xml files to "%USERPROFILE\Documents\3D-CoatV4\Scripts\ExtraMenuItems\" path (if "\Scripts\ExtraMenuItems\" directory doesn't exist, create it). Alternatively, unpack the ajz_multiSmoothFPSelection.txt file to temporary directory and run it with Scripts->Run Script. Both actions will place the script in Voxels menu (3D Coat restart is required). 3D Coat v4.0.15A and older: Because InstallToMenu function is buggy in those versions, you'll need to run the script with Scripts->Run Script and access it through the recent scripts list. Macintosh/Linux: 3D Coat v4.0.16 and newer: Unpack the ajz_multiSmoothFPSelection.txt file to temporary directory and run it with Scripts->Run Script. This should place the script in Voxels menu (3D Coat restart is required). 3D Coat v4.0.15A and older: Because InstallToMenu function is buggy in those versions, you'll need to run the script with Scripts->Run Script and access it through the recent scripts list. ajz_multiSmoothFPSelection.7z ---------------------------------------------------- //edit -
Srry, didnt look too far. I was wondering if there is a repository somewhere, too test some scripts out to get use to the process of installing and using them. Seems staright forward though unless writing in code....Basically some scripts here through the threads here idk?