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-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-17add cancel() method for python defined operators.Campbell Barton
2011-03-17error with TIMEIT util define.Campbell Barton
2011-03-17changed short's to int's image scale and flip functions (images can be bigger...Campbell Barton
2011-03-17fix for [#26524] Api autocomplete more errorsCampbell Barton
2011-03-17Bugfix: Grease Pencil paint didn't clean up properly after error-exitsJoshua Leung
2011-03-17fix own error - missing NULL check [#26523] Crash when load factory settings ...Campbell Barton
2011-03-17fix own error [#26522] Api autocomplete return many errorsCampbell Barton
2011-03-16Fix for [#26520] Point Density turbulence not accessible in Texture Properties.Janne Karhu
2011-03-16Bug fix: Changing volume texture properties after render crashes (reported by...Janne Karhu
2011-03-16Fix for [#26516] Blender crashes for Particle Physics Path Editing.Janne Karhu
2011-03-16redo panel now runs check() function when defined, filesel and popup dialog w...Campbell Barton
2011-03-16api function added for [#26481] Export to X3D of IndexedFaceSet should use X3...Campbell Barton
2011-03-16Fix nan / black dots in image textures in some corner cases.Brecht Van Lommel
2011-03-16changes to icon loadingCampbell Barton
2011-03-15Small safety fix: clear temporary link list in node space when copying.Lukas Toenne
2011-03-15"Fix" #26445: edit mode vertex distortionSergey Sharybin
2011-03-15fix for crash with textbox add poll function, missing NULL check.Campbell Barton
2011-03-15fix [#26494] Auto run Python scripts option in User Preferences problemCampbell Barton
2011-03-15use defines for BKE_read_file, no functional change.Campbell Barton
2011-03-15fix [#26507] Rename bone -> segfaultCampbell Barton
2011-03-15fix [#26504] Deselection of vertices not working in UVs editorCampbell Barton
2011-03-15bugfix [#26505] zoom in selected keys on graph editorCampbell Barton
2011-03-15fix for building on some configurations.Campbell Barton
2011-03-15fix/disallow [#26502] segmentationfault on pressing button to browse existing...Campbell Barton
2011-03-15quiet warning for GCCCampbell Barton
2011-03-15fix [#26478] New image extension is appended to the old one instead of replac...Andrea Weikert
2011-03-14== filebrowser ==Andrea Weikert
2011-03-14Fix for [#20171] Properties of Hair are not animateableJanne Karhu
2011-03-14Bugfix #26498Ton Roosendaal
2011-03-14Bugfixes:Joshua Leung
2011-03-14bpy.types.libraries.load sphinx doc & examples (doc system needed some updates).Campbell Barton