* Cantinho Satkeys

Refresh History
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    Hoje às 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45
  • FELISCUNHA: j.s. enviei PM  101041
    26 de Junho de 2025, 21:33
  • FELISCUNHA: try65hytr  pessoal   htg6454y
    26 de Junho de 2025, 21:33
  • JPratas: try65hytr Pessoal  4tj97u<z
    26 de Junho de 2025, 02:28
  • cereal killa: Boa Tarde Pessoal E com enorme tristeza que depois de 15 anos que idealizei e abri este fórum vejo que esta na iminência de fechar portas porque ninguém tenta ajudar o pagamento do servidor, mas cada ano e sempre difícil arranjar almas caridosas que nos bom ajudando mas este ano esta complicado, mas infelizmente e como diz o j.s dia 5/07 se não houver algumas ajudas esta vez vai mesmo fechar…..e pena e triste mas tudo na vida tem fim. obrigada cereal killa
    25 de Junho de 2025, 19:40

Autor Tópico: Perforce Automation With Python  (Lida 53 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Perforce Automation With Python
« em: 21 de Novembro de 2024, 15:45 »
Perforce Automation With Python


Published 11/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.65 GB | Duration: 5h 18m

Streamlining production processes related to Perforce Version Control System using Python scripting


What you'll learn
Utilize Perforce Python API for automating all common manual user actions
Improve and streamline production management pipelines by introducing Perforce Automation
Construct User Interfaces using PySide6 library and Designer application
Integrate Perforce Automation for custom tools in production
Learn Perforce from user perspective
Requirements
Skills: Basics of Python.
Tools: Perforce, Python, VS Code. All have free access.
Description
Welcome to Perforce Automation with Python! This course is designed to provide you with practical, hands-on learning focused on automating common user actions in Perforce Helix Core - a widely used Version Control System in the tech and creative industries. You will gain knowledge in transforming tedious manual work your teammates perform every day into a glorious single-button-click solution provided by you. By the end of the course, you'll be equipped with the skills to handle tasks such as:Establishing connections to Perforce servers.Checking out files and marking files for addition.Creating and managing changelists, including moving files between them.Reverting, shelving, and unshelving files.Syncing files and resolving conflicts.Submitting files.Building notification systems to alert users about specific Perforce events, such as new submissions or exclusive checkouts.Integrating Perforce automation into custom production tools to suit unique project needs.Lectures are workshops!This course is all about practice, with every lecture in the core section designed as a hands-on workshop. Each lecture follows a this structure to maximize your learning:Goal Introduction: I'll explain what we aim to achieve and show you the final result so you know what to work toward.Core Hints: You'll get key insights and tips to guide your implementation.Coding Together: We'll write Python code together to reach the goal step by step.Course FeaturesSource Code Included: Access the complete scripts covered in the course.GUI Integration: Learn how to build a debug GUI using PySide6 and QtDesigner to interact with your automation tools effortlessly.Short and Targeted Lessons: Each lecture addresses a specific task, making it easy to learn at your own pace.Whether you're a Technical Director, Pipeline Architect, Technical Artist, DevOps or just someone looking to improve your production pipeline with Python, this course will empower you to unlock the full potential of Perforce automation.
Overview
Section 1: Introduction
Lecture 1 Course Introduction
Lecture 2 How to use this course
Lecture 3 Understanding Version Control System concept
Section 2: Setting up working environment
Lecture 4 Perforce, Python and Visual Studio Code installation
Lecture 5 Preparing Debug GUI widget with PySide6 and Designer for features demo
Section 3: Discovering Perforce Automation with Python
Lecture 6 Connecting to Perforce with Python
Lecture 7 Fetching Perforce workspace data
Lecture 8 Adding Files on Checkout & Marking for Add
Lecture 9 Separating files in dedicated Changelists
Lecture 10 Deleting empty Changelists
Lecture 11 Reverting all files from the given Chanelists
Lecture 12 Reverting only unchanged files from the given Changelist
Lecture 13 Working with Shelves
Lecture 14 Syncing Files
Lecture 15 Handling File Conflicts
Lecture 16 Submitting Files
Lecture 17 Perforce Monitoring System. Part 1 - New submits
Lecture 18 Perforce Monitoring System. Part 2 - Exclusive Checkouts
Lecture 19[Workshop] Implementing Perforce automation for Substance Painter exporter
Section 4: Course wrap-up
Lecture 20 Last word from Author
Lecture 21 Project Source Files
Technical Artist,Technical/Pipeline Directors,DevOps,Tools programmers,Automation specialists
Screenshots


Say "Thank You"

rapidgator.net:
Citar
https://rapidgator.net/file/dbbbdd532f57f90e5d7d0900903bf0c7/zxlkp.Perforce.Automation.With.Python.part1.rar.html
https://rapidgator.net/file/14f4042741a0c549176c68c830bb9a96/zxlkp.Perforce.Automation.With.Python.part2.rar.html
https://rapidgator.net/file/aaecab1db998e039c2addb786ec22c6b/zxlkp.Perforce.Automation.With.Python.part3.rar.html

nitroflare.com:
Citar
https://nitroflare.com/view/F960E1A456150D0/zxlkp.Perforce.Automation.With.Python.part1.rar
https://nitroflare.com/view/D7FB175B2F54EDA/zxlkp.Perforce.Automation.With.Python.part2.rar
https://nitroflare.com/view/E93EC3F91D2ABB3/zxlkp.Perforce.Automation.With.Python.part3.rar

ddownload.com:
Citar
https://ddownload.com/5fpbd6vd6e23/zxlkp.Perforce.Automation.With.Python.part1.rar
https://ddownload.com/7vyc2tjldbid/zxlkp.Perforce.Automation.With.Python.part2.rar
https://ddownload.com/ch0l26m844wh/zxlkp.Perforce.Automation.With.Python.part3.rar