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-02-14This commit will switch blender to use tangent space generated withinM.G. Kishalmi
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-12access past array bounds in layerInterp_mdisps, also make some vars const.Campbell Barton
2011-01-13remove/comment unused varsCampbell Barton
2011-01-12Fix #25594: Adding mesh while in edit mode with multires - crash.Sergey Sharybin
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-02Splitting quad into triangles and merging triangles into quad shouldSergey Sharybin
2011-01-02New customdata layer callback: validateSergey Sharybin
2011-01-02Multires math function used for layer interpolation moved from customdata.c t...Sergey Sharybin
2010-12-31Silence more compiler warnings.Guillermo S. Romero
2010-12-23Fixed stupid typo with detecting corners of source mdisp.Sergey Sharybin
2010-12-19Apply [#25296] Fix for [#24636]Nathan Letwory
2010-12-14Initial implementation of mdisps layer interpolationSergey Sharybin
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-07de-duplicate unique naming logic, was used in 7 different places, convert int...Campbell Barton
2010-11-04Fix #24388: multires base meshSergey Sharybin
2010-11-01bugfix [#24477] Can easily create bones with duplicate namesCampbell Barton
2010-10-24Make sure separation between modifier keys is communicated from GHOST upwards...Nathan Letwory
2010-10-24Fully disable AUD's FFTW3 usage.Guillermo S. Romero
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-17Fix #24139: Edge loop + Multi-Resolution modifier results weird artifactsSergey Sharybin
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-01Fix #23186: use of unitialized memory when creating new faces on a meshBrecht Van Lommel
2010-08-24- move more active properties into their collections:Campbell Barton
2010-06-02rename some rna properties filename --> filepathCampbell Barton
2010-06-01Fix #22239: external btx won't load.Brecht Van Lommel
2010-05-27Small bug fix:Nicholas Bishop
2010-05-07Multires: fix for "failed to read" error message with external displacements.Brecht Van Lommel
2010-05-07saving multires data didnt get the new filename when the external struct was ...Campbell Barton
2010-04-17bugfix and cleanupCampbell Barton
2010-04-11Solidify ModifierCampbell Barton
2010-03-30* Assign weight from bones in weight paint mode now respects paint faceBrecht Van Lommel
2010-03-30Rest shape key for cloth option, this makes it possibleBrecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-03-09rename some functions to use easier to understand names.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-21Added a new notifyer, NC_SPACE_CHANGED, to signal an editor thatJoseph Eagar
2010-01-19Added extra check & prints for multires data failing to write toBrecht Van Lommel
2009-12-22clone and stencil layer access added, renamed mask to stencil layer internallyCampbell Barton
2009-12-10Sculpt Branch:Brecht Van Lommel
2009-12-07Sculpt Branch:Brecht Van Lommel
2009-11-25Sculpt: external file storage for multiresBrecht Van Lommel
2009-11-25Sculpt: MultiresBrecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-10-03imbusy GSoC'09 branch merge (Vertex Buffer Object support)Lukas Steiblys
2009-06-092.50:Brecht Van Lommel
2009-04-022.5: weight paint mode fix for corrupted layer data, and addedBrecht Van Lommel