1bf893e9c8
Code cleanup: BKE_ prefix for public sequencer functions
2012-08-08 11:15:40 +00:00
8b865c01cd
style cleanup: comments
2012-06-30 22:49:33 +00:00
7ef54879ed
Fix for properly converting 2.4x IPO Actuators to 2.6x Action Actuators. Previously the converted Action Actuators would not have an action assigned. This fix is based on code provided by Maxim Aleynikov in his report: [ #30410 ] not full conversion IPO Actuator in Action Actuator.
2012-06-21 06:27:51 +00:00
105b1031dd
code cleanup: rename sequencer types to SEQ_TYPE_*** and use enums rather then defines.
2012-06-07 15:49:02 +00:00
16117143d8
Massive Code cleanup:
...
* Remove all code for Texture and Sequencer plugin system, this never worked in 2.5x / 2.6x and is therefore not needed anymore.
* DNA structures are kept, all read/writefile code is gone.
2012-05-29 10:21:07 +00:00
da710b3e14
style cleanup: brace placement/newlines
2012-05-24 16:35:45 +00:00
2d2d36fe3b
code cleanup:
...
- style - multi-line ifs move braces onto new lines.
- iterators - convert some to macros, other split up and move brace.
2012-05-20 19:49:27 +00:00
af3e348430
code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also replace do prefix with do_ for bool vars.
2012-05-19 13:28:19 +00:00
d881f9225c
Style cleanup in readfile versioning files
2012-05-07 06:32:14 +00:00
c91cee2bb9
code cleanup: naming - BKE_mesh_*
2012-05-05 21:28:12 +00:00
1c90c495c0
- Fixed issue with printing file version triple times when loading file in debug mode
...
- Remove commented out headers from versioning module
2012-05-05 17:25:58 +00:00
ad93736bd4
Windows:
...
* Fix compile for recent do_versions() splitting.
2012-05-04 17:39:14 +00:00
1fd397d2d6
Split do_versions into separate files for pre-2.50 versions and 2.5x versions
...
This should make it easier to navigate through readfile.c and also hopefully
will prevent corereview to fail parsing this file.
2012-05-04 15:42:49 +00:00