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-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
2011-03-18while looking into a problem in interface.c, noticed ui_get_but_val() is call...Campbell Barton
2011-03-18fix for using freed memory with modal grease pencil draw.Campbell Barton
2011-03-18fix for error in r35590, ARRAY_LAST_ITEM was returning one item over the end ...Campbell Barton
2011-03-18fix [#26532] Does not save in specified formatCampbell Barton
2011-03-17COLLADA: Don't write empty libraries for geometry, lights, cameras, controllersNathan Letwory
2011-03-17Bugfix #26483Ton Roosendaal
2011-03-17bugfix [#26502] segmentationfault on pressing button to browse existing image...Campbell Barton
2011-03-17BLI_assert's for when scaledownx / scaledowny don't use the buffer correctly ...Campbell Barton
2011-03-17Small tooltip change to better indicate the purpose of the node name string a...Lukas Toenne
2011-03-17Added an optional label string to nodes. As pointed out by Sebastian Koenig, ...Lukas Toenne
2011-03-17Bugfix [#26505] zoom in selected keys on graph editorJoshua Leung
2011-03-17missed removing WITH_INSTALL reference.Campbell Barton