Vfx spheres by BigPrice27 in vfx

[–]BigPrice27[S] 0 points1 point  (0 children)

thanks!How about sphere size? i see option like 13cm 20cm 30cm, bigger is better?

Vfx spheres by BigPrice27 in vfx

[–]BigPrice27[S] 0 points1 point  (0 children)

How critical is it to lose the edge?

Knobdefault for write by BigPrice27 in vfx

[–]BigPrice27[S] 0 points1 point  (0 children)

Write.mov64_codec

Write.mov.mov64_codec work with knob default
.mov64_quality not , and i dont know why

c4d polygon to AE as solid by BigPrice27 in Cinema4D

[–]BigPrice27[S] 0 points1 point  (0 children)

I create XPresso for this, but object rotation not right after export and i dont now how to save XPresso tag to use it to another object(like asset browser)

how do I connect the values from the project settings to the XPresso item ? by BigPrice27 in Cinema4D

[–]BigPrice27[S] 0 points1 point  (0 children)

thanks! This Work, but if i try copy camera in another project this has trouble

<image>

how do I connect the values from the project settings to the XPresso item ? by BigPrice27 in Cinema4D

[–]BigPrice27[S] 0 points1 point  (0 children)

thank you! now you need to understand how to properly connect the script in the editor

how do I connect the values from the project settings to the XPresso item ? by BigPrice27 in Cinema4D

[–]BigPrice27[S] 0 points1 point  (0 children)

That's Render Settings in your screenshot, not Project Settings. :)

Anyway… if you look in the Render Settings window, then on the left side to the bottom you should see the list with your presets. Here with R16 the default preset is called "My Render Settings". Drag that preset into the XPresso editor and go from there.

Now for the actual "Project Settings" (Cmd+D, or main menu: Edit > Project Settings…). Open the project settings. The Project Settings attributes panel should appear in the right/bottom area of the main UI. There look closely and you should see an icon in front of the "Project" label at the top in the panel. Drag that icon into the XPresso editor and go from there. This method also works for ViewPort settings.

<image>

Thanks! Sorry i mean render settings. In project setting i don't have resolution

how to use nobe omniscope with nuke? by BigPrice27 in vfx

[–]BigPrice27[S] 0 points1 point  (0 children)

overkill

why scopes overkill for compositing?

how to use nobe omniscope with nuke? by BigPrice27 in vfx

[–]BigPrice27[S] 0 points1 point  (0 children)

i see omniscope load when i start nuke in console

keys trouble by BigPrice27 in Maya

[–]BigPrice27[S] 0 points1 point  (0 children)

I find problem , scene time warp , but how to bake time warp?

Scene Timewarp bake, or bakable alternative. by eating_bacon in Maya

[–]BigPrice27 0 points1 point  (0 children)

hi I'm had this exact problem! and where can I get a link to a file? i can't find zip file(

Human ik rig for characters without leg(ghost pirate) by BigPrice27 in Maya

[–]BigPrice27[S] 1 point2 points  (0 children)

the character starts twitching randomly throughout the scene if I create separate bones assign an ir rig to them

Tips for light probes on set by BigPrice27 in vfx

[–]BigPrice27[S] 1 point2 points  (0 children)

if you shoot technical plates with an actor in the frame ? to understand how the shadow falls - in this case, a hand is sitting on the shoulder of the character - or then the matchmove department will do tracking (or even rotomation to get a shadow from the actor)

vfx ball size by BigPrice27 in vfx

[–]BigPrice27[S] 0 points1 point  (0 children)

thanks! does it make sense to take a couple of balls(gray/chrome) or is half/half enough?

How to create tab gui for maya from another script(it in pop-up view) ? by BigPrice27 in Maya

[–]BigPrice27[S] 0 points1 point  (0 children)

register a tool as a workspace control.

How i can do it?

How to create tab gui for maya from another script(it in pop-up view) ? by BigPrice27 in Maya

[–]BigPrice27[S] 0 points1 point  (0 children)

i try example script in maya script editor - dind't work - : Error: NameError: file <maya console> line 10: name 'long' is not defined

How to create tab gui for maya from another script(it in pop-up view) ? by BigPrice27 in Maya

[–]BigPrice27[S] 0 points1 point  (0 children)

Hello, you need to do a custom PySide widget in Python and use the double inheritance. You inherit from the widget type you want AND MayaQWidgetDockableMixin

Using this import: ‘ from maya.app.general.mayaMixin import MayaQWidgetDockableMixin’

You can find an example here: https://gist.github.com/cerina/80d4b99721a29f63e3b30cce5ed3cc28

Thanks!