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
2012-03-31code cleanup: use uppercase for defines and dont end macro's with ;Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-30Fix bug 30195, Array modifier fails to merge vertices.Nicholas Bishop
2012-03-30For BMesh functions that test flags, add enabled/disabled variants.Nicholas Bishop
2012-03-30Add BMO function to append to a buffer slot.Nicholas Bishop
2012-03-30Image editor: shortcuts 1-key to 8-key for switching between render slots, patchBrecht Van Lommel
2012-03-30Node socket values now only have soft limits, rather than hard limits, so youBrecht Van Lommel
2012-03-30Fix #30708: pressing escape in the color picker popup did not reset to the pr...Brecht Van Lommel
2012-03-30Fix out-of-date slot type sizes.Nicholas Bishop
2012-03-30Fix [#30709] Renaming a bone renames all drivers' targets using a bone of tha...Bastien Montagne
2012-03-30patch to add __deepcopy__ to mathutils types, this is no different to __copy_...Campbell Barton
2012-03-30Added new command-line arguments --debug-ffmpeg and --debug-libmv toSergey Sharybin
2012-03-30Camera tracking refactoring:Sergey Sharybin
2012-03-30style cleanupCampbell Barton
2012-03-30fix [#30732] bmesh: loop select continues through hidden sections.Campbell Barton
2012-03-30partial fix for [#30732] bmesh: loop select continues through hidden sections.Campbell Barton
2012-03-30minor speedup converting a BMesh to a Mesh - avoid loop over all faces to cou...Campbell Barton
2012-03-30fix [#30643] Crasher on entering edit mode with VBOs enabledCampbell Barton
2012-03-30fix for finding the python exception line number when running a script in the...Campbell Barton
2012-03-30style cleanup: interfaceCampbell Barton
2012-03-30fix for unhiding faces showing invalid normals.Campbell Barton
2012-03-30fix [#30725] BMesh - Select Linked ignores facesCampbell Barton
2012-03-30fix [#30718] Selecting vertices, edges, faces and undoing - results in wrong ...Campbell Barton
2012-03-30support for opengl rendering in the sequencer (header icons as with 3D view).Campbell Barton
2012-03-30Small fix for r45256, AKEY (de)selection not working.Nicholas Bishop
2012-03-30Small code cleanups related to arrays.Nicholas Bishop
2012-03-30style cleanup: renderCampbell Barton
2012-03-30style cleanup: minor change and remove redundant castsCampbell Barton
2012-03-30style cleanup: sequencerCampbell Barton
2012-03-30Fix "First Last" merge option in array modifier (partial fix for bug 30195)Nicholas Bishop
2012-03-29Fix #30717: Bmesh Branch manipulator bug (Maya Keymaps)Sergey Sharybin
2012-03-29Fix #30716: Clamp To Constraint Locks up Blender after a while.Sergey Sharybin
2012-03-29Fix #30719: Align View to Selected has unexpected results on further view changeSergey Sharybin
2012-03-29added Mesh.calc_tessface(), needed to update mesh tessface after bmesh edits.Campbell Barton
2012-03-29fix [#30715] bmesh: select linked not ignoring hidden verts/edges/facesCampbell Barton
2012-03-29More array modifier fixes.Nicholas Bishop
2012-03-29Fix uninitialized variable in CustomData_bmesh_merge.Nicholas Bishop
2012-03-29converting a mesh to an undo mesh now skips using bmesh operator.Campbell Barton
2012-03-29skip using bmesh operators for converting to/from undo meshes (gives some spe...Campbell Barton
2012-03-29fix [#30705] Playing animation in reverse prevents further forward playbackCampbell Barton
2012-03-29fix invalid *= on an un-initialized value when adding primitives.Campbell Barton
2012-03-29Partial fix for array modifier vertex merge (bug 30195).Nicholas Bishop
2012-03-28style cleanupCampbell Barton
2012-03-28Small cleanup for r45238, remove empty/unused function.Nicholas Bishop
2012-03-28expose image render_slot so keybindings can be configured to changeCampbell Barton
2012-03-28Cycles: add alpha output to image node.Brecht Van Lommel
2012-03-28Cycles: add rendered draw mode option in 3d view header to show the activeBrecht Van Lommel
2012-03-28Cycles: viewport rendered draw mode now shows background images, also changed...Brecht Van Lommel
2012-03-28bmesh: be more strict with operator string formatting, no tabs and only accep...Campbell Barton
2012-03-28print error if rip does nothing (rather then grabbing the unripped verts as i...Campbell Barton