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
2010-12-07incorrect paranoid check for drawing texture face mode with no faces, it woul...Campbell Barton
2010-12-07fix for crash on missing NULL check,Campbell Barton
2010-12-07Got rid of old-school searching CVs for index update.Sergey Sharybin
2010-12-06Bugfix #25060Ton Roosendaal
2010-12-06Bugfix #25003Ton Roosendaal
2010-12-06Update curve animation data when loading UndoCurve -- fixes memory corruptionSergey Sharybin
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-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- 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-05Bug fix #25042Ton Roosendaal
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-04Fixed memory leak in thumbnail_joblist_free: last image in loadimages weren'tSergey Sharybin
2010-12-04IRC report:Ton Roosendaal
2010-12-04Maintenance, 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-03Bugfix #2508Ton Roosendaal
2010-12-03IRC fix:Ton Roosendaal
2010-12-03IRC bug reportTon Roosendaal
2010-12-03Bugfix #24568Ton 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 #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-03updates to patch from Dan Eicher, allow adding a NodeGroup through bpy.data.n...Campbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-12-03fix [#25015] Ctrl+L linking to scene list does not scroll when the list is la...Campbell Barton
2010-12-03fix [#24586] Report mode of console does not show proper cariage returns.Campbell Barton
2010-12-03fix crash when report timer was set but no usable error reports were found.Campbell Barton
2010-12-02Update include paths for fonts in image stat display (rev33422).Guillermo S. Romero
2010-12-02use fixed width fonts for image stat display.Campbell Barton
2010-12-02Adding some descriptions for animation-related operators that were missing them.Joshua Leung
2010-12-01increase the reference counts when setting default scene compo nodes else rem...Campbell Barton
2010-12-01fix [#24990] When extruding bones the outliner does not immediately updateCampbell Barton
2010-12-01bugfix [#22638] Alpha channel not saved when using texture paintCampbell Barton
2010-12-01minor console changes.Campbell Barton
2010-12-01bugfix [#23423] Multi-window : closing game windows cause blender crashCampbell Barton
2010-11-30missing NULL check in own recent commit,Campbell Barton
2010-11-30Add option for CMake to build libredcode, also use CODEC prefix for ffmpeg, q...Campbell Barton
2010-11-30misc small changes.Campbell Barton