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
2013-05-03adjustment to own commit r56463.Campbell Barton
2013-05-02Fix #35157: export key configuration did not export text input events correctly.Brecht Van Lommel
2013-05-02Fix [#35173] Object's draw_type resets when removing smokeDaniel Genrich
2013-05-02Fix #35182: VSE - speed control Trim duration (soft) end reset to 0Sergey Sharybin
2013-05-02don't show an 'X' next to never-null pointer search menus.Campbell Barton
2013-05-02make rna layer access less cryptic by using ARRAY_HAS_ITEM(), modified this t...Campbell Barton
2013-04-30fix for setting int customdata layer names not ensuring uniqueness.Campbell Barton
2013-04-29Changes to image draw method optionsSergey Sharybin
2013-04-29Usual UI messages fixes...Bastien Montagne
2013-04-27Fix part of #34233: bad alpha blending for 2D image painting. This is a veryBrecht Van Lommel
2013-04-26Bugfix [#34645] NlaStrip Tweak Mode - No automatic action length sync on exitJoshua Leung
2013-04-26add subsurf limits, in RNA, there were none, but subsurf would assert at 29.Campbell Barton
2013-04-25Fix [#34545] Render layer name is unwantedly translated in composite node editorBastien Montagne
2013-04-25style cleanupCampbell Barton
2013-04-25Fix rigid body world Solver Iterations not showing in UI and throwing python ...Brecht Van Lommel
2013-04-24Fix cycles build error, RNA C++ API did not properly handle output parameters.Brecht Van Lommel
2013-04-24rna api function scene.ray_cast now returns the object and its matrix (incase...Campbell Barton
2013-04-24use more rna-constant name for bevel clamping.Campbell Barton
2013-04-24Fix bug #34611: bevel overlap limitHoward Trickey
2013-04-24fix for mistake in own recent commit r56249 with rna_EffectorWeight_pathCampbell Barton
2013-04-24fix [#34958] keyframe many items would fail if there was a (") in the text.Campbell Barton
2013-04-23edit to r56235, min/max are common abbreviations used in rna.Campbell Barton
2013-04-23Added registerable size properties for node types in RNA. This allows pynodes...Lukas Toenne
2013-04-23rna attribute consistency edits, use common prefix for booleans.Campbell Barton
2013-04-23Bugfix [#34869] Switching actions does not trigger animation refreshJoshua Leung
2013-04-23Allow hiding separate hiding of overlays on stroke.Antony Riakiotakis
2013-04-23Add stencil control for mask overlay. Key combinations are the same asAntony Riakiotakis
2013-04-23Overlay fixes:Antony Riakiotakis
2013-04-23Overlay refactor:Antony Riakiotakis
2013-04-22Fix #35054: adjust tooltip for Render Border option in 3D view panel to sayBrecht Van Lommel
2013-04-22Bugfix [#34836] Crash when driver variable has path == 'data'Joshua Leung
2013-04-22Footage information panelSergey Sharybin
2013-04-22Fix #35039: two other issues with curve capsSergey Sharybin
2013-04-22fix for error in own recent changes to vertex weight drawing in editmode.Campbell Barton
2013-04-22remove unneeded null checks from commit r56194, also minor style cleanup.Campbell Barton
2013-04-21rigidbody: Add function to perform convex sweep testSergej Reich
2013-04-20Removed the group_tree_idname property from node types. This was a bit of a h...Lukas Toenne
2013-04-19Added minimal support for progressbar in pythonGaia Clary
2013-04-18fix for problem with too low epsilon when calculating thickness, also increas...Campbell Barton
2013-04-18add display mode for sharp edges.Campbell Barton
2013-04-18Make freestyle use local Main for temporary objectsSergey Sharybin
2013-04-18add mesh distort display mode (highlights distorted faces)Campbell Barton
2013-04-17display options to help with 3d printing.Campbell Barton
2013-04-16Set min value for sampling value of freestyle line geometry modifier to 0.Sv. Lockal
2013-04-16Option to hide overlay during a stroke. To enable, press the brush iconAntony Riakiotakis
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-15Touch properties when clearing/adding to a collection.Sergey Sharybin
2013-04-14modify snapObjectsRayEx() to use a pointer to 'ray_dist' rather then passing ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-14Mesh Drawing:Campbell Barton