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
2010-12-06Curves CV animationSergey Sharybin
2010-12-06Bugfix #25023 (additional remark, not report itself)Ton Roosendaal
2010-12-06Curves shape keys:Sergey Sharybin
2010-12-06include getset's for generating module docs.Campbell Barton
2010-12-06CMake: use a global list to store libraries built rather then cmake_blender_l...Campbell Barton
2010-12-06bugfix [#24967] bge.KX_GameObject.worldAngularVelocity does not work, breaks ...Campbell Barton
2010-12-06bugfix [#24995] Object rotation seems to be applied incorrectlyCampbell Barton
2010-12-06bugfix [#25057] Vertex paint - Cannot select or paint vertices of obscured ve...Campbell Barton
2010-12-06[#25030] Grease Pencil active_frame_delete() deletes wrong layerCampbell Barton
2010-12-06bugfix [#25046] Bold and Italics checkboxes for Text objects seem to do nothingCampbell Barton
2010-12-06[#25047] Deletion of any custom key map item remove always first oneMartin Poirier
2010-12-06bugfix [#22663] object material slots not updated for library dataCampbell Barton
2010-12-06- converted path cleaning on file load to use bPath Iterator functions - imag...Campbell Barton
2010-12-06use BLI_strnlen rather then strlen when comparing against fixed lengths.Campbell Barton
2010-12-06bpath iterator updatesCampbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-05Bugfix #25041Ton Roosendaal
2010-12-05Bug fix #25042Ton Roosendaal
2010-12-05Object transparency setting should only show on MESH typeDaniel Salazar
2010-12-05Fix part of #25040: rendering multiple scenes from compositing nodes didn'tBrecht Van Lommel
2010-12-05use PyUnicode_DecodeFSDefault rather then PyUnicode_DecodeUTF8(str, strlen(st...Campbell Barton
2010-12-05- Fixed dead-lock when subviding curveSergey Sharybin
2010-12-05use constant strings for outliner menus rather then sprint'ing them together.Campbell Barton
2010-12-05fix for camera border going outside the clipping range while in camera view.Campbell Barton
2010-12-05Fix for [#25036] boids particle from 2.49 opened in 2.5 is crash !?Janne Karhu
2010-12-04Fixed memory leak in thumbnail_joblist_free: last image in loadimages weren'tSergey Sharybin
2010-12-04IRC report:Ton Roosendaal
2010-12-04Bug fix #21900Ton Roosendaal
2010-12-04Maintenance, Campbell Barton
2010-12-04Bugfix #24699Ton Roosendaal
2010-12-04Give functions that use printf style formatting GCC format attributes so if i...Campbell Barton
2010-12-04disallow setting RNA attributes while drawing, this is bad practice so enforc...Campbell Barton
2010-12-04fix for strict prototype error.Campbell Barton
2010-12-04own mistake made r33442, was returning the pose channel, rather then its bone.Campbell Barton
2010-12-04remove shadowed definitions but keep them as zero this time.Campbell Barton
2010-12-03Const conflict in PIL_dynlib_find_symbolTon Roosendaal
2010-12-03Bugfix #2508Ton Roosendaal
2010-12-03IRC fix:Ton Roosendaal
2010-12-03IRC bug reportTon Roosendaal
2010-12-03Irx report:Ton Roosendaal
2010-12-03Bugfix #24568Ton Roosendaal
2010-12-03Bugfix #25026Ton Roosendaal
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03compile fixes for mingw32.Campbell Barton
2010-12-03Fix for compilation error caused by strict prototype checkingSergey Sharybin
2010-12-03Fix #25017: Bezier Curve Deform Twisting after adding Shape KeysSergey Sharybin
2010-12-03Bugfix #20565Ton Roosendaal
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-03Fix for [#24899] Sequence Transform strips don't apply animation properly to ...Janne Karhu
2010-12-03updates to patch from Dan Eicher, allow adding a NodeGroup through bpy.data.n...Campbell Barton