1
0
mirror of https://github.com/drewcassidy/TexTools-Blender synced 2024-09-01 14:54:44 +00:00
Commit Graph

52 Commits

Author SHA1 Message Date
e4455b442e
Fix missing unregister method from botched merge 2020-09-21 23:19:31 -07:00
07e6fe4556
Merge remote-tracking branch 'SavMartin/master' 2020-09-13 19:01:08 -07:00
SavMartin
dc1977ec3c
Merge pull request #40 from franMarz/master
Align World versions fix
2020-09-08 12:14:02 +01:00
franMarz
240f02f6eb
Align World versions fix 2 2020-09-07 01:48:20 +02:00
franMarz
1302a22e18
Align World versions fix 2020-09-07 01:41:46 +02:00
franMarz
352fd8a483
Merge pull request #2 from SavMartin/master
Update master
2020-09-07 01:40:31 +02:00
SavMartin
a2d7470a29
Merge pull request #39 from Symstract/anther-align-edge-fix
Fix Align Island by Edge only working in Blender 2.83
2020-09-06 11:47:04 +01:00
SavMartin
2345141772
Merge pull request #37 from ShalokShalom/patch-1
correct typo
2020-09-06 11:45:19 +01:00
Antti Tikka
e1403bd7ca Fix Align Island by Edge only working in Blender 2.83 2020-09-05 19:22:02 +03:00
ShalokShalom
31b24ecb76
correct typo 2020-09-03 08:02:47 +02:00
SavMartin
a6a28029d6
Merge pull request #33 from franMarz/Bounds-fixes
Bounds fixes
2020-08-21 21:31:27 +01:00
franMarz
0dfef2cf4b
Bounds fixes 2020-08-14 10:16:04 +02:00
franMarz
18ad90e894
Merge pull request #1 from SavMartin/master
Update to master
2020-08-14 10:13:45 +02:00
SavMartin
6f363b225a
Merge pull request #31 from franMarz/previews-fix
Previews fix
2020-08-12 12:51:10 +01:00
franMarz
fa7317b751
Add files via upload 2020-08-09 18:33:26 +02:00
franMarz
f614e3bea7
Add files via upload 2020-08-09 18:32:37 +02:00
franMarz
9ab565dc1a
previews fix 2020-08-09 18:28:50 +02:00
SavMartin
24a6f4b130
Merge pull request #28 from franMarz/master
popup update
2020-07-24 11:37:21 +01:00
franMarz
c9b684ae0b
popup update 2020-07-15 16:09:27 +02:00
SavMartin
53d1f1bf5d
Merge pull request #26 from nagadomi/py38
Fix time.clock() error in Python 3.8
2020-07-02 19:02:50 +01:00
nagadomi
65a35c8e4b Fix time.clock() error in Python 3.8 2020-07-01 11:28:24 +09:00
SavMartin
2b5a6c8e12
Merge pull request #24 from franMarz/master
op_island_align_world additional fixes (fix by franMarz)
2020-06-24 12:24:06 +01:00
SavMartin
57fe47a99e
Merge pull request #23 from Symstract/align-edge-fix
Fix Align Island by Edge giving wrong result (fix by Symstract)
2020-06-24 12:22:58 +01:00
franMarz
97fe5f56f2
Add files via upload 2020-06-22 22:05:39 +02:00
Antti Tikka
bcb546cafc Fix Align Island by Edge giving wrong result 2020-06-18 16:42:29 +03:00
SavMartin
b227c34d70
Fix op_disable_uv_sync
Thx to  franMarz
2020-05-27 21:47:15 +01:00
SavMartin
00efc2c759
fix 2020-05-24 05:42:43 +01:00
SavMartin
7dcaafa6aa
Merge pull request #19 from franMarz/Align-World-not-aligning-#5-franMarz-patch
World Align fix, Thx franMarz, for this fix..
2020-05-22 13:11:46 +01:00
franMarz
c579ca9202
Align World fix 2
Added options for speeding up the script.
2020-05-18 00:13:53 +02:00
franMarz
f94b531f6c
Add files via upload 2020-05-17 02:18:27 +02:00
48553aff52
Merge pull request #1 from taniwha/find_texture_fix
Update texture slot check for blender 2.80+
2020-05-01 13:53:15 -07:00
Bill Currie
10326c6321 Update texture slot check for blender 2.80+
This fixes the exception when using pixel density functions on an object
that has been used with texture painting.
2020-05-01 18:56:18 +09:00
SavMartin
f44af5d0c2
Fix get_set_name (in Organize)
https://github.com/SavMartin/TexTools-Blender/issues/9 
Thx to CAPA14
2020-01-13 21:43:18 +00:00
f6e4f11256
Fix annoying missing texture issue
When getting/setting texel density, use currently open image if object has no image assigned to it
2019-12-24 20:08:39 -08:00
22e7aa72b7
Fix texture preview in Workbench 2019-12-24 20:03:34 -08:00
204f5991a0
Properly unregister all previews 2019-12-24 18:18:33 -08:00
3677565a23
Add "only selected" option 2019-12-24 16:37:27 -08:00
04f3b0f091
Remove autopep8 error 2019-12-24 16:36:57 -08:00
cad078d85d
Add new properties 2019-12-24 15:07:00 -08:00
f60b85b477
PEP8 compliance 2019-12-24 11:59:46 -08:00
f5252922b9
Tabs to Spaces 2019-12-18 12:53:16 -08:00
836a51b421
Render AO on a white background 2019-12-18 12:38:07 -08:00
SavMartin
4bae63cb94
HIDE_HEADER off for allow pin textools 2019-08-07 00:39:40 +01:00
SavMartin
3300075027
HIDE_HEADER off in panel 2019-08-07 00:11:08 +01:00
SavMartin
48b480b43d
fix Pattern Creation, Triangles and Hexagons
fixing the Triangles and Hexagons Pattern Creation, thx to CansecoGPC Patch
https://blenderartists.org/t/textools-for-blender/700811/437
2019-06-22 21:47:49 +01:00
SavMartin
05d548da29
Fix problems with collection 2019-06-16 14:34:26 +01:00
SavMartin
408475dbbd
Fix 2019-06-15 17:34:05 +01:00
SavMartin
06a3c8ac3c
Update README.md 2019-06-12 02:04:52 +01:00
SavMartin
2ad779a212
Create README.md 2019-06-12 02:01:12 +01:00
Sav Martin
26ace6c6e1 Update to 2.80 2019-06-09 00:51:39 +01:00