TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #387 · 16 дек.

Доделал свой старый проект - инструмент для восстановления ориентации объектов в пространстве на основе опорных компонентов. Работает в Autdesk Maya. Основные возможности. ▫️просто выделите опорные (обычно симметричные или осевые) компоненты и укажите куда их ориентировать ▫️ операции для доворотов и центрирования ▫️ восстановление исходного расположения после восстановления трансформаций ▫️работает как с одним объектом так и с группой ▫️ открытый API для интеграций с другими инструментами и автоматизаций Все действия происходят с векторами и матрицами объектов, поэтому всё достаточно быстро. Где может применяться? 🪑Нередкая проблема - собрали лейаут сцены и зафризили, или даже смержили всю геометрию в один большой меш. Требуется вернуть все объекты в "Т-позу", сохранить отдельно и расставить обратно в сцену, но с правильными трансформациями. Инструмент как раз заточен под такую работу. 🌲Заскатерили инстансы и потом конвертнули в меш. Нужно обратно преобразовать в инстансы. Здесь поможет API который восстановит положение каждого инстанса в нуле и вернёт его обратно в исходное положение, но с правильными трансформациями. Останется забрать матрицу с объекта для инстанса. Быстрое превью функционала: ▶️https://www.youtube.com/watch?v=JvlHa0NEXu8 Документация и код здесь: 🌍https://github.com/paulwinex/pw-maya-restore-orient #release#source

Резултати

Пронајдени 805 слични објави

Глобално пребарување

SURGE PRO NEWS

@SurgeTestFlight · Post #949 · 12.05.2025 г., 06:11

#Mac#Release Version 5.10.3-3272 - Added [General] parameter block-quic, which is used to globally override the behavior of whether to block QUIC traffic. It can be set to: - per-policy: Determined by the policy's block-quic parameter, default value, i.e., current version behavior. - all-proxy: Overrides the proxy policy's block-quic parameter, blocks all - all: Overrides all policies' block-quic parameters, blocks all including DIRECT policy - always-allow: Overrides the proxy policy's block-quic parameter, allows all - The adding new rule view can now remember previous options. - Added dark mode support to the error page. - Add integration support for the Dia browser. - Bug fixes and other improvements. Official Channel: @SurgeTestFlightFeed

Hashtags

SURGE PRO NEWS

@SurgeTestFlight · Post #896 · 22.03.2025 г., 12:43

#Mac#Release Version 5.10.2-3235 - Accessing the remote Dashboard of Ponte devices no longer requires Enhanced Mode to be enabled. - Added DNS over TLS support, e.g., tls://8.8.8.8 - Optimize the process of adding rules through the Dashboard. - Surge Dashboard can now remotely operate the temporary rules of the target Surge instance. - Bug fixes and other improvements. Official Channel: @SurgeTestFlightFeed

Hashtags

SURGE PRO NEWS

@SurgeTestFlight · Post #862 · 20.02.2025 г., 10:23

#Mac#Release Version 5.10.1-3207 - When enabling the HTTP capture switch, all active connections will now be forcibly interrupted to ensure that no requests are missed due to existing long connections. - Optimized compatibility with some QUIC clients, such as Lark. - Fixed an issue where download data bytes in statistics was incorrect after modifying the request HTTP using scripts or other mechanisms. - Adjusted the priority of processing logic when forwarding QUIC. Now, for a proxy policy that does not support UDP forwarding, it will prioritize considering QUIC Block before falling back to DIRECT or REJECT. - Fixed an issue where utun devices could not be used when binding the outbound interface. - Fixed an issue where repeated notifications might continuously occur during Ponte Server retry failures. - Resolved an issue where a specific request forwarded by Surge Ponte might get stuck under certain networks. - Bug fixes and other improvements. Official Channel: @SurgeTestFlightFeed

Hashtags

SURGE PRO NEWS

@SurgeTestFlight · Post #843 · 20.01.2025 г., 14:03

#Mac#Release Version 5.10.0-3195 ### New Feature: Port Forwarding Example [Port Forwarding] 0.0.0.0:6841 localhost:3306 policy=SQL-Server-Proxy The policy parameter is optional; if not specified, the standard proxy matching will be used to determine the policy. This feature is commonly used in development and debugging scenarios such as connecting to servers like MariaDB using SSH. ### #!REQUIREMENT upgrade - Now provides three simple notations: #!IOS-ONLY, #!MACOS-ONLY, and #!TVOS-ONLY. - Content disabled by this end-of-line comment can now be displayed and edited in the UI. It will appear as disabled when conditions are not met, and if enabled, restrictions will be automatically removed. Example DOMAIN,reject.com,REJECT #!MACOS-ONLY ### Host Optimization Host section supports configuration using DOMAIN-SET and RULE-SET to improve matching efficiency. Use case: [Host] DOMAIN-SET:https://example.com/domains.txt = server:https://doh.com/dns-query RULE-SET:https://example.com/rules.txt = server:https://doh.com/dns-query ### Other Improvements - Optimize using Smart policy groups as the underlying proxy. Now, in this usage scenario, the characteristics of Smart policy groups can be fully utilized. - Surge Ponte can now automatically retry to recover after an abnormal NAT type appears. - Bug fixes and other improvements. Official Channel: @SurgeTestFlightFeed

Hashtags

SURGE PRO NEWS

@SurgeTestFlight · Post #729 · 22.11.2024 г., 03:46

#Mac#Release Version 5.9.2-3098 - The menu bar icon can now display the outbound mode. - Fixed some issues related to Ponte. - Fixed the issue where error messages on the DHCP configuration page sometimes could not be displayed, preventing further actions. - Fixed an issue where the Host entry configured for .local domain names might be invalid. - Optimized the proxy and rule editing pages; parameters that are not editable in the UI will now also be retained. - Other bug fixes. Official Channel: @SurgeTestFlightFeed

Hashtags

SURGE PRO NEWS

@SurgeTestFlight · Post #629 · 01.11.2024 г., 02:26

#Mac#Release Version 5.9.0-3025 ### New Features - Added pre-matching rules for low-overhead request rejection. Please refer to the documentation for details. https://manual.nssurge.com/policy/reject.html - Body Rewrite supports using JQ expressions to manipulate JSON. - The shadowsocks protocol adds support for the 2022-blake3-aes-256-gcm and 2022-blake3-aes-128-gcm encryption modes ### Improvements - The URL-REGEX rule now supports extended-matching tags. - Allow the use of Ponte policy as an underlying proxy. - Modify the termination logic of HTTP scripts. If a request needs to be interrupted, use $done({abort: true}). Other failures will not modify or terminate the request. - Overall optimization and improvement of UDP forwarding. ### Bug Fixes - Fix the issue where DNS requests cannot select the correct interface according to the routing table in enhanced mode. - Fix the issue of not being able to obtain system routes on macOS 12. - Fix the issue where determining the existence of IPv6 might be incorrect in some cases. - Fix the issue where an incorrect message might sometimes indicate that the proxy settings have been modified by another program. - Other bug fixes. Official Channel: @SurgeTestFlightFeed

Hashtags

SURGE PRO NEWS

@SurgeTestFlight · Post #573 · 23.10.2024 г., 06:46

#Mac#Release Version 5.8.2-2946 - Fix the issue where IPv6 VIF cannot take over requests when the gateway-restricted-to-lan parameter is enabled. - DNS lookup of use-application-dns.net will return NXDOMAIN, causing Firefox to automatically disable application DNS, (i.e., DoH). Using encrypted DNS directly in the browser will prevent Surge from correctly obtaining the requested domain names. - Bug fixes and minor improvements. Official Channel: @SurgeTestFlightFeed

Hashtags

CHESS

@chessmusic · Post #218 · 20.05.2022 г., 12:55

#release#релиз Новый сингл «Фейсом об тейбл» от CHESS, музыканта, вокалиста, автора песен из Москвы. Слушай тут: https://bnd.lc/feysom У каждого рождаются свои образы в голове, тебе может этот трек пригодиться в случае, когда ты зол и хочешь интеллигентно выпустить пар, он для тебя. Когда чувствуешь на себе давление со стороны кого-то — он тоже для тебя. Когда ты едешь на скейте или тусуешься такой красивый в клубе — он тоже для тебя.

12•••5•••10•••15•••202122232425•••30•••35•••40•••45•••50•••55•••60•••65•••6768
ПретходнаСтраница 22 од 68Следна