UPDATE!: my video card is now fixed! i have a .rar of the files and instructions that i used to fix the issue. Which makes me extremely happy. Thanks everyone that gave me suggestions and took the time to write here on this thread. I am hoping that once i upload the files somewhere, anyone who might have this issue would…
Hey folks! This problem seems somehow embarrassing, but i never faced this situation once. As mentioned i have 2 Monitors and 2 graphic-cards - SyncMaster --> Intel HD 630 (on-board) - Phillips 220VW -- > GTX 1060 yesterday i started marvelous designer and it prompted that the pc was using the on-board card which leads to…
NEW BUILD Toolbag 2.0 b2 is out! If youre in the beta program you should get an email notification about the new build with download links. If youve got a build already, launch it and you should get a prompt to update (if you do not get a prompt, check your firewall/anti-virus settings and make sure internet access is…
Been a hot little minute since I posted on here, but I'm back in the swing of 3D things for my final year of game art studies :smile: One of my resolutions for the year is to actually start maintaining personal projects alongside university work, which I arguably should have started doing sooner, though my confidence at…
hey, basic usage is something like - junction <path to location where you want a folder mapped to> <path of the actual folder on disk> let's say you want to move your zbrush preference/user folder out of the original install location somewhere in c\:program files on the SSD to an existing folder d:\usr on your much bigger…
Few more updates of the project... I have made my first custom shrub in SpeedTree. Quite simple but im happy with it regardless. Especially the emmissive parts My process for this was... 1- Use Midjourney to create concepot art of sci fi plants. 2- Reverse engineer the concept art and draw/paint the leafs, I used Procreate…
Very niche. Not this much needed, so not this much trained models for this goal around. Maybe this weight here: https://civitai.com/models/18022/earth-satellite-image-map-generator-mix There is also a heightmap generator: https://civitai.com/models/16826/game-landscape-heightmap-genrator But that was basically it so…
I've no antivirus watsoever, the last (and first but I'm responsible I was foolish enough to bypass google warning message about the site I was visiting !) time I got something evil inside my comp was a few month ago, pctools2011 and it's a rogueware. What I've learned by studying various known virus/worm code, is that for…
Hi! Here it is my solution to move ANY selected object back to the center of the world:
- create a MEL tab and copy/paste this snippet:
// Get the selected object(s)
string $selectedObjects[] = `ls -sl`; // Check if any objects are selected
if (size($selectedObjects) > 0) { // Loop through each selected object and move it…