2011-09-15 |
Sergey Sharybin | Fixing issues with i18n stuff: |
commit | commitdiff | tree |
2011-09-15 |
Sergey Sharybin | svn merge -r39834:40222 https://svn.blender.org/svnroot... |
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-14 |
Campbell Barton | minor edits to ascii draw function, unused var warning. |
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 | 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 |
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 | 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 |
2011-09-11 |
Campbell Barton | use vertex arrays for 3d view grid floor, reduce calls... |
commit | commitdiff | tree |
2011-09-11 |
Campbell Barton | draw grid lines in 1 loop rather then 2. |
commit | commitdiff | tree |
2011-09-11 |
Campbell Barton | change grid floor loop |
commit | commitdiff | tree |
2011-09-11 |
Campbell Barton | simple changes to grid drawing logic. |
commit | commitdiff | tree |
2011-09-11 |
Campbell Barton | minor edits / cleanup - no functional changes. |
commit | commitdiff | tree |
2011-09-11 |
Campbell Barton | cmake edits to navmesh so includes are not added unless... |
commit | commitdiff | tree |
2011-09-10 |
Campbell Barton | added section about editmode switching to gotchas |
commit | commitdiff | tree |
2011-09-10 |
Xiao Xiangquan | fix the finnish language name |
commit | commitdiff | tree |
2011-09-10 |
Sergey Sharybin | Fix #28609: UV Sphere Operator Panel allow Segments... |
commit | commitdiff | tree |
2011-09-10 |
Sergey Sharybin | Fixed for navmesh on FreeBSD. Oatch by sambler, thanks! |
commit | commitdiff | tree |
2011-09-10 |
Sergey Sharybin | Change priority for editor util library. Gave linking... |
commit | commitdiff | tree |
2011-09-10 |
Campbell Barton | spelling corrections from Philippe Casteleyn |
commit | commitdiff | tree |
2011-09-10 |
Sergey Sharybin | Another set of fixes for recats: osx uses different... |
commit | commitdiff | tree |
2011-09-10 |
Campbell Barton | use vertex arrays for wireframe octahedral bone drawing. |
commit | commitdiff | tree |
2011-09-10 |
Campbell Barton | fix for building with collada and some other warnings |
commit | commitdiff | tree |
2011-09-10 |
Thomas Dinges | Navigation Mesh Modifier: |
commit | commitdiff | tree |
2011-09-10 |
Thomas Dinges | MSVC build fix by MiikaH for NAVMESH. Thanks! :) |
commit | commitdiff | tree |
2011-09-10 |
Thomas Dinges | Recast & Detour UI: |
commit | commitdiff | tree |
2011-09-10 |
Thomas Dinges | Small comment change, when built without Fluids. |
commit | commitdiff | tree |
2011-09-10 |
Thomas Dinges | Compile fix for scons: |
commit | commitdiff | tree |
2011-09-10 |
Bastien Montagne | Fixing bugs after Recast & Detour branch merge |
commit | commitdiff | tree |
2011-09-10 |
Thomas Dinges | NAVMESH Modifier was not alphabetical correct in the... |
commit | commitdiff | tree |
2011-09-10 |
Campbell Barton | disable navmesh feature when building without the game... |
commit | commitdiff | tree |
2011-09-10 |
Campbell Barton | fixed linking with CMake |
commit | commitdiff | tree |
2011-09-10 |
Campbell Barton | recast and detour patch now builds again with GCC |
commit | commitdiff | tree |
2011-09-10 |
Campbell Barton | fix own mistake in recent commit, was using glIndexPoin... |
commit | commitdiff | tree |
2011-09-09 |
Thomas Dinges | Fixing bugs after Recast & Detour branch merge!! |
commit | commitdiff | tree |
2011-09-09 |
Guillermo S... | SVN maintenance. |
commit | commitdiff | tree |
2011-09-09 |
Benoit Bolsee | BGE: merge Recast & Detour branch (sock-2010-nicks). |
commit | commitdiff | tree |
2011-09-09 |
Benoit Bolsee | svn merge -r 40061:40078 https://svn.blender.org/svnroo... |
commit | commitdiff | tree |
2011-09-09 |
Xiao Xiangquan | update language packs |
commit | commitdiff | tree |
2011-09-09 |
Campbell Barton | use opengl vertex arrays for the base widgets, their... |
commit | commitdiff | tree |
2011-09-09 |
Sergey Sharybin | [#28595] Select similar edges by face angles ignores... |
commit | commitdiff | tree |
2011-09-09 |
Campbell Barton | warning fixes |
commit | commitdiff | tree |
2011-09-09 |
Sergey Sharybin | Fix #28590: Sculpt Overlay Texture in Viewport Glitched... |
commit | commitdiff | tree |
2011-09-09 |
Campbell Barton | error (case insensitive search replace) |
commit | commitdiff | tree |
2011-09-09 |
Campbell Barton | replace magic numbers with defines to make the interfac... |
commit | commitdiff | tree |
2011-09-09 |
Joshua Leung | Hotkey tweaks: Start/End frame jumping back to Shift... |
commit | commitdiff | tree |
2011-09-09 |
Joshua Leung | Patch [#23443] Change outliner filter into search |
commit | commitdiff | tree |
2011-09-09 |
Benoit Bolsee | forgot to resolve one conflict in previous merge |
commit | commitdiff | tree |
2011-09-09 |
Nathan Letwory | Apply small patch by Shane Ambler: |
commit | commitdiff | tree |
2011-09-09 |
Benoit Bolsee | svn merge -r 39975:40061 https://svn.blender.org/svnroo... |
commit | commitdiff | tree |
2011-09-09 |
Benoit Bolsee | GPU: add gpu python module with export_shader() functio... |
commit | commitdiff | tree |
2011-09-09 |
Campbell Barton | workaround for msvc not supporting variable length... |
commit | commitdiff | tree |
2011-09-09 |
Brecht Van... | Fix #28392: some selection operators were working in... |
commit | commitdiff | tree |
2011-09-09 |
Campbell Barton | - turn RNA_warning into a macro which includes the... |
commit | commitdiff | tree |
2011-09-09 |
Guillermo S... | SVN maintenance. |
commit | commitdiff | tree |
2011-09-08 |
Campbell Barton | bpy api - add new page for best-practice (so Thomas... |
commit | commitdiff | tree |
2011-09-08 |
Sergey Sharybin | Forgot to add FFmpeg DLLs list to linuxcross config. |
commit | commitdiff | tree |
2011-09-08 |
Brecht Van... | Fix #28310: import of key configuration with modal... |
commit | commitdiff | tree |
next |