Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-07Bug fix: unbaked particle cache was cleared from current frame onwards on fil...Janne Karhu
2011-01-07Revert bump mapping patch for now, backwards compatibility is not good enough,Brecht Van Lommel
2011-01-07Fix #25078: texture mapping options (e.g. size) not working correctly with bump.Brecht Van Lommel
2011-01-07Improved bump mapping patch by M.G. Kishalmi (lmg) and M.S. Mikkelsen (sparky).Brecht Van Lommel
2011-01-07bugfix [#25528] lack of update and crash using hook modifier.Campbell Barton
2011-01-07Bug fix: particle point cache was reset on start frame if particles had grid ...Janne Karhu
2011-01-07New hair child options:Janne Karhu
2011-01-07cmake: share the DNA_*.h list definition between makesrna and makesdnaCampbell Barton
2011-01-07Fix for [#25526] Inmediate crash when changing amount of particles in a parti...Janne Karhu
2011-01-07Fix for [#25506] Hair showing up in places not assigned by a weightmapJanne Karhu
2011-01-07patch [#25440] Object.vertex_group fixin'Campbell Barton
2011-01-07another error in commit r34143, was using the define's 'BLEN' & 'DER_' howeve...Campbell Barton
2011-01-07fix for error in own commit r34143Campbell Barton
2011-01-07bugfix [#25457] Lack of update on undoing a lattice rigCampbell Barton
2011-01-07patch [#25490] Fix for [#22096] Blender tries to open non-blend fileCampbell Barton
2011-01-07incorrectly documented return typeCampbell Barton
2011-01-07Fix/add OSX style text editing shortcuts to default keymapMatt Ebb
2011-01-07py/rna api speedup for collection slicing in all cases, rather then having an...Campbell Barton
2011-01-07bugfix [#25519] particlesystem, type hair, hair dynamics enabled: crash with ...Campbell Barton
2011-01-07bugfix [#25519] particlesystem, type hair, hair dynamics enabled: crash with ...Campbell Barton
2011-01-07fix [#25520] crash when closing the properties panel in uv/image editorCampbell Barton
2011-01-06Todo items:Ton Roosendaal
2011-01-06Todo item:Ton Roosendaal
2011-01-06Bug fix: Ton Roosendaal
2011-01-06print_m3/m4 didnt use const char *, which gave an errror with passing strings...Campbell Barton
2011-01-06Todo item:Ton Roosendaal
2011-01-06bugfix [#25498] Projection paint clone tool leaves seamsCampbell Barton
2011-01-06bugfix [#25488] Game engine crash when try to run after blender app startCampbell Barton
2011-01-06use ED_markers_get_first_selected() where possible, simplify ed_marker_rename...Campbell Barton
2011-01-06py/rna optimizations, will help for faster exporting.Campbell Barton
2011-01-06Markers Todo: Adding back "Rename Marker" operator (Ctrl M).Joshua Leung
2011-01-06== Long-Standing 2.5 Todo - Markers fully working again in allJoshua Leung
2011-01-06Improve reliability when setting property editor context via rnaMatt Ebb
2011-01-06fix for error in own recent commit, r34098.Campbell Barton
2011-01-06fix for clang static check warnings.Campbell Barton
2011-01-06remove assignments which are unused.Campbell Barton
2011-01-05Bugfix, irc report:Ton Roosendaal
2011-01-05Todo item: brought transform texture space back.Ton Roosendaal
2011-01-05Get rid of uninitialized variable and malicios derived mesh relising.Sergey Sharybin
2011-01-05remove ED_retopo.hCampbell Barton
2011-01-05Todo item:Ton Roosendaal
2011-01-05Patch: [#22524] Update Windows Recent Documents on Open/SaveAndrea Weikert
2011-01-05fix for py/rna mesh.materials[:] where empty materials exist, would raise a r...Campbell Barton
2011-01-05Fix #23604: external shadows for volume materials don't workBrecht Van Lommel
2011-01-05ToDo: long outstanding patch to allow access to system paths in background modeAndrea Weikert
2011-01-05Material slots: on adding a new one, the material datablock is now copied againBrecht Van Lommel
2011-01-05Fix #25316: distorted subsurf UV in some cases. To counter distortion at seams,Brecht Van Lommel
2011-01-05Marker Bugfixes ("Make Links to Scene" operator):Joshua Leung
2011-01-05Fixing bugs in future: Ton Roosendaal