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-07-01Packaging variable named 'a' for releasev2.58aTon Roosendaal
2011-07-01update checksums for x3d testsCampbell Barton
2011-07-01quick explode failed if executed with no active objectCampbell Barton
2011-07-01uv mirror poll function wasnt checking UV's were available on the mesh. Campbell Barton
2011-07-01cmake was installing text as a directory rather then coping the files within it.Campbell Barton
2011-07-01minor pep8 editsCampbell Barton
2011-07-01add 'bgl' OpenGL doc to sphinxCampbell Barton
2011-07-01moving BGL to rst format, first move file.Campbell Barton
2011-07-01fix [#27820] foreach_get on bpy_prop_collections returns weird resultsCampbell Barton
2011-07-01Fix #27816: Outliner does not update when parents are clearedSergey Sharybin
2011-07-01own change to cmake files broke MSVC2010 with Debug configuration, reported b...Campbell Barton
2011-06-30fix for own error in script edits, broke bpy_extras.mesh_utils.ngon_tesselateCampbell Barton
2011-06-30fix for own mistake with key shortcuts r37850Campbell Barton
2011-06-30Todo item:Ton Roosendaal
2011-06-30When duplicating nodes in a tree, also copy the links between selected nodes,...Lukas Toenne
2011-06-30Fix for undefined "index" in key.c.Sergey Sharybin
2011-06-30improve error report [#27775] External Image Editor Preference does not work Campbell Barton
2011-06-30replace inline loops for get_weights_array with calls to defvert_find_weight()Campbell Barton
2011-06-30minor change in logic for adding a new hook, ignore zero weight verts in a vg...Campbell Barton
2011-06-30fix/workaround [#27807] bake malloc loop if Deep Shadow && strand && childrenCampbell Barton
2011-06-30minor edits, no functional change.Campbell Barton
2011-06-29Fix windows cmake build, this line got accidentally removed in variable renam...Brecht Van Lommel
2011-06-29Addon UI: button for removing addons which are installed to user/home paths, ...Campbell Barton
2011-06-29incorrectly had CMake storing directory names as filepathsCampbell Barton
2011-06-29console autocomp import now excludes '_' prefixed variables and the results a...Campbell Barton
2011-06-29Corrected link to FFmpeg homepage.Sergey Sharybin
2011-06-29fix [#27800] Tooltips for shading mode options the wrong way round.Campbell Barton
2011-06-29bug [#27779] Python console completion brokenCampbell Barton
2011-06-292.5 Image Buttons Template:Thomas Dinges
2011-06-28own error in recent cmake editsCampbell Barton
2011-06-28RenderEngine API: add self.report() error reporting function for render engines,Brecht Van Lommel
2011-06-28CMake: campbell already added default build type as release a few hoursBrecht Van Lommel
2011-06-28CMake: set default cmake build type to Release. Without that you wouldBrecht Van Lommel
2011-06-28fix [#27782] Tileable displacement map issue in Blender 2.58Campbell Barton
2011-06-28make drawing faces in the UV editor an image space option, re-using the mesh ...Campbell Barton
2011-06-28Explicitly turn off JACK so it's clear it's not supported.Nathan Letwory
2011-06-28fix [#27787] Smart UV Unwrap Results in OverlapsCampbell Barton
2011-06-28cleanup for cmake msvc build options, reference some libs directly, fix confl...Campbell Barton
2011-06-28VBO:Nicholas Bishop
2011-06-27disable opencollada and openexr for msvc2010, gives linking errorsCampbell Barton
2011-06-27Fix last part of #26850: OS X game player did not react to quit event.Brecht Van Lommel
2011-06-27Fix part of #26850: OS X game player was showing _NSAutoreleaseNoPool()Brecht Van Lommel
2011-06-27Fix part of #26850: Cocoa OS X game player was not working, two issues:Brecht Van Lommel
2011-06-27initialize cmake's CMAKE_BUILD_TYPE to 'Release'Campbell Barton
2011-06-27fix for editmode option toggleCampbell Barton
2011-06-27Bugfix #27768Ton Roosendaal
2011-06-27fix [#27778] Set Bone Flags - No Scale - Toggle seems not to work.Campbell Barton
2011-06-27remove some unused flags and correct aud example headingCampbell Barton
2011-06-27basic sound playback example for audspace moduleDalai Felinto
2011-06-27fix for a leak in sound_read_sound_buffer(), used when drawing the sequencer ...Campbell Barton