2011-04-21 |
Campbell Barton | converted more mixed tab/space indentations to tabs... |
tree | commitdiff |
2011-04-19 |
Joshua Leung | Bugfix [#25960] .1 Action Editor header doesn't update... |
tree | commitdiff |
2011-04-19 |
Campbell Barton | patch [#26978] Minor Spelling Mistakes in Editor Operators |
tree | commitdiff |
2011-04-06 |
Campbell Barton | fix for cmake glew includes (tested with mingw), also... |
tree | commitdiff |
2011-04-03 |
Campbell Barton | quiet various warnings, also disable -Wdouble-promotion... |
tree | commitdiff |
2011-04-01 |
Campbell Barton | fix [#26713] Video Sequencer: Audio mute after making... |
tree | commitdiff |
2011-03-31 |
Joshua Leung | Pose Propagate - Further Tweaks: |
tree | commitdiff |
2011-03-22 |
Campbell Barton | properties were being used with wrong type functions... |
tree | commitdiff |
2011-03-18 |
Joshua Leung | Safety checks for macro defines |
tree | commitdiff |
2011-03-17 |
Joshua Leung | Bugfix [#26505] zoom in selected keys on graph editor |
tree | commitdiff |
2011-03-05 |
Ton Roosendaal | Bugfix #26317 |
tree | commitdiff |
2011-03-05 |
Campbell Barton | use NULL rather then 0 for pointer assignments & compar... |
tree | commitdiff |
2011-03-02 |
Joshua Leung | Bugfix [#26269] Initiating a duplication with shift... |
tree | commitdiff |
2011-02-28 |
Campbell Barton | remove unused vars. |
tree | commitdiff |
2011-02-27 |
Nathan Letwory | doxygen: blender/editors tagged. |
tree | commitdiff |
2011-02-27 |
Campbell Barton | - use Py_CLEAR for python internally referencing other... |
tree | commitdiff |
2011-02-26 |
Joshua Leung | Bugfix: In Action Editor, when "show pose markers"... |
tree | commitdiff |
2011-02-26 |
Joshua Leung | Added operator which makes selected scene markers into... |
tree | commitdiff |
2011-02-23 |
Nathan Letwory | doxygen: prevent GPL license block from being parsed... |
tree | commitdiff |
2011-02-21 |
Nathan Letwory | I swear, it was just an innocence change in guardedalloc! |
tree | commitdiff |
2011-02-17 |
Campbell Barton | Clear some compiler warnings by commenting some functio... |
tree | commitdiff |
2011-02-14 |
Campbell Barton | made most variables which are only used in a single... |
tree | commitdiff |
2011-02-14 |
Joshua Leung | Forgot NLA Editor support for this... |
tree | commitdiff |
2011-02-14 |
Joshua Leung | Graph Editor part of the changes in the previous commit... |
tree | commitdiff |
2011-02-14 |
Joshua Leung | DopeSheet: Add menu entries and hotkeys to select all... |
tree | commitdiff |
2011-01-30 |
Campbell Barton | remove nan-makefiles |
tree | commitdiff |
2011-01-17 |
Joshua Leung | More consistency with order of action vs gp keyframes... |
tree | commitdiff |
2011-01-17 |
Joshua Leung | Bugfix [#25674] No Box Select in Dopesheet |
tree | commitdiff |
2011-01-12 |
Campbell Barton | remove redundant assignments & unused vars. |
tree | commitdiff |
2011-01-11 |
Joshua Leung | "New Action" Operator: |
tree | commitdiff |
2011-01-10 |
Joshua Leung | - Local Markers are now taken into account correctly... |
tree | commitdiff |
2011-01-10 |
Joshua Leung | Todo #22395: Restoring Grease Pencil Editing Mode in... |
tree | commitdiff |
2011-01-10 |
Campbell Barton | action paste properties were assigned to copy operator... |
tree | commitdiff |
2011-01-09 |
Joshua Leung | Restoring "Pose Markers" |
tree | commitdiff |
2011-01-07 |
Campbell Barton | remove references to BKE_utildefines where its not... |
tree | commitdiff |
2011-01-07 |
Campbell Barton | split BKE_utildefines.h, now it only has blender specif... |
tree | commitdiff |
2011-01-06 |
Campbell Barton | use ED_markers_get_first_selected() where possible... |
tree | commitdiff |
2011-01-06 |
Joshua Leung | == Long-Standing 2.5 Todo - Markers fully working again... |
tree | commitdiff |
2010-12-22 |
Campbell Barton | rename blenderlib to blender_add_lib |
tree | commitdiff |
2010-12-20 |
Ton Roosendaal | Bugfix #25308 |
tree | commitdiff |
2010-12-20 |
Campbell Barton | fix [#25283] Edge length display difficult to read |
tree | commitdiff |
2010-12-14 |
Campbell Barton | graph editor & action keyframe paste options. |
tree | commitdiff |
2010-12-14 |
Joshua Leung | Fix for 'handle_type' submenu in Graph Editor no longer... |
tree | commitdiff |
2010-12-09 |
Campbell Barton | Problem with FCurve pasting reported by Rob Garlington. |
tree | commitdiff |
2010-12-08 |
Campbell Barton | use lowercase for cmake builtin names and macros, remov... |
tree | commitdiff |
2010-12-03 |
Campbell Barton | - added GCC warning -Wstrict-prototypes |
tree | commitdiff |
2010-12-03 |
Campbell Barton | fix for some pedantic warnings. |
tree | commitdiff |
2010-11-29 |
Campbell Barton | include headers in cmake source, added a script to... |
tree | commitdiff |
2010-11-17 |
Joshua Leung | Keyframing Operators: Improved Error Messages |
tree | commitdiff |
2010-10-31 |
Campbell Barton | initialize structs to zero rather then using memset(). |
tree | commitdiff |
2010-10-23 |
Campbell Barton | use explicit file paths for CMake rather then globing... |
tree | commitdiff |
2010-10-16 |
Campbell Barton | most unused arg warnings corrected. |
tree | commitdiff |
2010-10-16 |
Campbell Barton | editors/space_* build without unused args warnings |
tree | commitdiff |
2010-10-16 |
Joshua Leung | Bugfix #24099: nla content moves out of sync - with fix |
tree | commitdiff |
2010-10-16 |
Joshua Leung | Bugfix #24276: Unable to set extrapolation on a per... |
tree | commitdiff |
2010-10-15 |
Campbell Barton | tag UNUSED() for operator exec() and invoke() functions. |
tree | commitdiff |
2010-10-14 |
Campbell Barton | remove unused args in draw*.c and some in view*.c,... |
tree | commitdiff |
2010-09-18 |
Campbell Barton | warning fixes and minor cmake changes. |
tree | commitdiff |
2010-08-16 |
Joerg Mueller | svn merge -r 31314:31370 https://svn.blender.org/svnroo... soc-2010-nexyon |
tree | commitdiff |
2010-08-16 |
Campbell Barton | - remove unused includes IMB_*, BIF_* & MEM_* |
tree | commitdiff |
2010-08-13 |
Joerg Mueller | svn merge -r 31211:31313 https://svn.blender.org/svnroo... |
tree | commitdiff |
2010-08-10 |
Guillermo S. Romero | Update address in license block. |
tree | commitdiff |
2010-08-10 |
Joerg Mueller | svn merge -r 31145:31210 https://svn.blender.org/svnroo... |
tree | commitdiff |
2010-08-08 |
Campbell Barton | remove unused includes from editors/space_* |
tree | commitdiff |
2010-08-05 |
Joerg Mueller | svn merge -r 30954:31059 https://svn.blender.org/svnroo... |
tree | commitdiff |
2010-08-04 |
Campbell Barton | include cleanup, no functional changes |
tree | commitdiff |
2010-07-19 |
Joerg Mueller | svn merge -r 30418:30512 https://svn.blender.org/svnroo... |
tree | commitdiff |
2010-07-17 |
Campbell Barton | reverting commit r28693. Making backspace a 3rd delete... |
tree | commitdiff |
2010-07-08 |
Joerg Mueller | Merging revision 29560:30125 from trunk. |
tree | commitdiff |
2010-06-27 |
Matt Ebb | Partial cleanup of timing system, with some guidance... |
tree | commitdiff |
2010-06-19 |
Joerg Mueller | Recreating my GSoC branch. |
tree | commitdiff |
2010-06-19 |
Joerg Mueller | Deleting my GSoC branch to recreate it. |
tree | commitdiff |
2010-06-18 |
Matt Ebb | Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT... |
tree | commitdiff |
2010-06-05 |
Campbell Barton | finish cleanup to cmake editors, also removed some... |
tree | commitdiff |
2010-06-04 |
Campbell Barton | have cmake build editors as different libs like scons... |
tree | commitdiff |
2010-05-25 |
Joerg Mueller | Merge with trunk, revision 28528 - 28976. |
tree | commitdiff |
2010-05-20 |
Joshua Leung | Bugfix #22204: curve modifier onto lamp energy with... |
tree | commitdiff |
2010-05-09 |
William Reynish | Added backspace as an alternative to the X key, for... |
tree | commitdiff |
2010-04-18 |
Campbell Barton | remove config.h references, was added for automake... |
tree | commitdiff |
2010-04-06 |
Matt Ebb | Fix [#21516] UI artifacts in array modifier |
tree | commitdiff |
2010-04-05 |
Joshua Leung | Bugfix #21856: Empty F-Curves created when keyframing... |
tree | commitdiff |
2010-04-05 |
Joshua Leung | Animation Editors: Select Linked Operator |
tree | commitdiff |
2010-04-02 |
Joshua Leung | Batch renaming some keyframe editing internals in prepa... |
tree | commitdiff |
2010-03-23 |
Campbell Barton | more lint includes |
tree | commitdiff |
2010-03-22 |
Campbell Barton | spaces -> tabs, (4 spaces == 1 tab, only for white... |
tree | commitdiff |
2010-03-21 |
Guillermo S. Romero | Fix syntax for ID keyword. |
tree | commitdiff |
2010-03-08 |
Campbell Barton | Ctrl+RMB support for selecting markers when sync marker... |
tree | commitdiff |
2010-02-12 |
Campbell Barton | correct fsf address |
tree | commitdiff |
2010-02-10 |
Campbell Barton | batch remove .'s used with RNA_def_struct_ui_text |
tree | commitdiff |
2010-02-07 |
Joshua Leung | Operator Execution Contexts Bugfix: |
tree | commitdiff |
2010-02-07 |
Joshua Leung | DopeSheet and Graph Editors: Select More/Less Operators |
tree | commitdiff |
2010-02-02 |
Joshua Leung | Bugfix #19970: auto-clamped / auto working strangly... |
tree | commitdiff |
2010-02-01 |
Joshua Leung | Bugfix #19970: auto-clamped / auto working strangly... |
tree | commitdiff |
2010-01-30 |
Arystanbek Dyussenov | COLLADA branch: merge from trunk -r 25745:26429. |
tree | commitdiff |
2010-01-27 |
Joshua Leung | DopeSheet and NLA Editor Scrollbar/View Bugs: |
tree | commitdiff |
2010-01-26 |
Ton Roosendaal | Drag and drop 2.5 integration! Finally, slashdot regula... |
tree | commitdiff |
2010-01-26 |
Joshua Leung | Radians vs Degrees: The Second Attempt |
tree | commitdiff |
2010-01-25 |
Joshua Leung | Bugfix #20817: Graph Editor, Drivers: Driving a Shapeke... |
tree | commitdiff |
2010-01-25 |
Martin Poirier | Remove unneeded notifier data added in revision 26219. |
tree | commitdiff |
2010-01-24 |
Campbell Barton | copy of docs from 2.4x for python modules that have... |
tree | commitdiff |
next |