Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-05Cleanup: fix typos in source codeBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
2022-01-05Cleanup: fix types in source codeBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
2021-12-01Cleanup: quiet character escape warningsCampbell Barton
2021-10-30Node Wrangler: fix switch menu omitting entries after separatorsScott Ramsay
Differential Revision: https://developer.blender.org/D13023
2021-08-26Node Wrangler: remove unnecessary codejim man
Differential Revision: https://developer.blender.org/D12076
2021-08-24Fix T77022: node wranger error with texture files on different drivesIyad Ahmed
Principled texture setup with relative path option would lead to this, silently use an absolute path instead like other Blender operators. Differential Revision: https://developer.blender.org/D12221
2021-08-11Cleanup: strip trailing space, remove BOMCampbell Barton
2021-07-16Cleanup: node wrangler, use dict in `nice_hotkey_name()`jim man
Rewrite `nice_hotkey_name()` to use a `dict` instead of a loop over a list of tuples. Reviewed by: sybren Differential Revision: https://developer.blender.org/D11943
2021-07-05Node Wrangler: change preview shortcut for geometry nodesJacques Lucke
The ctr+shift+LMB was in conflict with the new viewer node introduced in rB9009ac2c3d62e0d30d96b8d35ff5ff620cfe053b. Since the builtin viewer node does not support viewport visualization yet, the operator is still kept in node wrangler. Just the shortcut is changed to shift+alt+LMB. Differential Revision: https://developer.blender.org/D11786
2021-06-01Node Wrangler: update for Geometry Nodesv2.93.1v2.93.0Wannes Malfait
Node Wrangler can now be used in the Geometry Nodes editor. Summary of the changes for Geometry Nodes: * Pressing ctrl+shift+LMB will now connect the geometry socket of the node (if it exists) to the output socket of the modifier. This is similar to the functionality already present for shader and compositor nodes. * Nodes can be merged using a Join Geometry (default) or Boolean node. * `LinkToOutput` and `ReloadImages` have been disabled, because they don't make sense for geometry nodes. * Other operators work like they do for the other node tree types. In D9748 and in chat it was accepted that this patch can be merged into the 2.93 release branch, even though we are quite late in the release process already. Differential Revision: https://developer.blender.org/D9748
2020-04-29Fix T76226: Crash when using node wrangler in pinned windowDavid Friedli
Differential Revision: https://developer.blender.org/D7567
2020-04-24Node Wrangler: Version bumpGreg Zaal
2020-04-24Node Wrangler: support emission viewer inside node groupsDavid Friedli
Differential Revision: https://developer.blender.org/D6956 Reviewers: gregzaal
2020-04-20Fix missing nodes and math operations in node wranglerWannes Malfait
Differential Revision: https://developer.blender.org/D7461
2020-04-08Fix T75430: some operators in node wrangler Shift+W menu not workingBrecht Van Lommel
Some of these must be invoked rather than executed to show a file browser or popup menu.
2020-03-20Fix T74965: node wrangler error when there is no active nodeBrecht Van Lommel
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-03-04Fix T73882, T74420: node wrangler operations only working for Cycles and EeveeBrecht Van Lommel
There were legacy checks remaining for Blender Internal, however now we can assume that any renderer using the native shader node tree is also using Cycles and Eevee shading nodes. Custom shader nodes will have a different type of node tree.
2020-02-13Fix T73768: Node Wrangler Addon's "Connect to Cycles Viewer Node" brokenPhilipp Oeser
Caused by rBA8130de948d78. Maniphest Tasks: T73768 Differential Revision: https://developer.blender.org/D6831
2020-02-12Fix T64584: error in node wrangler with cycles add-on disabledBrecht Van Lommel
2020-02-12Fix T63635: Node Wrangler does not set relative paths for images using Add ↵Santeri Salmijärvi
Texture Setup (Ctrl+Shift+T) Using absolute paths for texture images break materials if the project is moved to another location or computer. Relative paths are also the default option in Image Texture Node's file view. This adds a toggle to use relative paths when adding a texture setup for Principled BSDF. The option is selected by default to match Image Texture Node's behavior. Tested on Blender v2.81.16 (Windows) Reviewed By: lichtwerk, mont29 Maniphest Tasks: T63635 Differential Revision: https://developer.blender.org/D6756
2019-12-01node addons: add manual linksmeta-androcto
2019-11-01Node Wrangler: Typo in default Gloss names.Pablo Vazquez
Reported by @jonimercado. Thanks!
2019-09-25Node Wrangler: Fix T69268 'Location' still pointing to Ctrl+SpaceHimanshi Kalra
D5867 by Himanshi Kalra (calra), thx!
2019-07-09Node Wrangler: Fix T65202: keymap conflictsPhilipp Oeser
Since CTRL+LMB is now taken by 'cut links' in blenders default keymap, this was conflicting with nodewranglers 'lazy connect' and unfortunately we have to step aside here. This commit shifts shortcuts: lazy connect (CTRL+LMB --> ALT+RMB) lazy connect with menu (CTRL+SHIFT+LMB --> ALT+SHIFT+RMB) lazy mix (ALT+RMB --> CTRL+SHIFT+RMB) This keeps the two 'lazy Connect' on a common "base" key and just moves 'lazy mix'
2019-07-02Node Wrangler: Fix error setting Viewer FocusSebastian Koenig
Differential Revision: https://developer.blender.org/D5164
2019-06-27Node Wrangler: correct handling of disabled socketsOmar Ahmad
Differential Revision: https://developer.blender.org/D5123
2019-05-13Shaders: update for color space moving from node to image datablockBrecht Van Lommel
2019-04-29Fix T63955: label text not used as a keyword argCampbell Barton
2019-03-28Node Wrangler: change NW menu shortcut to Shift+WPhilipp Oeser
Ctrl+Space is already taken in 2.8 Fixes T58501
2019-03-15Node Wrangler: update drawing code to 2.8Philipp Oeser
Reviewers: JacquesLucke Differential Revision: https://developer.blender.org/D4517
2019-03-12Node Wrangler: Lazy Connect always called with menuPhilipp Oeser
Once used with the 'with_menu' option this could not be used without menu anymore. Fixes T62469
2019-01-23Fix node wrangler spelling error.Peter Baintner
Differential Revision: https://developer.blender.org/D3968
2019-01-04Node Wrangler: fix error adding image sequences without a nodetreePhilipp Oeser
adding NWBase as a mixin will give a proper poll() part of T60130
2018-12-21Node Wrangler: another update for 2.8Philipp Oeser
- fix error checking Render Layers outputs and unified this check - updated Render Layers outputs [BI removed, Eevee added -- although this distinction is unused atm...] Fixes T59679
2018-12-21Rename user_preferences -> preferencesCampbell Barton
2018-12-19Merge branch 'master' into blender2.8Campbell Barton
2018-12-19Fix invalid string comparisonsCampbell Barton
Identity checks should never be used with strings, it may fail based on Python's interning logic.
2018-12-10Node Wrangler: change shortcut for menu to ctrl-shift-spacebarflorianfelix
- was overwriting default keymap
2018-11-28node_wrangler: fix panel after 'toolification' of the node editorPhilipp Oeser
2018-11-23Update for keymap changes.Brecht Van Lommel
2018-11-16Fix T57863: Can't enable Node Wrangler addonPhilipp Oeser
needed since the removal of node tree panels in rB48c137ad5d5a
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-10-15Node Wrangler: Fix required keyword in addons preferencesflorianfelix
2018-10-15Node Wrangler: Update Principled Auto Setup to use displacment nodeflorianfelix
- use diplacement node instead of two math nodes now - better spacing of nodes - add frames around textures an mapping nodes
2018-10-09Update for new icon set.Brecht Van Lommel
2018-09-28Fix T56942: node wrangler backdrop error.Brecht Van Lommel
2018-08-07node-wrangler: fix warnings by making fields for propertiesInes Almeida