486e01620d
Make things even more overridable.
2020-07-15 15:02:30 +02:00
4f0d3496ca
Merge branch 'sybren' of https://gitlab.com/blender-institute/BlenRig into sybren
2020-07-02 11:27:22 +02:00
18a640d8e0
fix rebase error
2020-06-29 19:11:11 +02:00
1e86fb11e2
make properties library overridable
2020-06-29 19:05:52 +02:00
04c2f39852
Move interface to tool category
...
Apparently, the tool category in the properties editors copies the panels from the tool category in the 3d view now.
2020-06-29 19:05:29 +02:00
c1171dc32c
Fix icon identifier
2020-06-29 19:05:29 +02:00
9be6a20fa8
cleanup
2020-06-29 19:05:29 +02:00
a3b7b8adc4
remove picker operators
2020-06-29 19:05:29 +02:00
41bee4dea0
rewrite missing ui categories
2020-06-29 19:05:10 +02:00
e0f2d51b06
beginning to simplify the ui
2020-06-29 19:04:47 +02:00
8b93cae48b
remove head
2020-06-29 19:04:30 +02:00
22335caa35
icon update
2020-06-29 19:03:40 +02:00
4a798bf9f7
snap and switch
2020-06-29 19:02:51 +02:00
222d481f58
set keyframes after snapping
2020-06-29 19:02:51 +02:00
bdbf5669d5
use context.active_object instead of context.object in poll function
2020-06-29 19:02:51 +02:00
a98f9e603d
icon update fix
2020-06-29 19:02:26 +02:00
8c69149cb7
many minor fixes
2020-06-29 19:02:26 +02:00
4c58e05e85
Updated CHANGELOG
2020-06-29 19:01:44 +02:00
23ac75ad0e
Renamed readme and changelog to capital filenames
2020-06-29 19:00:46 +02:00
5cdbeae7e7
Updated README
2020-06-29 19:00:46 +02:00
7d48cc0f2c
Using type declarations for properties
2020-06-29 18:59:51 +02:00
e0687777ef
Deleted all invalid drivers
2020-06-29 18:59:25 +02:00
e4fca508e2
Fixed AttributeError in Operator_Biped_Updater.poll()
...
Also rewrote most of the code to prevent having to iterate over all
properties of the armature twice.
2020-06-29 18:31:52 +02:00
85542a866f
Formatting
2020-06-29 18:31:52 +02:00
4f755aa7d4
Keyword arguments for UILayout.label(text=…)
2020-06-29 18:31:52 +02:00
7363be808c
Add .gitignore
2020-06-29 18:31:06 +02:00
1062f7b1f6
Make biped file work with Blender 2.80 collections
...
- Import collection rather than group.
- Changed the blenrig_biped.blend file so that it has nested collections,
rather than setting layers after importing it.
2020-06-29 18:30:52 +02:00
f2af22e5f7
Remove trailing whitespace
2020-06-29 18:29:08 +02:00
366be0a6b7
Applied changes made by Andy Goralczyk
2020-06-29 18:16:49 +02:00
55f16e3023
make properties library overridable
2020-06-29 17:57:23 +02:00
f307fad823
Move interface to tool category
...
Apparently, the tool category in the properties editors copies the panels from the tool category in the 3d view now.
2019-07-05 16:22:38 +02:00
8f4b04c77f
Fix icon identifier
2019-07-05 15:52:16 +02:00
17e37fb69f
Merge branch 'master' into 'master'
...
Fix Error "is outside of main database"
See merge request jpbouza/BlenRig!11
2019-06-06 03:18:03 +00:00
588430f2f3
Fix Error "is outside of main database"
2019-06-06 01:11:35 +00:00
5c996b2be5
Merge branch 'master' into 'master'
...
Master
See merge request jpbouza/BlenRig!7
2019-05-31 20:53:22 +00:00
607f3f952f
Fix Error depsgraph in Bake mesh cage (Thx.Zebus3d)
2019-05-31 20:24:40 +00:00
e50a2ca6af
Fix AttributeError: 'Scene' object has no attribute 'update'
2019-05-30 22:19:04 +00:00
62e9bc4abc
Fix AttributeError: 'Scene' object has no attribute 'update'
2019-05-30 22:16:41 +00:00
8ebf3678dd
Merge branch 'master' into 'master'
...
Sav Martin's avatar Fix error on Blender 2.80.61 11/05/2019. error hide_instance
See merge request jpbouza/BlenRig!6
2019-05-13 14:10:31 +00:00
2d04b8ab1b
Fix Error on Blender 2.80.61 ver 11/05/2019
2019-05-12 10:30:59 +00:00
f6d2ac1fe7
Fix error on Blender 2.80.61 11/05/2019. error hide_instance
2019-05-12 10:29:50 +00:00
241cd79c8d
Merge branch 'master' into 'master'
...
Fix new error on Bake,Reset Constrain,Reset Deformers
See merge request jpbouza/BlenRig!5
2019-05-11 21:24:00 +00:00
0815336ff8
Fix new error on Bake,Reset Constrain,Reset Deformers
2019-05-11 20:47:57 +00:00
b2ec3c0fae
Merge branch 'master' into 'master'
...
Master
See merge request jpbouza/BlenRig!4
2019-05-11 15:46:34 +00:00
28217ffbb5
Fix Error,AttributeError: 'Collection' object has no attribute 'hide_viewport'
2019-05-11 13:18:51 +00:00
c6943d5478
Fix AttributeError: 'Collection' object has no attribute 'hide_viewport'
2019-05-11 13:14:39 +00:00
3896fc127a
sidebar
2019-04-12 23:46:17 -03:00
3d4374e4b0
port to 2.8
2019-04-10 19:16:49 -03:00
c4d8e9a7fc
cleanup
2018-11-07 11:41:49 +01:00
92d88103ee
remove picker operators
2018-11-07 11:41:43 +01:00