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-08-26code review fixesSukhitha Prabhath Jayathilake
2011-08-26Fix #28370: border select for curve and metaball did not update number ofBrecht Van Lommel
2011-08-26when applying armature object transform now transform the bone roll too.Campbell Barton
2011-08-26document some of the pitfalls in the blender python api (taken from frequent ...Campbell Barton
2011-08-26file-selector: when converting operator arguments to the file selector, wasnt...Campbell Barton
2011-08-25executing operators that changed the context from the console wasnt returning...Campbell Barton
2011-08-25error when a python operator gave an incorrect return value was near useless,...Campbell Barton
2011-08-25bpy-rna - simplify enum string/set parsing.Campbell Barton
2011-08-25sanity checks on operator exec/modal/invoke return values.Campbell Barton
2011-08-25Fix for [#28304]Alexander Kuznetsov
2011-08-25picky style edits with screen/view/drawing, also remove own bad example doc.Campbell Barton
2011-08-25ups, syntax error, missing :Jens Verwiebe
2011-08-25OSX: refine logic for NDOF, if WITH_BF_3DMOUSE is disabled also never do weak...Jens Verwiebe
2011-08-25OSX: fix condition for NDOF linkingJens Verwiebe
2011-08-25OSX/scons: donĀ“t link to system stubs with 10.7 sdkJens Verwiebe
2011-08-25Fix for [#28239] Particles Billboard 3x3 Split Error.Janne Karhu
2011-08-25SVN maintenance.Guillermo S. Romero
2011-08-25move wiki api intro and overview docs into the api reference docs.Campbell Barton
2011-08-25Patch for bug #28289Jeroen Bakker
2011-08-25Committing patch #25675 "Make "Cast Buffer Shadows" option work in viewport a...Mitchell Stokes
2011-08-24part of a patch from Dan Eicher for cmake packaging.Campbell Barton
2011-08-24this should finally fix collada & ubuntu building with cmakeCampbell Barton
2011-08-24attempt to fix issue with opencollada + ubuntu ppaCampbell Barton
2011-08-24opencollada find module. hopefully solves the problem where includes can in a...Campbell Barton
2011-08-24fix [#28356] Import export STL files, problem in script in version r39307Campbell Barton
2011-08-24fix [#28340] Can't set image depth, quality from image saveCampbell Barton
2011-08-24fix [#28351] active RenderLayer can be set to None, leading to crashCampbell Barton
2011-08-24fix [#28352] Deleting group name in particle system -> panel: Render crashes ...Campbell Barton
2011-08-24cmake: skip rpath (paths to libs) for portable distrobutionCampbell Barton
2011-08-23fix for 3 bugs in bone renamingCampbell Barton
2011-08-23BLI_strescape for a basic, python like string escaping, currently only use fo...Campbell Barton
2011-08-23Fix #28343: glsl error after derivative maps commit.Brecht Van Lommel
2011-08-23fix [#28336] Particles: setting to zero the count of all elements of a group ...Campbell Barton
2011-08-23fix [#28344] for this file, the multires smiley has 2 materials, but only 1 l...Campbell Barton
2011-08-23Bugfix: Removing a sound from a speaker resulted in a crash.Joerg Mueller
2011-08-23add warning about misuse of ID.user_clear() since it can crash blender.Campbell Barton
2011-08-23Make Ctrl+RMB in editmode behave like 2.4x, was re-using center option which ...Campbell Barton
2011-08-23Fix for [#28339] Rev:39618 The revision part doesn't suffice. Thomas Dinges
2011-08-23change compression level for gzip saving to 1, approx twice as fast when savi...Campbell Barton
2011-08-23Revert a part of 39385.Thomas Dinges
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-22Missed a file in last commit.Joerg Mueller
2011-08-22glsl and render support for derivative mapsMorten Mikkelsen
2011-08-22Update rules for linux cross and mingw: list of DLLs for FFmpeg should be def...Sergey Sharybin
2011-08-22fix for buildinfo changes with blenderplayerCampbell Barton
2011-08-22Forgot this in previous commitSergey Sharybin
2011-08-223D Audio GSoC:Joerg Mueller
2011-08-22actually, this if is still marginally good to haveMorten Mikkelsen
2011-08-22FFmpeg library update:Sergey Sharybin
2011-08-22properly escape chars for pythons bpy objects __repr__Campbell Barton