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
2012-02-07Code Cleanup:Campbell Barton
2012-02-06Bugfix for part 1 of [#30052].Joerg Mueller
2012-02-06no functional change: NC_SPACE|ND_SPACE_VIEW3D notifier was getting an Object...Campbell Barton
2012-02-06fix [#30062] Weight, Texture,Vertex Paint - Face Selection Mask Icon: Out of ...Campbell Barton
2012-02-05Patch #30050 by Juha Mäki-Kanto (kanttori)Domino Marama
2012-02-05Release schedule:Thomas Dinges
2012-02-05Movie Clip Editor: cleanup of display panelsSergey Sharybin
2012-02-05Fix #30073: metaball + edit mode + proportinal edit hotkeySergey Sharybin
2012-02-05BGE bug #21947: Softbodies not using object size. Fixed by scaling the shape ...Benoit Bolsee
2012-02-05win32 quicktime: missing include. How comes nobody else got this problem?Benoit Bolsee
2012-02-05Code Cleanup: minor changes & sync with bmesh.Campbell Barton
2012-02-05Code Cleanup: line length and use Py_ssize_t for PyC_AsArray utility function.Campbell Barton
2012-02-04Fix: non-power-of-two-textures were always disabled on ATI/Apple due to poorBrecht Van Lommel
2012-02-04BGE bug #29133: Render to Texture not working. Fixed by using same viewport t...Benoit Bolsee
2012-02-04fix [#29947] Blender crashes when duplicate bonesCampbell Barton
2012-02-04Code Cleanup: pep8 editsCampbell Barton
2012-02-04Fix MinGW compilation due to recent font rendering changes.Antony Riakiotakis
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-02-04Fix for aliased fonts in the game engine.Alex Fraser
2012-02-04fix [#30060] self.report printed twiceCampbell Barton
2012-02-04Fix #30064: Image editor: paint on image, rename image, undo -> crashSergey Sharybin
2012-02-03Fix #30028: VSE Paste Strip CrashSergey Sharybin
2012-02-03fix [#27953] VSE: weird drawing and placement issues strips during 'E'Campbell Barton
2012-02-03Minor Speedup: avoid for() loop over all faces in fluidsim by passing an exam...Campbell Barton
2012-02-03Fix #30043: typing ctrl+Z in text field adds a square. For ascii these controlBrecht Van Lommel
2012-02-03Fix #29921: render rasterization error in a corner case, only happened on 32bitBrecht Van Lommel
2012-02-03Code Cleanup: check is / is not when comparing singletons.Campbell Barton
2012-02-02Camera tracking: fix for Clean Tracks operator which used to always useSergey Sharybin
2012-02-02Disallow fill caps for curves without bevel object.Sergey Sharybin
2012-02-02Fix for recent bevel cap optionSergey Sharybin
2012-02-02Added option to fill caps of bevelled curves.Sergey Sharybin
2012-02-02Fix #27213: editing color ramp "Pos:" number value did not update the rampBrecht Van Lommel
2012-02-02Fix #29056: keymapping NDOF motion events not working correct. Motion even typeBrecht Van Lommel
2012-02-02Fix related to #30053: crash rendering scene strips without a scene (due to m...Brecht Van Lommel
2012-02-02Patch #29705: Collada export didn't export mesh name.Domino Marama
2012-02-02Fix #29381: Navmeshs frees not guarded allocated memory and leakedSergey Sharybin
2012-02-02Code Cleanup: de-duplicate bone space calculation ~(35 sloc)Campbell Barton
2012-02-02fix [#30051] Copy Scale constraint overrides Inherit Scale from parentCampbell Barton
2012-02-02Cleanup Only: replace numbers with defines.Campbell Barton
2012-02-02fix [#28296] File selector crash when with filepath propertyCampbell Barton
2012-02-02* fix for error in shape transfer (wrong var name).Campbell Barton
2012-02-02internal cleanup, check.Campbell Barton
2012-02-02fix [#29666] Duplicate entries in bpy.typesCampbell Barton
2012-02-02Fix for possible memory leak on creation of a vector using Vector.Range.Andrew Hale
2012-02-01Fixed typo in tracking context creation. Wasn't harmful because because of de...Sergey Sharybin
2012-02-01Camera tracking: regression fixed after recent frame postprocessing refactorSergey Sharybin
2012-02-01Fix #30045: mesh.uv_textures.new() not returning correct layer when a layer withBrecht Van Lommel
2012-02-01Fix #29104: keyframing motion blur samples did not work, made these non-anima...Brecht Van Lommel
2012-02-01Movie Clip Editor: proxy sizes for original and undistortted footages are now...Sergey Sharybin
2012-02-01Fix: Bicubic bump mapping does not work for UVs outside the 0,1 range.Antony Riakiotakis