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
2013-02-21Fix scons compileJens Verwiebe
2013-02-21BGE cleanup: Removing the PHY__Vector classes and replacing them with MT_Vect...Mitchell Stokes
2013-02-21Blender Internal: optimization to remove sleep() calls from the render threadingBrecht Van Lommel
2013-02-21Object Select Similar tool now has a Pass Index option.Brecht Van Lommel
2013-02-21Remove orthographic camera Scale hard min/max and make them soft limits instead,Brecht Van Lommel
2013-02-21Increase maximum render resolution from 10000 to 65536.Brecht Van Lommel
2013-02-21Code cleanup:Thomas Dinges
2013-02-21Code cleanup:Thomas Dinges
2013-02-21Compile fixes for recent code cleanups:Thomas Dinges
2013-02-21Enable new bevel tool code in bevel modifier.Howard Trickey
2013-02-21style cleanup: 'sizeof foo' --> 'sizeof(foo)', add check in style checking sc...Campbell Barton
2013-02-21code cleanup: move 2d bevel list into its own function. (as with 3d bevel)Campbell Barton
2013-02-21code cleanup: rename ScanFillVert.h --> edge_tot, SF_VERT_UNKNOWN --> SF_VERT...Campbell Barton
2013-02-21use radians for BLF_rotationCampbell Barton
2013-02-21code cleanup: remove ctrl option from FONT_OT_line_breakCampbell Barton
2013-02-21code cleanup: remove references to old bevel code (which has been removed for...Campbell Barton
2013-02-21code cleanup: pass mval to ED_view3d_cursor3d_position() rather then event x/yCampbell Barton
2013-02-21code cleanup: remove unused runtime var - World.fastcolCampbell Barton
2013-02-21Blender 2.67 release cycles begin:Thomas Dinges
2013-02-20Getting ready for the 2.66 release!v2.66Ton Roosendaal
2013-02-20increase openmp limit for release so low poly meshes don't use openmp threads...Campbell Barton
2013-02-20Fix visible seams on normal map bake due to clear colour being black:Antony Riakiotakis
2013-02-20Fix DPI not taken into account for header text (e.g. during transform).Brecht Van Lommel
2013-02-20Quick fix: translating header's string with some languages (complex scripts, ...Bastien Montagne
2013-02-20Raise a bit Header string fixed length, else some translations (e.g. Japanese...Bastien Montagne
2013-02-20Fix for blenderplayer build after recent motrack changesSergey Sharybin
2013-02-20Made ldl code a part of extern_ssba library, otherwise gcc fails toSergey Sharybin
2013-02-20Fix #34299: Motion Tracking 20x slower under WindowsSergey Sharybin
2013-02-20Fix drawing of translated strings (can't use _ascii version of BLF_draw in th...Bastien Montagne
2013-02-20fix [#32294] Navmesh crashed if on creation navmesh is also selectedCampbell Barton
2013-02-20remove unneeded call to RNA_property_enum_get(), the icon was always overwrit...Campbell Barton
2013-02-20rigidbody: Properly handle constrained objects not having rigid bodiesSergej Reich
2013-02-20change to proportional editing suggested by Jeroen Hoolmans,Campbell Barton
2013-02-20fix #34049: Collada importer doesn't import armature. Added some comments to ...Gaia Clary
2013-02-20fix #34049: Collada importer doesn't import armature. Added support for 'root...Gaia Clary
2013-02-20rigidbody: Don't run simulation if cache is bakedSergej Reich
2013-02-19fix [#34244] Snap to face projection - Entire mesh is affected by projection ...Campbell Barton
2013-02-19fix [#34275] Text autocomplete cuts words with accents or special charactersCampbell Barton
2013-02-19set unicode conversion errors as UNLIKELYCampbell Barton
2013-02-19step over unicode characters with autocomplete (correctly this time).Campbell Barton
2013-02-19Another huge bunch of new UI translations (some reported by Leon Cheung, than...Bastien Montagne
2013-02-19bpy.props.RemoveProperty() py api docs were still incorrect.Campbell Barton
2013-02-19fix [#34033] Mesh customdata settings are missingCampbell Barton
2013-02-19fix for apply rotation/location failing for surface object types (were recogn...Campbell Barton
2013-02-19internal: increase error threshold for normalize assert since normals convert...Campbell Barton
2013-02-19Small correction to make strict compiler setup be happySergey Sharybin
2013-02-19revert own commit r54625, broke autocomplete.Campbell Barton
2013-02-19Remove define which is not actually needed and could have beenSergey Sharybin
2013-02-19Fix #34315: memory leak cancelling move to layer operator, after change to makeBrecht Van Lommel
2013-02-19make asserts that check for unit length vectors into a macro.Campbell Barton