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-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-19Fix [#25480] Unable to use Windows titlebar icons after LoopcutNathan Letwory
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 crasher on Win XP, submitted by Kanttori.Nathan Letwory
2011-03-18fix for building on ubuntu 11.04 (pre-release), also remove WITH_INSTALL from...Campbell Barton
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-18fix [#26510] Crash when changing an object's property valueCampbell 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-18add sphinx api reference note that menu's layout.operator_context defaults to...Campbell 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
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-17remove cmake WITH_INSTALL option since its a target now.Campbell Barton
2011-03-17BGE PhysicsConstraints.exportBulletFile improvement: also export the object n...Erwin Coumans
2011-03-17== filebrowser ==Andrea Weikert
2011-03-16Fix for [#26520] Point Density turbulence not accessible in Texture Properties.Janne Karhu
2011-03-16Mac OS X cmake changes and bundle fixesBrecht Van Lommel
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-16update x3d test md5s for recent changes, also ensure directory is created or ...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-16CMake, GCC: replace -Werror=strict-prototypes with -Wstrict-prototypes, some ...Campbell Barton
2011-03-16changes to icon loadingCampbell Barton
2011-03-15Small safety fix: clear temporary link list in node space when copying.Lukas Toenne