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-03replace while loops with angle_wrap_rad()Campbell Barton
2011-04-02Committing patch [#26740] Interface improvement for toolbar by Brecht. Thanks!Thomas Dinges
2011-04-02IRC report: Proportional editing tooltip lacked, and missed info forTon Roosendaal
2011-04-02Bugfix #26736Ton Roosendaal
2011-04-02Fix register method order. Was broken when Campbell moved it to the C impleme...Martin Poirier
2011-04-02Bugfix #26731Ton Roosendaal
2011-04-02[#26719] Fix AAO Tooltips by Sergej Reich (sergof). Thanks! Thomas Dinges
2011-04-02move grese pencil layers[i].active (boolean) -> layers.active (GPencil Layer).Campbell Barton
2011-04-02fix [#26732] Colorband bug with compositing.Campbell Barton
2011-04-02add angle wrapping functions: angle_wrap_rad(), angle_wrap_deg().Campbell Barton
2011-04-02quiet gcc float -> double promotion warnings.Campbell Barton
2011-04-02fix [#26727] Make Proxy ignores group offsetCampbell Barton
2011-04-022.5 Weight Paint UI:Thomas Dinges
2011-04-022.5 UI:Thomas Dinges
2011-04-01Comments for mesh normals calculation from Mortem Mikkelsen (aka sparky).Sergey Sharybin
2011-04-01Partial fix for #26673: sss + normal map wasn't compatible with previous vers...Brecht Van Lommel
2011-04-01modification to api docs so release point to:Campbell Barton
2011-04-01Bugfix #26691Ton Roosendaal
2011-04-01fix problem with recent commit [#26717] X-Ray conflict (X-Ray Grease Pencil a...Campbell Barton
2011-04-01- bpy.app.release so python scripts can check if the release is stable or not.Campbell Barton
2011-04-01Bugfix #26672Ton Roosendaal
2011-04-01Bugfix #26654Ton Roosendaal
2011-04-01Animation Editors: Name-based filteringJoshua Leung
2011-04-01xray option for grease pencil (on by default), sometimes its nicer not to hav...Campbell Barton
2011-04-01fix for memory leak when freeing metastrips from the clipboard.Campbell Barton
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