2011-10-22 |
Miika Hamalainen | Merge with trunk r41197 |
tree | commitdiff |
2011-10-22 |
Miika Hamalainen | Dynamic Paint: |
tree | commitdiff |
2011-10-22 |
Thomas Dinges | * Re-commit splash screen with Alpha header. |
tree | commitdiff |
2011-10-22 |
Brecht Van Lommel | Code cleanup: file operations merged into single header... |
tree | commitdiff |
2011-10-22 |
Campbell Barton | - use defines for wmKeyMapItem & wmEvent alt/shift... |
tree | commitdiff |
2011-10-22 |
Campbell Barton | py api - added PyC_UnicodeFromByteAndSize() to match... |
tree | commitdiff |
2011-10-22 |
Alexander Kuznetsov | Fix for alt-tab in Windows. |
tree | commitdiff |
2011-10-22 |
Campbell Barton | BLI_utildefine minor edits |
tree | commitdiff |
2011-10-22 |
Campbell Barton | header cleanup and typo's |
tree | commitdiff |
2011-10-21 |
Brecht Van Lommel | Code cleanup: remove BLI_exist, now there is only BLI_e... |
tree | commitdiff |
2011-10-21 |
Brecht Van Lommel | Code cleanup: don't use btempdir/bprogdir/bprogname... |
tree | commitdiff |
2011-10-21 |
Brecht Van Lommel | Code cleanup: remove some unused code in header. |
tree | commitdiff |
2011-10-21 |
Sergey Sharybin | Fix compilation error with MSVC caused by recent commit. |
tree | commitdiff |
2011-10-21 |
Campbell Barton | fix [#28967] Attempting to add a new pose to the Pose... |
tree | commitdiff |
2011-10-21 |
Campbell Barton | misc cleanup |
tree | commitdiff |
2011-10-21 |
Campbell Barton | - add convenience functions BLI_split_dir_part / BLI_sp... |
tree | commitdiff |
2011-10-21 |
Guillermo S. Romero | Fix copyright assignment. |
tree | commitdiff |
2011-10-21 |
Campbell Barton | replace BLF's blf_utf8_next() with BLI_str_utf8_as_unic... |
tree | commitdiff |
2011-10-21 |
Campbell Barton | - minor edits to font drawing/utf8, was needlessly... |
tree | commitdiff |
2011-10-21 |
Campbell Barton | replace own unicode functions with versions from glib... |
tree | commitdiff |
2011-10-20 |
Bastien Montagne | Cleaning i18n code. |
tree | commitdiff |
2011-10-20 |
Guillermo S. Romero | SVN maintenance. |
tree | commitdiff |
2011-10-20 |
Thomas Dinges | Version cycle: |
tree | commitdiff |
2011-10-20 |
Brecht Van Lommel | Fix missing node editor update when assigning/removing... |
tree | commitdiff |
2011-10-20 |
Brecht Van Lommel | Fix missing updates when changing smoke flow settings. |
tree | commitdiff |
2011-10-20 |
Campbell Barton | BLI_ghash.h was including BLI_blenlib.h, remove from... |
tree | commitdiff |
2011-10-20 |
Antony Riakiotakis | reverting 41124, maybe better solution is to enforce... |
tree | commitdiff |
2011-10-20 |
Campbell Barton | fixes for unicode input, should work for operator texti... |
tree | commitdiff |
2011-10-20 |
Campbell Barton | unicode text input for 3d text. |
tree | commitdiff |
2011-10-20 |
Lukas Toenne | Fix for #28980, could enter infinite loop during node... |
tree | commitdiff |
2011-10-20 |
Bastien Montagne | Minor: fix [#28899] Frequently used modelling modifiers... |
tree | commitdiff |
2011-10-20 |
Campbell Barton | - add BLI_string_utf8.h for unicode functions. |
tree | commitdiff |
2011-10-20 |
Sergey Sharybin | Fix #28938: Black frames when composite output node... |
tree | commitdiff |
2011-10-20 |
Sergey Sharybin | Fix #28937: Text Editor Selection (Scroll Bar) |
tree | commitdiff |
2011-10-20 |
Campbell Barton | fix [#28902] Rendering and visibility icons in modifier... |
tree | commitdiff |
2011-10-20 |
Sergey Sharybin | Fix #28942: Minimize stretch in UV editing has no conti... |
tree | commitdiff |
2011-10-20 |
Bastien Montagne | A big set of UI messages fixes and tweaks! No functiona... |
tree | commitdiff |
2011-10-20 |
Campbell Barton | minor changes to test editing |
tree | commitdiff |
2011-10-20 |
Campbell Barton | initial support for unicode keyboard input for ghost... |
tree | commitdiff |
2011-10-20 |
Joshua Leung | Bugfix [#28976] crash when moving keys in dopesheet... |
tree | commitdiff |
2011-10-20 |
Campbell Barton | debug build option WITH_PYTHON_UI_INFO, so you can... |
tree | commitdiff |
2011-10-20 |
Campbell Barton | misc edits |
tree | commitdiff |
2011-10-19 |
Campbell Barton | strcpy() --> BLI_strncpy(), where source strings are... |
tree | commitdiff |
2011-10-19 |
Antony Riakiotakis | #fix: Saving OpenEXR images as floats ignores color... |
tree | commitdiff |
2011-10-19 |
Campbell Barton | replace RNA function string lookups with direct assignm... |
tree | commitdiff |
2011-10-19 |
Campbell Barton | pass -noaudio when running blender for various utilitie... |
tree | commitdiff |
2011-10-19 |
Peter Schlaile | == Sequencer == |
tree | commitdiff |
2011-10-19 |
Lukas Toenne | Adds an update flag to the bNode struct (similar to... |
tree | commitdiff |
2011-10-19 |
Campbell Barton | fix for armatures in wire draw mode not displaying... |
tree | commitdiff |
2011-10-17 |
Thomas Dinges | BLENDER_VERSION_CYCLE: |
tree | commitdiff |
2011-10-17 |
Ton Roosendaal | Blender 2.60 release commit! |
tree | commitdiff |
2011-10-17 |
Campbell Barton | fix spelling mistakes in comments (and in some python... |
tree | commitdiff |
2011-10-17 |
Campbell Barton | docs / clenup (no functional code changes) |
tree | commitdiff |
2011-10-16 |
Janne Karhu | Particle dupliobject rotation changes: |
tree | commitdiff |
2011-10-16 |
Campbell Barton | utf8 editing for UI text input, this means backspace... |
tree | commitdiff |
2011-10-16 |
Daniel Salazar | ID Mask node was limmited at 10000 while OB and Mat... |
tree | commitdiff |
2011-10-15 |
Dalai Felinto | Set the correct char for Persian name (using \ufbfd... |
tree | commitdiff |
2011-10-15 |
Campbell Barton | spelling corrections in comments and quiet warning |
tree | commitdiff |
2011-10-15 |
Campbell Barton | keep particle system names unique |
tree | commitdiff |
2011-10-15 |
Campbell Barton | ensure BoneGroup names are kept unique. |
tree | commitdiff |
2011-10-15 |
Campbell Barton | make sure render layer names are unique when setting... |
tree | commitdiff |
2011-10-15 |
Campbell Barton | fix UI jump in normal buttons for buttons which didnt... |
tree | commitdiff |
2011-10-15 |
Campbell Barton | - add template for defining custom driver functions. |
tree | commitdiff |
2011-10-15 |
Campbell Barton | misc edits |
tree | commitdiff |
2011-10-15 |
Campbell Barton | fix for buffer overrun with BLI_split_dirfile(...)... |
tree | commitdiff |
2011-10-15 |
Janne Karhu | Fix for [#28823] Boids use uninitialized memory. |
tree | commitdiff |
2011-10-15 |
Campbell Barton | fix for weight paint vertex select, it broke vertex... |
tree | commitdiff |
2011-10-14 |
Sergey Sharybin | Remove final e from Francaise |
tree | commitdiff |
2011-10-14 |
Sergey Sharybin | Split language menu into two columns: |
tree | commitdiff |
2011-10-14 |
Brecht Van Lommel | Fix #28914: crash loading file saved with cycles builds... |
tree | commitdiff |
2011-10-14 |
Sergey Sharybin | Fix for first part of #28911: driver not working proper... |
tree | commitdiff |
2011-10-14 |
Andrew Wiggin | Other part of the MSVC build fix (need definition for... |
tree | commitdiff |
2011-10-14 |
Joerg Mueller | Hopefully fixing windows build problems with this hack... |
tree | commitdiff |
2011-10-14 |
Andrew Wiggin | Reverting my windows build fix because it breaks the... |
tree | commitdiff |
2011-10-14 |
Andrew Wiggin | Fix MSVC build ( .0f/.0f fires a compiler error ) |
tree | commitdiff |
2011-10-14 |
Campbell Barton | fix [#28909] OpenCollada export / import sintel lite... |
tree | commitdiff |
2011-10-13 |
Joerg Mueller | Fixing [#28907] Frozen playback. |
tree | commitdiff |
2011-10-13 |
Campbell Barton | rename confusing constants (no functional change) |
tree | commitdiff |
2011-10-13 |
Miika Hamalainen | Merge with trunk r40991 |
tree | commitdiff |
2011-10-13 |
Miika Hamalainen | Dynamic Paint: |
tree | commitdiff |
2011-10-13 |
Campbell Barton | comment own recent memory leak fix since it broke edge... |
tree | commitdiff |
2011-10-13 |
Campbell Barton | correct collada lib linking order (wasnt building for... |
tree | commitdiff |
2011-10-13 |
Sergey Sharybin | Revert part of recent fix for movie resolution. |
tree | commitdiff |
2011-10-13 |
Campbell Barton | fix for leak when switching between transform rotation... |
tree | commitdiff |
2011-10-13 |
Campbell Barton | ensure grease pencil layer names are unique when set... |
tree | commitdiff |
2011-10-13 |
Campbell Barton | fix [#28898] Segmentation fault when Home key during... |
tree | commitdiff |
2011-10-13 |
Campbell Barton | correct some invalid exception types. |
tree | commitdiff |
2011-10-13 |
Campbell Barton | formatting edits & remove debug print. |
tree | commitdiff |
2011-10-13 |
Campbell Barton | bpy/rna new property attribute 'data', this means its... |
tree | commitdiff |
2011-10-12 |
Campbell Barton | quiet compiler warnings for string formatting in ffmpeg... |
tree | commitdiff |
2011-10-12 |
Sergey Sharybin | Compile fix for some platforms (like linux release... |
tree | commitdiff |
2011-10-12 |
Guillermo S. Romero | Fix typo. |
tree | commitdiff |
2011-10-12 |
Lukas Toenne | Free cache data when creating a new group from selected... |
tree | commitdiff |
2011-10-12 |
Brecht Van Lommel | Workaround for #28864: crash rendering out file with... |
tree | commitdiff |
2011-10-12 |
Lukas Toenne | Fix for #28876, alpha over with empty image node gives... |
tree | commitdiff |
2011-10-12 |
Lukas Toenne | Fix for #28886, compositor cache regression bug. |
tree | commitdiff |
2011-10-12 |
Sergey Sharybin | Fixes for #26837: MPEG Preseek does not work for some... |
tree | commitdiff |
2011-10-12 |
Campbell Barton | fix for possible buffer overflow bug in BLI_join_dirfil... |
tree | commitdiff |
2011-10-12 |
Campbell Barton | fix [#28882] grease pencil draw apperence seems to... |
tree | commitdiff |
2011-10-12 |
Campbell Barton | fix [#28883] redraw problems for particle mode's brush... |
tree | commitdiff |
next |