2011-01-09 |
Janne Karhu | Replace uint32_t in pointcache code with unsigned int... |
commit | commitdiff | tree |
2011-01-09 |
Ton Roosendaal | Bugfix #25554 |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | script now passes pep8 checking tool. |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | patch from Andrea Rugliancich, dont export locations... |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | warning from clang, possible crash: |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | rename BKE_assert() --> BLI_assert(). |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | update for change to Matrix class. |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | use PySequence_Size() rather then PySequence_Length... |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | mathutils matrix initialization now matches other mathu... |
commit | commitdiff | tree |
2011-01-09 |
Ton Roosendaal | Bugfix #25547 |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | use PySequence_Fast for matrix slice assignment to... |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | py matrix api |
commit | commitdiff | tree |
2011-01-09 |
Ton Roosendaal | Bugfix #25551 |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | quiet zombie python class warning. bug remains but... |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | cleanup for mathutils multiplication functions, a littl... |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | Remove py mathutils Euler.unique() method |
commit | commitdiff | tree |
2011-01-09 |
Janne Karhu | Fix for [#25544] Blender crashes when changing the... |
commit | commitdiff | tree |
2011-01-09 |
Matt Ebb | Fix typo in particle rna |
commit | commitdiff | tree |
2011-01-09 |
Mitchell Stokes | stubs.c updates provided by Kupoman. |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | remove unused vars, comment some which look like they... |
commit | commitdiff | tree |
2011-01-08 |
Martin Poirier | netrender |
commit | commitdiff | tree |
2011-01-08 |
Ton Roosendaal | Bugfix #25525 |
commit | commitdiff | tree |
2011-01-08 |
Ton Roosendaal | Bugfix, IRC report |
commit | commitdiff | tree |
2011-01-08 |
Ton Roosendaal | Todo items: |
commit | commitdiff | tree |
2011-01-08 |
Ton Roosendaal | Crash fix, IRC report. |
commit | commitdiff | tree |
2011-01-08 |
Ton Roosendaal | Proportional editing: |
commit | commitdiff | tree |
2011-01-08 |
Ton Roosendaal | Bugfix, own collection |
commit | commitdiff | tree |
2011-01-08 |
Campbell Barton | remove unused code & variables. |
commit | commitdiff | tree |
2011-01-08 |
Campbell Barton | fix for crash when converting sequencer profiles with... |
commit | commitdiff | tree |
2011-01-08 |
Campbell Barton | fix for using freed memory with animation/group/ungroup... |
commit | commitdiff | tree |
2011-01-08 |
Campbell Barton | fixed a case with occlusion where uninitialized variabl... |
commit | commitdiff | tree |
2011-01-08 |
Campbell Barton | variable 'pool' could be accessed as NULL, globalPool... |
commit | commitdiff | tree |
2011-01-08 |
Campbell Barton | fix for drawing addons when one of them had a syntax... |
commit | commitdiff | tree |
2011-01-08 |
Nicholas Bishop | Sculpt/Paint: |
commit | commitdiff | tree |
2011-01-08 |
Nicholas Bishop | Paint: |
commit | commitdiff | tree |
2011-01-07 |
Joshua Leung | More Windows+mingw compiling fixes: |
commit | commitdiff | tree |
2011-01-07 |
Joshua Leung | Removed some overly agressive (and IMO pointless) ... |
commit | commitdiff | tree |
2011-01-07 |
Nicholas Bishop | Paint cleanup: |
commit | commitdiff | tree |
2011-01-07 |
Nicholas Bishop | Paint/Sculpt: |
commit | commitdiff | tree |
2011-01-07 |
Nicholas Bishop | Paint/Sculpt: |
commit | commitdiff | tree |
2011-01-07 |
Nicholas Bishop | Fix for bug [#21534] Multires modifier strange deformations |
commit | commitdiff | tree |
2011-01-07 |
Guillermo S... | SVN maintenance. |
commit | commitdiff | tree |
2011-01-07 |
Campbell Barton | remove references to BKE_utildefines where its not... |
commit | commitdiff | tree |
2011-01-07 |
Campbell Barton | split BKE_utildefines.h, now it only has blender specif... |
commit | commitdiff | tree |
2011-01-07 |
Janne Karhu | Bug fix: unbaked particle cache was cleared from curren... |
commit | commitdiff | tree |
2011-01-07 |
Brecht Van... | Revert bump mapping patch for now, backwards compatibil... |
commit | commitdiff | tree |
2011-01-07 |
Brecht Van... | Fix #25078: texture mapping options (e.g. size) not... |
commit | commitdiff | tree |
2011-01-07 |
Brecht Van... | Improved bump mapping patch by M.G. Kishalmi (lmg)... |
commit | commitdiff | tree |
2011-01-07 |
Campbell Barton | bugfix [#25528] lack of update and crash using hook... |
commit | commitdiff | tree |
2011-01-07 |
Janne Karhu | Bug fix: particle point cache was reset on start frame... |
commit | commitdiff | tree |
2011-01-07 |
Janne Karhu | New hair child options: |
commit | commitdiff | tree |
2011-01-07 |
Campbell Barton | cmake: share the DNA_*.h list definition between makesr... |
commit | commitdiff | tree |
2011-01-07 |
Janne Karhu | Fix for [#25526] Inmediate crash when changing amount... |
commit | commitdiff | tree |
2011-01-07 |
Janne Karhu | Fix for [#25506] Hair showing up in places not assigned... |
commit | commitdiff | tree |
2011-01-07 |
Campbell Barton | patch [#25440] Object.vertex_group fixin' |
commit | commitdiff | tree |
2011-01-07 |
Campbell Barton | another error in commit r34143, was using the define... |
commit | commitdiff | tree |
2011-01-07 |
Campbell Barton | fix for error in own commit r34143 |
commit | commitdiff | tree |
2011-01-07 |
Campbell Barton | - cmake use execute_process, exec_program is deprecated. |
commit | commitdiff | tree |
2011-01-07 |
Campbell Barton | bugfix [#25457] Lack of update on undoing a lattice rig |
commit | commitdiff | tree |
2011-01-07 |
Campbell Barton | patch [#25490] Fix for [#22096] Blender tries to open... |
commit | commitdiff | tree |
2011-01-07 |
Campbell Barton | incorrectly documented return type |
commit | commitdiff | tree |
2011-01-07 |
Matt Ebb | Fix/add OSX style text editing shortcuts to default... |
commit | commitdiff | tree |
2011-01-07 |
Campbell Barton | py/rna api speedup for collection slicing in all cases... |
commit | commitdiff | tree |
2011-01-07 |
Campbell Barton | bugfix [#25519] particlesystem, type hair, hair dynamic... |
commit | commitdiff | tree |
2011-01-07 |
Campbell Barton | bugfix [#25519] particlesystem, type hair, hair dynamic... |
commit | commitdiff | tree |
2011-01-07 |
Campbell Barton | fix [#25520] crash when closing the properties panel... |
commit | commitdiff | tree |
2011-01-07 |
Campbell Barton | bugfix [#25522] Export to X3D is missing ImageTexture... |
commit | commitdiff | tree |
2011-01-06 |
Ton Roosendaal | Todo items: |
commit | commitdiff | tree |
2011-01-06 |
Ton Roosendaal | Todo item: |
commit | commitdiff | tree |
2011-01-06 |
Ton Roosendaal | Bug fix: |
commit | commitdiff | tree |
2011-01-06 |
Campbell Barton | print_m3/m4 didnt use const char *, which gave an errro... |
commit | commitdiff | tree |
2011-01-06 |
Ton Roosendaal | Todo item: |
commit | commitdiff | tree |
2011-01-06 |
Ton Roosendaal | Bugfix #25505 |
commit | commitdiff | tree |
2011-01-06 |
Campbell Barton | bugfix [#25498] Projection paint clone tool leaves... |
commit | commitdiff | tree |
2011-01-06 |
Campbell Barton | fix [#25507] Select Interior faces in edit mode gives... |
commit | commitdiff | tree |
2011-01-06 |
Joshua Leung | Missed this file for markers commit... it already had... |
commit | commitdiff | tree |
2011-01-06 |
Campbell Barton | bugfix [#25488] Game engine crash when try to run after... |
commit | commitdiff | tree |
2011-01-06 |
Joshua Leung | Added back "Marker" menu to all animation editors. |
commit | commitdiff | tree |
2011-01-06 |
Campbell Barton | use ED_markers_get_first_selected() where possible... |
commit | commitdiff | tree |
2011-01-06 |
Campbell Barton | py/rna optimizations, will help for faster exporting. |
commit | commitdiff | tree |
2011-01-06 |
Joshua Leung | Markers Todo: Adding back "Rename Marker" operator... |
commit | commitdiff | tree |
2011-01-06 |
Joshua Leung | == Long-Standing 2.5 Todo - Markers fully working again... |
commit | commitdiff | tree |
2011-01-06 |
Matt Ebb | Improve reliability when setting property editor contex... |
commit | commitdiff | tree |
2011-01-06 |
Campbell Barton | fix for error in own recent commit, r34098. |
commit | commitdiff | tree |
2011-01-06 |
Campbell Barton | error in recent x3d commit using undefined autosmooth... |
commit | commitdiff | tree |
2011-01-06 |
Campbell Barton | fix for clang static check warnings. |
commit | commitdiff | tree |
2011-01-06 |
Campbell Barton | remove assignments which are unused. |
commit | commitdiff | tree |
2011-01-05 |
Luca Bonavita | == blender icon == |
commit | commitdiff | tree |
2011-01-05 |
Guillermo S... | SVN maintenance. |
commit | commitdiff | tree |
2011-01-05 |
Ton Roosendaal | Bugfix, irc report: |
commit | commitdiff | tree |
2011-01-05 |
Ton Roosendaal | Todo item: brought transform texture space back. |
commit | commitdiff | tree |
2011-01-05 |
Sergey Sharybin | Get rid of uninitialized variable and malicios derived... |
commit | commitdiff | tree |
2011-01-05 |
Campbell Barton | remove ED_retopo.h |
commit | commitdiff | tree |
2011-01-05 |
Ton Roosendaal | Todo item: |
commit | commitdiff | tree |
2011-01-05 |
Campbell Barton | bugfix [#25393] Export to X3D does not provide color... |
commit | commitdiff | tree |
2011-01-05 |
Andrea Weikert | Patch: [#22524] Update Windows Recent Documents on... |
commit | commitdiff | tree |
2011-01-05 |
Campbell Barton | fix for py/rna mesh.materials[:] where empty materials... |
commit | commitdiff | tree |
2011-01-05 |
Brecht Van... | Fix #23604: external shadows for volume materials don... |
commit | commitdiff | tree |
2011-01-05 |
Andrea Weikert | ToDo: long outstanding patch to allow access to system... |
commit | commitdiff | tree |
2011-01-05 |
Brecht Van... | Material slots: on adding a new one, the material datab... |
commit | commitdiff | tree |
next |