2011-09-19 |
Jason Hays | Merged 40338-40364 soc-2011-radish |
tree | commitdiff |
2011-09-19 |
Campbell Barton | Move function out of mathutils to: BLI_math_rotation... |
tree | commitdiff |
2011-09-19 |
Campbell Barton | cleanup endian handling |
tree | commitdiff |
2011-09-18 |
Campbell Barton | svn merge -r40197:40311 ^/trunk/blender |
tree | commitdiff |
2011-09-17 |
Campbell Barton | use const and array size in function definitions, no... |
tree | commitdiff |
2011-09-16 |
Campbell Barton | use replace 0 with NULL for pointers, set some function... |
tree | commitdiff |
2011-09-15 |
Guillermo S. Romero | SVN maintenance. |
tree | commitdiff |
2011-09-15 |
Campbell Barton | - include enum names and descriptions in sphinx generat... |
tree | commitdiff |
2011-09-15 |
Campbell Barton | fix [#28658] python can assign non utf8 and crash becau... |
tree | commitdiff |
2011-09-15 |
Campbell Barton | move utf8 string.c functions into their own file, also... |
tree | commitdiff |
2011-09-13 |
Campbell Barton | svn merge -r40000:40179 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-09-13 |
Campbell Barton | svn merge -r39900:40000 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-09-13 |
Campbell Barton | svn merge -r39800:39900 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-09-13 |
Campbell Barton | svn merge -r39558:39800 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-09-12 |
Campbell Barton | use vector size and const args where possible (no funct... |
tree | commitdiff |
2011-09-12 |
Campbell Barton | replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short... |
tree | commitdiff |
2011-09-11 |
Campbell Barton | minor edits / cleanup - no functional changes. |
tree | commitdiff |
2011-09-09 |
Benoit Bolsee | svn merge -r 40061:40078 https://svn.blender.org/svnroo... soc-2010-nicks |
tree | commitdiff |
2011-09-09 |
Nathan Letwory | Apply small patch by Shane Ambler: |
tree | commitdiff |
2011-09-09 |
Benoit Bolsee | svn merge -r 39975:40061 https://svn.blender.org/svnroo... |
tree | commitdiff |
2011-09-09 |
Campbell Barton | - turn RNA_warning into a macro which includes the... |
tree | commitdiff |
2011-09-07 |
Benoit Bolsee | svn merge -r 37306:39975 https://svn.blender.org/svnroo... |
tree | commitdiff |
2011-09-07 |
Bastien Montagne | Merging r39948 through r39988 from trunk into vgroup_mo... vgroup_modifiers |
tree | commitdiff |
2011-09-06 |
Campbell Barton | fix for error in strinc.c's BLI_strescape |
tree | commitdiff |
2011-09-06 |
Campbell Barton | svn merge -r39930:39947 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-09-05 |
Lukas Toenne | Merged the particles-2010 branch with node improvements... |
tree | commitdiff |
2011-09-05 |
Brecht Van Lommel | Code cleanup: warning fixes. |
tree | commitdiff |
2011-09-05 |
Brecht Van Lommel | Fix #28394: clouds texture error with high noise depth... |
tree | commitdiff |
2011-09-01 |
Bastien Montagne | Merging r39652 through r39842 from trunk into vgroup_mo... |
tree | commitdiff |
2011-09-01 |
Campbell Barton | spaces -> tabs (configure you're editors right!) |
tree | commitdiff |
2011-08-31 |
Campbell Barton | patch [#28218] During-render callback functionality |
tree | commitdiff |
2011-08-31 |
Campbell Barton | typo fix: end of lines ;; --> ; |
tree | commitdiff |
2011-08-30 |
Brecht Van Lommel | Fixes for snprintf usage: |
tree | commitdiff |
2011-08-30 |
Campbell Barton | fix for some warnings with the recent merge, also tag... |
tree | commitdiff |
2011-08-30 |
Joerg Mueller | * Merge trunk up to r39790. soc-2011-pepper |
tree | commitdiff |
2011-08-28 |
Campbell Barton | RNA_property_as_string now escapes the string (so opera... |
tree | commitdiff |
2011-08-28 |
Campbell Barton | - use static vars and functions where possible. |
tree | commitdiff |
2011-08-28 |
Campbell Barton | remove implicit casts to doubles in the noise code... |
tree | commitdiff |
2011-08-28 |
Campbell Barton | fix [#28388] Clouds at high depth give artifacts. |
tree | commitdiff |
2011-08-27 |
Campbell Barton | remove deprecated & unused mat3_to_vec_rot and mat4_to_... |
tree | commitdiff |
2011-08-27 |
Campbell Barton | eek F4TOCHAR4 was assigning alpha twice too!, tsk tsk. |
tree | commitdiff |
2011-08-27 |
Campbell Barton | F3TOCHAR4 macro was assigning the same value twice... |
tree | commitdiff |
2011-08-26 |
Campbell Barton | sub_v4_v4v4 was taking float[3] arguments. |
tree | commitdiff |
2011-08-23 |
Campbell Barton | BLI_strescape for a basic, python like string escaping... |
tree | commitdiff |
2011-08-23 |
Bastien Montagne | Merging r39486 through r39651 from trunk into vgroup_mo... |
tree | commitdiff |
2011-08-23 |
Campbell Barton | change compression level for gzip saving to 1, approx... |
tree | commitdiff |
2011-08-22 |
Joerg Mueller | Merging trunk up to r39637. |
tree | commitdiff |
2011-08-19 |
Jason Hays | Merged 39338-39558 |
tree | commitdiff |
2011-08-19 |
Campbell Barton | warning cleanup for -Wdouble-promotion |
tree | commitdiff |
2011-08-17 |
Bastien Montagne | Merging r39199 through r39485 from trunk into vgroup_mo... |
tree | commitdiff |
2011-08-16 |
Joerg Mueller | Merging trunk up to r39447. |
tree | commitdiff |
2011-08-15 |
Brecht Van Lommel | Code cleanup: add UNUSED_FUNCTION macro to avoid warnin... |
tree | commitdiff |
2011-08-15 |
Campbell Barton | comment unused lines. |
tree | commitdiff |
2011-08-12 |
Jason Hays | Merged 39257-39338 |
tree | commitdiff |
2011-08-12 |
Campbell Barton | un-inline GHash functions r26206, these are quite large... |
tree | commitdiff |
2011-08-08 |
Bastien Montagne | Merging r38818 through r39198 from trunk into vgroup_mo... |
tree | commitdiff |
2011-08-08 |
Jason Hays | Merged 38822-39182 |
tree | commitdiff |
2011-08-02 |
Joerg Mueller | Merging trunk up to r38932. |
tree | commitdiff |
2011-08-02 |
Mike Erwin | svn merge -r38814:38905 https://svn.blender.org/svnroot... merwin-spacenav |
tree | commitdiff |
2011-07-31 |
Nicholas Bishop | == PBVH == |
tree | commitdiff |
2011-07-30 |
Campbell Barton | quiet some compiler warnings & fix possible (but unlike... |
tree | commitdiff |
2011-07-21 |
Joerg Mueller | Merge with trunk up to r38584. |
tree | commitdiff |
2011-07-21 |
Jason Hays | Merged from trunk 38474-38568 |
tree | commitdiff |
2011-07-21 |
Nathan Letwory | svn merge -r37276:38555 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-07-20 |
Campbell Barton | patch [#28031] Minor typo in Blenlib |
tree | commitdiff |
2011-07-18 |
Campbell Barton | manually make small changes to sync with trunk |
tree | commitdiff |
2011-07-18 |
Campbell Barton | svn merge -r38157:38474 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-07-18 |
Campbell Barton | svn merge -r37793:37865 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-07-17 |
Campbell Barton | cmake: cleanup include paths, some duplicates and going... |
tree | commitdiff |
2011-07-16 |
Campbell Barton | cmake source definitions: |
tree | commitdiff |
2011-07-16 |
Joshua Leung | Bugfix [#27157] keyframing a constrained bone does... |
tree | commitdiff |
2011-07-12 |
Joerg Mueller | Merging trunk up to r38329. |
tree | commitdiff |
2011-07-12 |
Mitchell Stokes | CMake fixes for r38303 (splitting up the outliner code). |
tree | commitdiff |
2011-07-09 |
Campbell Barton | fix for NULL pointer usages |
tree | commitdiff |
2011-07-06 |
Joerg Mueller | Merging trunk up to r38167. |
tree | commitdiff |
2011-07-06 |
Jason Hays | Merged 38124-38157 |
tree | commitdiff |
2011-07-06 |
Jason Hays | Merged 37865-38124 |
tree | commitdiff |
2011-07-06 |
Brecht Van Lommel | Fix #27877: writing .avi files > 4 GB not working on... |
tree | commitdiff |
2011-07-05 |
Brecht Van Lommel | Patch #27842: build fix for solaris, missing finite... |
tree | commitdiff |
2011-07-05 |
Joerg Mueller | Merging from trunk up to r38119. |
tree | commitdiff |
2011-07-04 |
Brecht Van Lommel | Paths: remove some temporary code that was only needed... |
tree | commitdiff |
2011-07-04 |
Campbell Barton | fix for own error in intersect_line_sphere_2d(), using... |
tree | commitdiff |
2011-07-03 |
Campbell Barton | fix 2 bugs in project from view from a camera object |
tree | commitdiff |
2011-07-03 |
Campbell Barton | fix [#27839] UV 'Project from view' ignores camera... |
tree | commitdiff |
2011-06-27 |
Jason Hays | Merged from trunk with revision range 36835-37865, |
tree | commitdiff |
2011-06-26 |
Campbell Barton | 2d version of line/circle intersec function. |
tree | commitdiff |
2011-06-26 |
Campbell Barton | renamed math functions and made public |
tree | commitdiff |
2011-06-26 |
Campbell Barton | math func to find the intersection(s) between a segment... |
tree | commitdiff |
2011-06-24 |
Guillermo S. Romero | SVN maintenance. |
tree | commitdiff |
2011-06-24 |
Benjy Cook | Bugfixing and modification to ensure functionality... |
tree | commitdiff |
2011-06-24 |
Campbell Barton | own patch [#27752] Python Callback (Scriptlink function... |
tree | commitdiff |
2011-06-24 |
Campbell Barton | move callbacks file out of intern (only contains 1... |
tree | commitdiff |
2011-06-24 |
Campbell Barton | fix [#27746] Black and White Render doesn't work and... |
tree | commitdiff |
2011-06-20 |
Joerg Mueller | Merge with trunk r37677 |
tree | commitdiff |
2011-06-18 |
Campbell Barton | rename cmake include/libraries to conform with suggeste... |
tree | commitdiff |
2011-06-14 |
Joerg Mueller | Merge with trunk r37475. |
tree | commitdiff |
2011-06-09 |
Campbell Barton | replace log() calls with constants |
tree | commitdiff |
2011-06-08 |
Mike Erwin | migrated NDOF code from soc-2010-merwin, SpaceNavigator... |
tree | commitdiff |
2011-06-07 |
Benoit Bolsee | svn merge -r 37212:37306 https://svn.blender.org/svnroo... |
tree | commitdiff |
2011-06-06 |
Antony Riakiotakis | fix for float projection painting, now updating correctly. |
tree | commitdiff |
next |