tomaszjacek
tomaszjacek
Hi, After armature design i'm in posemode selecting bone and (with Alt) the mesh under it. But when klick the error appears Warning: property 'release_confirm' not found in keymap item...
Hi, nothing is happening when instal file coa_tools-master.zip in blender 2.8 in console there is info found bundled python: G:\app\BlenderFoundation\Blender2.82\2.82\python Imported multifiles Warning: property 'release_confirm' not found in keymap item...
Hi All, on mac osx ElCapitan I have installed ruby-2.2.2 and mongify-1.3.0 when checking configuration file with command "mongify check database.cfg" I'm receiving "NoSQL connection works". does it mean thats...
Hi All, I'm getting an error Traceback (most recent call last): File "demo.py", line 20, in from p2m.api import GCN File "G:\addOns\Pixel2Mesh-master\p2m\api.py", line 180 x=self.placeholders['img_inp'] ^ TabError: inconsistent use of...
Mr Professor, I generated with blender large dataset for edge detection problem. https://www.kaggle.com/datasets/tomaszjacek/40k-edge-detection-dataset Wanted to try it with TEED but not sure why still got error. i got an arror...
Mr. Professor, When I'm trying --------------------------------------------------------------------------------- @tf.function def smish(input): return input * tf.math.tanh(tf.math.log(1+tf.math.sigmoid(input))) class Smish(layers.Layer): def __init__(self, input): """ Init method. """ super().__init__() def call(self, input): """ Forward pass of...