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-04-15Fix #34978: for cycles, images displayed in the UV editor where coupled to theBrecht Van Lommel
2013-04-15Fix #34975: crash rendering curve/text with modifiers that alter topology,Brecht Van Lommel
2013-04-15Touch properties when clearing/adding to a collection.Sergey Sharybin
2013-04-15CMake: add LLVM_STATIC as cmake build option, so linux distributions can linkBrecht Van Lommel
2013-04-15Fix for cycles border render optimization commit, render status bar was off b...Brecht Van Lommel
2013-04-15Fix #34967: Display transform makes byte image with alpha=0 blackSergey Sharybin
2013-04-15rename axis_angle_to_mat3_no_norm() --> axis_angle_normalized_to_mat3().Campbell Barton
2013-04-15Fix: when using a search menu with an operator's enum prop, the operator was ...Bastien Montagne
2013-04-15New implementation for twist brushes.Antony Riakiotakis
2013-04-15WIP, jason's patchAntony Riakiotakis
2013-04-15Fix #34972: Blender crashes when Force Field-> Curve Guide is createdSergey Sharybin
2013-04-15add back attribution field from script.Campbell Barton
2013-04-15Fix compilation with current FFmpeg trunkSergey Sharybin
2013-04-15Make it so FATAL messages from libmv are print to the consoleSergey Sharybin
2013-04-15minor edits to DM_update_weight_mcol(), skip getting vars when in editmode, a...Campbell Barton
2013-04-15Removed the extra ntree->update flag check in lib_verify_nodetree in readfile...Lukas Toenne
2013-04-15code cleanup: minor BMESH_TODO's, some were left in even though they were don...Campbell Barton
2013-04-15Fix for bundle adjusting with motion restrictedSergey Sharybin
2013-04-15Cycles: optimization for 3D viewport border render with heavy scenes, the OpenGLBrecht Van Lommel
2013-04-14Cycles / Non-Progressive integrator:Thomas Dinges
2013-04-14BGE: Cleaning up BL_ShapeDeformer's use of Blender's Key. This also fixes a b...Mitchell Stokes
2013-04-14Freestyle stroke rendering is now done before lens flare. Suggested by Ton o...Tamito Kajiyama
2013-04-14edits to startup.blendCampbell Barton
2013-04-14Fix for r55961 which revered texture icons fix at r55499Sergey Sharybin
2013-04-14== FFMPEG / Canon DSLR footage workaround ==Peter Schlaile
2013-04-14code cleanup: minor changes, clang checker option for exact size matches and ...Campbell Barton
2013-04-14correct pyapi function intersect_line_sphere_2d() using 3d vecs when only 2d ...Campbell Barton
2013-04-14fix for tangent curve flipping only doing 2d angle tests.Campbell Barton
2013-04-14Texture stencil:Antony Riakiotakis
2013-04-14Shader nodes / order:Thomas Dinges
2013-04-14Node Toolbar:Thomas Dinges
2013-04-14Node Socket UI:Thomas Dinges
2013-04-14minor speedup to BM_mesh_normals_update()Campbell Barton
2013-04-14Fix for #34910, NodeGroup input/output sliders bug. Initially i thought this ...Lukas Toenne
2013-04-14use UNLIKELY macro for frequently called inline bli math functions.Campbell Barton
2013-04-14bmesh operators: use operator type-flag to specify which operations require n...Campbell Barton
2013-04-14modify snapObjectsRayEx() to use a pointer to 'ray_dist' rather then passing ...Campbell Barton
2013-04-14BGE: Adding mipmapping control to bge.render via bge.render.setMipmapping() a...Mitchell Stokes
2013-04-14Fix for [#34913] Freestyle: Problem w/ Edge Marks combined w/ Collision.Tamito Kajiyama
2013-04-14Code cleanup:Thomas Dinges
2013-04-14Code cleanup / Layout script:Thomas Dinges
2013-04-14make buttons for edge/face area, length, angles etc. more compact.Campbell Barton
2013-04-14remove checks for 'context.scene' when checking if freestyle is enabled.Campbell Barton
2013-04-14show weight-display options in editmode.Campbell Barton
2013-04-14BGE: Adding a render.setFullScreen() and a render.getFullScreen() to allow fu...Mitchell Stokes
2013-04-14code cleanup: edit-derived-mesh, define 'BMesh *bm' as local variable, avoid ...Campbell Barton
2013-04-14fix for error in editmesh derived callbacks, emDM_getVert(), emDM_getEdge(), ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-14Mesh Drawing:Campbell Barton
2013-04-13code cleanup: more minor changes for editmesh face drawing.Campbell Barton