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-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
2010-02-19fix for empty xyz axis text drawing ontop of everything.Campbell Barton
2010-02-19apply visual transform to poseCampbell Barton
2010-02-19Enabling AV-sync again. You can now choose between No sync, Frame Dropping or...Joerg Mueller
2010-02-18[#21219] Separate autocomplete text with command prompt in consoleCampbell Barton
2010-02-18Calling AV-sync in UI to what it really is!Joerg Mueller
2010-02-18Animation Playback Option (No negative frames) and Other Bugfixes:Joshua Leung
2010-02-17topology based mirror, (from apricot branch)Campbell Barton
2010-02-17Netrender was reloading classes multiple times Campbell Barton
2010-02-17join as UVs referenced older api function nameCampbell Barton
2010-02-17*Removed a lingering 'Add' prefix in the Add menu to make it more consistent. William Reynish
2010-02-17rename rna props for auto-keying to be consistant, user prefs were graying ou...Campbell Barton
2010-02-17Added separate entries for Extrude Region and Extrude Individual in the mesh ...William Reynish
2010-02-17Align Object op: ignore objects other than Mesh typeDaniel Salazar