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-03-03move to make way for external svn addonsCampbell Barton
2010-03-02Splash for testbuild update...Ton Roosendaal
2010-03-02fix for OBJ exporting Texface imagesCampbell Barton
2010-03-02Info Header: Non-blocking Info MessagesJoshua Leung
2010-03-01bugfix [#21405] Error on loading of thumbnails from network renderer [27204]Campbell Barton
2010-03-01parts of the Python API are unstable, big discalmer in API docs main page, AP...Campbell Barton
2010-03-01replace operator options bl_undo and bl_register with bl_optionsCampbell Barton
2010-03-01remove netrender reference from rigifyCampbell Barton
2010-02-28remove so-called security patch,Campbell Barton
2010-02-28make BGL and BLF modile names lowercaseCampbell Barton
2010-02-28python BLF module for drawing text, updated template to draw text in the 3D v...Campbell Barton
2010-02-28Partial Fix: [#21085] Sequencer file selector for movies is strangeAndrea Weikert
2010-02-28- template with an example of a modal operator drawing with opengl (draw a li...Campbell Barton
2010-02-28patch from Andy Braham with some modificationsCampbell Barton
2010-02-28NetRender: Use threading mixin for master server. See if it solves latency is...Martin Poirier
2010-02-27store vars in py operators in the instance rather then the operator classes.Campbell Barton
2010-02-27rename flag for auto script execution since scriptlinks are no more.Campbell Barton
2010-02-26rename extension to addon after discussion with meta-androcto & mindronesCampbell Barton
2010-02-26rna/py apiCampbell Barton
2010-02-26Adding back decorator (metaclass registration not in trunk yet)Martin Poirier
2010-02-26remove rna functions image.get_export_path() and image.get_abs_filename(), fi...Campbell Barton
2010-02-26Few small hair dynamics goodies:Janne Karhu
2010-02-26Netrender: check if library and image files exist before adding as dependency.Martin Poirier
2010-02-25select parent/child in object mode with [] keys, like pose mode.Campbell Barton
2010-02-25fix for warnings, add back pose relax into the pose menu.Campbell Barton
2010-02-25AnimViz (Motion Paths + Ghosting) panels are registered so that they will sho...Joshua Leung
2010-02-24view selected now uses boundboxes of dupli-objects and ignores centerpoints o...Campbell Barton
2010-02-24[#21295] Escape key doesn't cancel python modal operatorsCampbell Barton
2010-02-24allow cloth sim for linked duplicates, not many people use this but we need f...Campbell Barton
2010-02-24[#21324] mdd import script ported to 2.5Campbell Barton
2010-02-23- use search box for adding actions in the NLACampbell Barton
2010-02-23- py-drivers were not using the name lookup cache.Campbell Barton
2010-02-23- finally a way to force removal of images (Shift+Click on the X)Campbell Barton
2010-02-23scene.render_data -> scene.renderCampbell Barton
2010-02-23pep8 cleanup + correction for external player operator return value.Campbell Barton
2010-02-22Made a more generic rig type for giving animators direct control over shape k...Nathan Vegdahl
2010-02-22game settings wasnt checking if the scene has a world set (giving python erro...Campbell Barton
2010-02-22Context for Object Align op = Object modeDaniel Salazar
2010-02-22[#21237] RAW triangle file importerCampbell Barton
2010-02-22game engine support for recording animation back & some other minor changes.Campbell Barton
2010-02-22bugfix [#21233] Crash in pyapi, with new object.Campbell Barton
2010-02-21modal operator python templateCampbell Barton
2010-02-21generic modal operator to make adjusting almost any rna property with the mou...Campbell Barton
2010-02-21remove pep8 warningsCampbell Barton
2010-02-21improved euler conversion, make sure new eulers are always compatible with th...Campbell Barton
2010-02-21[#20116] calculation problem in bvh_importer.pyCampbell Barton
2010-02-21Better code to prevent loading scripts from .blender/scriptsMartin Poirier
2010-02-21BVH import working again.Campbell Barton
2010-02-21temp workaround for blender loading 2.4x scripts in ~/.blender/scriptsCampbell Barton
2010-02-20Mathutils API: Euler support for rotation order.Campbell Barton