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
path: root/source
AgeCommit message (Expand)Author
2017-03-14WM: add Operator.is_repeat() check for C & PyCampbell Barton
2017-03-14WM: store operators with undo flagCampbell Barton
2017-03-14fix D2552: Collada - use unique id for bones with same name but in different ...Jon Allee
2017-03-14CLNor: rework threaded computation.Bastien Montagne
2017-03-14CLNor code: use averaged debug timing.Bastien Montagne
2017-03-14Fix T50876: Cycles Crash - Cycles crashes before sampling when certain meshes...Bastien Montagne
2017-03-14Fix own mistake in recent 'edge split' refactor.Bastien Montagne
2017-03-14WM: Option to load startup w/o closing the splashCampbell Barton
2017-03-14Fix T50932: depth picking w/ pose-bone constraintsCampbell Barton
2017-03-13Fix T50920: Adds missing edges on return of bisect operatorGermano Cavalcante
2017-03-12Comments: minor clarificationCampbell Barton
2017-03-12fix T50923: Inconsistent default values and wrong order of parameters in api ...Gaia Clary
2017-03-12Fix T50930 Typo in 'jpeg2k_codec' descriptionAaron Carlisle
2017-03-12BMesh: rename cryptic functionsCampbell Barton
2017-03-12Cleanup: styleCampbell Barton
2017-03-12UI: Always open enum-search popups with empty search stringJulian Eisel
2017-03-12Fix T50788: blender startup crash on macOS with some types of volumes available.Brecht Van Lommel
2017-03-11Fix icon alignment for pie buttonsraa
2017-03-11Cleanup: code style & cmakeCampbell Barton
2017-03-11Add support for Objects in Drive variable `Rotational Difference`Germano Cavalcante
2017-03-11BMesh: Fix BM_face_loop_separate_multiCampbell Barton
2017-03-11Correct recent bmesh separate additionCampbell Barton
2017-03-11BMesh: add BM_mesh_separate_facesCampbell Barton
2017-03-11Fix text and icon positioning issue on high DPI, after recent changes in 32c5...Brecht Van Lommel
2017-03-11Breakdowner - Constrain Transform and AxisJoshua Leung
2017-03-10rBa81ea408367abe2f33b351ff6dcc6b09170fd088 "object" -> "target"Germano Cavalcante
2017-03-10fix T50899: Even though the Shrinkwrap options hide the possibility of using ...Germano Cavalcante
2017-03-10Correct glPixelTransfer functionCampbell Barton
2017-03-10Fix T50900: Text-Blocks created from "Edit Source" have zero users.Bastien Montagne
2017-03-10Fix useless allocation of edge_vectors in threaded case of loop split generat...Bastien Montagne
2017-03-10Cleanup: struct flags for select pickingCampbell Barton
2017-03-10Cleanup: rename drawObjectSelectCampbell Barton
2017-03-10Fix T47690: Connected PET w/ individual originsCampbell Barton
2017-03-10Fix T50904: Imprecise timeline frame selection using mouseJoshua Leung
2017-03-093D View: x-ray support for depth pickingCampbell Barton
2017-03-09Remove (ifdef) draw_documentation from text_draw.cDalai Felinto
2017-03-093D View: wrap GPU_select cache callsCampbell Barton
2017-03-093D View: use cache for armature selectCampbell Barton
2017-03-083D View: new nethod of opengl selectionCampbell Barton
2017-03-08Fix T50849: Transparent background produces artifacts in this compositing setupSergey Sharybin
2017-03-08OpenGL Select: integer rect for passing regionCampbell Barton
2017-03-08Cleanup: replace short -> int for selection hitsCampbell Barton
2017-03-08Rename BLI_rct*_init_pt_size -> radiusCampbell Barton
2017-03-08Fix T50886: Blender crashes on renderSergey Sharybin
2017-03-07Task scheduler: Add concept of suspended poolsSergey Sharybin
2017-03-07Depsgraph: Remove workarounds from depsgraph for keeping threads aliveSergey Sharybin
2017-03-07Task scheduler: Initial implementation of local tasks queuesSergey Sharybin
2017-03-07Task scheduler: Use real pthread's TLS to access active thread's dataSergey Sharybin
2017-03-07Task scheduler: Refactor the way we store thread-spedific dataSergey Sharybin
2017-03-07Task scheduler: Remove per-pool threads limitSergey Sharybin