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-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-06use BLI_strnlen rather then strlen when comparing against fixed lengths.Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-05Object transparency setting should only show on MESH typeDaniel Salazar
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-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
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 [#24938] Seed value on Particle settings gives Error when trying to inser...Campbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-12-02patch [#23212] Python api for NodesCampbell Barton
2010-12-01Bugfix #24903Ton Roosendaal
2010-12-01partial fix [#23265] matrix_world rna path is visible but returns 0 to driver...Campbell Barton
2010-12-01fix for crashes trying to resolve paths "location[]" or "location.."Campbell Barton
2010-12-01fix for some mistakes in recent commit.Campbell Barton
2010-12-01Smoke now uses only one point cache where both normal and high resolution smo...Janne Karhu
2010-11-30minor rna changesCampbell Barton
2010-11-30Add option for CMake to build libredcode, also use CODEC prefix for ffmpeg, q...Campbell Barton
2010-11-30Bugfix #24976Ton Roosendaal
2010-11-29replace overly verbose matrix creation for BGE camera, typo fix from MikeS.Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-29fix [#24921] Crash after inserting keyframing UV coords and changing frame in...Campbell Barton
2010-11-28== Sequencer ==Peter Schlaile
2010-11-27added option to turn off Text anti-aliasing in the UIMichael Fox
2010-11-26remove support for rna resolving paths with collection['name'], only support ...Campbell Barton
2010-11-26Rigid Body Joint Constraint:Thomas Dinges
2010-11-26follow up of "Bugfix #23576" (Logic UI) - replacing hardcoded values by RNA_s...Dalai Felinto
2010-11-26BGE Bugfix: [#24926] Sensor 'Radar' les axes X+ et Y+ ont été inversé. (ou...Dalai Felinto
2010-11-26Fix #24923: tweak falloff strength tooltip to apply both to AO and indirect.Brecht Van Lommel
2010-11-25bugfix [#24907] bone roll z up broken and python script showing correct metho...Campbell Barton
2010-11-24Typo in commit... for some reason rna_xx.c files compile without warning?Ton Roosendaal
2010-11-24Bugfix #23576Ton Roosendaal
2010-11-24Fix #24782: proxy armature Layer state not saved with file. Was in 2.4x butBrecht Van Lommel
2010-11-24Fixes for [#24862] Fluid Simulator issuesJanne Karhu
2010-11-23changes in own recent commit broke MSVC building.Campbell Barton
2010-11-23Changes to the ortho grid drawing based on discussion with Ton.Campbell Barton
2010-11-23fix [#24870] ObjectActuator.offset_rotation in radiansCampbell Barton
2010-11-23partial fix for [#23532]Campbell Barton
2010-11-23Particle fluid and boid settings didn't have a valid rna path, so they couldn...Janne Karhu
2010-11-23use zero initializers instead of memset(), also change PointerRNA_NULL from a...Campbell Barton
2010-11-22bugfix [#23609] Lamp PointerPropertyCampbell Barton
2010-11-22bugfix [#20768] Project Snap BrokenCampbell Barton
2010-11-22rna invoke function wm.invoke_confirm() for python access.Campbell Barton
2010-11-22rename hide_tooltips_python to show_ ..., tag unused variable with recent seq...Campbell Barton
2010-11-22User preference to hide Python references in Tooltips.Elia Sarti
2010-11-21== Sequencer ==Peter Schlaile
2010-11-21Bugfix #24837Ton Roosendaal