Jump to content

Search the Community

Showing results for tags 'studio'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Lounge/General chat
    • Education
    • Jobs
    • Marketplace
  • Houdini
    • General Houdini Questions
    • Effects
    • Modeling
    • Animation & Rigging
    • Lighting & Rendering + Solaris!
    • Compositing
    • Games
    • Tools (HDA's etc.)
  • Coders Corner
    • HDK : Houdini Development Kit
    • Scripting
    • Shaders
  • Art and Challenges
    • Finished Work
    • Work in Progress
    • VFX Challenge
    • Effects Challenge Archive
  • Systems and Other Applications
    • Other 3d Packages
    • Operating Systems
    • Hardware
    • Pipeline
  • od|force
    • Feedback, Suggestions, Bugs

Product Groups

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Skype


Name


Location


Interests

Found 6 results

  1. Hi Everyone; My name is Tim, long time odforcer , houdini user ,born as an artist will die as an artist. Right now I am working as head of FX and CFX departments in Canada for Mr.X . In case you haven't heard of us visit our web-page.(Link Below) https://www.mrxfx.com/ I am looking to strengthen my team in Toronto, for our upcoming shows. So I am looking for mid to senior FX and CFX Artists ,TDs and Leads. We are offering at least a year long contract for suitable candidates. If you think you are a suitable candidate please send me an email at timucin.ozger@mrxfx.com with below information. Title: FX Candidate / CFX Candidate / Lead FX or Lead CFX Content: Link to a reel A possible start date Position Intended This position is not for remote work. Relocation is required. Thanks for reading.
  2. Role Interference Pattern are looking for an experienced senior artist to be our Head of 3D. The role will involve leading 3D teams, choosing good technical solutions to creative challenges and ongoing hands-on work as a CG artist. We are looking for a highly motivated, self driven individual with a desire to help us continue to expand and develop the studio. If you’re interested in the following areas then we’d love to hear from you: High resolution modelling and sculpting for characters and environments Photorealistic texturing and surfacing Lighting both realistic and stylised 3D scenes Compositing workflows and methodologies for both live-action VFX and full CGI animation Rendering technologies Working with real-time engines such as Unreal and Unity Leading teams and providing oversight and feedback to team members Working within structured studio pipelines and using that knowledge to further develop workflows In depth knowledge and experience in SideFX Houdini is a big plus Candidates must be able to legally work within the UK About Us We are a thriving animation studio based in Edinburgh, one of the most beautiful cities in the UK. We do a range of animation and vfx work, including for features, broadcast content, commercials and marketing, original shorts, interactive VR experiences and bespoke 3D outsourcing via IPBuild. We offer a warm, flexible, family-friendly working environment and a really interesting and diverse range of work. Location We are currently all working remotely. However, we’re really looking forward to being back together on-site again and are looking for a candidate who could be based within commuting distance of Edinburgh. (A hybrid model with time split between onsite and remote working would be considered.) Application Process To apply, please send your CV, cover letter and links to an online showreel or portfolio to info@interferencepattern.com with “Head of 3D” in the subject line.
  3. Hello, I was wondering if anyone has dabbled with building a custom environment for Python development in Houdini. My goal is to simulate the hython shell in visual studio code and run my script with corresponding feedback in a Houdini session. The SideFx documentation on Command-Line Scripting is a great start. I understand bash scripting and setting $PATH variables but with that said I am a noob for creating this kind of interwoven setup and could use some guidance.
  4. Hi there, Rainbow CGI (location Rome, Italy) looking for FX Artist (with Houdini) and for Compositor (Nuke). general requirement: minimum experience in production 2 years good knowledge of Houdini (for FX artist position) or Nuke good knowledge of Nuke (for compositing position) respect for deadline problem solving and available to work with team for compositor skills like rotoscope, camera track and clean-plane is essentially For apply you can visit the website (http://www.rbw-cgi.it) or write to - recruiting@rbw-cgi.it Good luck! Matteo Ps. Send me a message if you should apply so I can said to the HR
  5. Falcon's Creative Group is seeking full time and/or contract FX ARTISTS and SENIOR FX ARTISTS to join our team in Orlando, FL. Our studio has been creating immersive experiences for special venues, theme parks, and attractions for over 17 years. From global entertainment destinations to cutting edge digital storytelling, to unparalleled themed experiences, our team successfully transforms everyday reality – every day. Check out our DEMO REEL! Position Description The FX Artist will work closely with the Animation Team and Creative Leads to develop 3D FX elements to accomplish the vision of the Director for unique and high-profile 3D animated stereoscopic projects. Responsibilities include: 1. Establish and understand project FX needs/requirements. 2. Develop particle, rigid body, fluid and volumetric effects Develop in a fast-paced environment with an iterative workflow. 3. Maximize FX rendering techniques with AOVs for compositing. 4. Basic compositing of FX layers/AOVs in shots. 5. Identify creative and technical issues and elevate solutions to appropriate team members. 6. Communicate development status and forecasts. 7. Meet project deadlines set by production. 8. Maintain high security standards for confidential studio assets. Qualifications: 1. Professional industry experience preferred. 2. Strong foundation in using MAYA FX systems and/or HOUDINI. 3. Experience with shader development and render AOVs preferred. 4. Experience with NUKE compositing software a plus. 5. Stereoscopic film production experience a plus. 6. Experience using KRAKATOA, FUME-FX a plus. 7. Programming experience in MEL and/or PYTHON a plus. Submit your application online at: http://falconstreehouse.com/careers.html Falcon’s Treehouse, LLC is a drug-free workplace and employment is contingent upon passing a drug screen. We are an equal employment opportunity employer. All qualified applicants will receive consideration for employment without regard to race, color, religion, gender, age, national origin, disability status, protected veteran status or any other characteristic protected by law.
  6. Hello everybody, i am currently in the process of trying to generate a Visual Studio project that successfully builds Houdini plugins and later on create a cmake file to regenerate it. I looked at all tutorials i could find but am now stuck on a strange issue. Problem: The compilation process inside VS simply stops during the object creation stage for SOP_Star.C at this point: ................ 1>..\..\source\SOP_Star.C(213): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data 1>..\..\source\SOP_Star.C(229): warning C4244: '=' : conversion from 'fpreal' to 'float', possible loss of data ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== No errors of any kind, just lots of warnings (which is more or less normal, right!?). Setup: OS: Win7x64 Houdini: 13.0.260 built with VC11 Test Plugin: SOP_Star.C IDE: VS2013 with platform toolset set to VC110 (VS2012 which my H13 is built against) Command Line options: I was messing with this all day. Basically i just copied and/or corrected the settings i determined by running hcustom -c SOP_Star.C and hcustom -m SOP_Star.C into the Command Line options of Visual Studio. hcustom -e SOP_Star.C successfully builds the project. It also shows that it runs hcompile which then start the VS compiler with an additional cmd line option called -DUT_DSO_TAGINFO that hcustom -c doesnt show!? CL command line options: All options (grey field in Visual Studio/Properties/C/C++/CommandLine): /GS /GL /W3 /Gy /Zc:wchar_t /Zi /Gm- /O2 /sdl /Fd"x64\Release\vc110.pdb" /fp:precise /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SOP_STAR_EXPORTS" /D "_WINDLL" /D "_UNICODE" /D "UNICODE" /errorReport:prompt /WX- /Zc:forScope /Gd /Oi /MD /Fa"x64\Release\" /EHsc /nologo /Fo"x64\Release\" /Fp"x64\Release\sop_star.pch" Additional options (white field in Visual Studio/Properties/C/C++/CommandLine)....taken from hcustom -c: -nologo -TP -Zc:forScope -DVERSION="13.0.260" -DI386 -DWIN32 -DSWAP_BITFIELDS -D_WIN32_WINNT=0x0501 -DWINVER=0x0501 -DNOMINMAX -DSTRICT -DWIN32_LEAN_AND_MEAN -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -DBOOST_ALL_NO_LIB -DSESI_LITTLE_ENDIAN -DAMD64 -DSIZEOF_VOID_P=8 -DFBX_ENABLED=1 -DOPENCL_ENABLED=1 -DOPENVDB_ENABLED=1 -I . -I "D:/tools/SIDEEF~1/HOUDIN~1.260/toolkit/include" -I "C:/PROGRA~2/MICROS~3.0/VC/include" -I "C:/Program Files (x86)/Windows Kits/8.0/Include/um" -I "C:/Program Files (x86)/Windows Kits/8.0/Include/shared" -wd4355 -w14996 -O2 -DNDEBUG -MD -EHsc -GR -bigobj Anybody any ideas? Has anybody built plugins with VC11 from a Visual Studio Project successfully? Or does anybody even have a cmake file ready to generate VS2012 projects that successfully compile? Thanks in advance! Timm
×
×
  • Create New...