List of feature ideas
引用于 Fontenelle89 在 20. 6 月 2019, 23:15Please consider adding support for .fbx format in Houdini's State Manager, just like in Maya integration.
Please consider adding support for .fbx format in Houdini's State Manager, just like in Maya integration.
引用于 kristijan 在 22. 8 月 2019, 12:22Please add support for Syntheyes - 3d tracking software
- [0111] Prism support for SynthEyes
Is there any guide for how someone would create/add DCC app by your self?
Thank you for your GREAT work!
K ?
Please add support for Syntheyes - 3d tracking software
- [0111] Prism support for SynthEyes
Is there any guide for how someone would create/add DCC app by your self?
Thank you for your GREAT work!
K ?
引用于 RichardF 在 22. 8 月 2019, 12:59I added it to the list.
To add support for an additional DCC app you would have to create a new Prism plugin of type "App". There is a short explanation in the Prism documentation about how to create a plugin. But because every DCC is very different and has unique challenges, there is no general guide how to add support for a DCC app. Probably the best way would be to look at an existing app plugin, which is similar to what you want to create. So you could take a look at the Nuke plugin and try to modify it so that it works for SynthEyes.
I just got an anonymous error report, which mentions a SynthEyes plugin. I guess that came from you?
I added it to the list.
To add support for an additional DCC app you would have to create a new Prism plugin of type "App". There is a short explanation in the Prism documentation about how to create a plugin. But because every DCC is very different and has unique challenges, there is no general guide how to add support for a DCC app. Probably the best way would be to look at an existing app plugin, which is similar to what you want to create. So you could take a look at the Nuke plugin and try to modify it so that it works for SynthEyes.
I just got an anonymous error report, which mentions a SynthEyes plugin. I guess that came from you?
引用于 andreEk 在 7. 9 月 2019, 17:55May be good feature is deadline project timer.
For project need set end time. and applications give popup message or send to console
forexample:
#######DEADLINEPROJECT
import datetime
cdata=datetime.datetime.now()
date=(cdata.year,cdata.month,cdata.day,cdata.hour)
deadline=(2020,1,27,20)
names=('years','months','days','hours')
deadlinestr='PROJECT DEADLINE: '
for index, item in enumerate(date):
subtract=item-deadline[index]
if subtract!=0:
deadlinestr+=(str(subtract*-1)+names[index]+' ')print deadlinestr
May be good feature is deadline project timer.
For project need set end time. and applications give popup message or send to console
forexample:
#######DEADLINEPROJECT
import datetime
cdata=datetime.datetime.now()
date=(cdata.year,cdata.month,cdata.day,cdata.hour)
deadline=(2020,1,27,20)
names=('years','months','days','hours')
deadlinestr='PROJECT DEADLINE: '
for index, item in enumerate(date):
subtract=item-deadline[index]
if subtract!=0:
deadlinestr+=(str(subtract*-1)+names[index]+' ')
print deadlinestr
引用于 RichardF 在 8. 9 月 2019, 18:12Would that be just a notification when the Deadline is reached or a timer, which opens every time an application gets launched or a scenefile gets loaded?
Would that be just a notification when the Deadline is reached or a timer, which opens every time an application gets launched or a scenefile gets loaded?
引用于 c17vfx 在 10. 9 月 2019, 18:58hey RichardF, gaffer soon there will be the official verion for windows
https://github.com/hypothetical-inc/gaffer/releases/tag/0.54.1.0
works nice!
hey RichardF, gaffer soon there will be the official verion for windows
https://github.com/hypothetical-inc/gaffer/releases/tag/0.54.1.0
works nice!