This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
6fa349f85e8feff90ba00a52b3669e28ea09c223
test
/
source
/
blender
/
editors
/
space_sequencer
History
Campbell Barton
2970b7a735
change name length from 32 to 64, perhaps we should have some constant here bpy.constants.NAME_MAX ? - but this hardly ever changes.
...
also hide allow overlap option for adding sequence strips, this was only intended for api use
2012-05-21 16:52:04 +00:00
..
CMakeLists.txt
remove $Id: tags after discussion on the mailign list:
http://markmail.org/message/fp7ozcywxum3ar7n
2011-10-23 17:52:20 +00:00
SConscript
Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with slight modifications.
2012-04-24 12:57:58 +00:00
sequencer_add.c
change name length from 32 to 64, perhaps we should have some constant here bpy.constants.NAME_MAX ? - but this hardly ever changes.
2012-05-21 16:52:04 +00:00
sequencer_buttons.c
Code cleanup:
2012-04-13 00:04:56 +00:00
sequencer_draw.c
code cleanup:
2012-05-20 19:49:27 +00:00
sequencer_edit.c
code cleanup:
2012-05-20 19:49:27 +00:00
sequencer_intern.h
style cleanup: misc editor changes.
2012-05-08 11:48:19 +00:00
sequencer_ops.c
style cleanup: sequencer
2012-03-29 22:26:11 +00:00
sequencer_scopes.c
style cleanup: whitespace/operators
2012-05-09 09:24:15 +00:00
sequencer_select.c
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
space_sequencer.c
code cleanup: function naming, use BKE_*type* prefix.
2012-05-05 14:03:12 +00:00