2011-12-26 |
Nicholas Bishop | Add a glClear() in GHOST/X11 between creating the GLX... |
commit | commitdiff | tree |
2011-12-26 |
Martin Poirier | [#29611] Crash when scale one vertex with snap. |
commit | commitdiff | tree |
2011-12-26 |
Sergey Sharybin | Another fix for #29494: Problem loading translations... |
commit | commitdiff | tree |
2011-12-26 |
Sergey Sharybin | Added WITH_BF_LIBMV to command line options |
commit | commitdiff | tree |
2011-12-26 |
Campbell Barton | formatting edits only to use more consisted style |
commit | commitdiff | tree |
2011-12-26 |
Campbell Barton | formatting edits & minor corrections |
commit | commitdiff | tree |
2011-12-26 |
Campbell Barton | patch from debian from Kevin 'kiniou' Roy |
commit | commitdiff | tree |
2011-12-26 |
Campbell Barton | fix for a bug in mathutils when a vector was accessing... |
commit | commitdiff | tree |
2011-12-25 |
Campbell Barton | include BLO_sys_types in customdata header rather than... |
commit | commitdiff | tree |
2011-12-25 |
Thomas Dinges | Cycles Test App: |
commit | commitdiff | tree |
2011-12-25 |
Campbell Barton | use docstrings for mathutils getset's, also some format... |
commit | commitdiff | tree |
2011-12-24 |
Campbell Barton | picky formatting of mathutils |
commit | commitdiff | tree |
2011-12-24 |
Antony Riakiotakis | Re-enable CYCLES and OpenEXR since they work for MInGW... |
commit | commitdiff | tree |
2011-12-24 |
Jens Verwiebe | OSX/gcc-4.6, fix for typedef uin64_t |
commit | commitdiff | tree |
2011-12-24 |
Campbell Barton | update bpy_extras.view3d_utils for matrix changes |
commit | commitdiff | tree |
2011-12-24 |
Campbell Barton | mathtils, convenience attributes added 'row' and 'col... |
commit | commitdiff | tree |
2011-12-24 |
Campbell Barton | fix for error with matrix access and negative indices... |
commit | commitdiff | tree |
2011-12-24 |
Campbell Barton | mathutils get/set function rename + minor changes to... |
commit | commitdiff | tree |
2011-12-24 |
Campbell Barton | replace u_int64_t with cc99's uint64_t as suggested... |
commit | commitdiff | tree |
2011-12-24 |
Campbell Barton | minor edits to cycles c/python module |
commit | commitdiff | tree |
2011-12-24 |
Campbell Barton | formatting edits 120 line length |
commit | commitdiff | tree |
2011-12-24 |
Campbell Barton | Formatting edits <120 length lines |
commit | commitdiff | tree |
2011-12-23 |
Thomas Dinges | Bugfix for [#29684] Output video presets messed up |
commit | commitdiff | tree |
2011-12-23 |
Campbell Barton | change customdata mask from an 'unsigned int' to an... |
commit | commitdiff | tree |
2011-12-23 |
Campbell Barton | fix [#29683] OpenEXR Output Appears to be broken |
commit | commitdiff | tree |
2011-12-23 |
Brecht Van... | UI: small further tweak to last region expand/collapse... |
commit | commitdiff | tree |
2011-12-23 |
Brecht Van... | Fix test key conflict operator error, due to missing... |
commit | commitdiff | tree |
2011-12-23 |
Bastien Montagne | Moving back sr locales to sr_RS (else, with recent... |
commit | commitdiff | tree |
2011-12-23 |
Sergey Sharybin | Fix #29652: operator tab can not be maximised |
commit | commitdiff | tree |
2011-12-23 |
Campbell Barton | give errors when using unsupported configurations with... |
commit | commitdiff | tree |
2011-12-23 |
Mitchell Stokes | Cleaning up the GPU_extensions_init/exit() code a bit... |
commit | commitdiff | tree |
2011-12-23 |
Campbell Barton | fix for own mistake [#29031] Importing BGL Can Crash... |
commit | commitdiff | tree |
2011-12-23 |
Campbell Barton | add DNA support for int64_t. nothing uses this currently. |
commit | commitdiff | tree |
2011-12-23 |
Campbell Barton | recent matrix row/col swap broke matrix assignment... |
commit | commitdiff | tree |
2011-12-22 |
Campbell Barton | DNA genfile - de-duplicate some checks and replace... |
commit | commitdiff | tree |
2011-12-22 |
Thomas Dinges | Another Fix after Cucumber Merge: |
commit | commitdiff | tree |
2011-12-22 |
Campbell Barton | update the api changelog 2.60 --> 2.61 |
commit | commitdiff | tree |
2011-12-22 |
Brecht Van... | Code cleanup: fix some clang static checker warnings. |
commit | commitdiff | tree |
2011-12-22 |
Sergey Sharybin | Fix #29494: Problem loading translations at Blender... |
commit | commitdiff | tree |
2011-12-22 |
Sergey Sharybin | Translation context for RNA properties |
commit | commitdiff | tree |
2011-12-22 |
Sergey Sharybin | Fix/workaround for russian ui crash on exit |
commit | commitdiff | tree |
2011-12-22 |
Bastien Montagne | Some small perf tweaks to weightvg proximity: do not... |
commit | commitdiff | tree |
2011-12-22 |
Campbell Barton | update axis conversion for recent matrix changes |
commit | commitdiff | tree |
2011-12-22 |
Campbell Barton | fix for matrix assignment with recent changes which... |
commit | commitdiff | tree |
2011-12-22 |
Campbell Barton | remove commented index drawing code (now its a debug... |
commit | commitdiff | tree |
2011-12-22 |
Campbell Barton | patch [#29673] Visualize Indices (developer aid) |
commit | commitdiff | tree |
2011-12-22 |
Campbell Barton | picky edits - use "" for non enum strings. |
commit | commitdiff | tree |
2011-12-22 |
Campbell Barton | patch [#29534] Change Matrix Representation and Access... |
commit | commitdiff | tree |
2011-12-22 |
Campbell Barton | split >120 length lines (mostly if statements) |
commit | commitdiff | tree |
2011-12-21 |
Dalai Felinto | patch [#29676] ALPHA OVER: Fix associated alpha over... |
commit | commitdiff | tree |
2011-12-21 |
Campbell Barton | Matrix.translation wrapper vector, continent accessing... |
commit | commitdiff | tree |
2011-12-21 |
Campbell Barton | split some >120 lines, no functional changes |
commit | commitdiff | tree |
2011-12-21 |
Nicholas Bishop | == Sculpt == |
commit | commitdiff | tree |
2011-12-21 |
Campbell Barton | fix for use of uninitialized value for ipo conversion. |
commit | commitdiff | tree |
2011-12-21 |
Campbell Barton | cleanup and some fixes to mathutils by Andrew Hale |
commit | commitdiff | tree |
2011-12-21 |
Campbell Barton | patch [#29667] Fix for potential memory corruption... |
commit | commitdiff | tree |
2011-12-21 |
Brecht Van... | Cycles: support for multiple render layers. It currentl... |
commit | commitdiff | tree |
2011-12-21 |
Brecht Van... | Cycles: code refactoring, to do render layer visibility... |
commit | commitdiff | tree |
2011-12-21 |
Guillermo S... | SVN maintenance. |
commit | commitdiff | tree |
2011-12-21 |
Bastien Montagne | A few small fixes to new UI messages... |
commit | commitdiff | tree |
2011-12-21 |
Brecht Van... | Fix linux linking issue with md5 commit. |
commit | commitdiff | tree |
2011-12-21 |
Brecht Van... | Fix #29670: color picker draw issues with RGB values... |
commit | commitdiff | tree |
2011-12-21 |
Brecht Van... | Code refactoring: move MD5 out of imbuf into blenlib. |
commit | commitdiff | tree |
2011-12-21 |
Brecht Van... | Cycles: some small code refactoring related to buffer... |
commit | commitdiff | tree |
2011-12-21 |
Sergey Sharybin | Do not show "Modify" modifiers group for curve objects |
commit | commitdiff | tree |
2011-12-21 |
Bastien Montagne | Small i18n edits: |
commit | commitdiff | tree |
2011-12-21 |
Campbell Barton | fix for mathutils mat*vec for non sqyare matrices by... |
commit | commitdiff | tree |
2011-12-21 |
Sergey Sharybin | Added Record run no gaps timecode for movie clips. |
commit | commitdiff | tree |
2011-12-21 |
Dalai Felinto | Patch [#29654] New menu option under Object > Game... |
commit | commitdiff | tree |
2011-12-20 |
Campbell Barton | topo mirror and sync with minor edits made to bmesh... |
commit | commitdiff | tree |
2011-12-20 |
Thomas Dinges | Cycles/CUDA: |
commit | commitdiff | tree |
2011-12-20 |
Brecht Van... | Cycles: some tweaks for apple opencl with ATI cards... |
commit | commitdiff | tree |
2011-12-20 |
Bastien Montagne | New modifier type: eModifierTypeType_NonGeometrical... |
commit | commitdiff | tree |
2011-12-20 |
Brecht Van... | Cycles: avoid using float3 in kernel constant memory... |
commit | commitdiff | tree |
2011-12-20 |
Brecht Van... | Cycles: border rendering support, includes some refacto... |
commit | commitdiff | tree |
2011-12-20 |
Brecht Van... | Fix #25775: crash using border render from external... |
commit | commitdiff | tree |
2011-12-20 |
Campbell Barton | recent commit missed swapping args for MATRIX_ITEM... |
commit | commitdiff | tree |
2011-12-20 |
Campbell Barton | move topology mirror out into its own functions - neede... |
commit | commitdiff | tree |
2011-12-20 |
Bastien Montagne | Fix a small typo-bug in UVProject modifier (using v3... |
commit | commitdiff | tree |
2011-12-20 |
Sergey Sharybin | Get rid of hardcoded structure definition in DM drawing... |
commit | commitdiff | tree |
2011-12-20 |
Daniel Stokes | Cleaning up some issues that found their way into the... |
commit | commitdiff | tree |
2011-12-20 |
Thomas Dinges | First fix after Cucumber merge starts. |
commit | commitdiff | tree |
2011-12-20 |
Campbell Barton | patch [#29662] Modifications to Mathutils Vectors for... |
commit | commitdiff | tree |
2011-12-20 |
Campbell Barton | rename internal matrix struct member vars to avoid... |
commit | commitdiff | tree |
2011-12-20 |
Campbell Barton | __str__ functions for other mathutils types |
commit | commitdiff | tree |
2011-12-20 |
Dalai Felinto | Cucumber, first batch of merge - UI changes and custom... |
commit | commitdiff | tree |
2011-12-20 |
Campbell Barton | patch [#29651] Add a __str__ Method to Matutils Matrice... |
commit | commitdiff | tree |
2011-12-20 |
Campbell Barton | minor edits to previous commit & set VKey to toggle... |
commit | commitdiff | tree |
2011-12-20 |
Campbell Barton | unit test for mathutils python module from Andrew Hale... |
commit | commitdiff | tree |
2011-12-20 |
Michael Fox | Patch #27085, Restore old 2.49 TAB behaviour for window... |
commit | commitdiff | tree |
2011-12-19 |
Campbell Barton | patch [#28094] New equirectangular world texture mappin... |
commit | commitdiff | tree |
2011-12-19 |
Campbell Barton | calculate weight paint colors once per vertex rather... |
commit | commitdiff | tree |
2011-12-19 |
Thomas Dinges | * Changes for static win32 png libs. |
commit | commitdiff | tree |
2011-12-19 |
Thomas Dinges | * Fix for moving mingw png libs. |
commit | commitdiff | tree |
2011-12-19 |
Brecht Van... | Fix #29653: fix wrong cycles depth of field distance... |
commit | commitdiff | tree |
2011-12-19 |
Brecht Van... | Fix #29655: keyboard shortcuts missing from text editor... |
commit | commitdiff | tree |
2011-12-19 |
Brecht Van... | OS X: add BLENDER_SOFTWAREGL environment variable to... |
commit | commitdiff | tree |
2011-12-19 |
Bastien Montagne | Much cleaner and satisfying code in weightvg modifiers... |
commit | commitdiff | tree |
2011-12-19 |
Lukas Toenne | Automatically hide unused (=unlinked) node sockets... |
commit | commitdiff | tree |
2011-12-19 |
Lukas Toenne | Display button for hiding unused node sockets in the... |
commit | commitdiff | tree |
next |