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-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-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-14Fixes for GNUmakefile on Mac:Brecht Van Lommel
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
2011-03-14Measure of precaution: clear the list of temporary links in the node space af...Lukas Toenne
2011-03-14auto-complete was moving the selection.Campbell Barton
2011-03-14fix [#26489] Auto completion in console brokenCampbell Barton
2011-03-14move mathutils api changelog into wiki.Campbell Barton
2011-03-14change addon defaults.Campbell Barton
2011-03-14patch [#26495] Adjustable outline width for selected objectsCampbell Barton
2011-03-14tag var as unused.Campbell Barton
2011-03-14Bugfix: "Sync Markers" option in Action Editor is now a bit moreJoshua Leung
2011-03-14RNA API RenameCampbell Barton
2011-03-14add dir() function for library objects, also was missing call to clear temp f...Campbell Barton
2011-03-14Group tree sockets were not being freed after removing.Lukas Toenne
2011-03-14Fix for crashes due to links without fromnode pointers. This can happen with ...Lukas Toenne
2011-03-13Fixed the node_recurs_check function used to define the order of nodes in ntr...Lukas Toenne
2011-03-13fix mistake from commit rev. 33868. The variable icon was a pointer, not an i...Andrea Weikert
2011-03-13Fix "make test" on Mac, couldn't find executable.Brecht Van Lommel
2011-03-13RNA: use a different method to set DNA types for BlendData* collections, toBrecht Van Lommel
2011-03-13Replaced RNA code in previous commit with a version which should be aJoshua Leung
2011-03-13Pose Sliding Tools - Custom Property Support + Other bugfixesJoshua Leung
2011-03-13rna/api: new bezier keys added via fcu.keyframe_points.add() now use auto han...Campbell Barton
2011-03-13Bugfix [#26484] delete keyframe in pose mode --> segmentation faultJoshua Leung
2011-03-13Inconsistent use of array_index vs index with animation keyword args.Campbell Barton
2011-03-13- lightmap pack wasnt reporting no mesh errors properly.Campbell Barton
2011-03-13[#26482] Solidify / Animation Opengl render. no texture.Campbell Barton
2011-03-13py/library api: raise an error if a requested member isn't found.Campbell Barton