2011-09-18 |
Campbell Barton | svn merge -r40197:40311 ^/trunk/blender |
commit | commitdiff | tree |
2011-09-18 |
Campbell Barton | Console Scrolling - reset while typing. |
commit | commitdiff | tree |
2011-09-18 |
Jason Hays | I made multitude of fixes based on the comments provide... |
commit | commitdiff | tree |
2011-09-17 |
Campbell Barton | image button was hard coded to draw the splash screen... |
commit | commitdiff | tree |
2011-09-17 |
Brecht Van... | Recast/detour: fix some property enum identifiers to... |
commit | commitdiff | tree |
2011-09-17 |
Brecht Van... | Nodes: fix nodes in groups not getting socket templates... |
commit | commitdiff | tree |
2011-09-17 |
Campbell Barton | Speedup for font drawing, every letter was character... |
commit | commitdiff | tree |
2011-09-17 |
Bastien Montagne | Minor: fixing other UI typos. |
commit | commitdiff | tree |
2011-09-17 |
Campbell Barton | use macros RAD2DEG & DEG2RAD rather then multiplying... |
commit | commitdiff | tree |
2011-09-17 |
Bastien Montagne | Minor: fixing an UI typo. |
commit | commitdiff | tree |
2011-09-17 |
Campbell Barton | use const and array size in function definitions, no... |
commit | commitdiff | tree |
2011-09-17 |
Campbell Barton | correction to recent commit, wouldnt have given any... |
commit | commitdiff | tree |
2011-09-17 |
Campbell Barton | more mini optimizations - don't call UI_ThemeColor... |
commit | commitdiff | tree |
2011-09-17 |
Campbell Barton | micro optimization for circle drawing. |
commit | commitdiff | tree |
2011-09-17 |
Campbell Barton | use less confusing array syntax for circle drawing... |
commit | commitdiff | tree |
2011-09-16 |
Mitchell Stokes | BGE Animations: Fixing some refcount issues with KX_Sce... |
commit | commitdiff | tree |
2011-09-16 |
Dalai Felinto | BGE fix: Font Objects not showing up in the dome mode |
commit | commitdiff | tree |
2011-09-16 |
Guillermo S... | SVN maintenance. |
commit | commitdiff | tree |
2011-09-16 |
Bastien Montagne | WeightVG: added WeightVG icon for outliner (don’t know... |
commit | commitdiff | tree |
2011-09-16 |
Campbell Barton | - fix for memory leak in findFreeNavPolyIndex() |
commit | commitdiff | tree |
2011-09-16 |
Sergey Sharybin | Fix #28663: All "unit" properties show a value of 0... |
commit | commitdiff | tree |
2011-09-16 |
Campbell Barton | correction for my fix for [#28668], would crash when... |
commit | commitdiff | tree |
2011-09-16 |
Campbell Barton | use replace 0 with NULL for pointers, set some function... |
commit | commitdiff | tree |
2011-09-16 |
Campbell Barton | new convenience makefile targets for static source... |
commit | commitdiff | tree |
2011-09-16 |
Campbell Barton | replace macros with math lib functions |
commit | commitdiff | tree |
2011-09-16 |
Campbell Barton | - fix for access past the buffer size (paint / sculpt... |
commit | commitdiff | tree |
2011-09-16 |
Campbell Barton | - remove deprecated pose channel members |
commit | commitdiff | tree |
2011-09-16 |
Campbell Barton | fix [#28668] Crashes entering edit mode on Armature |
commit | commitdiff | tree |
2011-09-15 |
Bastien Montagne | WeightVG: Made Edit and Proximity also use the new... |
commit | commitdiff | tree |
2011-09-15 |
Guillermo S... | SVN maintenance. |
commit | commitdiff | tree |
2011-09-15 |
Campbell Barton | - include enum names and descriptions in sphinx generat... |
commit | commitdiff | tree |
2011-09-15 |
Bastien Montagne | WeightVG utils, weightvg_update_vg func updates. |
commit | commitdiff | tree |
2011-09-15 |
Sergey Sharybin | Use static context trick for all platforms. |
commit | commitdiff | tree |
2011-09-15 |
Bastien Montagne | WeightVG Mix modifier: updated code to use defgrp_find_... |
commit | commitdiff | tree |
2011-09-15 |
Sergey Sharybin | - Whitespace fixes (was commiting from windows where... |
commit | commitdiff | tree |
2011-09-15 |
Campbell Barton | replace BLI_strncpy with BLI_strncpy_utf8 where input... |
commit | commitdiff | tree |
2011-09-15 |
Campbell Barton | fix [#28658] python can assign non utf8 and crash becau... |
commit | commitdiff | tree |
2011-09-15 |
Sergey Sharybin | Update build rules to deal with new gettext libraries. |
commit | commitdiff | tree |
2011-09-15 |
Bastien Montagne | Fix [#28654] Warp modifier does not support negative... |
commit | commitdiff | tree |
2011-09-15 |
Campbell Barton | New C/Py api utility function PyC_Err_Format_Prefix... |
commit | commitdiff | tree |
2011-09-15 |
Campbell Barton | move utf8 string.c functions into their own file, also... |
commit | commitdiff | tree |
2011-09-15 |
Campbell Barton | replace rna_update_active_object with NC_GEOM|ND_DATA... |
commit | commitdiff | tree |
2011-09-14 |
Campbell Barton | fix for a bug painting on selected verts, also fix... |
commit | commitdiff | tree |
2011-09-14 |
Campbell Barton | some picky rna/variable renaming: |
commit | commitdiff | tree |
2011-09-14 |
Campbell Barton | - move vgroup lock buttons on the panel into the vgroup... |
commit | commitdiff | tree |
2011-09-14 |
Campbell Barton | - use a flag define for bDeformGroup->flag rather than... |
commit | commitdiff | tree |
2011-09-14 |
Campbell Barton | remove count_selected_defgroups() function and make... |
commit | commitdiff | tree |
2011-09-14 |
Campbell Barton | another cleanup pass, quiet all warnings for GCC |
commit | commitdiff | tree |
2011-09-14 |
Campbell Barton | minor edits to ascii draw function, unused var warning. |
commit | commitdiff | tree |
2011-09-14 |
Campbell Barton | initial cleanup for weight paint branch |
commit | commitdiff | tree |
2011-09-14 |
Campbell Barton | svn merge -r40195:40197 https://svn.blender.org/svnroot... |
commit | commitdiff | tree |
2011-09-14 |
Campbell Barton | move ED_object_pose_armature --> object_pose_armature_g... |
commit | commitdiff | tree |
2011-09-14 |
Campbell Barton | svn merge -r40179:40195 https://svn.blender.org/svnroot... |
commit | commitdiff | tree |
2011-09-14 |
Campbell Barton | removed nodes from CMake's BLENDER_LINK_LIBS, rewrote... |
commit | commitdiff | tree |
2011-09-14 |
Campbell Barton | - removed some duplicate library links from cmake ... |
commit | commitdiff | tree |
2011-09-14 |
Campbell Barton | resolve bad level calls from blenkenel/ into editors... |
commit | commitdiff | tree |
2011-09-13 |
Jason Hays | Re-added the interface template for vertex groups'... |
commit | commitdiff | tree |
2011-09-13 |
Antony Riakiotakis | fix compilation for MinGW by substituting qsort_r with... |
commit | commitdiff | tree |
2011-09-13 |
Sergey Sharybin | Fix typo in own commit for raycast library |
commit | commitdiff | tree |
2011-09-13 |
Sergey Sharybin | Enable FFTW3 library for buildslaves |
commit | commitdiff | tree |
2011-09-13 |
Campbell Barton | quiet compiler warnings |
commit | commitdiff | tree |
2011-09-13 |
Campbell Barton | svn merge -r40000:40179 https://svn.blender.org/svnroot... |
commit | commitdiff | tree |
2011-09-13 |
Campbell Barton | svn merge -r39900:40000 https://svn.blender.org/svnroot... |
commit | commitdiff | tree |
2011-09-13 |
Campbell Barton | svn merge -r39800:39900 https://svn.blender.org/svnroot... |
commit | commitdiff | tree |
2011-09-13 |
Campbell Barton | svn merge -r39558:39800 https://svn.blender.org/svnroot... |
commit | commitdiff | tree |
2011-09-13 |
Campbell Barton | fix [#28635] Mirror Modifier - Clipping still active... |
commit | commitdiff | tree |
2011-09-12 |
Bastien Montagne | Fixes #28599: Wrong re-assigning of layers in RenderLay... |
commit | commitdiff | tree |
2011-09-12 |
Campbell Barton | correct bad maximum value, for wile-loop node, outside... |
commit | commitdiff | tree |
2011-09-12 |
Campbell Barton | fix for opencollada crash with r40164, missing NULL... |
commit | commitdiff | tree |
2011-09-12 |
Campbell Barton | fix for error linking opencollada on linux. |
commit | commitdiff | tree |
2011-09-12 |
Nathan Letwory | Fix [#28614] Collada Exporter does not export Ambient... |
commit | commitdiff | tree |
2011-09-12 |
Campbell Barton | use vector size and const args where possible (no funct... |
commit | commitdiff | tree |
2011-09-12 |
Nathan Letwory | Code shuffle so function has only one exit point. |
commit | commitdiff | tree |
2011-09-12 |
Miika Hamalainen | Fix for bug #28332: Smoke Simulation rendering artifacts. |
commit | commitdiff | tree |
2011-09-12 |
Sergey Sharybin | Fix #28613: SEGFAULT: When setting Best-Quality on... |
commit | commitdiff | tree |
2011-09-12 |
Campbell Barton | fix for changing font sizes with recent utf8 speedup |
commit | commitdiff | tree |
2011-09-12 |
Bastien Montagne | Fixed "bug" #28611: Subdiv value for icosphere should... |
commit | commitdiff | tree |
2011-09-12 |
Benoit Bolsee | Recast: attempt to fix compilation problem in Linux. |
commit | commitdiff | tree |
2011-09-12 |
Campbell Barton | - fix for mesh_get_mapped_verts_nors copying short... |
commit | commitdiff | tree |
2011-09-12 |
Campbell Barton | replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short... |
commit | commitdiff | tree |
2011-09-12 |
Campbell Barton | cleanup for object color theme (no functional changes... |
commit | commitdiff | tree |
2011-09-12 |
Campbell Barton | quiet -Wundef warnings for cmake/gcc/elbeem |
commit | commitdiff | tree |
2011-09-12 |
Campbell Barton | fix for passing NULL to strstr() in visualkey_can_use() |
commit | commitdiff | tree |
2011-09-12 |
Campbell Barton | fix for ntreeGPUMaterialNodes(), using uninitialized... |
commit | commitdiff | tree |
2011-09-11 |
Peter Schlaile | == Sequencer == |
commit | commitdiff | tree |
2011-09-11 |
Campbell Barton | pep8 edits |
commit | commitdiff | tree |
2011-09-11 |
Bastien Montagne | Found other problems similar to bug #28619 in other... |
commit | commitdiff | tree |
2011-09-11 |
Bastien Montagne | Fixed bug #28619: values of X/Y grid size were allowed... |
commit | commitdiff | tree |
2011-09-11 |
Sergey Sharybin | Fixes for Win+SCons and disable recastnavigationif... |
commit | commitdiff | tree |
2011-09-11 |
Benoit Bolsee | Recast: fix bad level calls, Recast compiled out if... |
commit | commitdiff | tree |
2011-09-11 |
Campbell Barton | fix for 'blender -E' crashing. |
commit | commitdiff | tree |
2011-09-11 |
Joerg Mueller | Audio: |
commit | commitdiff | tree |
2011-09-11 |
Campbell Barton | move maxseq define into DNA. |
commit | commitdiff | tree |
2011-09-11 |
Campbell Barton | speedup for editmesh drawing. |
commit | commitdiff | tree |
2011-09-11 |
Thomas Dinges | Game Engine: |
commit | commitdiff | tree |
2011-09-11 |
Dalai Felinto | partial fix for blenderplayer linking problems (decast... |
commit | commitdiff | tree |
2011-09-11 |
Campbell Barton | speedup font drawing: |
commit | commitdiff | tree |
2011-09-11 |
Campbell Barton | fix for error in own commit r40108. |
commit | commitdiff | tree |
2011-09-11 |
Campbell Barton | replace magic numbers for flags for uiSetRoundBox(); |
commit | commitdiff | tree |
2011-09-11 |
Dalai Felinto | bugfix: [bf-blender-Game Engine][28167] Restart game... |
commit | commitdiff | tree |
next |