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-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
2010-05-30optional fallback argument for vector angle function.Campbell Barton
2010-05-30== Sphinx Doc Gen ==Alex Sytnik
2010-05-30reverting previous commit from Mitchell. His commit went to the trunk instead...Dalai Felinto
2010-05-30Reversing the last merge because I botched it.Mitchell Stokes
2010-05-18bpy.app.background - so a python script can check if blender is running witho...Campbell Barton
2010-05-18dont use a thread for baking in background mode, its not really any advantage...Campbell Barton
2010-05-18include game engine docs in sphinx doc generation:Campbell Barton
2010-05-17blf docstring fix from MoguriCampbell Barton
2010-05-16no functional changesCampbell Barton
2010-05-14Sphinx theme from Alex Sytnik (smerch) for API DocsCampbell Barton
2010-05-11 bpy.utils.blend_paths(absolute=False) (was Blender.GetPaths in 2.4x)Campbell Barton
2010-05-10make python keyframe insert and delete functions use keyword argumentsCampbell Barton
2010-05-09building docs failed when the output directory didnt alredy exist.Campbell Barton
2010-05-09missing arg from docstringCampbell Barton
2010-05-09py/rna: defining new properties now replaces the old onces and raises an erro...Campbell Barton
2010-05-09function to remove propertyCampbell Barton
2010-05-07Warning cleanupMatt Ebb
2010-05-05[#22177] Adding BLF to the BGE and exposing BLF_load as blf.loadCampbell Barton