List of feature ideas
Zitat von Fontenelle89 am 20. Juni 2019, 23:15 UhrPlease 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.
Zitat von kristijan am 22. August 2019, 12:22 UhrPlease 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 ?
Zitat von RichardF am 22. August 2019, 12:59 UhrI 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?
Zitat von andreEk am 7. September 2019, 17:55 UhrMay 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
Zitat von RichardF am 8. September 2019, 18:12 UhrWould 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?
Zitat von c17vfx am 10. September 2019, 18:58 Uhrhey 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!