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-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
2010-02-24hair was running collision functions (copy to/from collision arrays), even wh...Campbell Barton
2010-02-24getting double frames problem, set the epsilon to 100th of a frame rather the...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-24multi-multi modifier support.Campbell Barton
2010-02-24[#21324] mdd import script ported to 2.5Campbell Barton
2010-02-24Empty draw size tooltip fix and added soft limitsDaniel Salazar
2010-02-23set the max soft resolution of nurbs surfaces to 64 rather then 1024Campbell Barton
2010-02-23- use search box for adding actions in the NLACampbell Barton
2010-02-23added support for proxies as drivers back.Campbell 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