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
2012-12-11Merge in fix for building with cmake, doesn't effect our own builds, just mea...v2.65Campbell Barton
2012-12-10Merging r52851 through r52858 from trunk into blender-2.65-releaseSergey Sharybin
2012-12-10Audaspace:Joerg Mueller
2012-12-10Merging r52848 through r52850 from trunk into blender-2.65-releaseSergey Sharybin
2012-12-10Fix for maya keymapSergey Sharybin
2012-12-10Merging r52845 through r52847 from trunk into blender-2.65-releaseSergey Sharybin
2012-12-10Splash screen for 2.65, created by Jordan Schur.Brecht Van Lommel
2012-12-10Merging r52842 through r52844 into blender-2.65-releaseSergey Sharybin
2012-12-10Fix cycles OSL + AO enabled in world settings not working correct.Brecht Van Lommel
2012-12-102.65 commit: version bumpSergey Sharybin
2012-12-10Fix shader nodes Normal node not showing right direction choosing widget.Brecht Van Lommel
2012-12-10CMake: fix numpy install not getting properly disabled when numpy was not found.Brecht Van Lommel
2012-12-10fix for knife when clipping was enabled, The knife would not snap to edges/ve...Campbell Barton
2012-12-10fix for knife tool when the mouse was moved outside the clipped area the mous...Campbell Barton
2012-12-10knife tool was incorrectly moving points into worldspace, then checking clipp...Campbell Barton
2012-12-10de-duplicate labda_PdistVL2Dfl() & line_point_factor_v2()Campbell Barton
2012-12-10some of the modal knife key bindings didn't cause a refresh until you moved t...Campbell Barton
2012-12-10revert most of r52820 (patch to fix [#33452]), this caused a regression in te...Campbell Barton
2012-12-10fix for copying markers to other scenes not working with 10 or more scenes. R...Campbell Barton
2012-12-09Fix for camera solver not working properly when built with sconsSergey Sharybin
2012-12-09make cppcheck run with quiet flag when QUIET env var is set, make bpy.ops.ima...Campbell Barton
2012-12-09Fix #33454: cycles wasn't hiding the original object used for dupliverts orBrecht Van Lommel
2012-12-09Bugfix: softshadow in menus was broken.Ton Roosendaal
2012-12-09Fix for Render Layers node: when sockets are hidden (by 'hide unused sockets'...Lukas Toenne
2012-12-09Further refined the check for GCC 4.2 to not add the flag -Wuninitialized then.Ton Roosendaal
2012-12-09fix [#33442] UnitsCampbell Barton
2012-12-09console auto-complete button looked silly when aligned against a menu.Campbell Barton
2012-12-09style cleanupCampbell Barton
2012-12-09patch [#33452] Double click select does not work properly + patchCampbell Barton
2012-12-09CMake:Antony Riakiotakis
2012-12-08bmesh toolflags would use BLI_MEMPOOL_SYSMALLOC when reducing layers only (wo...Campbell Barton
2012-12-08fix [#33431] Impossible to add "None" string to a propertyCampbell Barton
2012-12-08fix [#33438] Bevel modifier "angle" mode is brokenCampbell Barton
2012-12-08update themes with update_themes.pyCampbell Barton
2012-12-08ifdef out dynstr so mathutils can be compiled as an external module again.Campbell Barton
2012-12-07Bevel: fix 'causing artifacts' bug 33245.Howard Trickey
2012-12-07Camera tracking: fixed type in camera intrinsics update functionSergey Sharybin
2012-12-07Fix missing mapping and influence panel for particles when cycles is selectedBrecht Van Lommel
2012-12-07Add 2 documents to the python api reference.Campbell Barton
2012-12-07Fix bug #33176: Deactivating both position and rotation target from iTaSC IK-...Benoit Bolsee
2012-12-07fix for texture_slot path, would give incorrect path when used with brushes w...Campbell Barton
2012-12-07Fix #33433: Importing video files into movie clip editor crashes BlenderSergey Sharybin
2012-12-06Disable multisamples on windows for intel cardsSergey Sharybin
2012-12-06Fix mapping node min/max not working OSL.Brecht Van Lommel
2012-12-06fix [#31084] Dynamic Paint Blender File Crashes Blender.Campbell Barton
2012-12-06Fix #33421: collada import of a mesh with loose edges did not draw the edges ...Brecht Van Lommel
2012-12-06fix playanim - up/down keys were not stepping 10 frames as intended.Campbell Barton
2012-12-06Fix #33423: a few operators still allowed changing current frame duringBrecht Van Lommel
2012-12-06bpy.ops module/caller classes incorrectly had __keys__ rather then __slots__.Campbell Barton
2012-12-06bump python requirement to 3.3Campbell Barton