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-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-27Border select for sculpting, using B shortcut, warmup for more advancedAntony Riakiotakis
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-26fix for outline width theme option being ignored for non mesh object types.Campbell Barton
2013-10-25drawobject: Fix sphere bounds drawingSergej Reich
2013-10-23style cleanupCampbell Barton
2013-10-22add copy_v4_fl4, replace QUATSET macro.Campbell Barton
2013-10-22fix for invalid RNA created for the 3D viewport header (made ID reporting sho...Campbell Barton
2013-10-21Partial fix for [#37159] Particle Emitter set to not render still appears in ...Bastien Montagne
2013-10-18Pampa Project request: FPS in sequencer editorSergey Sharybin
2013-10-17Fix #37109: missing cycles texture display in edit mode.Brecht Van Lommel
2013-10-16style cleanupCampbell Barton
2013-10-153D view: textured draw mode now has a Shadeless option in the Shading panel,Brecht Van Lommel
2013-10-15fix [#37067] Bone CrashCampbell Barton
2013-10-14Fix cycles textured draw mode problem with objects that have an image textureBrecht Van Lommel
2013-10-12code cleanup: use const's for vector args.Campbell Barton
2013-10-11use BLI_bitmap for editmesh selection buffer to save some memory.Campbell Barton
2013-10-11code cleanup: use const's for static arraysCampbell Barton
2013-10-08remove redundant NULL checksCampbell Barton
2013-10-04Fix #36948: blender internal viewport render crashes holding shift+Z pressedBrecht Van Lommel
2013-10-01fix for error setting vector handles to free when both vector handles were se...Campbell Barton
2013-09-30fix [#36861] In face select masking circle select selects all when out of focus.Campbell Barton
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-09-20replace VIEW3D_OP_OFS_LOCK_TEST() macro with static function view3d_operator_...Campbell Barton
2013-09-20fix [#36773] Dolly breaks in quad viewCampbell Barton
2013-09-18fix [#36758] Add Group Instance crashCampbell Barton
2013-09-17Fix #36718: Wrong lighting on text objectsSergey Sharybin
2013-09-16fix [#36732] Auto depth feature misbehaves on orbit with mouse cursor outside...Campbell Barton
2013-09-16fix [#36444] view3d.viewnumpad operator should not animateCampbell Barton
2013-09-15- update bl_run_operators.py for change in blender.Campbell Barton
2013-09-13Moved and renamed ED_pose_channel_in_IK_chain() ->Joshua Leung
2013-09-12code cleanup: unnecessary shadowing and some minor pep8 edits.Campbell Barton
2013-09-10Fix #36356: faces not drawn with constructive modifier + dynamic paint, where itBrecht Van Lommel
2013-09-09Enable vertex snapping to bundle positionsSergey Sharybin
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-09-063D View: add shift+Z shortcut key to switch to Rendered draw mode.Brecht Van Lommel
2013-09-04tweaks to fly modeCampbell Barton
2013-09-04move timeit macros into their own include, since they are only used for testi...Campbell Barton
2013-08-31patch [#35928] View roll operatorCampbell Barton
2013-08-31Simplify line/plane intersection, add line_plane_factor_v3().Campbell Barton
2013-08-26Don't check for an object mode that is excluded as a prerequisite forAntony Riakiotakis
2013-08-26Remove dirty normals assert from drawobject.cSergey Sharybin
2013-08-24Fix #36441: opengl render of smoke wrong after regular render with blender in...Brecht Van Lommel
2013-08-23patch to add backkbacks for game engine start/end,Campbell Barton
2013-08-22add utility functions for dealing with planesCampbell Barton
2013-08-21Partial revert of recenr cu->disp merge commitSergey Sharybin
2013-08-21correct NULL pointer dereference with recent displist changes.Campbell Barton
2013-08-19And for sure forgot to commit another cleaup patchSergey Sharybin
2013-08-19Made armatures evaluation safe for threadingSergey Sharybin
2013-08-19Make lattice deform safe for threadingSergey Sharybin