python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Change attributes via script for Camera/Imageplane
ok so currently i have this
string $cam[] = `ls -sl`;
string $camR[] = listRelatives($cam[0]);
string $camC[] = listConnections($camR[0]);
if (getAttr($camC[0]+".depth" == 2)){
setAttr ...
nik t
Votes: 0
Answers: 1
Applying CNN to Fast time Fourier Transform?
I have data that fast time fourier transform is applied.
(amplitudes at specific Hzs)
There are solutions on internet that CNN is applied to mel spectrogram, however, I see no solution that CNN is app...
Eunsoo Ko
Votes: 0
Answers: 1
Error: ModuleNotFoundError: No module named 'maya.cmds'
I tried running a python script that imports maya.cmds and maya.mel as Maya python script in windows. (Maya - animation software by Autodesk)
I am getting errors while importing the modules. Can someo...
srss.130
Votes: 0
Answers: 1
How would i make a small script from Mel that controls mesh is selectable or not, and i can i do a same thing in python?
I trying to make a script using Mel that uses setObjectPickMask so tried doing this code
if (ObjectPickMask "Surface" == true)
{
setObjectPickMask "Surface" false;
updateObjectSele...
BlazeZ__
Votes: 0
Answers: 1