Houdini_2_AE |
Author: | Moahmmed Mansour |
Version: | 5 |
Asset Type: | Object node |
Dependencies: | None |
File Size: | 115.36KB |
Created: | Mar 31, 2017 |
Terms of Use: | Standard License |
Compatibility: | Houdini 16 |
Supported In: |
Working For Houdini 16..
Added "Extra 2D Layer" Option For handling work with 2D Effects..
Export Camera And Locators from Houdini to After Effects.
Export Camera and Locators from Houdini to AfterEffects
This author does not have any other assets in the store.
by ndeewolfwood - Nov 02, 2016
Will be great to update this for current Houdini versions. Error running callback: Traceback (most recent call last): File "moam1986::Object/houdini_2_ae/lunch_tool", line 1, in <module> File "houdini_2_ae", line 1104, in show File "houdini_2_ae", line 470, in __init__ AttributeError: 'NoneType' object has no attribute 'group'
by Mohan Pugaz - Oct 15, 2020
sorry im using 18 :D
by windwolfx23 - Aug 22, 2021
type properties -> scripts -> houdini_2_ae ->Add # before strings 58-71 and 470-473 like this: #--------------------------------header--------------------------------# #+layout header #self.ly_header = QVBoxLayout() #self.ly_header.setSpacing(0) #self.ly_header.setContentsMargins(0,0,0,0) #self.ly_header.setAlignment(Qt.AlignTop) #self.ly_root.addLayout(self.ly_header,0) #-lable Header photo #self.lb_header_photo = QLabel() #self.lb_header_photo.setFixedSize(self.size_header_photo) #self.lb_header_photo.setAlignment(Qt.AlignCenter) #self.lb_header_photo_pixmap=QPixmap() #self.lb_header_photo_pixmap.loadFromData(self.node_section_header) #self.lb_header_photo.setPixmap(self.lb_header_photo_pixmap.scaledToWidth(self.lb_header_photo.width(),transformMode=Qt.FastTransformation)) #self.ly_header.addWidget(self.lb_header_photo) #--------------------------------main--------------------------------# ... # hou_css_r=int(hou_css_color.group(1)) # hou_css_g=int(hou_css_color.group(2)) # hou_css_b=int(hou_css_color.group(3)) # self.setStyleSheet("background-color: rgb(%d, %d, %d)"%(hou_css_r,hou_css_g,hou_css_b)) ...
by Matttrebor - Mar 24, 2021
Works perfectly under 18.5.351, but don't work anymore with 18.5.499 : This is the error log with trying to open the menu : File "moam1986::Object/houdini_2_ae/lunch_tool", line 1, in <module> File "houdini_2_ae", line 1104, in show File "houdini_2_ae", line 69, in __init__ TypeError: 'PySide2.QtGui.QPixmap.loadFromData' called with wrong argument types: PySide2.QtGui.QPixmap.loadFromData(str) Supported signatures: PySide2.QtGui.QPixmap.loadFromData(typing.Char, int, str = None, PySide2.QtCore.Qt.ImageConversionFlags = PySide2.QtCore.Qt.ImageConversionFlag.AutoColor) PySide2.QtGui.QPixmap.loadFromData(PySide2.QtCore.QByteArray, str = None, PySide2.QtCore.Qt.ImageConversionFlags = PySide2.QtCore.Qt.ImageConversionFlag.AutoColor)