85c38e7389
Fixed wrong label and hint text in Collada exporter
2015-03-03 23:42:33 +01:00
026cb6bdeb
FileBrowser: Cleanup: rename some (really ugly) enum names.
2015-01-04 12:04:47 +01:00
a5cd6a029f
Cleanup: style & de-duplicate
2014-12-02 10:30:29 +01:00
e35b4bac0a
Collada Importer: Separated finding bone chains and fixing leaf bone orientations into 2 functions and added a separated import option
2014-12-01 20:31:59 +01:00
8d42c2f3ea
Improved Collada Armature Import
...
Collada does not support Bone length. It has only Joints.
This patch tries to improve the necessary "guesswork" for
importing Rigs.
Differential Revision: https://developer.blender.org/D920
2014-12-01 12:08:26 +01:00
46d2b6cd0b
Followup for the previous commit
...
Don't have collada here, so need to use buildbot to test,,
2014-11-29 17:52:02 +05:00
0c60129331
Attempt to fix collada compilation after recent cleanup
...
This one call really smart script to check unused headers, huh? ;)
2014-11-29 17:47:08 +05:00
915235c87a
Cleanup: unused headers
2014-11-28 22:16:14 +01:00
50af4d208d
Cleanup: spelling, ws
2014-10-03 08:21:14 +02:00
2040666fd1
fix T42046 Improved the option label for clarity
2014-10-02 08:55:13 +02:00
aaa2f7f3ec
Fix compilation on GCC (good old mixed declaration and code).
2014-09-30 14:22:20 +02:00
c0276251d2
fix T42022 Attempt to export empty set of objects resulted in an exception
2014-09-30 13:22:55 +02:00
a3fac84c73
Cleanup: indentation
2014-08-05 13:36:35 +10:00
617557b08e
Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define
2014-04-01 15:22:28 +11:00
c819fd4ee0
Changed some labels from Second Life to OpenSim
2013-10-03 14:24:54 +00:00
3741a588bc
Fix 36505: Collada exporter crashes Blender when exporting to locked file
2013-08-24 09:51:05 +00:00
225c5fee6b
move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)
...
remove MEM_sys_types.h which was a duplicate.
2013-05-28 19:35:26 +00:00
6de829cb7a
code cleanup: split scons includes onto multiple lines, reduce chance of include conflicts later on.
2013-05-20 18:42:28 +00:00
401fdf5065
py api: add Object.update_from_editmode(),
...
Useful for python exporters to avoid toggling editmode on export, moved into own function ED_object_editmode_load(obedit).
2013-03-21 14:12:04 +00:00
e7c15beaf6
code cleanup: use booleans for mesh and selection code.
2013-03-19 23:17:44 +00:00
aaa8a13c49
code cleanup: use const events for modal and invoke operators.
2013-03-13 09:03:46 +00:00
c36f20a7d2
style cleanup
2013-03-08 04:00:06 +00:00
8664d4b98b
Collada: Added option for how rot,loc,trans data is exported (improves flexibility for support of other 3D tools)
2013-03-06 23:21:52 +00:00
be701b6278
Collada: Added support for ngon export/import and added triangulate option to export
2013-03-02 15:58:13 +00:00
0ac07404ba
style cleanup: braces with multi-line statements, also add some comments.
2013-03-01 14:47:06 +00:00
debc3ac910
Collada export: Add ngon support (initial)
2013-02-27 13:53:43 +00:00
b1543f07bf
Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán and S. Lockal for spotting them!
2013-02-24 15:40:28 +00:00
b063bdbb5f
Please stop adding points in tooltips, unless it is absolutely necessary! Commas, parenthesis, en quads, etc., do exist!
...
I took time to add basics about our UI messages conventions in blender code style guide (http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#UI_Messages ), so I’d like to stop wasting time over such stupid things. Especially when I alredy did it one day ago!
2013-02-11 18:47:06 +00:00
9d6210c0ed
Collada Importer: Some code cleanup and optimization of the rescale function
2013-02-11 11:12:44 +00:00
2005f7c6c0
style cleanup: also some typos
2013-02-11 00:49:00 +00:00
22dbb675c1
Fix #33437 Collada: Added scale matching for Scene imports.
2013-02-10 22:14:56 +00:00
942ad6d9cd
style cleanup
2013-02-10 17:06:05 +00:00
82c86af7f7
Bunch of fixes for py ui messages (all those using 'formating' were not translated previously, now they use bpy.app.translations.pgettext). Also pleas avoid complex py statements in 'text' values (like 'text="foo" if cond else "bar"'), thes make message extraction script fails!
...
And another "final point in UI message" removal!
2013-02-09 18:26:40 +00:00
f34d1d5585
[ #33437 ](partial fix) Collada: importing a scene changes units. Added an option to disable unit settings during import.
2013-02-09 16:19:30 +00:00
c263753d17
Added gsoc-2012 collada improvements from bratwurst branch
2013-01-21 13:45:49 +00:00
ab2c273b12
Added GPL header to sconscripts!
...
Also changed shebang to '#!/usr/bin/env python', this is more portable across unixes...
2012-12-17 08:01:43 +00:00
64add7c9c7
More UI messages and BKE_reportf<->BKE_report fixes...
2012-10-16 07:53:10 +00:00
f3d261d795
Collada(exporter): Added error message when export file can not be created for whichever reason
2012-09-19 19:28:29 +00:00
71ecbe9b37
Fix for own r50715 (static func is much better here!)...
2012-09-18 15:13:45 +00:00
41392dccf0
Small fixes to languages names (thx to Dalai Felinto for the hints), and enable building with collada under gcc in paranoid warnings=errors mode (function prototypes needed)...
2012-09-18 07:03:23 +00:00
e75f5c8208
quiet -Wmissing-prototypes warnings, and enable this warning by default for C with gcc.
...
helps for finding unused functions and making functions static, also did some minor code cleanup.
2012-09-15 01:52:28 +00:00
47ec91e8d3
code clenup: comments and some style edits on ghost/osx (odd indentation)
2012-09-06 02:10:09 +00:00
306e2b4878
stule cleanup
2012-09-04 18:47:08 +00:00
ee96cde864
style cleanup: whitespace
2012-08-26 11:35:43 +00:00
97e9659c53
style cleanup
2012-08-04 12:54:27 +00:00
cfb7aee017
style cleanup
2012-07-07 22:51:57 +00:00
37dc4006c7
First load of spell and typo fixes (mostly UI messages, but also one or two pieces of code using mis-spelled names).
2012-07-03 17:20:21 +00:00
25f59c8e0b
code cleanup: cmake buildsystem edits, unused var warnings and better description for WITH_PYTHON_MODULE.
...
also disable workaround for some linux installs.
2012-06-28 08:51:02 +00:00
32478997ec
style cleanup
2012-06-27 18:29:47 +00:00
8ef4c4762b
Added option for exporting material based textures. Cleaned up header files due to a bug in osx
2012-06-23 22:03:31 +00:00