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-10-02Fix #22348: disabled image editor curves on non-float images, this neverBrecht Van Lommel
2010-10-02Fix #24095: user preferences theme colors didn't match exactly with whatBrecht Van Lommel
2010-10-02- spec hardness was missing redraw updateCampbell Barton
2010-09-30Action/Shapekey Editor Bugfixes:Joshua Leung
2010-09-30rename makeknots to nurbs_knot_calc_u/vCampbell Barton
2010-09-29Cleanup of code and ui of sequencer speed effect.Janne Karhu
2010-09-28patch [#24034] Fix for [#24010] in 3D view; updates materialCampbell Barton
2010-09-27disable animating the camera lens angle, this way we dont have the problem wh...Campbell Barton
2010-09-27invalid name [#23986] Camera->Lens->Pespective->Angle inputCampbell Barton
2010-09-24missing check in recent commitCampbell Barton
2010-09-24patch [#23968] filter_filetypes property to allow operators to filter by file...Campbell Barton
2010-09-24fix for python refcounting leak, RNA_path_resolve_full now unsets the index i...Campbell Barton
2010-09-24bugfix [#23965] Segmentation fault when using bpy_struct.keyframe_insert() wi...Campbell Barton
2010-09-23bugfix [#23595] Texture paint with a node based brush produces artifactsCampbell Barton
2010-09-23bugfix [#23795] Insert Visual Loc/Rot Keyframe of Armature Bones BrokenCampbell Barton
2010-09-23fix for mistake in rna naming.Campbell Barton
2010-09-22bugfix [#23514] Modifier names containing ']' character cant be animated.Campbell Barton
2010-09-22Increasing compositor blur max sizeDaniel Salazar
2010-09-22RNA renaming nodetree to node_tree Dalai Felinto
2010-09-21fixed filename overwrite red highlight not updating when +/- pressed.Campbell Barton
2010-09-20bugfix [#23326] Enable to add keframes on Image values (texture context)Campbell Barton
2010-09-20bugfix [#23910] Removing an object in Py crashes blenderCampbell Barton
2010-09-19map old/new rna & ui backCampbell Barton
2010-09-18Fixed problems with outliner update in same cases caused by my previous commit.Sergey Sharybin
2010-09-18missed renaming this function call.Campbell Barton
2010-09-17patch [#23840] [Pose]Bone.envelope(point=(0,0,0))Campbell Barton
2010-09-17New optional operator function, check(), it takes the same arguments as execu...Campbell Barton
2010-09-17Tiny addition to boids functionality: pitch valueJanne Karhu
2010-09-16Fix #23867: GroupNode.nodetree name inconsistent with Material/Texture.node_t...Brecht Van Lommel
2010-09-16Make sure rna_armature.c compiles. Use BLI_math.h that includes <math.h> and ...Nathan Letwory
2010-09-16- bone roll now in degrees not radians.Campbell Barton
2010-09-15- rna properties for bones, select_head, select_tailCampbell Barton
2010-09-15Logic UI: reset the value of a key when clicking outside the input buttonDalai Felinto
2010-09-15Allow start frames < 1 on image sequences.Daniel Salazar
2010-09-14keyconfig updates/changesCampbell Barton
2010-09-11new materials and cameras had incorrect usercounts when added from pythonCampbell Barton
2010-09-11incorrect docstringCampbell Barton
2010-09-09- bugfix, operators were getting their properties registered twice.Campbell Barton
2010-09-09- fix for using ['prop'] in RNA apiCampbell Barton
2010-09-09bugfix [#23725] bpy.context.window_manager.Campbell Barton
2010-09-08Apply patch [#23632] Allow single quotes in RNA paths.Nathan Letwory
2010-09-08* Increase Ray Depth Property Range, request by Conz.Thomas Dinges
2010-09-07Graph Editor tweaks:Joshua Leung
2010-09-07- added back zlib include (needed for win32).Campbell Barton
2010-09-06bugfix [#23656] Problems retrieving properties from inside runtime-created Po...Campbell Barton
2010-09-06bugfix [#23641] enable/disable switch of "Limit" Constraints are invertingCampbell Barton
2010-09-06revert keymap name commit, matt says everything should be '2D View', '3D View...Campbell Barton
2010-09-06rename '3D View' keymap, since its know as 'View 3D' for other areas of the k...Campbell Barton
2010-09-06Report by Dan Eicher (dna). [#23694] ColorRampElement.position typoDaniel Salazar
2010-09-032.5 Constraints:Thomas Dinges