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-07-30bugfix [#22660] Text Boxes properties are not animateable.Campbell Barton
2010-07-29minor changes to r30843Campbell Barton
2010-07-28bugfix [#23065] Pickle can not dump instances of user defined classesCampbell Barton
2010-07-28fix for running rna subclasses own __init__ functions.Campbell Barton
2010-07-27bugfix [#22027] Group disappears in render after adding a group instanceCampbell Barton
2010-07-27* Partially revert r30763, where PROP_IMAGEPATH was added.Nicholas Bishop
2010-07-26* Added a new RNA subtype, PROP_IMAGEPATH. It's the same as PROP_FILEPATH, bu...Nicholas Bishop
2010-07-26[#22617] Using register/unregister alone crashes blenderCampbell Barton
2010-07-26bugfix [#23018] Can't run 2.53 buildCampbell Barton
2010-07-26bugfix [#22836] Alt+MMB view alignment don't respect all axes directionsCampbell Barton
2010-07-25py api mathutils.Quaternion()Campbell Barton
2010-07-23[#22488] Reloading scripts causes crashCampbell Barton
2010-07-20- correct some spelling errors.Campbell Barton
2010-07-20noise python module back from 2.4x, personal request from ant author Jimmy HazeCampbell Barton
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-16== installation paths ==Andrea Weikert
2010-07-16== installation paths ==Andrea Weikert
2010-07-15change some references to .B.blend, .Blog to new namesCampbell Barton
2010-07-14Change to text3d: When back or front is enabled, the bevel rim on the other s...Campbell Barton
2010-07-11bugfix [#22800] Mathutil bug with vectorCampbell Barton
2010-07-08added imports to templatesCampbell Barton
2010-07-08- duplicating a scene now duplicates all strips (not just selected ones)Campbell Barton
2010-07-04Patch [#22339] File/installation paths changesAndrea Weikert
2010-07-03better reporting for file i/o failier, use system error message in more place...Campbell Barton
2010-07-03- changes to the sequencer so new strips use the data name.Campbell Barton
2010-06-28== python api docs ==Luca Bonavita
2010-06-27api reference docs: include bpy.data in the main page since its used everywhere.Campbell Barton
2010-06-26remove math and m module names from python driver namespace. (all math functi...Campbell Barton
2010-06-25bpy.props.StringProperty()'s maxlen arg was off by 1 since it included the nu...Campbell Barton
2010-06-23Fix #21369: normals on extruded text and curve objects were flippedBrecht Van Lommel
2010-06-23mathutils.RotationMatrixMartin Poirier
2010-06-17== addons ==Luca Bonavita
2010-06-15- module for reading blend start/end frames and scene name (useful for findin...Campbell Barton
2010-06-15== python api docs ==Luca Bonavita
2010-06-14change to recent commit, insert_keyframe(datapath -> data_path ...)Campbell Barton
2010-06-14naming changesCampbell Barton
2010-06-14bugfix [#22427] settings bpy.context.active_object gives wrong message.Campbell Barton
2010-06-14bugfix [#21748] KX_Object scaling property not "writing" vector access .:. e....Campbell Barton
2010-06-12modify my last commit to fix [#22486] add_actuator crashes when name is bigge...Campbell Barton
2010-06-12bugfix [#22486] add_actuator crashes when name is bigger than 32 charsCampbell Barton
2010-06-12== python api docs ==Luca Bonavita
2010-06-09py/rna api:Campbell Barton
2010-06-06- [#22492] [29159] commit breaks importing of script file that has a reload t...Campbell Barton
2010-06-05get rid of some warnings,Campbell Barton
2010-06-04== python api docs ==Luca Bonavita
2010-06-03== python api docs ==Luca Bonavita
2010-06-02error in last commitCampbell Barton
2010-06-02rename some rna properties filename --> filepathCampbell Barton
2010-06-02include the blendfile name when executing python scripts, so when using libra...Campbell Barton
2010-05-30- Python console argument '--python-console', option so you can start blender...Campbell Barton