Celpec
|
aba3cfaf3f
fix 'struct rna of ExportGodot removed' error (#393)
|
4 年之前 |
epth
|
a01b0e9ae3
add feature - export particle objects as multimeshinstance to godot (#354)
|
4 年之前 |
Lu Jiacheng
|
61e55f2905
Merge pull request #366 from xphlawlessx/master
|
4 年之前 |
Willian Galvani
|
a14114c497
Check if object has parent instead of checking if parent is None
|
4 年之前 |
xphlawlessx
|
d7a2d5fe6f
Added export option for excluding objects hidden during rendering. Should fix Issue #314
|
4 年之前 |
Technipion
|
27cebc2935
Fixing some typos.
|
6 年之前 |
Jason0214
|
6eefaa3550
Refactor armature export, fix vertex weight issue
|
6 年之前 |
Jason0214
|
9102db3e1e
suppresse some pylint warnings
|
6 年之前 |
Tom Wilson
|
b534efb0aa
Squashed commit, multiple bug fixes + improvements.
|
6 年之前 |
Jason0214
|
37268bcc18
support enabling godot beta features
|
6 年之前 |
Jason0214
|
678de52351
add parent obj check for bone attachment
|
6 年之前 |
Lu Jiacheng
|
fe6d206098
Fix should obj exporting check, fix non-deform bone in constraint issue (#156)
|
6 年之前 |
Lu Jiacheng
|
f862467742
fix object select API
|
6 年之前 |
Jason0214
|
3f89937418
initial commit for blender 2.80 support
|
7 年之前 |
Jason0214
|
494ddd1cef
fix transform matrix of children of CollisionShape
|
6 年之前 |
Jason0214
|
8bd94936ee
Fix compound rigid body, support physics animation
|
6 年之前 |
Jason0214
|
b2f6d903f3
Fix bone attachment transform (which has a difference of bone length
|
6 年之前 |
Jason0214
|
7aa88957b9
prompt warning and error message to GUI
|
7 年之前 |
Geoffrey Irons
|
d3d22a24c8
You can now do exports into non-godot-project directories if you don't
|
7 年之前 |
Jason0214
|
bb56ec8e7a
support shapekey, light, camera value animation
|
7 年之前 |
Jason0214
|
30844aec43
exception for no-bone-weight vertex, fix bone weight normalize bug
|
7 年之前 |
Jason0214
|
d04d2229ca
support transform animation
|
7 年之前 |
sdfgeoff
|
46e6993729
Merge pull request #33 from tjpalmer/findproject
|
7 年之前 |
Tom
|
0a6973c81b
Detect endless parent loop; report errors
|
7 年之前 |
Jason0214
|
16f3d68cd3
remove the export_bone_parenting option
|
7 年之前 |
Jason0214
|
2e78a3eb67
support export parent_bone relation
|
7 年之前 |
Jason0214
|
3aecbfae1b
change a confusing variable name
|
7 年之前 |
Jason0214
|
0fc9d643d5
pep8 and pylint compliance
|
7 年之前 |
Jason0214
|
c3e78389a8
small refactor, use NodeTemplate instead of path to keep track of the
|
7 年之前 |
Geoffrey
|
c86410f3b9
Added travis integration - forced pylint compliance and fixed non-deterministic arg order
|
7 年之前 |