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-04-01fix [#26713] Video Sequencer: Audio mute after making meta strip copy/pasteCampbell Barton
2011-04-01workaround for building blender with mingw, was giving syntax error, for now ...Campbell Barton
2011-04-01fix for cmake / windows from mont29 on IRC.Campbell Barton
2011-04-01Add back sculpt mode brush keys.Campbell Barton
2011-04-01while looking into adding back brush tool keys found mixed texture/image pain...Campbell Barton
2011-04-01pep8 checker, mostly pedantic style changes but also found an error in mesh_u...Campbell Barton
2011-03-31using wrong RNA type in sculpt update.Campbell Barton
2011-03-31Bugfix #26687Ton Roosendaal
2011-03-31remove bpy python api from blenderplayer, it was being linked but not initial...Campbell Barton
2011-03-31Bugfix #26651Ton Roosendaal
2011-03-31blender had no option to add a new scene from the UI, only to copy the existi...Campbell Barton
2011-03-31library linked modifiers were not having their ID linked expanded properly.Campbell Barton
2011-03-31fix for own error r35877, was ignoring #'s in file path by using the digits v...Campbell Barton
2011-03-31fix for issue #2 in report: [#26695] Two fail cases with modifiers targeting ...Campbell Barton
2011-03-31fix for a crash when loading a new blend file which had a scene with the same...Campbell Barton
2011-03-31fix for using freed memory in ED_area_newspace() caused by loading webskategi...Campbell Barton
2011-03-31fix for crash when running blender with define WITH_PYTHON_SAFETY & no startu...Campbell Barton
2011-03-31Pose Propagate - Further Tweaks:Joshua Leung
2011-03-31Propagate Pose Tweaks:Joshua Leung
2011-03-30py/rna Operator.cancel method didnt have return defined.Campbell Barton
2011-03-30includes for building with gcc 4.6 on fedora.Campbell Barton
2011-03-30quiet gcc implicit float -> double warnings & use floats in places.Campbell Barton
2011-03-30fix [#26685] Cannot exit from "edit mode"Campbell Barton
2011-03-30disallow rna paths resolving to upper case X/Y/Z/X / R/G/B/A, python cant res...Campbell Barton
2011-03-30COLLADA lights:Nathan Letwory
2011-03-30modify error when python is not found so as not to confuse users who don't bu...Campbell Barton
2011-03-30print warning on windows/mac when bundled python is not found, suggesting to ...Campbell Barton
2011-03-30update blender release cycle ID.Campbell Barton
2011-03-30quiet gcc's float/double warnings.Campbell Barton
2011-03-30- include for BGE joystick sensorCampbell Barton
2011-03-30fix [#26682] Accessing weight sometimes crashes blenderCampbell Barton
2011-03-30Fix for old bug with subsurf not initializing normals for edges that had no f...Campbell Barton
2011-03-30Fix for [#26646] Hair particle density texture prevents strand render on link...Janne Karhu
2011-03-29fixes in Bullet stuff, roll influence for raycast vehicles was broken,Erwin Coumans
2011-03-29fix [#26623] script/console windows: BACKSPACE does not work when SHIFT is heldCampbell Barton
2011-03-29fix [#26667] Can't import scripts when using blenderplayerCampbell Barton
2011-03-29apply patch for body suspend/resumeErwin Coumans
2011-03-29Fix #26653: changed DPI setting in user preferences is not saved as default.Brecht Van Lommel
2011-03-29use less verbose string formatting for units and interface.Campbell Barton
2011-03-29fix [#26656] video sequence editor rendering stops at frame 9999Campbell Barton
2011-03-29fix [#26666] Snapping the cursor to selected in UV Image Editor when unwrappi...Campbell Barton
2011-03-29Fix #26637: another problem with recent normals change, objects with negativeBrecht Van Lommel
2011-03-29Apply [#26044] Windows thumbnails and improved filetype registrationNathan Letwory
2011-03-29Fix for [#26665] Force field absorption does not workJanne Karhu
2011-03-29Fix for [#26658] Permeable colliders stop particlesJanne Karhu
2011-03-29Bugfix [#26645] Crash when duplicating an object with driverJoshua Leung
2011-03-29Bugfix [#26650] Reset to Default Theme doesn't reset Bone Color SetsJoshua Leung
2011-03-29add rna read-only width/height for screen areas.Campbell Barton
2011-03-29use RNA_warning() rather then printf() so we get the python line number.Campbell Barton
2011-03-292 fixes for un-initialized memory uses, when running testfile: teapot_envmap....Campbell Barton