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
path: root/source
AgeCommit message (Expand)Author
2011-03-22crash fix for Normalize All VGroups on a lattice without vgroups (probably ot...Campbell Barton
2011-03-22- support transform operators running in backgruond mode (was crashing)Campbell Barton
2011-03-22Blenderplayer: Fixing import issues. Using PyImport_ExtendInittab() for the B...Mitchell Stokes
2011-03-22fix for crashes moving armature layers and applying loc/scale/rot in armature...Campbell Barton
2011-03-22fix [#25688] undocumted functions in pyapiCampbell Barton
2011-03-22BGE Dynamic Loading:Mitchell Stokes
2011-03-22operators called from python were not getting their reports back into python ...Campbell Barton
2011-03-22py/api registration:Campbell Barton
2011-03-22fix for grease pencil conversion to bezier curve reading past the end of the ...Campbell Barton
2011-03-22quiet warningCampbell Barton
2011-03-21Bugfix #26549Ton Roosendaal
2011-03-21pedantic edit, no need to initialize var.Campbell Barton
2011-03-21Changed the particle physics "timetweak" value to a more descriptive "timeste...Janne Karhu
2011-03-21COLLADA: small tweaks to directional light import.Nathan Letwory
2011-03-21Fixing a typo: "Unknown erro reading file" -> "Unknown error reading file"Mitchell Stokes
2011-03-21BGE Dynamic Loading: Fixing a particularly nasty leak that occurred if LibLoa...Mitchell Stokes
2011-03-21BGE Dynamic Loading: When given a relative path (starts with "//") for LibLoa...Mitchell Stokes
2011-03-21Half way fix for [#25385] Particles Emitter only interpolates IPOs & [#26493]...Janne Karhu
2011-03-21fix for use of un-initialized pointers in file_sfile_to_operator(...) & remov...Campbell Barton
2011-03-20== file browser == Code cleanupAndrea Weikert
2011-03-20Fix #26557: dots near alpha borders on textures. Tweak threshold in alphaBrecht Van Lommel
2011-03-20Fix/change in normal computation, now the viewport uses the same angleBrecht Van Lommel
2011-03-20== file browser == Code cleanupAndrea Weikert
2011-03-20== filebrowser == Code cleanupAndrea Weikert
2011-03-20== filebrowser == Code cleanupAndrea Weikert
2011-03-20== file browser ==Andrea Weikert
2011-03-20print how many times the operator failed.Campbell Barton
2011-03-20fix for crash when running WM_OT_read_factory_settings() from a script and th...Campbell Barton
2011-03-20fix so the batch importer can run with addons passed as arguments.Campbell Barton
2011-03-20fix for --addons startup argument, string length was too short.Campbell Barton
2011-03-20== file browser ==Andrea Weikert
2011-03-20Fixing the other crash mentioned in bug #25083. m_current_scene isn't always ...Mitchell Stokes
2011-03-20Fixing 1/2 crashes mentioned in bug #25083. This crash happens when LibLoad t...Mitchell Stokes
2011-03-19Todo item:Ton Roosendaal
2011-03-19Code comments onlyTon Roosendaal
2011-03-19ugh, left in a debug print in the previous commitJanne Karhu
2011-03-19Bugfix #26547Ton Roosendaal
2011-03-19Fix for [#26546] Particles leak through deforming quad meshJanne Karhu
2011-03-19C, style changes (mostly white space edits), no functional change.Campbell Barton
2011-03-19Fix #26543: lamp sky settings were missing soft/linear light blend types,Brecht Van Lommel
2011-03-19remove some redundant vars, assignments & checks.Campbell Barton
2011-03-192 tests for ctest.Campbell Barton
2011-03-19Safety checks for macro definesJoshua Leung
2011-03-18hide addon_utils in bpy.utils & tag/remove unused vars in recent commits.Campbell Barton
2011-03-18Fix for [#25878] UV Scale/Rotate/Grab break with non grid snapping.Janne Karhu
2011-03-18Bugfix #26462Ton Roosendaal
2011-03-18New particle collisions code:Janne Karhu
2011-03-18COLLADA conformance: don't write empty libraries for effect, image and animationNathan Letwory
2011-03-18fix for [#26533] didnt take scene strips into account, tested copy/pasting sc...Campbell Barton
2011-03-18fixed [#26533] Audio strip mute after copy/paste Campbell Barton