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-28Bug in OpenAL backend returning wrong playback position.Joerg Mueller
2010-02-28Fix for crash in imbuf code under certain circumstances on linux.Joshua Leung
2010-02-28Fix include path for GHOST include.Guillermo S. Romero
2010-02-28bugfix [#21381] Wrong negative separated unitsCampbell Barton
2010-02-28bugfix [#21247] Controls holding numbers are not zeroed when empty string val...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-27System dependent standard directory retrieval functions update : return const...Damien Plisson
2010-02-27Patch #21267 by Sergey Sharybin Ton Roosendaal
2010-02-27fix in commit today using strnlen, which is only available for gcc.Ton Roosendaal
2010-02-27utility function pyrna_enum_value_from_id for getting the enum from a string ...Campbell Barton
2010-02-27store vars in py operators in the instance rather then the operator classes.Campbell Barton
2010-02-27hold the python operator instance in the operator, otherwise the handelers ne...Campbell Barton
2010-02-27python support for defining region drawing callbacks, while not directly rela...Campbell Barton
2010-02-27fixes for auto script execution, changing the user preference also updates th...Campbell Barton
2010-02-27was using wrong global flag for python script disabling in recent commit.Campbell Barton
2010-02-27One more decimal to the lamp distance and energy button... makes fineDaniel Salazar
2010-02-27* Renaming some Keying Sets API functions to make the terminology more consis...Joshua Leung
2010-02-27rename flag for auto script execution since scriptlinks are no more.Campbell Barton
2010-02-27option to set the blend file as from a 'Trusted Source' on load.Campbell Barton
2010-02-27bugfix [#20694] Copy Paste to buffer missing in Console editorCampbell Barton
2010-02-27VideoTexture: optional arguments to ImageBuff constructor.Benoit Bolsee
2010-02-27Fix for ffmpeg audio rendering being to long.Joerg Mueller
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-26Bugfix #21339: Grease Pencil operator weirdnessJoshua Leung
2010-02-26use negate_v3 rather then multiplying a vector by -1.0 (no functional changes)Campbell Barton
2010-02-26fix for fly mode restoring non-euler rotationsCampbell 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-26[#21338] B-Bone display size crash [27127]Martin Poirier
2010-02-26VideoTexture: fix a bug with AV sync that was causing a loss of sync in case ...Benoit Bolsee
2010-02-26fix for camera rig that has locking on the camera but not the parent.Campbell Barton
2010-02-26error in view3d math commit. Campbell Barton
2010-02-25support for flymode with camera rigs, so the parent most object is actually f...Campbell Barton
2010-02-25use math functions in view code, no functional changes.Campbell Barton
2010-02-25support for relative file loading and python paths.Campbell Barton
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-25BGE Dome: BlenderPlayer Console arguments: warpdata working now (only with ab...Dalai Felinto
2010-02-25Added a Recovery space in splash so new users don't panic when theyDaniel Salazar
2010-02-25Fix for [#20647] Children from particles on a subsurf mesh don't render correctJanne Karhu
2010-02-25Particles with "no physics" didn't stick to the emitter like they were suppos...Janne Karhu
2010-02-25Fix for [#19955] 2.5 Particles are calculated wrong when object has any trans...Janne Karhu
2010-02-25BGE Dome: Console arguments: angle, tilt, mode and warpdata (not working yet)Dalai Felinto
2010-02-25Bugfix: FPS Frame Step had wrong minimum value. Animation rendering would fai...William Reynish
2010-02-24view selected now uses boundboxes of dupli-objects and ignores centerpoints o...Campbell Barton